You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/02/04 14:35:16 UTC

[airflow] branch v2-0-test updated (a89b7ea -> e6f030c)

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

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


 discard a89b7ea  Fix broken SLA Mechanism (#14056)
 discard 9e235a9  Retry critical methods in Scheduler loop in case of OperationalError (#14032)
 discard c6498a4  Make the role assigned to anonymous users customizable (#14042)
 discard f8278aa  Utilize util method to yield versioned doc link (#14047)
 discard f40ebc0  Bugfix: Fix permissions to triggering only specific DAGs  (#13922)
 discard 75cea77  Disable row level locking for Mariadb and MySQL <8 (#14031)
 discard 609776d  Fix typos in Upgrade Check Doc (#14035)
 discard 155c159  Make v1/config endpoint respect webserver expose_config setting (#14020)
 discard e1c7a98  Bugfix: Don't try to create a duplicate Dag Run in Scheduler (#13920)
 discard 572d1fd  Fix structure and typo in Updating.md (#14005)
 discard 8042e4c  Added missing return parameter in read function of FileTaskHandler (#14001)
 discard 4bf9900  Update wording in upgrading documentation (#13862)
 discard 70e21ac  Fix ./breeze exec command error: /bin/bash: -c: option requires an argument (#13998)
 discard 0df63c7  Fix docs url in tests (#13992)
 discard e91df05  Stop loading Extra Operator links in Scheduler (#13932)
 discard a4529d5  Bugfix: Manual DagRun trigger should not skip scheduled runs (#13963)
 discard fedf6bb  Added a FAQ section to the Upgrading to 2 doc (#13979)
 discard d84dfac  Ignore import order error in docs
 discard a37bc77  Use 2.0.1 in docker-compose Quick start guide
 discard 769287c  Add deprecated config options to docs (#13883)
 discard dc94ca1  Pass image_pull_policy in KubernetesPodOperator correctly (#13289)
 discard e89e8e0  Add params to the DAG details endpoint (#13790)
 discard 1f2efcb  Fix DB Migration for SQLite to upgrade to 2.0 (#13921)
 discard a13dce8  Updated taskflow api doc to show dependency with sensor (#13968)
 discard bebf6a6  Bugfix: Allow getting details of a DAG with null start_date (REST API) (#13959)
 discard e57add3  Add test for Public role permissions. (#13965)
 discard 442307c  Docs: Fix FAQ on scheduler latency (#13969)
 discard d0a42c1  Only allow passing JSON Serializable conf to TriggerDagRunOperator (#13964)
 discard 7b02edd  Fix invalid value error caused by long k8s pod name (#13299)
 discard 0e92cd8  Add information about all access methods to the environment (#13940)
 discard 8caa51c  Fix link in INTHEWILD.md (#13958)
 discard c262ba3  Dropbox uses Airflow (#13956)
 discard fd7d7da  Don't add Website.can_read access to default roles. (#13923)
 discard f6e9d28  Don't add User role perms to custom roles. (#13856)
 discard 22d7ec9  Updates Oracle.rst documentation (#13871)
 discard 4d2fc09  Update Mongodb inventory URL to fix docs build (#13939)
 discard e4906e6  Update ``airflow_local_settings.py`` to fix an error message (#13927)
 discard d0f2500  Add authentication to lineage endpoint for experimental API (#13870)
 discard e8907ee  Fix dag run type enum query for mysqldb driver (#13278)
 discard f5beae2  Fix docker-compose command to initialize the environment (#13914)
 discard e4722d3  Only compare updated time when Serialized DAG exists (#13899)
 discard ed54803  Add quick start for Airflow on Docker (#13660)
 discard 859d5a6  Fix db shell for sqlite (#13907)
 discard 2fd7aa9  Fix typo in CLI error (#13913)
 discard 93e2438  Improve the error when DAG does not exist when running dag pause command (#13900)
 discard e2fba14  Fix to ensure 100vh min plays nicely w/ Linux+Chrome (#13857)
 discard 79f3c30  Fix race condition when using Dynamic DAGs (#13893)
 discard 149d5ea  Clarifies differences between extras and provider packages (#13810)
 discard 1650fa2  Make Smart Sensors DB Migration idempotent (#13892)
 discard 4217ede  Add extra field to get_connnection REST endpoint (#13885)
 discard 53c8977  Added Aviva Plc to INTHEWILD.md (#13875)
 discard fefcb7c  Fix TaskNotFound in log endpoint (#13872)
 discard d254053  Fix link to Apache Airflow docs in webserver (#13250)
 discard ed463b8  Improve BREEZE.rst docs (#13869)
 discard d7427f6  Fix PyPI spelling (#13864)
 discard be41936  Quarantine test that often fails (same as alredy quarantined no pid) (#13845)
 discard 55aa29f  Upgrade azure blob to v12 (#12188)
 discard 37ba9c8  Update information about branching strategy vs. production images (#13813)
 discard f156d14  Add Changelog for 2.0.1
 discard 62c540f  Use 2.0.1 in Docs
     add 47cc35b  Update information about branching strategy vs. production images (#13813)
     add 041f80d  Upgrade azure blob to v12 (#12188)
     add 3c9605a  Quarantine test that often fails (same as alredy quarantined no pid) (#13845)
     add 6ffec7b  Fix PyPI spelling (#13864)
     add 54cbbb1  Improve BREEZE.rst docs (#13869)
     add 3d71e7d  Fix link to Apache Airflow docs in webserver (#13250)
     add e60ca11  Fix TaskNotFound in log endpoint (#13872)
     add 6eb9b02  Added Aviva Plc to INTHEWILD.md (#13875)
     add eadf924  Add extra field to get_connnection REST endpoint (#13885)
     add 9a15fbd  Make Smart Sensors DB Migration idempotent (#13892)
     add aa05140  Clarifies differences between extras and provider packages (#13810)
     add 253d20a  Fix race condition when using Dynamic DAGs (#13893)
     add abdf805  Fix to ensure 100vh min plays nicely w/ Linux+Chrome (#13857)
     add 09e2c78  Improve the error when DAG does not exist when running dag pause command (#13900)
     add 51ac3b6  Fix typo in CLI error (#13913)
     add 15016a0  Fix db shell for sqlite (#13907)
     add 67a96ce  Add quick start for Airflow on Docker (#13660)
     add 3881ad4  Only compare updated time when Serialized DAG exists (#13899)
     add 8659d93  Fix docker-compose command to initialize the environment (#13914)
     add 4b1a6f7  Fix dag run type enum query for mysqldb driver (#13278)
     add 21cedff  Add authentication to lineage endpoint for experimental API (#13870)
     add d320027  Update ``airflow_local_settings.py`` to fix an error message (#13927)
     add 8ea6e3b  Update Mongodb inventory URL to fix docs build (#13939)
     add 87c4f7b  Updates Oracle.rst documentation (#13871)
     add 46ea507  Don't add User role perms to custom roles. (#13856)
     add f0aa930  Don't add Website.can_read access to default roles. (#13923)
     add def84c9  Dropbox uses Airflow (#13956)
     add 87e3a01  Fix link in INTHEWILD.md (#13958)
     add c4c7a17  Add information about all access methods to the environment (#13940)
     add 0037104  Fix invalid value error caused by long k8s pod name (#13299)
     add 91d636c  Only allow passing JSON Serializable conf to TriggerDagRunOperator (#13964)
     add 9650992  Docs: Fix FAQ on scheduler latency (#13969)
     add 6d2db67  Add test for Public role permissions. (#13965)
     add 9a075be  Bugfix: Allow getting details of a DAG with null start_date (REST API) (#13959)
     add c62f118  Updated taskflow api doc to show dependency with sensor (#13968)
     add 669e14d  Fix DB Migration for SQLite to upgrade to 2.0 (#13921)
     add 60493a7  Add params to the DAG details endpoint (#13790)
     add 95b02c4  Pass image_pull_policy in KubernetesPodOperator correctly (#13289)
     add f0fa496  Add deprecated config options to docs (#13883)
     add 8132f32  Use 2.0.1 in docker-compose Quick start guide
     add 5270fb4  Ignore import order error in docs
     add 073d0b1  Added a FAQ section to the Upgrading to 2 doc (#13979)
     add 958e258  Bugfix: Manual DagRun trigger should not skip scheduled runs (#13963)
     add cba60dc  Stop loading Extra Operator links in Scheduler (#13932)
     add 7c15290  Fix docs url in tests (#13992)
     add 366ae33  Fix ./breeze exec command error: /bin/bash: -c: option requires an argument (#13998)
     add bd01549  Update wording in upgrading documentation (#13862)
     add 0e71770  Added missing return parameter in read function of FileTaskHandler (#14001)
     add bf73930  Fix structure and typo in Updating.md (#14005)
     add ccfeb36  Bugfix: Don't try to create a duplicate Dag Run in Scheduler (#13920)
     add 2d647ca  Make v1/config endpoint respect webserver expose_config setting (#14020)
     add c87bf1f  Fix typos in Upgrade Check Doc (#14035)
     add 3870392  Disable row level locking for Mariadb and MySQL <8 (#14031)
     add 6c690d2  Bugfix: Fix permissions to triggering only specific DAGs  (#13922)
     add d72e2de  Utilize util method to yield versioned doc link (#14047)
     add 912b903  Make the role assigned to anonymous users customizable (#14042)
     add 3fbbe3e  Retry critical methods in Scheduler loop in case of OperationalError (#14032)
     add 8f643b8  Fix broken SLA Mechanism (#14056)
     add e665f45  Use 2.0.1 in Docs
     add e6f030c  Add Changelog for 2.0.1

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   (a89b7ea)
            \
             N -- N -- N   refs/heads/v2-0-test (e6f030c)

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.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.txt | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)