This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch separate-cache-workflow
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 3407bbaae0 Separate cache build to a separate workflow called from the
main ci.yml
add 0727d0e605 Show if dag page filters are active (#38080)
add 566fee79af Fix Scheduler in daemon mode doesn't create PID at the
specified location (#38117)
add 87df297851 Update uv to 0.1.19 (#38132)
add 3c5bcaa0cc Fix Celery Provider
`TestFlowerCommand::test_run_command_daemon` (#38143)
add 35c2b82802 Separate cache build to a separate workflow called from the
main ci.yml
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 (3407bbaae0)
\
N -- N -- N refs/heads/separate-cache-workflow (35c2b82802)
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:
Dockerfile | 2 +-
Dockerfile.ci | 4 +-
airflow/cli/commands/daemon_utils.py | 5 +-
airflow/www/static/js/dag/nav/FilterBar.tsx | 103 ++++++++++++++++------
airflow/www/static/js/dag/useFilters.test.tsx | 5 +-
airflow/www/static/js/dag/useFilters.tsx | 1 -
pyproject.toml | 2 +-
tests/cli/commands/test_celery_command.py | 1 +
tests/cli/commands/test_kerberos_command.py | 1 +
tests/providers/celery/cli/test_celery_command.py | 1 +
10 files changed, 86 insertions(+), 39 deletions(-)