This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
omit c644d53 Bump version to 1.10.11
omit 2d4a32c Add docs on using DAGRun.conf (#9578)
omit 82318b6 Enforce code-block directives in doc (#9443)
omit c238a5c Carefully parse warning messages when building documentation
(#8693)
omit 1454f46 Make KubernetesPodOperator clear in docs (#8444)
omit a70ee5a Improve language in Pod Mutation Hook docs (#8445)
omit 94f851f Fix formatting of Pool docs in concepts.rst (#8443)
omit 0edb000 Make doc clearer about Airflow Variables using Environment
Variables (#8427)
omit 08a49fe [AIRFLOW-XXXX] fix pools doc for LocalExecutor (#7643)
omit 7bebae0 Add Local and Sequential Executors to Doc (#8084)
omit 413ed65 Add documentation for CLI command airflow dags test (#8251)
omit 95d9279 fix typo in DAG Serialization documentation (#8317)
omit 3c81b30 [AIRFLOW-XXXX] Add scheduler in production section (#7351)
omit 01dcdc9 [AIRFLOW-XXX] Add a structural dag validation example (#6727)
omit 46e08d9 [AIRFLOW-XXX] GSoD: Adding Task re-run documentation (#6295)
omit 4d15311 Add task instance mutation hook (#8852)
omit 4acf4dd [AIRFLOW-XXXX] Fix outdated doc on settings.policy (#7532)
omit 722b465 [AIRFLOW-6708] Set unique logger names (#7330)
omit 55a08c7 Fix Failing test for JSON Formatter on Python 3.8 (#9278)
omit 5fd52b8 Add 3.8 to the test matrices (#8836)
omit e94ddc5 Access function to be pickled as attribute, not method, to
avoid error. (#8823)
omit 5bb80f8 Use fork when test relies on mock.patch in parent process.
(#8794)
omit 834182e Fix pickling failure when spawning processes (#8671)
omit 6de0677 Add Webserver tests to Quarantine
omit 615aa18 [AIRFLOW-4363] Fix JSON encoding error (#8287)
omit 8d23325 [AIRFLOW-5906] Add authenticator parameter to snowflake_hook
(#8642)
omit 98443d2 [AIRFLOW-1156] BugFix: Unpausing a DAG with catchup=False
creates an extra DAG run (#8776)
omit f6f6ca5 Show "Task Reschedule" table in Airflow Webserver (#9521)
omit f5e500c Fix failing test in test_webserver_command (#9589)
omit d9dbe9d Change worker_refresh_interval fallback to default of 30
(#9588)
omit 0314eae Use pfromat instead of str to render arguments in WebUI
(#9587)
omit 3ca09b9 [AIRFLOW-6897] Simplify DagFileProcessorManager (#7521)
omit 942cd79 Add docs about reload_on_plugin_change opiton (#9575)
omit 78e6a4b Fix failing tests from #8997 (#9576)
omit ed0df62 fixup! Reload gunicorn when plugins has beeen changed (#8997)
omit 36f79a9 Reload gunicorn when plugins has beeen changed (#8997)
omit 0ee254c Add copy button to Code Blocks in Airflow Docs (#9450)
omit 0e68769 Update commands in docs for v1.10+ (#9585)
omit c798946 Add more info on dry-run CLI option (#9582)
omit 1606f56 fixup! fixup! Avoid color info in response of /dag_stats &
/task_stats (#8742)
omit f63b249 Allow changing Task States Colors (#9520)
omit 6804841 fixup! Avoid color info in response of /dag_stats &
/task_stats (#8742)
omit 3f1ea4f Fix failing test in DagCode (#9565)
omit a0fc255 Fix the default value for store_dag_code (#9554)
omit 915dbea Add support for fetching logs from running pods (#8626)
omit 4526519 More sensible docker caching strategy for Prod images (#9547)
omit 3749cfe Make Production Dockerfile OpenShift-compatible (#9545)
omit 84d6edd Gunicorn works better if temporary folder uses tmpfs (#9534)
omit e348037 Add missing precommit-hook ids to breeze-complete (#9524)
omit 3b2d5cc Remove redundant code from breeze initialization (#9375)
omit eceae90 [AIRFLOW-6957] Make retrieving Paused Dag ids a separate
method
omit 873f476 [AIRFLOW-6856] Bulk fetch paused_dag_ids
omit 90446e5 Fix logging issue when running tasks (#9363)
omit 6ac90d5 Persist start/end date and duration for DummyOperator Task
Instance (#8663)
omit d779848 Ensure "started"/"ended" in tooltips are not shown if job not
started (#8667)
omit 4000e8b Add context to execution_date_fn in ExternalTaskSensor (#8702)
omit cdd7a6c [AIRFLOW-5500] Fix the trigger_dag api in the case of nested
subdags
omit 18c95b4 Document default timeout value for SSHOperator (#8744)
omit 85df358 [AIRFLOW-5413] Allow K8S worker pod to be configured from
JSON/YAML file (#6230)
omit d6e2ba9 Avoid color info in response of /dag_stats & /task_stats
(#8742)
new 1eda6e4 Avoid color info in response of /dag_stats & /task_stats
(#8742)
new 4bab32f [AIRFLOW-5413] Allow K8S worker pod to be configured from
JSON/YAML file (#6230)
new b2f10b7 Document default timeout value for SSHOperator (#8744)
new 3f085e5 [AIRFLOW-5500] Fix the trigger_dag api in the case of nested
subdags
new 0a7f886 Add context to execution_date_fn in ExternalTaskSensor (#8702)
new 89f16d9 Ensure "started"/"ended" in tooltips are not shown if job not
started (#8667)
new 1164c03 Persist start/end date and duration for DummyOperator Task
Instance (#8663)
new 5c028a3 Fix logging issue when running tasks (#9363)
new 3ec9654 [AIRFLOW-6856] Bulk fetch paused_dag_ids
new fd65358 [AIRFLOW-6957] Make retrieving Paused Dag ids a separate
method
new b5ec1d7 Remove redundant code from breeze initialization (#9375)
new aac814b Add missing precommit-hook ids to breeze-complete (#9524)
new c4b6318 Gunicorn works better if temporary folder uses tmpfs (#9534)
new 908a18b Make Production Dockerfile OpenShift-compatible (#9545)
new a1c811f More sensible docker caching strategy for Prod images (#9547)
new 0194f8b Add support for fetching logs from running pods (#8626)
new 4948482 Fix the default value for store_dag_code (#9554)
new a75ec6f Fix failing test in DagCode (#9565)
new d146db6 Allow changing Task States Colors (#9520)
new 43da858 Add more info on dry-run CLI option (#9582)
new c996952 Update commands in docs for v1.10+ (#9585)
new 3a468ac Add copy button to Code Blocks in Airflow Docs (#9450)
new 53ad0c0 Reload gunicorn when plugins has beeen changed (#8997)
new 4fe8686 Fix failing tests from #8997 (#9576)
new 70cfa4c Add docs about reload_on_plugin_change opiton (#9575)
new d02830a [AIRFLOW-6897] Simplify DagFileProcessorManager (#7521)
new a17a1e9 Use pfromat instead of str to render arguments in WebUI
(#9587)
new 08ad861 Change worker_refresh_interval fallback to default of 30
(#9588)
new e8b61de Fix failing test in test_webserver_command (#9589)
new 4405c81 Show "Task Reschedule" table in Airflow Webserver (#9521)
new d16c177 [AIRFLOW-1156] BugFix: Unpausing a DAG with catchup=False
creates an extra DAG run (#8776)
new 63b7e61 [AIRFLOW-5906] Add authenticator parameter to snowflake_hook
(#8642)
new 6febff3 [AIRFLOW-4363] Fix JSON encoding error (#8287)
new 1186cae Add Webserver tests to Quarantine
new 6f773d4 Fix pickling failure when spawning processes (#8671)
new 56ce840 Use fork when test relies on mock.patch in parent process.
(#8794)
new 3966089 Access function to be pickled as attribute, not method, to
avoid error. (#8823)
new abb2a7e Add 3.8 to the test matrices (#8836)
new 88d5109 Fix Failing test for JSON Formatter on Python 3.8 (#9278)
new 77c6b51 [AIRFLOW-6708] Set unique logger names (#7330)
new 8d8f0db [AIRFLOW-XXXX] Fix outdated doc on settings.policy (#7532)
new 9643372 Add task instance mutation hook (#8852)
new 9ddd428 [AIRFLOW-XXX] GSoD: Adding Task re-run documentation (#6295)
new 5f98051 [AIRFLOW-XXX] Add a structural dag validation example (#6727)
new 3d087c2 [AIRFLOW-XXXX] Add scheduler in production section (#7351)
new beb54fb fix typo in DAG Serialization documentation (#8317)
new cde3690 Add documentation for CLI command airflow dags test (#8251)
new 58986eb5 Add Local and Sequential Executors to Doc (#8084)
new bbf7793 [AIRFLOW-XXXX] fix pools doc for LocalExecutor (#7643)
new 08af1d8 Make doc clearer about Airflow Variables using Environment
Variables (#8427)
new b98c4fa Fix formatting of Pool docs in concepts.rst (#8443)
new 8b6efd6 Improve language in Pod Mutation Hook docs (#8445)
new 31ad916 Make KubernetesPodOperator clear in docs (#8444)
new afe11bd Carefully parse warning messages when building documentation
(#8693)
new 21aab34 Enforce code-block directives in doc (#9443)
new 3cea782 Add docs on using DAGRun.conf (#9578)
new 5a54173 Bump version to 1.10.11
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 (c644d53)
\
N -- N -- N refs/heads/v1-10-test (5a54173)
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 57 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: