-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breeze should load local tmux configuration in 'breeze start-airflow' #15454
Breeze should load local tmux configuration in 'breeze start-airflow' #15454
Conversation
Indeed. Would be great to add it to BREEZE.rst, though we print it as output. I think we do not have the .env file mentioned there - so a small "customizing" environment chapter would be nice. |
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest master at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
The Workflow run is cancelling this PR. It has some failed jobs matching ^Pylint$,^Static checks,^Build docs$,^Spell check docs$,^Provider packages,^Checks: Helm tests$,^Test OpenAPI*. |
…apache#15454) (cherry picked from commit 508cd39)
…apache#15454) (cherry picked from commit 508cd39)
closes #15416
Description
Currently, when we run
breeze start-airflow
breeze doesn't load local tmux configuration file .tmux.conf and we get default tmux configuration inside the containers.
PR effect
After this change developers will be able to put their .tmux.conf file as /files/airflow-breeze-config/.tmux.conf
and Breeze will load local tmux configuration in to the containers and developers should be able to use their local configurations.