This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-6196c3807c
in repository https://gitbox.apache.org/repos/asf/airflow.git
discard 45278a6dca4 chore(deps-dev): bump the fab-ui-package-updates group
across 1 directory with 2 updates
add 498acc8cf26 Fix timeout_with_traceback crashes on Windows and non-main
threads (#63664)
add 48c166a7c1f fix: update params in backfill documentation (#61821)
add a7bfdf4c3cd Fix grammar in dag model docstring (#63653)
add aa7ed8c0240 Run DB check only for core components in prod entrypoint
(#63413)
add 128e11d0617 improve grid/ti_summaries and grid/runs (#64034)
add 90deddd00c5 Fix Starlette 1.0.0 compatibility in TemplateResponse
calls (#64116) (#64300)
add 32ac5645c9e Fix #62414: Remove spurious blank lines in filtered task
log download (#64235)
add e89163be5a5 Add debug logging and fix exception handling in DynamoDB
hook (#64629)
add 73fcb4f55d9 Log on_kill job deletion in kubernetes spark operator at
INFO level (#64633)
add d292e0e9ec6 Fix double-serialization issue by unwrapping serialized
kwargs in `encode_trigger` (#64626)
add ed51aff0562 Add DagRunType for operator (#63733)
add f391942b90f Fix ObjectStoragePath NoCredentialsError when using
conn_id with remote stores (#64634)
add 1ec9d8aee06 Guard against null trigger in asset watcher cleanup
(#64659)
add c707a8a7d14 Improve consistency of values.yaml & misc (#64559)
add f6844d84579 Update default api version of campaign manager sensor
(#64265)
add 30994d9b258 Optimize `ElasticsearchTaskHandler` by removing redundant
`count()` call before `search()` (#64372)
add 7047e0326f8 add concurrency in update-constrants-on-push (#64645)
add 3b6ee39e9e9 consolidating the bug reports to one issue template
(#64240)
add 9504886608f Fix: PATCH /dags pagination bug and document wildcard
dag_id_pattern (#63665)
add b15a5c9595d Skip UI E2E tests on derived full tests needed, canary,
and scheduled builds (#64673)
add 87b3611123a docs: fix RST heading levels and branch creation placement
in contributor quick-start (#64662)
add b6472b26a44 Fix amqps:// SSL config and celery_config_options bypass
(#64392)
add 6e34df5243e chore(deps-dev): bump the fab-ui-package-updates group
across 1 directory with 2 updates
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 (45278a6dca4)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/providers/fab/src/airflow/providers/fab/www/fab-ui-package-updates-6196c3807c
(6e34df5243e)
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:
.github/ISSUE_TEMPLATE/1-airflow_bug_report.yml | 194 ++-
.../3-airflow_providers_bug_report.yml | 247 ----
.../{6-free_form.yml => 3-free_form.yml} | 0
.../4-airflow_helmchart_bug_report.yml | 159 --
.../ISSUE_TEMPLATE/5-airflow_doc_issue_report.yml | 73 -
.github/workflows/update-constraints-on-push.yml | 4 +
.pre-commit-config.yaml | 4 +-
Dockerfile | 11 +-
airflow-core/docs/core-concepts/backfill.rst | 6 +-
airflow-core/docs/core-concepts/dag-run.rst | 6 +-
airflow-core/newsfragments/63664.bugfix.rst | 1 +
airflow-core/pyproject.toml | 4 +-
.../auth/managers/simple/simple_auth_manager.py | 3 +-
.../src/airflow/api_fastapi/core_api/app.py | 3 +-
.../api_fastapi/core_api/openapi/_private_ui.yaml | 1 +
.../core_api/openapi/v2-rest-api-generated.yaml | 10 +-
.../api_fastapi/core_api/routes/public/dags.py | 29 +-
.../airflow/api_fastapi/core_api/routes/ui/grid.py | 111 +-
.../api_fastapi/core_api/services/ui/grid.py | 170 ++-
.../api_fastapi/execution_api/routes/dag_runs.py | 7 +-
.../src/airflow/dag_processing/collection.py | 3 +-
airflow-core/src/airflow/models/dag.py | 2 +-
airflow-core/src/airflow/models/trigger.py | 5 +-
airflow-core/src/airflow/serialization/encoders.py | 8 +
.../src/airflow/ui/openapi-gen/queries/queries.ts | 4 +
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 2 +-
.../ui/openapi-gen/requests/services.gen.ts | 4 +
.../airflow/ui/openapi-gen/requests/types.gen.ts | 2 +-
.../src/airflow/ui/src/components/RunTypeIcon.tsx | 3 +
.../ui/src/pages/TaskInstance/Logs/Logs.tsx | 5 +-
.../TaskInstance/Logs/logDownloadContent.test.ts | 131 ++
airflow-core/src/airflow/utils/db.py | 19 +-
airflow-core/src/airflow/utils/types.py | 1 +
.../tests/unit/api/common/test_trigger_dag.py | 19 +
.../core_api/routes/public/test_dags.py | 60 +
.../api_fastapi/core_api/routes/ui/test_grid.py | 23 +
.../execution_api/versions/head/test_dag_runs.py | 32 +-
.../tests/unit/dag_processing/test_collection.py | 88 ++
.../tests/unit/serialization/test_encoders.py | 181 +++
airflow-core/tests/unit/utils/test_db_timeout.py | 58 +
.../tests/unit/utils/test_timeout_traceback.py | 88 ++
.../src/airflowctl/api/datamodels/generated.py | 1 +
chart/templates/configmaps/configmap.yaml | 2 +-
chart/values.schema.json | 3 +-
chart/values.yaml | 1549 +++++++++++---------
.../03a_contributors_quick_start_beginners.rst | 23 +-
contributing-docs/09_testing.rst | 4 +-
.../contributors_quick_start_pycharm_intellij.rst | 178 +--
.../src/airflow_breeze/utils/selective_checks.py | 21 +-
dev/breeze/tests/test_selective_checks.py | 2 +
.../airflow/providers/amazon/aws/hooks/dynamodb.py | 33 +-
.../celery/executors/celery_executor_utils.py | 15 +-
.../providers/celery/executors/default_celery.py | 2 +-
.../unit/celery/executors/test_celery_executor.py | 147 ++
.../cncf/kubernetes/operators/spark_kubernetes.py | 2 +-
.../providers/elasticsearch/log/es_task_handler.py | 34 +-
.../unit/elasticsearch/log/test_es_task_handler.py | 11 +-
.../marketing_platform/sensors/campaign_manager.py | 4 +-
.../ci/prek/check_airflow_bug_report_template.py | 2 +-
scripts/docker/entrypoint_prod.sh | 14 +-
.../in_container/run_provider_yaml_files_check.py | 2 +-
.../src/airflow/sdk/api/datamodels/_generated.py | 1 +
task-sdk/src/airflow/sdk/io/path.py | 38 +
task-sdk/tests/task_sdk/io/test_path.py | 109 ++
64 files changed, 2501 insertions(+), 1477 deletions(-)
delete mode 100644 .github/ISSUE_TEMPLATE/3-airflow_providers_bug_report.yml
rename .github/ISSUE_TEMPLATE/{6-free_form.yml => 3-free_form.yml} (100%)
delete mode 100644 .github/ISSUE_TEMPLATE/4-airflow_helmchart_bug_report.yml
delete mode 100644 .github/ISSUE_TEMPLATE/5-airflow_doc_issue_report.yml
create mode 100644 airflow-core/newsfragments/63664.bugfix.rst
create mode 100644
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/logDownloadContent.test.ts
create mode 100644 airflow-core/tests/unit/serialization/test_encoders.py
create mode 100644 airflow-core/tests/unit/utils/test_db_timeout.py
create mode 100644 airflow-core/tests/unit/utils/test_timeout_traceback.py