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

potiuk pushed a change to branch better-information-in-ci-output
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 8a72a18492 Print important information outside of the folded output in 
CI
    omit 7ad82e3384 Chart: Default airflow version to 2.4.2 (#27230)
    omit 3938b28ef2 Mark azure sdist warning as knowing when installing (#27258)
    omit 833a9ee748 Use all-python-versions-list-as-string in build-images.yml 
(#27271)
    omit aa31110bd8 Add Andrey as member of the triage team (#27278)
    omit 571ffeff7c Remove UI selective check output (#27254)
    omit 662a8aaac3 SFTP Provider: Fix default folder permissions  (#26593)
    omit 7fcdb490b4 Update dags.rst (#27110)
    omit e73e90e388 reduce extraneous task log requests (#27233)
     add 3e5b3f1506 pRint important information outside of the folded output in 
CI

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   (8a72a18492)
            \
             N -- N -- N   refs/heads/better-information-in-ci-output 
(3e5b3f1506)

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 -
 .github/workflows/build-images.yml                 |  2 +-
 .github/workflows/ci.yml                           |  1 +
 airflow/providers/sftp/hooks/sftp.py               | 12 ++++------
 airflow/www/static/js/api/useTaskLog.ts            | 23 ++++--------------
 .../js/dag/details/taskInstance/Logs/index.tsx     |  4 +---
 .../static/js/dag/details/taskInstance/index.tsx   |  3 +--
 chart/Chart.yaml                                   | 24 +++++++++----------
 chart/newsfragments/27230.significant.rst          |  3 ---
 chart/values.schema.json                           |  4 ++--
 chart/values.yaml                                  |  4 ++--
 dev/breeze/SELECTIVE_CHECKS.md                     |  1 +
 .../commands/release_management_commands.py        | 11 ++++++---
 .../airflow_breeze/commands/testing_commands.py    |  4 +++-
 dev/breeze/src/airflow_breeze/utils/parallel.py    | 27 ++++++++++++++--------
 .../src/airflow_breeze/utils/selective_checks.py   | 10 ++++++++
 docs/apache-airflow/concepts/dags.rst              |  2 +-
 scripts/in_container/verify_providers.py           |  2 --
 tests/providers/sftp/hooks/test_sftp.py            |  8 -------
 19 files changed, 71 insertions(+), 75 deletions(-)
 delete mode 100644 chart/newsfragments/27230.significant.rst

Reply via email to