This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a change to branch v2-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from e3d07e9 Bump version to 2.2.1
new 032eda1 Group PATCH DAGrun together with other DAGRun endpoints
(#18885)
new bc551c1 Doc: Add Callbacks Section to Logging & Monitoring (#18842)
new 85ec578 Add information about keepalives for managed Postgres (#18850)
new 7183ad0 Check python version before starting triggerer (#18926)
new f3dd5b5 Changes related to PR #16634 (#18644)
new b329f8d Fix XCom.delete error in Airflow 2.2.0 (#18956)
new 1a45e1e Sentry before send fallback (#18980)
new 5f85eef Row lock TI query in SchedulerJob._process_executor_events
(#18975)
new 327b839 Try to move "dangling" rows in upgradedb (#18953)
new e35588c BugFix: Null execution date on insert to ``task_fail``
violating NOT NULL (#18979)
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
airflow/api_connexion/openapi/v1.yaml | 2 +-
airflow/cli/cli_parser.py | 5 +-
airflow/jobs/scheduler_job.py | 12 +-
airflow/models/taskinstance.py | 3 +-
airflow/models/xcom.py | 1 +
airflow/sentry.py | 2 +-
airflow/settings.py | 3 +
airflow/utils/db.py | 164 +++++++++++++--------
airflow/www/templates/airflow/dags.html | 8 +
airflow/www/views.py | 13 +-
docs/apache-airflow/howto/set-up-database.rst | 25 ++++
.../logging-monitoring/callbacks.rst | 81 ++++++++++
docs/apache-airflow/logging-monitoring/index.rst | 1 +
docs/apache-airflow/security/access-control.rst | 36 ++---
tests/cli/commands/test_triggerer_command.py | 4 +
tests/core/test_sentry.py | 20 +++
tests/www/views/test_views_base.py | 2 +-
17 files changed, 296 insertions(+), 86 deletions(-)
create mode 100644 docs/apache-airflow/logging-monitoring/callbacks.rst