This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch render-json-logs-new-ui
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit 6171d88246b fixup! test(www): fix existing unit tests
omit 4398ee79bd8 test(www): fix existing unit tests
omit 9065f9419c0 test(test_log_reader): fix existing unit tests
omit 6f88f6d32c3 style: improve type annotation
omit 09850d3ffb0 style: reduce if-else and directly use bool for assigning
metadata["download_logs"]
omit 7426d510ada style: group metadata pop
omit ab06e7675b9 Fix typescript useLogs
omit 33d510799ce Render structured logs in the new UI rather than showing
raw JSON
add 8765fc990a7 Remove unused discovery using sources from Providers
Manager (#46840)
add 851b6c36bfb Clean up some straggling "standalone" DAG processor
references (#46909)
add b95990b3267 Allow schedule args in asset decorator (#46851)
add 40ba83d3b3e Render structured logs in the new UI rather than showing
raw JSON
add d2ac33931c6 Fix typescript useLogs
add 0666938e8f6 style: group metadata pop
add 8e089dd97e1 style: reduce if-else and directly use bool for assigning
metadata["download_logs"]
add 96d64b6bda3 style: improve type annotation
add 2a2dd0ef7a0 test(test_log_reader): fix existing unit tests
add 6579cd7ac30 test(www): fix existing unit tests
add 9b94e31e994 test(api_fastapi): fix existing test_log unit tests
add b609dc3d90a feat(api_connexion/log): update v1 api to the latest log
format
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 (6171d88246b)
\
N -- N -- N refs/heads/render-json-logs-new-ui (b609dc3d90a)
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:
airflow/api_connexion/endpoints/log_endpoint.py | 28 +++---
airflow/api_connexion/openapi/v1.yaml | 5 +-
airflow/api_connexion/schemas/log_schema.py | 6 +-
airflow/cli/cli_config.py | 2 +-
airflow/providers_manager.py | 111 +--------------------
airflow/www/static/js/types/api-generated.ts | 4 +-
docs/apache-airflow/core-concepts/overview.rst | 4 +
docs/apache-airflow/security/security_model.rst | 24 ++---
.../airflow/sdk/definitions/asset/decorators.py | 7 +-
.../tests/definitions/test_asset_decorators.py | 2 +
tests/always/test_providers_manager.py | 7 --
tests/api_connexion/endpoints/test_log_endpoint.py | 40 ++++----
.../endpoints/test_provider_endpoint.py | 2 -
.../api_fastapi/core_api/routes/public/test_log.py | 30 +++---
.../core_api/routes/public/test_providers.py | 2 -
15 files changed, 83 insertions(+), 191 deletions(-)