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

bbovenzi pushed a change to branch mapped-task-drawer
in repository https://gitbox.apache.org/repos/asf/airflow.git.


 discard 1ef4d27  make side panel collapsible, useTasks,
 discard a301881  use API
 discard e5764b3  add tooltip info to details
 discard bcb3242  switch from drawer to details section
 discard 28cf8f0  fix hover and extra prop
 discard e22bcc6  improve rendering and add selected dag run
 discard 5390dbc  reformat grid background colors
 discard f2836fa  basic slide drawer
 discard db7a659  make UI and tree work with mapped tasks
     add b5419ad  Update changelog for helm chart 1.5.0 (#22090)
     add b277bef  Update release date on changelog (#22094)
     add dfd9805  Use yaml safe load (#22091)
     add 635fe53  Pause auto-refresh when page is hidden (#21904)
     add e113459  Add `list-import-errors` to `airflow dags` command (#22084)
     new f4763f7  make UI and tree work with mapped tasks
     new 4125e93  basic slide drawer
     new cf02a41  reformat grid background colors
     new 21b27b7  improve rendering and add selected dag run
     new ba73495  fix hover and extra prop
     new 1ea0b42  switch from drawer to details section
     new e251bb5  add tooltip info to details
     new e9ab611  use API
     new e106d17  make side panel collapsible, useTasks,
     new d86f698  dag run actions
     new 194a371  dag run actions w/ react-query

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1ef4d27)
            \
             N -- N -- N   refs/heads/mapped-task-drawer (194a371)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 airflow/cli/cli_parser.py                          |   6 +
 airflow/cli/commands/dag_command.py                |  14 ++
 .../google/cloud/operators/cloud_build.py          |   2 +-
 airflow/www/static/js/graph.js                     |  35 +++--
 airflow/www/static/js/tree/Tree.jsx                |   9 +-
 airflow/www/static/js/tree/api/index.js            |   7 +-
 .../js/tree/api/{useTasks.js => useClearRun.js}    |  31 ++++-
 airflow/www/static/js/tree/api/useDag.js           |   2 +-
 .../tree/api/{useTasks.js => useMarkFailedRun.js}  |  31 ++++-
 .../tree/api/{useTasks.js => useMarkSuccessRun.js} |  31 ++++-
 airflow/www/static/js/tree/api/useTasks.js         |   2 +-
 airflow/www/static/js/tree/dagRuns/index.test.jsx  |  58 +++-----
 .../www/static/js/tree/details/content/DagRun.jsx  | 148 +++++++++++----------
 airflow/www/static/js/tree/renderTaskRows.jsx      |   5 +-
 airflow/www/static/js/tree/renderTaskRows.test.jsx |  43 +++---
 airflow/www/static/js/tree/useTreeData.js          |  72 ++++++----
 .../{useTreeData.test.js => useTreeData.test.jsx}  |  24 +++-
 airflow/www/templates/airflow/dag.html             |   1 +
 airflow/www/yarn.lock                              |   6 +-
 chart/CHANGELOG.txt                                |   5 +-
 chart/Chart.yaml                                   |   9 ++
 tests/cli/commands/test_dag_command.py             |  21 +--
 22 files changed, 354 insertions(+), 208 deletions(-)
 copy airflow/www/static/js/tree/api/{useTasks.js => useClearRun.js} (53%)
 copy airflow/www/static/js/tree/api/{useTasks.js => useMarkFailedRun.js} (52%)
 copy airflow/www/static/js/tree/api/{useTasks.js => useMarkSuccessRun.js} (52%)
 rename airflow/www/static/js/tree/{useTreeData.test.js => 
useTreeData.test.jsx} (80%)

Reply via email to