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

bugraoz pushed a change to branch add-os-difference-to-airflowctl-docs
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 1228e414b5e Convert instructions to one liner
 discard 894f6f345cc Add Linux favour of installing dependencies for release 
for providers
 discard d9ae840bbad Add Linux favour of installing dependencies for release
     add 78ba955531a Fix typo in release management validation command (#60374)
     add 5cadabe9d5f Improve Dags Filter UI (#60346)
     add e5d41faac4a Add Linux favour of installing dependencies for release
     add c09675b706f Add Linux favour of installing dependencies for release 
for providers
     add 9177ca38a2a Convert instructions to one liner

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   (1228e414b5e)
            \
             N -- N -- N   refs/heads/add-os-difference-to-airflowctl-docs 
(9177ca38a2a)

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.

No new revisions were added by this update.

Summary of changes:
 .../components/DataTable/ToggleTableDisplay.tsx    |   2 -
 .../src/components/ui/ButtonGroupToggle.test.tsx   |  88 ++++++++++++
 .../ui/src/components/ui/ButtonGroupToggle.tsx     |  59 ++++++++
 .../src/airflow/ui/src/components/ui/index.ts      |   1 +
 .../src/pages/DagsList/DagsFilters/DagsFilters.tsx | 160 +++++++++------------
 .../pages/DagsList/DagsFilters/FavoriteFilter.tsx  |  79 +++++-----
 .../pages/DagsList/DagsFilters/PausedFilter.tsx    |  50 ++-----
 .../DagsList/DagsFilters/RequiredActionFilter.tsx} |  30 ++--
 .../pages/DagsList/DagsFilters/StateFilters.tsx    | 137 +++++++-----------
 .../src/pages/DagsList/DagsFilters/TagFilter.tsx   |   6 +-
 .../ui/src/pages/DagsList/DagsList.test.tsx        |   8 +-
 .../commands/release_management_validation.py      |   2 +-
 12 files changed, 338 insertions(+), 284 deletions(-)
 create mode 100644 
airflow-core/src/airflow/ui/src/components/ui/ButtonGroupToggle.test.tsx
 create mode 100644 
airflow-core/src/airflow/ui/src/components/ui/ButtonGroupToggle.tsx
 copy airflow-core/src/airflow/ui/src/{components/ui/ResetButton.tsx => 
pages/DagsList/DagsFilters/RequiredActionFilter.tsx} (60%)

Reply via email to