This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch potiuk-patch-1
in repository https://gitbox.apache.org/repos/asf/airflow.git.
discard 6ee760b Update docs/docker-stack/entrypoint.rst
discard 1db1958 Update docs/docker-stack/entrypoint.rst
discard 9b30b90 Update entrypoint.rst
add eb2c7af Changes related to PR #16634 (#18644)
add 8e19ed6 Add description about `not a directory` errors in WSL2
(#18976)
add 0a82a42 Fix --github-image-id flag for Breeze (#18882) (#18946)
add d5aebf1 Align the default version with Facebook business SDK (#18883)
add 1edcd42 Sentry before send fallback (#18980)
add 52cc84c Row lock TI query in SchedulerJob._process_executor_events
(#18975)
add 46519ef Add decription on how you can customize image entrypoint
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 (6ee760b)
\
N -- N -- N refs/heads/potiuk-patch-1 (46519ef)
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:
BREEZE.rst | 8 +++-
airflow/jobs/scheduler_job.py | 12 +++++-
airflow/providers/facebook/ads/hooks/ads.py | 9 +++--
airflow/sentry.py | 2 +-
breeze | 3 +-
docs/apache-airflow/security/access-control.rst | 36 ++++++++---------
docs/docker-stack/entrypoint.rst | 45 ++++++++++++----------
scripts/ci/docker-compose/base.yml | 2 +-
scripts/ci/libraries/_build_images.sh | 10 ++++-
scripts/ci/libraries/_docker_engine_resources.sh | 2 +-
scripts/ci/libraries/_push_pull_remove_images.sh | 39 +++++++------------
scripts/ci/libraries/_runs.sh | 10 ++---
.../ci_install_and_test_provider_packages.sh | 2 +-
.../ci/static_checks/in_container_bats_tests.sh | 4 +-
scripts/ci/static_checks/mypy.sh | 2 +-
scripts/ci/static_checks/ui_lint.sh | 2 +-
scripts/ci/static_checks/www_lint.sh | 2 +-
.../ci_run_single_airflow_test_in_docker.sh | 2 +-
scripts/ci/tools/fix_ownership.sh | 6 +--
tests/core/test_sentry.py | 20 ++++++++++
20 files changed, 126 insertions(+), 92 deletions(-)