You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/08/28 09:22:48 UTC

[airflow] branch main updated (5f333b4004 -> d3354a6584)

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

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 5f333b4004 Rename DatasetDagRef to DagScheduleDatasetReference (#25920)
     add d3354a6584 Replace javascript "get-workflow-origin" with Python (#26018)

No new revisions were added by this update.

Summary of changes:
 .github/actions/get-workflow-origin                |   1 -
 .github/workflows/ci.yml                           | 166 +++++++--------------
 BREEZE.rst                                         |  13 ++
 {airflow/api_connexion => dev/breeze}/__init__.py  |   0
 .../api_connexion => dev/breeze/src}/__init__.py   |   0
 .../src/airflow_breeze/commands/ci_commands.py     | 148 +++++++++++++++++-
 .../airflow_breeze/commands/ci_commands_config.py  |  10 ++
 dev/breeze/src/airflow_breeze/global_constants.py  |   3 +
 .../src/airflow_breeze/utils/github_actions.py     |  23 +--
 .../src/airflow_breeze/utils/selective_checks.py   |  10 +-
 dev/breeze/tests/test_pr_info.py                   | 141 +++++++++++++++++
 .../test_pr_info_files/pr_github_context.json      |  35 +++++
 .../test_pr_info_files/push_github_context.json    |  11 ++
 .../test_pr_info_files/push_other_branch.json      |  26 ++++
 .../test_pr_info_files/push_v_test_branch.json     |  26 ++++
 .../schedule_github_context.json                   |   9 ++
 .../test_pr_info_files/self_hosted_forced_pr.json  |  29 ++++
 dev/breeze/tests/test_pr_info_files/simple_pr.json |  26 ++++
 .../simple_pr_different_repo.json                  |  26 ++++
 images/breeze/output-commands-hash.txt             |   1 +
 images/breeze/output_ci.svg                        |  94 ++++++------
 images/breeze/output_ci_get-workflow-info.svg      | 108 ++++++++++++++
 22 files changed, 726 insertions(+), 180 deletions(-)
 delete mode 160000 .github/actions/get-workflow-origin
 copy {airflow/api_connexion => dev/breeze}/__init__.py (100%)
 copy {airflow/api_connexion => dev/breeze/src}/__init__.py (100%)
 copy airflow/api_connexion/schemas/log_schema.py => dev/breeze/src/airflow_breeze/utils/github_actions.py (64%)
 create mode 100644 dev/breeze/tests/test_pr_info.py
 create mode 100644 dev/breeze/tests/test_pr_info_files/pr_github_context.json
 create mode 100644 dev/breeze/tests/test_pr_info_files/push_github_context.json
 create mode 100644 dev/breeze/tests/test_pr_info_files/push_other_branch.json
 create mode 100644 dev/breeze/tests/test_pr_info_files/push_v_test_branch.json
 create mode 100644 dev/breeze/tests/test_pr_info_files/schedule_github_context.json
 create mode 100644 dev/breeze/tests/test_pr_info_files/self_hosted_forced_pr.json
 create mode 100644 dev/breeze/tests/test_pr_info_files/simple_pr.json
 create mode 100644 dev/breeze/tests/test_pr_info_files/simple_pr_different_repo.json
 create mode 100644 images/breeze/output_ci_get-workflow-info.svg