You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ta...@apache.org on 2023/02/21 22:03:04 UTC

[airflow] branch revert-29408-docker-compose-change-example updated (a8124e3bbe -> 2b07e01cdc)

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

taragolis pushed a change to branch revert-29408-docker-compose-change-example
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard a8124e3bbe Revert "Improve health checks in example docker-compose and clarify usage (#29408)"
     add 37a317286a docs: fix typo (#29658)
     add 66a8d102fc Quarantine `test_cli_internal_api_background` (#29665)
     add 1f1f97e666 Add Maciej Obuchowski to triage to help with AIP-53 issues (#29668)
     add 6699f953e6 Avoid modifying PRs in Recheck old bug reports workflow (#29653)
     add e8aa957439 AWS system test sagemaker-endpoint: archive logs (#29581)
     add 9de301da2a FIx formatting of Dataset inlet/outlet note in TaskFlow concepts (#29678)
     add 2b07e01cdc Revert "Improve health checks in example docker-compose and clarify usage (#29408)"

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   (a8124e3bbe)
            \
             N -- N -- N   refs/heads/revert-29408-docker-compose-change-example (2b07e01cdc)

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:
 .asf.yaml                                          |  1 +
 .../{stale.yml => recheck-old-bug-report.yml}      | 31 ++++++----------------
 .github/workflows/stale.yml                        | 19 -------------
 .../logging/s3-task-handler.rst                    |  2 +-
 docs/apache-airflow/core-concepts/taskflow.rst     |  5 ++--
 tests/cli/commands/test_internal_api_command.py    |  1 +
 .../amazon/aws/example_sagemaker_endpoint.py       | 15 +++++------
 7 files changed, 20 insertions(+), 54 deletions(-)
 copy .github/workflows/{stale.yml => recheck-old-bug-report.yml} (65%)