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

bbovenzi pushed a change to branch mapped-instance-actions
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 009eb4d4fe Get gantt/graph modal actions working again
 discard 7fcedbd7c7 Chain map_index params
 discard 4410c01192 Fix gantt/graph modal
 discard 4ffa59eaf4 Readd mapped instance table selection
 discard c633ca8895 Allow bulk mapped task actions
 discard a890173f5a fixup! Introduce tuple_().in_() shim for MSSQL compat
 discard 6c7f1dfb16 fixup! Accept multiple map_index param from front end
 discard 898480765f Introduce tuple_().in_() shim for MSSQL compat
 discard 4ffae5cf1f Accept multiple map_index param from front end
 discard e1cdc961b3 Refactor to straighten up types
 discard 1c0741234e fixup! Apply suggestions from code review
 discard 1ccc3f6131 Apply suggestions from code review
 discard e65e5fcf7f fixup! fixup! fixup! fixup! fixup! fixup! Allow 
marking/clearing mapped taskinstances from the UI
 discard 4186bb220d fixup! fixup! fixup! fixup! fixup! Allow marking/clearing 
mapped taskinstances from the UI
 discard df4cfb4524 fixup! fixup! fixup! fixup! Allow marking/clearing mapped 
taskinstances from the UI
 discard 6ce2589991 add tests
 discard 59b1769171 fixup! fixup! fixup! Allow marking/clearing mapped 
taskinstances from the UI
 discard 6f16553973 fixup! fixup! Allow marking/clearing mapped taskinstances 
from the UI
 discard 7837df0994 fixup! Allow marking/clearing mapped taskinstances from the 
UI
 discard 1f03977735 Allow marking/clearing mapped taskinstances from the UI
     add 9e1ac6e425 Add `S3CreateObjectOperator` (#22758)
     add 501a3c3fbe Meaningful error mssage in resolve_template_files (#23027)
     add 70eede5dd6 Fix KPO to have hyphen instead of period (#22982)
     add 5b9bd9954b Replace changelog/updating with release notes and towncrier 
now (#22003)
     add 99cac42df0 Make copy button blue (#23120)
     add eb26510d3a Switch bitnami images in tests to "standard" ones (#23122)
     add 4fa718e4db Support clearing and updating state of individual mapped 
task instances (#22958)
     new 5620df9469 fixup! Allow marking/clearing mapped taskinstances from the 
UI
     new 334e39923e fixup! fixup! Allow marking/clearing mapped taskinstances 
from the UI
     new 83413da968 fixup! fixup! fixup! Allow marking/clearing mapped 
taskinstances from the UI
     new bcf186d9eb add tests
     new c5cc48f9f9 fixup! fixup! fixup! fixup! Allow marking/clearing mapped 
taskinstances from the UI
     new 7ea4ace57d fixup! fixup! fixup! fixup! fixup! Allow marking/clearing 
mapped taskinstances from the UI
     new 5bbcb9f17f fixup! fixup! fixup! fixup! fixup! fixup! Allow 
marking/clearing mapped taskinstances from the UI
     new 9d5d8b28cb Apply suggestions from code review
     new 4e81a78030 fixup! Apply suggestions from code review
     new 3b12a914db Refactor to straighten up types
     new 03676ff070 Accept multiple map_index param from front end
     new 469092494d Introduce tuple_().in_() shim for MSSQL compat
     new 3327e0dc10 fixup! Accept multiple map_index param from front end
     new 3d25f2ebba fixup! Introduce tuple_().in_() shim for MSSQL compat
     new b77a920335 Allow bulk mapped task actions
     new acb534127b Readd mapped instance table selection
     new 6b7b8026b1 Fix gantt/graph modal
     new f489b107ec Chain map_index params
     new 1eb9b5cbdc Get gantt/graph modal actions working again

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   (009eb4d4fe)
            \
             N -- N -- N   refs/heads/mapped-instance-actions (1eb9b5cbdc)

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.

The 19 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:
 .dockerignore                                      |    2 +-
 .github/PULL_REQUEST_TEMPLATE.md                   |    2 +-
 .pre-commit-config.yaml                            |   10 +-
 .rat-excludes                                      |    1 -
 CONTRIBUTING.rst                                   |   19 +
 MANIFEST.in                                        |    2 +-
 CHANGELOG.txt => RELEASE_NOTES.rst                 | 4632 +++++++++++++++++++-
 STATIC_CODE_CHECKS.rst                             |    2 +
 UPDATING.md                                        | 3665 ----------------
 airflow/config_templates/config.yml                |    2 +-
 airflow/config_templates/default_airflow.cfg       |    2 +-
 airflow/models/abstractoperator.py                 |    4 +-
 .../amazon/aws/example_dags/example_s3.py          |   21 +
 airflow/providers/amazon/aws/operators/s3.py       |   88 +
 .../cncf/kubernetes/operators/kubernetes_pod.py    |    2 +-
 airflow/www/static/js/tree/Clipboard.jsx           |    4 +-
 breeze-complete                                    |    1 +
 chart/CHANGELOG.txt                                |  246 --
 chart/RELEASE_NOTES.rst                            |  412 ++
 chart/UPDATING.rst                                 |  172 -
 chart/newsfragments/22724.significant.rst          |    3 +
 chart/newsfragments/config.toml                    |   34 +
 dev/README_RELEASE_AIRFLOW.md                      |   29 +-
 dev/README_RELEASE_HELM_CHART.md                   |   27 +-
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |    1 +
 .../airflow_breeze/utils/docker_command_utils.py   |    2 +-
 .../operators/s3.rst                               |   15 +
 docs/apache-airflow/index.rst                      |    2 +-
 docs/apache-airflow/redirects.txt                  |    3 +
 .../release_notes.rst}                             |    6 +-
 docs/helm-chart/index.rst                          |    3 +-
 MANIFEST.in => docs/helm-chart/redirects.txt       |   26 +-
 .../changelog.rst => helm-chart/release_notes.rst} |    6 +-
 docs/helm-chart/updating.rst                       |   18 -
 docs/spelling_wordlist.txt                         |    8 +
 images/breeze/output-static-checks.svg             |   19 +-
 newsfragments/16931.improvement.rst                |    1 +
 newsfragments/17349.feature.rst                    |    1 +
 newsfragments/19482.improvement.rst                |    1 +
 newsfragments/19825.significant.rst                |    3 +
 newsfragments/20165.significant.rst                |    5 +
 newsfragments/20759.significant.rst                |    3 +
 newsfragments/20975.significant.rst                |    5 +
 newsfragments/21135.significant.rst                |   16 +
 newsfragments/21205.significant.rst                |   16 +
 newsfragments/21472.significant.rst                |    5 +
 newsfragments/21505.significant.rst                |    3 +
 newsfragments/21538.significant.rst                |    3 +
 newsfragments/21640.significant.rst                |    3 +
 newsfragments/21734.significant.rst                |   13 +
 newsfragments/21798.significant.rst                |    9 +
 newsfragments/21815.significant.2.rst              |    3 +
 newsfragments/21815.significant.rst                |    3 +
 newsfragments/21816.significant.rst                |   43 +
 newsfragments/22167.significant.rst                |    3 +
 newsfragments/22284.significant.rst                |   16 +
 newsfragments/config.toml                          |   34 +
 scripts/ci/docker-compose/local.yml                |    2 +-
 scripts/ci/libraries/_local_mounts.sh              |    2 +-
 scripts/ci/pre_commit/pre_commit_newsfragments.py  |   52 +
 setup.py                                           |    1 +
 .../amazon/aws/operators/test_s3_copy_object.py    |   83 -
 ...test_s3_delete_objects.py => test_s3_object.py} |  101 +-
 tests/providers/docker/decorators/test_docker.py   |   10 +-
 64 files changed, 5448 insertions(+), 4483 deletions(-)
 rename CHANGELOG.txt => RELEASE_NOTES.rst (60%)
 delete mode 100644 UPDATING.md
 delete mode 100644 chart/CHANGELOG.txt
 create mode 100644 chart/RELEASE_NOTES.rst
 delete mode 100644 chart/UPDATING.rst
 create mode 100644 chart/newsfragments/22724.significant.rst
 create mode 100644 chart/newsfragments/config.toml
 rename docs/{helm-chart/changelog.rst => apache-airflow/release_notes.rst} 
(92%)
 copy MANIFEST.in => docs/helm-chart/redirects.txt (53%)
 rename docs/{apache-airflow/changelog.rst => helm-chart/release_notes.rst} 
(91%)
 delete mode 100644 docs/helm-chart/updating.rst
 create mode 100644 newsfragments/16931.improvement.rst
 create mode 100644 newsfragments/17349.feature.rst
 create mode 100644 newsfragments/19482.improvement.rst
 create mode 100644 newsfragments/19825.significant.rst
 create mode 100644 newsfragments/20165.significant.rst
 create mode 100644 newsfragments/20759.significant.rst
 create mode 100644 newsfragments/20975.significant.rst
 create mode 100644 newsfragments/21135.significant.rst
 create mode 100644 newsfragments/21205.significant.rst
 create mode 100644 newsfragments/21472.significant.rst
 create mode 100644 newsfragments/21505.significant.rst
 create mode 100644 newsfragments/21538.significant.rst
 create mode 100644 newsfragments/21640.significant.rst
 create mode 100644 newsfragments/21734.significant.rst
 create mode 100644 newsfragments/21798.significant.rst
 create mode 100644 newsfragments/21815.significant.2.rst
 create mode 100644 newsfragments/21815.significant.rst
 create mode 100644 newsfragments/21816.significant.rst
 create mode 100644 newsfragments/22167.significant.rst
 create mode 100644 newsfragments/22284.significant.rst
 create mode 100644 newsfragments/config.toml
 create mode 100755 scripts/ci/pre_commit/pre_commit_newsfragments.py
 delete mode 100644 tests/providers/amazon/aws/operators/test_s3_copy_object.py
 rename tests/providers/amazon/aws/operators/{test_s3_delete_objects.py => 
test_s3_object.py} (67%)

Reply via email to