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

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


    from 3141d4bff5 OpenAPI Spec fix nullable alongside $ref (#32887)
     add 154deed02e Remove old graph (#32958)

No new revisions were added by this update.

Summary of changes:
 airflow/www/forms.py                               |   6 -
 airflow/www/static/js/callModal.js                 | 391 ----------
 .../static/js/cluster-activity/nav/FilterBar.tsx   |   2 +
 airflow/www/static/js/components/Time.test.tsx     |  11 +-
 airflow/www/static/js/components/Time.tsx          |   6 +-
 airflow/www/static/js/dag.js                       |  51 ++
 .../js/dag/details/taskInstance/Logs/utils.ts      |   1 +
 .../www/static/js/dag/grid/dagRuns/index.test.tsx  |   7 +-
 airflow/www/static/js/dag/nav/FilterBar.tsx        |   1 +
 airflow/www/static/js/graph.js                     | 828 ---------------------
 airflow/www/static/js/task_instances.js            |  49 +-
 airflow/www/templates/airflow/dag.html             |   6 +-
 airflow/www/templates/airflow/graph.html           | 146 ----
 airflow/www/views.py                               | 101 +--
 airflow/www/webpack.config.js                      |   2 +-
 docs/apache-airflow/img/graph.png                  | Bin 128870 -> 429818 bytes
 docs/apache-airflow/img/mapping-simple-graph.png   | Bin 7676 -> 40118 bytes
 docs/apache-airflow/img/task_group.gif             | Bin 609981 -> 137189 bytes
 tests/www/views/test_views_decorators.py           |  12 +-
 tests/www/views/test_views_graph.py                | 348 ---------
 tests/www/views/test_views_tasks.py                |  35 +-
 21 files changed, 119 insertions(+), 1884 deletions(-)
 delete mode 100644 airflow/www/static/js/callModal.js
 delete mode 100644 airflow/www/static/js/graph.js
 delete mode 100644 airflow/www/templates/airflow/graph.html
 delete mode 100644 tests/www/views/test_views_graph.py

Reply via email to