You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/04/15 13:01:10 UTC

[airflow] branch v2-0-test updated (f769e81 -> cf2f765)

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

ash pushed a change to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


 discard f769e81  Import Connection lazily in hooks to avoid cycles (#15361)
 discard 683005a  Fix missing on_load trigger for folder-based plugins (#15208)
 discard def23a0  Change default of `[kubernetes] enable_tcp_keepalive` to `True` (#15338)
 discard 110adfe  BugFix: CLI 'kubernetes cleanup-pods' should only clean up Airflow-created Pods (#15204)
 discard 84d305f  Fix password masking in CLI action_logging (#15143)
 discard 68f5b40  Fix url generation for TriggerDagRunOperatorLink (#14990)
 discard 096435e  Add documentation create/update community providers (#15061)
 discard ac00eab  Restore base lineage backend (#14146)
 discard 9b4b356  Unable to trigger backfill or manual jobs with Kubernetes executor. (#14160)
 discard c8d1c67  Bugfix: Task docs are not shown in the Task Instance Detail View (#15191)
 discard 6b0421b  Fix mistake and typos in doc/docstrings (#15180)
 discard 863250d  Update import path and fix typo in `dag-run.rst` (#15201)
 discard 18a153c  Bugfix: Fix overriding `pod_template_file` in KubernetesExecutor (#15197)
 discard 8adb126  Fixed #14270: Add error message in OOM situations (#15207)
 discard ab570a0  Add new Committers to docs (#15235)
 discard 4ce74f8  Add new committers (#14544)
 discard 8d902cb  Sort Committers via their names instead of usernames (#14403)
 discard b95155d  Add Ephraim to Committers List (#14397)
 discard 24503ca  Add a note in set-config.rst on using Secrets Backend (#15274)
 discard 1f7e364  Fix Providers doc (#15185)
 discard b96a8bf  Replace new url for Stable Airflow Docs (#15169)
 discard b622915  Bugfix: resources in `executor_config` breaks Graph View in UI (#15199)
 discard 6860da4  Better compatibility/diagnostics for arbitrary UID in docker image (#15162)
 discard 14f7116  Run kubernetes tests in parallel (#15222)
 discard a05247b  Adds new Airbyte provider (#14492)
 discard 0558900  Adds 'Trino' provider (with lower memory footprint for tests) (#15187)
 discard a51707a  Constraints are now parallelized and merged in single job (#15211)
 discard 22b2a80  Fix celery executor bug trying to call len on map (#14883)
 discard b61feb6  Less docker magic in docs building (#15176)
 discard f473309  not fail on missing status in tests
 discard 7ff9b8c  Updates 3.6 limits for latest versions of a few libraries (#15209)
 discard ca9dba0  Merges quarantined tests into single job (#15153)
 discard 1c04642  Removes unused CI feature of printing output on error (#15190)
 discard 6f4e134  Fixes problem when Pull Request is `weird` - has null head_repo (#15189)
 discard cf41de4  Bump K8S versions to latest supported ones. (#15156)
 discard 2ae87ec  Adds Blinker dependency which is missing after recent changes (#15182)
 discard 657e707  Finish quarantine for test_should_force_kill_process (#15081)
 discard 3c24a31  Merges prepare/test provider packages into two jobs (#15152)
 discard 321237a  Increase timeout for building the docs (#15157)
 discard 30e5584  Fixes failing docs upload on master (#15148)
 discard 6e17675  Mark the test_scheduler_task_start_date as quarantined (#15086)
 discard f840d16  Better handling of docker command (#15080)
 discard 7a5c26c  Add timeout to test jobs to prevent hanging docker containers (#15078)
 discard 17b89f3  Parallelize build of documentation. (#15062)
 discard d7c45f3  The --force-pull-images is restored in breeze (#15063)
 discard 530abe5  The PYTHON_MAJOR_MINOR build arg has been deprecated (#15054)
 discard 663985d  Fix bug in airflow.stats timing that broke dogstatsd mode (#15132)
 discard 132825b  Avoid scheduler/parser manager deadlock by using non-blocking IO (#15112)
 discard cae8ead  Allow pathlib.Path in DagBag and various util fns (#15110)
 discard f649b8a  Re-introduce dagrun.schedule_delay metric (#15105)
 discard 924c660  Remove 'conf' from search_columns in DagRun View (#15099)
 discard c50cb01  Fixed deprecated code example in Concepts doc (#15098)
 discard e66c870  More proper default value for namespace in K8S cleanup-pods CLI (#15060)
 discard c952545  Add missing comma in docs for KubernetesExecutor (#15035)
 discard 7c06e2c  Docs: Clarify behavior of delete_worker_pods_on_failure (#14958)
 discard 48f5149  Compare string values, not if strings are the same object (#14942)
 discard 9313082  Fix typo in doc docker-stack (#14928)
 discard fb81726  Pass queue to BaseExecutor.execute_async like in airflow 1.10 (#14861)
 discard c97a5d9  Faster default role syncing during webserver start (#15017)
 discard b51a9c6  Speed up webserver start when there are many DAGs (#14993)
 discard 8a2a33a  Scheduler: Remove TIs from starved pools from the critical path. (#14476)
 discard 64f3277  Remove extra/needless deprecation warnings from airflow.contrib module (#15065)
 discard c25ae81  Adds dill exclusion to Dockerfiles to accomodate upcoming beam fix (#15048)
 discard cfb6e9f  Upgrades moto to newer version (~=2.0) (#15051)
 discard d8a6038  Prepare ad-hoc release of the four previously excluded providers (#14655)
 discard ee1026f  Fix support for long dag_id and task_id in KubernetesExecutor (#14703)
 discard d09187c  Synchronize Provider templates with master
 discard 9071d3e  Fixes problem with two different files mdsumed with the same name (#14998)
 discard 28e38f8  Fixes broken asset compilation in Docker images (#14995)
 discard fb22d4a  Fix failing doc build (#14986)
 discard 4cea470  Skips provider package builds and provider tests for non-master
 discard 7bb7380  Much easier to use and better documented Docker image (#14911)
 discard 3cd0bdc  Fixes default group of Airflow user. (#14944)
 discard 768dadc  Create a documentation package for Docker image (#14846)
 discard d7da7f5  Quarantine test_clit_tasks - they have a lot of errors
 discard 1415dc7  Optimizes image verification steps. (#14780)
 discard a0f28ce  Running tests in parallel (#14915)
 discard 5d6869d  Adds resource check when running Breeze (#14908)
 discard a8976cd  Remove Backport Providers (#14886)
 discard 9fb0577  Running tests in parallel (#14531)
 discard 3f19f96  Adds missing variable for force pull base image variable (#14901)
 discard b41de1f  Fixes unbound variable on MacOS (#14877)
 discard b33e857  Add Airflow 2.0.1 to ``breeze-complete`` and BREEZE.rst (#14876)
 discard f6c0332  Fixes some of the flaky tests in test_scheduler_job (#14792)
 discard 4604458  Replaces 1.10.14 with 1.10.15 where needed (#14866)
 discard ffee7ab  When `breeze stop` is called all integrations are enabled (#14825)
 discard 22ad5d9  Prepare to switch master branch for main. (#14688)
 discard a4fce7b  Fixes recent scripting breeze fix to work also with zsh (#14787)
 discard 28c6530  Fixes case where output log is missing for image waiting (#14784)
 discard d3b0a71  Only rebuilds base python image when upgrading to newer deps (#14783)
 discard 29f098e  Better diagnostics for image waiting (#14779)
 discard 9570ffa  Fixes force-pulling base python images (#14736)
 discard ee34d63  Remove Heisentest category and quarantine test_backfill_depends_on_past (#14756)
 discard d68d58a  Fixed runs-on for non-apache repository (#14737)
 discard 2db1ec9  Remove un-needed/left over environment variables in ci.yml (#14732)
 discard 7c710e2  Reduce duplication in pre_commit_check_order_setup.py script (#14731)
 discard 035b0cb  Don't use author_association for self-hosted vs public runner decision. (#14718)
 discard fefaff6  Fix grammar and remove duplicate words (#14647)
 discard 7fe2e70  Fix breeze redirection on linux/Ubuntu 20.04 (#14626)
 discard d8bb036  Remove redundant step in CodeQL GitHub Actions step (#14600)
 discard 6b3742a  Restore correct terminal with to interactive breeze usage (#14579)
 discard 9746c8a  Use airflow db check command in entrypoint_prod.sh (#14530)
 discard fb8f479  chore: fix case of GitHub (#14525)
 discard cdcbfb4  Add pre-commit check to sort and remove duplicates from the spelling wordlist (#13170)
 discard 94e016d  Multiple minor doc fixes (#14917)
 discard 6df8184  Sort lists, sets and tuples in Serialized DAGs (#14909)
 discard 2e76ed1  Simplify cleaning string passed to origin param (#14738) (#14905)
 discard a857c90  Use libyaml C library when available. (#14577)
 discard cbd181c  Don't create unittest.cfg when not running in unit test mode (#14420)
 discard 14f978e  Fix error when running tasks with Sentry integration enabled. (#13929)
 discard 9854c43  Webserver: Sanitize string passed to origin param (#14738)
 discard b22fa04  Fix tests in tests/www/test_views.py (#14719)
 discard 44b65e7  Fix tests for all urllib versions with only '&' as separator (#14710)
 discard 1592806  Separate out tests to cater of changes in Python 3.8.8 (#14698)
 discard 71b44a2  fix lossing duration < 1 secs in tree (#13537)
 discard 8bdfe07  Bump Redoc to resolve vulnerability in sub-dependency (#14608)
 discard eab3b9e  Suggest using $http_host instead of $host (#14814)
 discard 6ae0cb0  Pin SQLAlchemy to <1.4 due to breakage of sqlalchemy-utils (#14812)
 discard 59afddd  Fix KubernetesExecutor issue with deleted pending pods (#14810)
 discard ecd3e3c  Webserver: Allow Filtering TaskInstances by queued_dttm (#14708)
 discard 654248e  Fix minor issues in 'Concepts' doc (#14679)
 discard f395cd8  Update Flask-AppBuilder dependency to allow 3.2 (and all 3.x series) (#14665)
 discard 3a0fb37  Remember expanded task groups in localStorage (#14661)
 discard b175785  Bump version to match node dependency (#14624)
 discard 0fc6ca3  Default to Celery Task model when backend model does not exist (#14612)
 discard d6b40e2  Replace Graph View Screenshot to show Auto-refresh (#14571)
 discard bfe57d3  Bugfix: Plugins endpoint was unauthenticated (#14570)
     new d6aa666  Bugfix: Plugins endpoint was unauthenticated (#14570)
     new 7d181d8  Replace Graph View Screenshot to show Auto-refresh (#14571)
     new 5b3ce3f  Default to Celery Task model when backend model does not exist (#14612)
     new a294cfe  Bump version to match node dependency (#14624)
     new d8bf55b  Remember expanded task groups in localStorage (#14661)
     new 6f254f2  Update Flask-AppBuilder dependency to allow 3.2 (and all 3.x series) (#14665)
     new 7b93f5c  Fix minor issues in 'Concepts' doc (#14679)
     new 9abe9bc  Webserver: Allow Filtering TaskInstances by queued_dttm (#14708)
     new f3153e1  Fix KubernetesExecutor issue with deleted pending pods (#14810)
     new ea06eb0  Pin SQLAlchemy to <1.4 due to breakage of sqlalchemy-utils (#14812)
     new 10af971  Suggest using $http_host instead of $host (#14814)
     new fb5d508  Bump Redoc to resolve vulnerability in sub-dependency (#14608)
     new c2f3e68  fix lossing duration < 1 secs in tree (#13537)
     new 4033041  Separate out tests to cater of changes in Python 3.8.8 (#14698)
     new 194597f  Fix tests for all urllib versions with only '&' as separator (#14710)
     new b335061  Fix tests in tests/www/test_views.py (#14719)
     new ab8c558  Webserver: Sanitize string passed to origin param (#14738)
     new 337edee  Fix error when running tasks with Sentry integration enabled. (#13929)
     new d5aabd0  Don't create unittest.cfg when not running in unit test mode (#14420)
     new f5fb9c4  Use libyaml C library when available. (#14577)
     new be9881b  Simplify cleaning string passed to origin param (#14738) (#14905)
     new ace8554  Sort lists, sets and tuples in Serialized DAGs (#14909)
     new f06d3d6  Multiple minor doc fixes (#14917)
     new 555c1fc  Add pre-commit check to sort and remove duplicates from the spelling wordlist (#13170)
     new d18813e  chore: fix case of GitHub (#14525)
     new e96575c  Use airflow db check command in entrypoint_prod.sh (#14530)
     new f3b34cd  Restore correct terminal with to interactive breeze usage (#14579)
     new e1302b3  Remove redundant step in CodeQL GitHub Actions step (#14600)
     new 98edfb9  Fix breeze redirection on linux/Ubuntu 20.04 (#14626)
     new 22509d2  Fix grammar and remove duplicate words (#14647)
     new 6ca12b6  Don't use author_association for self-hosted vs public runner decision. (#14718)
     new 2894b4e  Reduce duplication in pre_commit_check_order_setup.py script (#14731)
     new 223a58f  Remove un-needed/left over environment variables in ci.yml (#14732)
     new 11d915e  Fixed runs-on for non-apache repository (#14737)
     new f991734  Remove Heisentest category and quarantine test_backfill_depends_on_past (#14756)
     new cd4d8b1  Fixes force-pulling base python images (#14736)
     new ffe8496  Better diagnostics for image waiting (#14779)
     new 401c57f  Only rebuilds base python image when upgrading to newer deps (#14783)
     new 899a75d  Fixes case where output log is missing for image waiting (#14784)
     new 0e8fb85  Fixes recent scripting breeze fix to work also with zsh (#14787)
     new 72bec72  Prepare to switch master branch for main. (#14688)
     new 6a003dd  When `breeze stop` is called all integrations are enabled (#14825)
     new a4d056f  Replaces 1.10.14 with 1.10.15 where needed (#14866)
     new a81cbc2  Fixes some of the flaky tests in test_scheduler_job (#14792)
     new c2d602d  Add Airflow 2.0.1 to ``breeze-complete`` and BREEZE.rst (#14876)
     new c3536f4  Fixes unbound variable on MacOS (#14877)
     new 3bd021b  Adds missing variable for force pull base image variable (#14901)
     new 55bc602  Running tests in parallel (#14531)
     new 12ad529  Remove Backport Providers (#14886)
     new e43f799  Adds resource check when running Breeze (#14908)
     new 0b881c5  Running tests in parallel (#14915)
     new 822d883  Optimizes image verification steps. (#14780)
     new 54737a4  Quarantine test_clit_tasks - they have a lot of errors
     new 945bbb1  Create a documentation package for Docker image (#14846)
     new 89a2eb0  Fixes default group of Airflow user. (#14944)
     new 9d9f68e  Much easier to use and better documented Docker image (#14911)
     new 6984dbc  Skips provider package builds and provider tests for non-master
     new 584a45a  Fix failing doc build (#14986)
     new 5396204  Fixes broken asset compilation in Docker images (#14995)
     new d41db1d  Fixes problem with two different files mdsumed with the same name (#14998)
     new e25a8b0  Synchronize Provider templates with master
     new 41e0e19  Fix support for long dag_id and task_id in KubernetesExecutor (#14703)
     new edbf49c  Prepare ad-hoc release of the four previously excluded providers (#14655)
     new e7838d5  Upgrades moto to newer version (~=2.0) (#15051)
     new 588c1a1  Adds dill exclusion to Dockerfiles to accomodate upcoming beam fix (#15048)
     new 6ebb01e  Remove extra/needless deprecation warnings from airflow.contrib module (#15065)
     new ffc3bcd  Scheduler: Remove TIs from starved pools from the critical path. (#14476)
     new 7a338f0  Speed up webserver start when there are many DAGs (#14993)
     new 6d55d06  Faster default role syncing during webserver start (#15017)
     new 40bf4e6  Pass queue to BaseExecutor.execute_async like in airflow 1.10 (#14861)
     new 00c4f33  Fix typo in doc docker-stack (#14928)
     new e908d28  Compare string values, not if strings are the same object (#14942)
     new a7ad65e  Docs: Clarify behavior of delete_worker_pods_on_failure (#14958)
     new 48436ac  Add missing comma in docs for KubernetesExecutor (#15035)
     new 15e1baf  More proper default value for namespace in K8S cleanup-pods CLI (#15060)
     new ea0f3af  Fixed deprecated code example in Concepts doc (#15098)
     new 6e06eaf  Remove 'conf' from search_columns in DagRun View (#15099)
     new 6e82248  Re-introduce dagrun.schedule_delay metric (#15105)
     new 1bc64fd  Allow pathlib.Path in DagBag and various util fns (#15110)
     new d44c65d  Avoid scheduler/parser manager deadlock by using non-blocking IO (#15112)
     new c8e43ed  Fix bug in airflow.stats timing that broke dogstatsd mode (#15132)
     new fbe55aa  The PYTHON_MAJOR_MINOR build arg has been deprecated (#15054)
     new c2a126d  The --force-pull-images is restored in breeze (#15063)
     new 3dd5043  Parallelize build of documentation. (#15062)
     new e4e5f2f  Add timeout to test jobs to prevent hanging docker containers (#15078)
     new 508f408  Better handling of docker command (#15080)
     new c5dfb6e  Mark the test_scheduler_task_start_date as quarantined (#15086)
     new 2680175  Fixes failing docs upload on master (#15148)
     new 66a266c  Increase timeout for building the docs (#15157)
     new aaf2edb  Merges prepare/test provider packages into two jobs (#15152)
     new a8a7b10  Finish quarantine for test_should_force_kill_process (#15081)
     new 63c69c7  Adds Blinker dependency which is missing after recent changes (#15182)
     new aee1198  Bump K8S versions to latest supported ones. (#15156)
     new adf6739  Fixes problem when Pull Request is `weird` - has null head_repo (#15189)
     new b325f9e  Removes unused CI feature of printing output on error (#15190)
     new 77c6d0b  Merges quarantined tests into single job (#15153)
     new 1706bae  Updates 3.6 limits for latest versions of a few libraries (#15209)
     new c1ce6c5  not fail on missing status in tests
     new ba0e351  Less docker magic in docs building (#15176)
     new 90ba6b9  Fix celery executor bug trying to call len on map (#14883)
     new 10ea58e  Constraints are now parallelized and merged in single job (#15211)
     new dcf7f9c  Adds 'Trino' provider (with lower memory footprint for tests) (#15187)
     new 68c9f1d  Adds new Airbyte provider (#14492)
     new 1f67edd  Run kubernetes tests in parallel (#15222)
     new a7e80b1  Better compatibility/diagnostics for arbitrary UID in docker image (#15162)
     new dc22f8c  Bugfix: resources in `executor_config` breaks Graph View in UI (#15199)
     new f802171  Replace new url for Stable Airflow Docs (#15169)
     new 2372a69  Fix Providers doc (#15185)
     new b2e640f  Add a note in set-config.rst on using Secrets Backend (#15274)
     new 2907a91  Add Ephraim to Committers List (#14397)
     new b54f8c6  Sort Committers via their names instead of usernames (#14403)
     new db155ef  Add new committers (#14544)
     new 7f64bd0  Add new Committers to docs (#15235)
     new bb199ee  Fixed #14270: Add error message in OOM situations (#15207)
     new 1f2f1f7  Bugfix: Fix overriding `pod_template_file` in KubernetesExecutor (#15197)
     new 12e6b33  Update import path and fix typo in `dag-run.rst` (#15201)
     new ace5411  Fix mistake and typos in doc/docstrings (#15180)
     new 7e547b7  Bugfix: Task docs are not shown in the Task Instance Detail View (#15191)
     new def7133  Unable to trigger backfill or manual jobs with Kubernetes executor. (#14160)
     new 08b632e  Restore base lineage backend (#14146)
     new 727fd93  Add documentation create/update community providers (#15061)
     new 633f6ba  Fix url generation for TriggerDagRunOperatorLink (#14990)
     new 317f76a  Fix password masking in CLI action_logging (#15143)
     new 8416679  BugFix: CLI 'kubernetes cleanup-pods' should only clean up Airflow-created Pods (#15204)
     new 17fd314  Change default of `[kubernetes] enable_tcp_keepalive` to `True` (#15338)
     new 14c14dd  Fix missing on_load trigger for folder-based plugins (#15208)
     new cf2f765  Import Connection lazily in hooks to avoid cycles (#15361)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f769e81)
            \
             N -- N -- N   refs/heads/v2-0-test (cf2f765)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 127 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tests/www/test_views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)