You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by gi...@apache.org on 2020/10/20 02:32:24 UTC

[airflow] tag nightly-master updated (d93b6e5 -> 3970bfa)

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

github-bot pushed a change to tag nightly-master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


*** WARNING: tag nightly-master was modified! ***

    from d93b6e5  (commit)
      to 3970bfa  (commit)
    from d93b6e5  Revert "Optimizes CI builds heavily with selective checks (#11541)" (#11648)
     add 68f647a  Dumps more logs in case of CI failure (#11614)
     add fd8b07c  Remove usage of six (#11645)
     add 86725f4  fix cloudwatch and wasb taskhandler log path config (#11650)
     add 674368f  Fixes MySQLToS3 float to int conversion (#10437)
     add 89e5acc  Use Python 3 Style super calls (#11644)
     add 73b0991  Sourcing the profile file should be sufficient to update the PATH, re-login is not required. (#11588)
     add 86ed7dc  Add ability to zoom into Graph view from selection in Tree View (#11553)
     add 7206fd7  Allow null schedule_interval in OpenAPI spec for DAGs (#11532)
     add 22f6db7  Add optional session argument to xcom_push. (#11485)
     add 91898e8  Add Plugins View in web UI (#10770)
     add ae06ad0  Fixes versioning for pre-release provider packages (#11586)
     add 2d854c3  Add service_account to Google ML Engine operator (#11619)
     add a4dc11f  Change to pass all extra connection paramaters to psycopg2 (#11019)
     add 5c0ade4  Brings back GKEStartPodOperator to google provider. (#11664)
     add 73f6367  UX improvements of DAG tag filtering (#11661)
     add a221ccb  Improvement: Populate 'Configuration JSON' form with DAG default params json in the Trigger-DAG UI (#10839)
     add 52b4733  Improvements for pod template file with git sync container (#11511)
     add 3970bfa  Pod template file uses custom custom env variable (#11480)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                           |  39 +++++++--
 BREEZE.rst                                         |   5 +-
 airflow/api_connexion/openapi/v1.yaml              |   1 +
 airflow/cli/commands/plugins_command.py            |   1 +
 airflow/config_templates/airflow_local_settings.py |   4 +-
 airflow/example_dags/example_bash_operator.py      |   3 +-
 airflow/models/taskinstance.py                     |  17 ++--
 airflow/plugins_manager.py                         |  40 ++++++++++
 .../providers/amazon/aws/transfers/mysql_to_s3.py  |   3 +-
 .../providers/google/cloud/operators/mlengine.py   |  13 +++
 airflow/providers/postgres/hooks/postgres.py       |  14 ++--
 airflow/www/extensions/init_views.py               |   1 +
 airflow/www/templates/airflow/dag.html             |  46 +++++++----
 airflow/www/templates/airflow/dags.html            |  36 +++++++--
 .../www/templates/airflow/plugin.html              |  42 +++++++++-
 airflow/www/views.py                               |  87 ++++++++++++++++++---
 breeze                                             |  17 +---
 chart/files/pod-template-file.yaml                 |   7 +-
 chart/templates/_helpers.yaml                      |   8 ++
 chart/tests/pod-template-file_test.yaml            |  20 ++++-
 chart/values.yaml                                  |   4 +
 dev/README.md                                      |  59 ++++++++++----
 docs/img/dags.png                                  | Bin 338418 -> 297947 bytes
 provider_packages/refactor_provider_packages.py    |  26 ------
 scripts/ci/libraries/_sanity_checks.sh             |   8 +-
 scripts/ci/libraries/_start_end.sh                 |  27 ++++++-
 scripts/ci/libraries/_verbosity.sh                 |   1 +
 scripts/ci/mysql/conf.d/airflow.cnf                |   1 +
 scripts/in_container/_in_container_utils.sh        |   8 +-
 scripts/in_container/run_ci_tests.sh               |   7 +-
 .../in_container/run_prepare_provider_packages.sh  |  76 ++++++++++++++++--
 tests/api_connexion/endpoints/test_dag_endpoint.py |  29 +++++++
 tests/jobs/test_scheduler_job.py                   |   3 +-
 tests/plugins/test_plugins_manager.py              |  29 +++++++
 .../amazon/aws/transfers/test_mysql_to_s3.py       |   6 ++
 tests/providers/exasol/hooks/test_exasol.py        |   4 +-
 .../google/cloud/operators/test_mlengine.py        |   2 +
 tests/providers/postgres/hooks/test_postgres.py    |   8 ++
 .../singularity/operators/test_singularity.py      |   3 +-
 tests/sensors/test_smart_sensor_operator.py        |   8 +-
 tests/test_utils/mock_operators.py                 |   2 +-
 tests/www/test_views.py                            |  86 +++++++++++++++++++-
 42 files changed, 652 insertions(+), 149 deletions(-)
 copy license-templates/LICENSE.txt => airflow/www/templates/airflow/plugin.html (51%)