You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ry...@apache.org on 2021/06/01 12:45:40 UTC

[airflow] branch main updated (1e64702 -> dd386c8)

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

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


    from 1e64702  Rename the main branch of the Airflow repo to be `main` (#16149)
     add dd386c8  Format more dates with timezone (#16129)

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/js/dag.js                        |  3 ++-
 airflow/www/static/js/datetime_utils.js             |  6 ++++++
 airflow/www/static/js/{task_instance.js => task.js} | 17 ++++++++++++-----
 airflow/www/static/js/ti_log.js                     |  8 ++++++--
 airflow/www/templates/airflow/dag_details.html      |  4 ++--
 airflow/www/templates/airflow/task.html             |  7 ++++++-
 airflow/www/templates/airflow/task_instance.html    |  6 +-----
 airflow/www/webpack.config.js                       |  2 +-
 8 files changed, 36 insertions(+), 17 deletions(-)
 rename airflow/www/static/js/{task_instance.js => task.js} (64%)