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 2020/12/14 18:31:38 UTC

[airflow] branch v2-0-test updated (e491f62 -> cc87caa)

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.


    omit e491f62  Update default versions v2-0-test in the 2.0 branch (#12962)
     add 825e9cb  Fix gpg verification command (#13035)
     add abf2a42  Install airflow and providers from dist and verifies them  (#13033)
     add 37263d6  Add Vidora to INTHEWILD.md (#13038)
     add 0d49a47  Fixes image building in DockerHub (#13039)
     add ed4926f  🔒 Fix missing HTTPS on airflow site links (#13043)
     add 4d3300c  Refactor plugins command output using AirflowConsole (#13036)
     add 1c1ef7e  Add project_id to client inside BigQuery hook update_table method (#13018)
     add ea3d42a  Make AirflowJsonEncoder uses Flask's JSONEncoder as a base  (#13050)
     add 26c6854  Allows to install Airflow in Breeze from PIP with configurable extras (#13055)
     add 6bf9acb  Fix import from core to mysql provider in mysql example DAG (#13060)
     add ab5f770  Explicitly shutdown logging in tasks so concurrent.futures can be used (#13057)
     new cc87caa  Update default versions v2-0-test in the 2.0 branch (#12962)

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

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 1 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:
 .github/workflows/ci.yml                           | 57 +++++++++----------
 BREEZE.rst                                         |  4 +-
 CONTRIBUTING.rst                                   |  2 +-
 Dockerfile                                         |  2 +-
 INTHEWILD.md                                       |  1 +
 UPDATING.md                                        |  6 +-
 airflow/api_connexion/openapi/v1.yaml              |  2 +-
 airflow/cli/cli_parser.py                          | 18 +++++-
 airflow/cli/commands/plugins_command.py            | 65 ++++++----------------
 airflow/cli/commands/task_command.py               |  7 ++-
 airflow/cli/simple_table.py                        |  8 ++-
 airflow/executors/celery_executor.py               |  2 +
 airflow/executors/local_executor.py                |  3 +
 .../dingding/example_dags/example_dingding.py      | 20 +++----
 airflow/providers/google/cloud/hooks/bigquery.py   |  2 +-
 .../providers/mysql/example_dags/example_mysql.py  |  2 +-
 airflow/task/task_runner/standard_task_runner.py   |  2 +
 airflow/utils/json.py                              |  4 +-
 airflow/www/package.json                           |  2 +-
 breeze                                             | 10 ++--
 breeze-complete                                    |  1 +
 dev/README_RELEASE_AIRFLOW.md                      |  2 +-
 dev/README_RELEASE_PROVIDER_PACKAGES.md            |  2 +-
 dev/provider_packages/SETUP_TEMPLATE.py.jinja2     |  2 +-
 docs/apache-airflow/production-deployment.rst      |  1 +
 docs/apache-airflow/project.rst                    |  2 +-
 .../ci/{libraries => docker-compose}/_docker.env   | 53 ++++++++++++------
 scripts/ci/docker-compose/base.yml                 | 45 +--------------
 scripts/ci/docker-compose/local-prod.yml           |  7 ---
 scripts/ci/images/ci_build_dockerhub.sh            |  2 +-
 scripts/ci/images/ci_verify_ci_image.sh            |  2 +
 scripts/ci/images/ci_verify_prod_image.sh          |  2 +
 scripts/ci/libraries/_build_images.sh              |  7 +--
 scripts/ci/libraries/_initialization.sh            |  5 +-
 scripts/ci/static_checks/check_license.sh          |  2 +-
 scripts/ci/tools/ci_clear_tmp.sh                   |  2 +-
 scripts/ci/tools/ci_fix_ownership.sh               |  2 +-
 scripts/in_container/_in_container_utils.sh        | 26 ++++++---
 scripts/in_container/entrypoint_ci.sh              | 17 ++++--
 .../run_install_and_test_provider_packages.sh      | 19 +++++--
 setup.cfg                                          |  2 +-
 tests/cli/commands/test_plugins_command.py         | 25 ++++++---
 tests/providers/dingding/hooks/test_dingding.py    | 22 ++++----
 .../providers/google/cloud/hooks/test_bigquery.py  | 52 +++++++++++++++++
 44 files changed, 289 insertions(+), 232 deletions(-)
 rename scripts/ci/{libraries => docker-compose}/_docker.env (80%)


[airflow] 01/01: Update default versions v2-0-test in the 2.0 branch (#12962)

Posted by ka...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit cc87caa0ce0b31aa29df7bbe90bdcc2426d80ff1
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Wed Dec 9 20:25:02 2020 +0100

    Update default versions v2-0-test in the 2.0 branch (#12962)
---
 Dockerfile                              | 2 +-
 scripts/ci/libraries/_initialization.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 968c657..d22d081 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -160,7 +160,7 @@ ARG AIRFLOW_EXTRAS
 ARG ADDITIONAL_AIRFLOW_EXTRAS=""
 ENV AIRFLOW_EXTRAS=${AIRFLOW_EXTRAS}${ADDITIONAL_AIRFLOW_EXTRAS:+,}${ADDITIONAL_AIRFLOW_EXTRAS}
 
-ARG AIRFLOW_CONSTRAINTS_REFERENCE="constraints-master"
+ARG AIRFLOW_CONSTRAINTS_REFERENCE="constraints-2-0"
 ARG AIRFLOW_CONSTRAINTS_LOCATION="https://raw.githubusercontent.com/apache/airflow/${AIRFLOW_CONSTRAINTS_REFERENCE}/constraints-${PYTHON_MAJOR_MINOR_VERSION}.txt"
 ENV AIRFLOW_CONSTRAINTS_LOCATION=${AIRFLOW_CONSTRAINTS_LOCATION}
 
diff --git a/scripts/ci/libraries/_initialization.sh b/scripts/ci/libraries/_initialization.sh
index 0775706..51ada03 100644
--- a/scripts/ci/libraries/_initialization.sh
+++ b/scripts/ci/libraries/_initialization.sh
@@ -199,8 +199,8 @@ function initialization::initialize_base_variables() {
 # Determine current branch
 function initialization::initialize_branch_variables() {
     # Default branch used - this will be different in different branches
-    export DEFAULT_BRANCH=${DEFAULT_BRANCH="master"}
-    export DEFAULT_CONSTRAINTS_BRANCH=${DEFAULT_CONSTRAINTS_BRANCH="constraints-master"}
+    export DEFAULT_BRANCH=${DEFAULT_BRANCH="v2-0-test"}
+    export DEFAULT_CONSTRAINTS_BRANCH=${DEFAULT_CONSTRAINTS_BRANCH="constraints-2-0"}
     readonly DEFAULT_BRANCH
     readonly DEFAULT_CONSTRAINTS_BRANCH