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 2020/08/24 20:46:10 UTC

[airflow] branch master updated (8fdcc57 -> f2da6b4)

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

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


    from 8fdcc57  Make www/views.py pylint compatible (#10498)
     add f2da6b4  Updated documentation for the CI with mermaid sequence diagrams (#10380)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                     |  19 +-
 .rat-excludes                               |   1 +
 CI.rst                                      | 662 ++++++++++++++++++++++++----
 images/{ => ci}/CI.png                      | Bin
 images/ci/pull_request_ci_flow.md5          |   1 +
 images/ci/pull_request_ci_flow.mermaid      | 108 +++++
 images/ci/pull_request_ci_flow.png          | Bin 0 -> 195487 bytes
 images/ci/push_ci_flow.md5                  |   1 +
 images/ci/push_ci_flow.mermaid              | 117 +++++
 images/ci/push_ci_flow.png                  | Bin 0 -> 209013 bytes
 images/ci/scheduled_ci_flow.md5             |   1 +
 images/ci/scheduled_ci_flow.mermaid         | 111 +++++
 images/ci/scheduled_ci_flow.png             | Bin 0 -> 201540 bytes
 scripts/ci/pre_commit/pre_commit_mermaid.sh |  97 ++++
 14 files changed, 1030 insertions(+), 88 deletions(-)
 copy images/{ => ci}/CI.png (100%)
 create mode 100644 images/ci/pull_request_ci_flow.md5
 create mode 100644 images/ci/pull_request_ci_flow.mermaid
 create mode 100644 images/ci/pull_request_ci_flow.png
 create mode 100644 images/ci/push_ci_flow.md5
 create mode 100644 images/ci/push_ci_flow.mermaid
 create mode 100644 images/ci/push_ci_flow.png
 create mode 100644 images/ci/scheduled_ci_flow.md5
 create mode 100644 images/ci/scheduled_ci_flow.mermaid
 create mode 100644 images/ci/scheduled_ci_flow.png
 create mode 100755 scripts/ci/pre_commit/pre_commit_mermaid.sh