This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from b8da7a3c8f Remove installation instructions from Breeze's cheatsheet 
(#22923)
     add d8889da29c Move the database configuration to a new section (#22284)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.txt                                      |   2 +-
 UPDATING.md                                        |  17 ++
 airflow/cli/commands/info_command.py               |   2 +-
 airflow/cli/commands/standalone_command.py         |   2 +-
 airflow/config_templates/config.yml                | 250 +++++++++++----------
 airflow/config_templates/default_airflow.cfg       | 141 ++++++------
 airflow/config_templates/default_test.cfg          |   6 +-
 airflow/configuration.py                           |  18 +-
 airflow/dag_processing/manager.py                  |   2 +-
 airflow/jobs/scheduler_job.py                      |   2 +-
 .../dags_in_image_template.yaml                    |   2 +-
 .../dags_in_volume_template.yaml                   |   2 +-
 .../git_sync_template.yaml                         |   2 +-
 .../basic_template.yaml                            |   2 +-
 airflow/models/base.py                             |   6 +-
 airflow/settings.py                                |  22 +-
 airflow/utils/db.py                                |   2 +-
 airflow/utils/retries.py                           |   2 +-
 airflow/utils/sqlalchemy.py                        |   4 +-
 airflow/www/app.py                                 |   4 +-
 chart/templates/_helpers.yaml                      |   8 +
 chart/values.schema.json                           |   7 +-
 chart/values.yaml                                  |   4 +-
 docs/apache-airflow/cli-and-env-variables-ref.rst  |   2 +-
 docs/apache-airflow/howto/set-config.rst           |  22 +-
 docs/apache-airflow/howto/set-up-database.rst      |  10 +-
 docs/apache-airflow/production-deployment.rst      |   2 +-
 docs/apache-airflow/start/docker-compose.yaml      |   2 +
 docs/docker-stack/README.md                        |   2 +-
 docs/docker-stack/index.rst                        |   2 +-
 docs/helm-chart/airflow-configuration.rst          |   2 +-
 docs/helm-chart/production-guide.rst               |   2 +-
 .../ci/docker-compose/backend-mssql-bullseye.yml   |   2 +-
 scripts/ci/docker-compose/backend-mssql-buster.yml |   2 +-
 scripts/ci/docker-compose/backend-mysql.yml        |   2 +-
 scripts/ci/docker-compose/backend-postgres.yml     |   2 +-
 scripts/ci/docker-compose/backend-sqlite.yml       |   2 +-
 tests/charts/test_airflow_common.py                |   2 +
 tests/cli/commands/test_info_command.py            |   8 +-
 tests/core/test_config_templates.py                |   2 +
 tests/core/test_configuration.py                   |  26 +--
 tests/core/test_sqlalchemy_config.py               |  10 +-
 tests/dag_processing/test_manager.py               |  12 +-
 tests/models/test_base.py                          |   6 +-
 tests/test_utils/perf/sql_queries.py               |   2 +-
 45 files changed, 346 insertions(+), 287 deletions(-)

Reply via email to