This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 11f30a887c Dont show task/run durations when there is no start_date
(#28395)
add 401fc57e8b Restructure Docs (#27235)
No new revisions were added by this update.
Summary of changes:
.github/boring-cyborg.yml | 20 ++---
RELEASE_NOTES.rst | 4 +-
airflow/hooks/subprocess.py | 2 +-
airflow/providers/cncf/kubernetes/CHANGELOG.rst | 2 +-
.../operators.rst | 4 +-
.../operators/index.rst | 2 +-
.../core-extensions/auth-backends.rst | 2 +-
.../core-extensions/connections.rst | 2 +-
.../core-extensions/logging.rst | 2 +-
.../core-extensions/secrets-backends.rst | 2 +-
.../cluster-policies.rst | 0
.../dag-serialization.rst | 2 +-
.../index.rst | 33 ++++----
.../kubernetes.rst | 4 +-
.../lineage.rst | 0
.../listeners.rst | 2 +-
.../logging-monitoring/callbacks.rst | 2 +-
.../logging-monitoring/check-health.rst | 0
.../logging-monitoring/errors.rst | 0
.../logging-monitoring/index.rst | 0
.../logging-monitoring/logging-architecture.rst | 6 +-
.../logging-monitoring/logging-tasks.rst | 0
.../logging-monitoring/metrics.rst | 0
.../logging-monitoring/tracking-user-activity.rst | 2 +-
.../modules_management.rst | 2 +-
.../pools.rst | 0
.../priority-weight.rst | 0
.../production-deployment.rst | 12 +--
.../scheduler.rst | 8 +-
.../security/access-control.rst | 2 +-
.../security/api.rst | 0
.../security/flower.rst | 0
.../security/index.rst | 0
.../security/kerberos.rst | 0
.../security/secrets/fernet.rst | 0
.../security/secrets/index.rst | 4 +-
.../security/secrets/mask-sensitive-values.rst | 0
.../security/secrets/secrets-backend/index.rst | 2 +-
.../local-filesystem-secrets-backend.rst | 0
.../security/webserver.rst | 2 +-
.../security/workload.rst | 0
.../connections.rst | 0
.../dagfile-processing.rst | 0
.../datasets.rst | 0
.../deferring.rst | 2 +-
.../dynamic-task-mapping.rst | 0
.../index.rst | 43 ++++-------
.../{ => authoring-and-scheduling}/plugins.rst | 6 +-
.../serializers.rst | 0
.../timetable.rst | 2 +-
.../{ => authoring-and-scheduling}/timezone.rst | 4 +-
docs/apache-airflow/best-practices.rst | 6 +-
docs/apache-airflow/cli-and-env-variables-ref.rst | 2 +-
.../apache-airflow/{ => core-concepts}/dag-run.rst | 8 +-
.../{concepts => core-concepts}/dags.rst | 22 +++---
.../{ => core-concepts}/executor/celery.rst | 4 +-
.../executor/celery_kubernetes.rst | 0
.../{ => core-concepts}/executor/dask.rst | 2 +-
.../{ => core-concepts}/executor/debug.rst | 2 +-
.../{ => core-concepts}/executor/index.rst | 2 +-
.../{ => core-concepts}/executor/kubernetes.rst | 10 +--
.../{ => core-concepts}/executor/local.rst | 0
.../executor/local_kubernetes.rst | 0
.../{ => core-concepts}/executor/sequential.rst | 0
.../{concepts => core-concepts}/index.rst | 18 +----
.../{concepts => core-concepts}/operators.rst | 0
.../{concepts => core-concepts}/overview.rst | 12 +--
.../{concepts => core-concepts}/params.rst | 0
.../{concepts => core-concepts}/sensors.rst | 2 +-
.../{concepts => core-concepts}/taskflow.rst | 0
.../{concepts => core-concepts}/tasks.rst | 16 ++--
.../{concepts => core-concepts}/variables.rst | 0
.../{concepts => core-concepts}/xcoms.rst | 0
docs/apache-airflow/faq.rst | 2 +-
docs/apache-airflow/howto/connection.rst | 8 +-
docs/apache-airflow/howto/custom-operator.rst | 4 +-
docs/apache-airflow/howto/custom-view-plugin.rst | 2 +-
docs/apache-airflow/howto/customize-ui.rst | 2 +-
docs/apache-airflow/howto/define_extra_link.rst | 2 +-
docs/apache-airflow/howto/docker-compose/index.rst | 12 +--
.../howto/dynamic-dag-generation.rst | 4 +-
docs/apache-airflow/howto/index.rst | 2 +
docs/apache-airflow/howto/operator/index.rst | 2 +-
docs/apache-airflow/howto/set-config.rst | 2 +-
docs/apache-airflow/howto/set-up-database.rst | 4 +-
docs/apache-airflow/howto/timetable.rst | 2 +-
.../{ => howto}/upgrading-from-1-10/index.rst | 0
.../upgrading-from-1-10/upgrade-check.rst | 0
docs/apache-airflow/{ => howto}/usage-cli.rst | 8 +-
docs/apache-airflow/howto/variable.rst | 4 +-
docs/apache-airflow/index.rst | 22 ++----
docs/apache-airflow/installation/index.rst | 2 +-
docs/apache-airflow/installation/prerequisites.rst | 2 +-
docs/apache-airflow/installation/upgrading.rst | 2 +-
docs/apache-airflow/integration.rst | 24 +++---
docs/apache-airflow/migrations-ref.rst | 2 +-
docs/apache-airflow/redirects.txt | 87 +++++++++++++++++++---
docs/apache-airflow/start.rst | 2 +-
docs/apache-airflow/templates-ref.rst | 2 +-
docs/apache-airflow/tutorial/fundamentals.rst | 6 +-
docs/apache-airflow/tutorial/taskflow.rst | 6 +-
docs/docker-stack/build.rst | 2 +-
102 files changed, 266 insertions(+), 241 deletions(-)
rename docs/apache-airflow/{concepts =>
administration-and-deployment}/cluster-policies.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/dag-serialization.rst (99%)
copy docs/apache-airflow/{howto/operator =>
administration-and-deployment}/index.rst (67%)
rename docs/apache-airflow/{ => administration-and-deployment}/kubernetes.rst
(92%)
rename docs/apache-airflow/{ => administration-and-deployment}/lineage.rst
(100%)
rename docs/apache-airflow/{ => administration-and-deployment}/listeners.rst
(97%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/logging-monitoring/callbacks.rst (97%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/logging-monitoring/check-health.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/logging-monitoring/errors.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/logging-monitoring/index.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/logging-monitoring/logging-architecture.rst (86%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/logging-monitoring/logging-tasks.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/logging-monitoring/metrics.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/logging-monitoring/tracking-user-activity.rst
(98%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/modules_management.rst (99%)
rename docs/apache-airflow/{concepts =>
administration-and-deployment}/pools.rst (100%)
rename docs/apache-airflow/{concepts =>
administration-and-deployment}/priority-weight.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/production-deployment.rst (96%)
rename docs/apache-airflow/{concepts =>
administration-and-deployment}/scheduler.rst (98%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/security/access-control.rst (99%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/security/api.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/security/flower.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/security/index.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/security/kerberos.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/security/secrets/fernet.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/security/secrets/index.rst (83%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/security/secrets/mask-sensitive-values.rst (100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/security/secrets/secrets-backend/index.rst (98%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/security/secrets/secrets-backend/local-filesystem-secrets-backend.rst
(100%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/security/webserver.rst (99%)
rename docs/apache-airflow/{ =>
administration-and-deployment}/security/workload.rst (100%)
rename docs/apache-airflow/{concepts =>
authoring-and-scheduling}/connections.rst (100%)
rename docs/apache-airflow/{concepts =>
authoring-and-scheduling}/dagfile-processing.rst (100%)
rename docs/apache-airflow/{concepts => authoring-and-scheduling}/datasets.rst
(100%)
rename docs/apache-airflow/{concepts =>
authoring-and-scheduling}/deferring.rst (95%)
rename docs/apache-airflow/{concepts =>
authoring-and-scheduling}/dynamic-task-mapping.rst (100%)
copy docs/apache-airflow/{concepts => authoring-and-scheduling}/index.rst (68%)
rename docs/apache-airflow/{ => authoring-and-scheduling}/plugins.rst (98%)
rename docs/apache-airflow/{concepts =>
authoring-and-scheduling}/serializers.rst (100%)
rename docs/apache-airflow/{concepts =>
authoring-and-scheduling}/timetable.rst (99%)
rename docs/apache-airflow/{ => authoring-and-scheduling}/timezone.rst (99%)
rename docs/apache-airflow/{ => core-concepts}/dag-run.rst (98%)
rename docs/apache-airflow/{concepts => core-concepts}/dags.rst (98%)
rename docs/apache-airflow/{ => core-concepts}/executor/celery.rst (98%)
rename docs/apache-airflow/{ => core-concepts}/executor/celery_kubernetes.rst
(100%)
rename docs/apache-airflow/{ => core-concepts}/executor/dask.rst (98%)
rename docs/apache-airflow/{ => core-concepts}/executor/debug.rst (99%)
rename docs/apache-airflow/{ => core-concepts}/executor/index.rst (92%)
rename docs/apache-airflow/{ => core-concepts}/executor/kubernetes.rst (98%)
rename docs/apache-airflow/{ => core-concepts}/executor/local.rst (100%)
rename docs/apache-airflow/{ => core-concepts}/executor/local_kubernetes.rst
(100%)
rename docs/apache-airflow/{ => core-concepts}/executor/sequential.rst (100%)
rename docs/apache-airflow/{concepts => core-concepts}/index.rst (84%)
rename docs/apache-airflow/{concepts => core-concepts}/operators.rst (100%)
rename docs/apache-airflow/{concepts => core-concepts}/overview.rst (89%)
rename docs/apache-airflow/{concepts => core-concepts}/params.rst (100%)
rename docs/apache-airflow/{concepts => core-concepts}/sensors.rst (97%)
rename docs/apache-airflow/{concepts => core-concepts}/taskflow.rst (100%)
rename docs/apache-airflow/{concepts => core-concepts}/tasks.rst (94%)
rename docs/apache-airflow/{concepts => core-concepts}/variables.rst (100%)
rename docs/apache-airflow/{concepts => core-concepts}/xcoms.rst (100%)
rename docs/apache-airflow/{ => howto}/upgrading-from-1-10/index.rst (100%)
rename docs/apache-airflow/{ => howto}/upgrading-from-1-10/upgrade-check.rst
(100%)
rename docs/apache-airflow/{ => howto}/usage-cli.rst (98%)