You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/06/11 11:35:24 UTC

[airflow] branch main updated (002075a -> 69a1a73)

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

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


    from 002075a  Fix CLI connections import and migrate logic from secrets to Connection model (#15425)
     add 69a1a73  Calendar UI improvements (#16226)

No new revisions were added by this update.

Summary of changes:
 README.md                                 |  16 ++++++++--------
 airflow/utils/task_group.py               |   6 +++---
 airflow/www/static/css/calendar.css       |   2 +-
 airflow/www/static/js/calendar.js         |  10 ----------
 airflow/www/templates/airflow/dag.html    |   8 ++++----
 airflow/www/utils.py                      |   6 +++---
 airflow/www/views.py                      |   6 +++---
 docs/apache-airflow/concepts/dags.rst     |  10 +++++-----
 docs/apache-airflow/concepts/overview.rst |   2 +-
 docs/apache-airflow/img/calendar.png      | Bin 0 -> 58726 bytes
 docs/apache-airflow/img/code.png          | Bin 240101 -> 169890 bytes
 docs/apache-airflow/img/gantt.png         | Bin 71033 -> 70606 bytes
 docs/apache-airflow/img/graph.png         | Bin 110218 -> 128870 bytes
 docs/apache-airflow/img/tree.png          | Bin 177465 -> 139707 bytes
 docs/apache-airflow/ui.rst                |  11 +++++++++++
 docs/apache-airflow/usage-cli.rst         |   2 +-
 16 files changed, 40 insertions(+), 39 deletions(-)
 create mode 100644 docs/apache-airflow/img/calendar.png