This is an automated email from the ASF dual-hosted git repository.
rahulvats pushed a change to branch remove-pagination-sorting-tests
in repository https://gitbox.apache.org/repos/asf/airflow.git
from daf71700be4 Remove pagination and sorting tests
add 98ad78ffdc3 Feat : Verify Configuration Page functionality(#60572)
(#62293)
add 54a2a662d4e fix(timetable): fix failing to manually trigger a Dag with
CronPartitionedTimetable (#62441)
add 691c8120d3b rename the files follow up pr(#62293) (#62458)
add d9493919421 docs(celery): fix wrong link in cli (#62460)
add b6d33068c84 Allow to_downstream() to return more than one key (#62346)
add 6e0b69cf2fd Merge branch 'main' into remove-pagination-sorting-tests
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/assets/manager.py | 43 ++++++++++++++--------
airflow-core/src/airflow/partition_mappers/base.py | 7 +++-
airflow-core/src/airflow/timetables/trigger.py | 11 +++---
.../{ConfigurationPage.ts => configurationpage.ts} | 0
...Configuration.spec.ts => configuration.spec.ts} | 2 +-
airflow-core/src/airflow/utils/helpers.py | 6 +--
.../unit/timetables/test_trigger_timetable.py | 20 ++++++++++
.../src/airflow/providers/celery/cli/definition.py | 2 +-
8 files changed, 62 insertions(+), 29 deletions(-)
copy airflow-core/src/airflow/ui/tests/e2e/pages/{ConfigurationPage.ts =>
configurationpage.ts} (100%)
copy airflow-core/src/airflow/ui/tests/e2e/specs/{Configuration.spec.ts =>
configuration.spec.ts} (96%)