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

potiuk pushed a change to branch move-setup-dependencies-to-providers
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 4a55d5a64c Move provider dependencies to inside provider folders
     add c7feb31786 Debounce status highlighting in Grid view (#24710)
     add bf727525e1 Add AWS operators to create and delete RDS Database (#24099)
     add 5321577aee Fix unnecessary check for ARM images (#24718)
     add 8c75d701bf Move provider dependencies to inside provider folders

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   (4a55d5a64c)
            \
             N -- N -- N   refs/heads/move-setup-dependencies-to-providers 
(8c75d701bf)

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:
 .github/workflows/build-images.yml                 |  18 +--
 .../amazon/aws/example_dags/example_dms.py         | 129 +++++++++------------
 airflow/providers/amazon/aws/operators/rds.py      | 106 ++++++++++++++++-
 airflow/www/static/js/grid/Grid.tsx                |   3 +-
 .../{LegendRow.test.jsx => LegendRow.test.tsx}     |  15 ++-
 .../js/grid/{LegendRow.jsx => LegendRow.tsx}       |  27 +++--
 airflow/www/static/js/grid/Main.tsx                |  15 ++-
 .../www/static/js/grid/components/Clipboard.jsx    |   1 -
 .../www/static/js/grid/components/StatusBox.tsx    |   3 +-
 airflow/www/static/js/grid/dagRuns/Bar.tsx         |   3 +-
 airflow/www/static/js/grid/renderTaskRows.tsx      |   4 +-
 .../js/{variable_edit.js => grid/utils/index.ts}   |  10 +-
 .../operators/rds.rst                              |  28 +++++
 tests/providers/amazon/aws/operators/test_rds.py   |  68 +++++++++++
 .../system/providers/amazon/aws/rds}/__init__.py   |   0
 .../example_rds_instance.py}                       |  77 ++++++------
 16 files changed, 350 insertions(+), 157 deletions(-)
 rename airflow/www/static/js/grid/{LegendRow.test.jsx => LegendRow.test.tsx} 
(76%)
 rename airflow/www/static/js/grid/{LegendRow.jsx => LegendRow.tsx} (71%)
 copy airflow/www/static/js/{variable_edit.js => grid/utils/index.ts} (82%)
 copy {airflow/api/auth => tests/system/providers/amazon/aws/rds}/__init__.py 
(100%)
 copy tests/system/providers/amazon/aws/{example_sns.py => 
rds/example_rds_instance.py} (50%)

Reply via email to