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

kaxilnaik pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    omit 2a9f4eca51e Update 3.1.0 release notes
     new 7beaa105380 fix(ui): Reset pagination on filter change (#55999)
     new 71e5a4e1056 Doc : UI-Guide Remaining Screenshot Updates (#56000)
     new 8d4617a48e4 Fix issue where LocalExecutor could start tasks before the 
state was commited (#56010)
     new 54bd5d8cd9f Update 3.1.0 release notes

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   (2a9f4eca51e)
            \
             N -- N -- N   refs/heads/v3-1-test (54bd5d8cd9f)

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 4 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:
 RELEASE_NOTES.rst                                  |   1 +
 airflow-core/docs/img/ui-dark/asset_view.png       | Bin 229760 -> 313521 bytes
 .../img/ui-dark/dag_graph_external_conditions.png  | Bin 164762 -> 355786 bytes
 airflow-core/docs/img/ui-dark/dag_list.png         | Bin 220039 -> 319051 bytes
 .../docs/img/ui-dark/dag_overview_details.png      | Bin 117313 -> 191871 bytes
 airflow-core/docs/img/ui-dark/dag_run_details.png  | Bin 244367 -> 335121 bytes
 airflow-core/docs/img/ui-dark/dag_run_graph.png    | Bin 323997 -> 658686 bytes
 .../docs/img/ui-dark/dag_run_task_instances.png    | Bin 381299 -> 441570 bytes
 .../docs/img/ui-dark/dag_task_instance_details.png | Bin 121964 -> 149605 bytes
 .../img/ui-dark/dag_trigger_window_single_run.png  | Bin 74262 -> 63113 bytes
 airflow-core/docs/img/ui-dark/variable_hidden.png  | Bin 76058 -> 111198 bytes
 airflow-core/docs/img/ui-light/asset_view.png      | Bin 236941 -> 352686 bytes
 .../img/ui-light/dag_graph_external_conditions.png | Bin 136359 -> 395154 bytes
 airflow-core/docs/img/ui-light/dag_list.png        | Bin 225518 -> 346447 bytes
 .../docs/img/ui-light/dag_overview_details.png     | Bin 117433 -> 204735 bytes
 airflow-core/docs/img/ui-light/dag_run_details.png | Bin 256723 -> 372052 bytes
 airflow-core/docs/img/ui-light/dag_run_graph.png   | Bin 340520 -> 701016 bytes
 .../docs/img/ui-light/dag_run_task_instances.png   | Bin 390877 -> 471612 bytes
 .../img/ui-light/dag_task_instance_details.png     | Bin 121197 -> 146100 bytes
 .../img/ui-light/dag_trigger_window_single_run.png | Bin 68585 -> 62480 bytes
 airflow-core/docs/img/ui-light/variable_hidden.png | Bin 79071 -> 114589 bytes
 .../src/airflow/executors/local_executor.py        |  12 +++-----
 .../src/airflow/ui/src/utils/useFiltersHandler.ts  |  34 ++++++++++++---------
 .../tests/unit/executors/test_local_executor.py    |  10 ++++--
 reproducible_build.yaml                            |   4 +--
 25 files changed, 36 insertions(+), 25 deletions(-)

Reply via email to