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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-333a51107a
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 356c4417900 Bump the core-ui-package-updates group across 1 directory 
with 47 updates
     add 40fd15509c0 Add dag run id to dag run tables (#53890)
     add 59351cc0ae1 Revert "Fix editing connection with sensitive extra field" 
(#53888)
     add 8e9c1d23136 Handle no_status in TaskInstance translation. Add 
translation to state in header component. (#53823)
     add 4defe66a538 CHG: sort with run_after (#53804)
     add 14d6300232d Fix Grid view vanishing (#53886)
     add 6bcab4d1cda Move imports to version_compat in databricks workflow 
plugin (#53883)
     add 492ee626685 Correct HITL version warnings to avoid confusion (#53876)
     add 618e4f2d455 feat(hitl): add "timedout" column to 
HITLTriggerEventSuccessPayload (#53852)
     add 5619bf196e7 fix(hitl): Handle task instance clearing cases when 
getting and updating an existing HITLDetail (#53863)
     add 960ef3865e4 feat(HITL): improve hitl trigger logging message (#53850)
     add 8c0501b1355 Add option to exclude link generation for 
`generate-issue-content-providers` in provider release (#53877)
     add 478a2b458ba Kill kube watcher instance if it doesnt terminate 
gracefully in 60 seconds (#52662)
     add e6832de10fa test(hitl): fix test_update_hitl_detail_without_ti and 
test_get_hitl_detail_without_ti failure (#53921)
     add 01a6f2c3d33 Documentation for Human-in-the-loop operator (#53694)
     add 66e1756abb9 add task-sdk-tests to setup file (#53920)
     add 5edab62ca97 Update version in pytest skip statement for test_hitl 
(#53922)
     add 51c547d1ef3 Remove conditional definition of ClassBasedListener by 
version (#53915)
     add 65ac18716b6 Remove redundant version check from core HITL tests 
(#53875)
     add 2bffe00d723 docs: Update DAG author as Dag author (#53857)
     add ba046e585fd fix: correct watch verb quoting in Airflow Job Launcher 
Role (#53822)
     add ce42e85cecc Fix the PostgresHook ignoring custom adapters registered 
(#53707)
     add 48244488e6a Bump the fab-ui-package-updates group across 1 directory 
with 4 updates (#53503)
     add 87e7d857fd8 Bump the core-ui-package-updates group across 1 directory 
with 47 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   (356c4417900)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/airflow-core/src/airflow/ui/core-ui-package-updates-333a51107a
 (87e7d857fd8)

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:
 .pre-commit-config.yaml                            |   1 +
 .../administration-and-deployment/listeners.rst    |   2 +-
 .../docs/authoring-and-scheduling/deferring.rst    |   2 +-
 .../dynamic-task-mapping.rst                       |   2 +-
 airflow-core/docs/best-practices.rst               |  12 +-
 airflow-core/docs/core-concepts/overview.rst       |  10 +-
 airflow-core/docs/core-concepts/params.rst         |   2 +-
 airflow-core/docs/installation/index.rst           |   2 +-
 .../docs/installation/upgrading_to_airflow3.rst    |   4 +-
 airflow-core/docs/public-airflow-interface.rst     |  24 +-
 airflow-core/docs/security/security_model.rst      |  58 +-
 airflow-core/docs/tutorial/hitl.rst                | 102 ++++
 airflow-core/docs/tutorial/index.rst               |   1 +
 airflow-core/docs/tutorial/pipeline.rst            |   2 +-
 .../api_fastapi/core_api/datamodels/connections.py |  25 +-
 .../api_fastapi/execution_api/routes/hitl.py       |  16 +
 airflow-core/src/airflow/ui/package.json           |   6 +-
 airflow-core/src/airflow/ui/pnpm-lock.yaml         | 586 ++++++++++-----------
 .../airflow/ui/public/i18n/locales/en/common.json  |   1 +
 .../ui/src/components/ActionAccordion/columns.tsx  |   6 +-
 .../src/airflow/ui/src/components/HeaderCard.tsx   |  47 +-
 .../airflow/ui/src/layouts/Details/Graph/Graph.tsx |  16 +-
 .../ui/src/pages/Connections/ConnectionForm.tsx    |  12 +-
 airflow-core/src/airflow/ui/src/pages/DagRuns.tsx  |  12 +
 .../src/airflow/ui/src/pages/Run/Details.tsx       |   2 +-
 .../ui/src/pages/TaskInstances/TaskInstances.tsx   |   8 +-
 .../airflow/ui/src/queries/useEditConnection.tsx   |   4 +-
 .../core_api/routes/public/test_connections.py     |  81 ++-
 .../core_api/routes/public/test_hitl.py            |  16 +-
 .../execution_api/versions/head/test_hitl.py       |  41 +-
 .../tests/unit/listeners/class_listener.py         | 113 ++--
 chart/templates/rbac/job-launcher-role.yaml        |   2 +-
 contributing-docs/05_pull_requests.rst             |   2 +-
 dev/README_RELEASE_PROVIDERS.md                    |   8 +
 ...management_generate-issue-content-providers.svg |  32 +-
 ...management_generate-issue-content-providers.txt |   2 +-
 .../commands/release_management_commands.py        |  21 +-
 .../commands/release_management_commands_config.py |   1 +
 .../executors/kubernetes_executor_utils.py         |  12 +-
 .../databricks/plugins/databricks_workflow.py      |  10 +-
 .../airflow/providers/databricks/version_compat.py |  10 +-
 .../airflow/providers/fab/www/package-lock.json    | 114 ++--
 .../fab/src/airflow/providers/fab/www/package.json |   8 +-
 providers/fab/www-hash.txt                         |   2 +-
 .../google/cloud/transfers/bigquery_to_postgres.py |   5 +
 .../cloud/transfers/test_bigquery_to_postgres.py   |  14 +
 .../airflow/providers/postgres/hooks/postgres.py   |  15 +-
 .../tests/unit/postgres/hooks/test_postgres.py     |  19 -
 .../standard/example_dags/example_hitl_operator.py |  15 +-
 .../airflow/providers/standard/triggers/hitl.py    |  10 +-
 .../tests/unit/standard/operators/test_hitl.py     |   2 +-
 .../tests/unit/standard/triggers/test_hitl.py      |  58 +-
 setup_idea.py                                      |   1 +
 task-sdk/docs/concepts.rst                         |   4 +-
 task-sdk/docs/index.rst                            |  10 +-
 55 files changed, 939 insertions(+), 654 deletions(-)
 create mode 100644 airflow-core/docs/tutorial/hitl.rst

Reply via email to