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

pierrejeambrun pushed a change to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard 93a7e5fc18 Change Architecture and OperatingSystem classies into Enums 
(#28627)
 discard d65fd66e46 Update pre-commit hooks (#28567)
 discard 0902436028 Add back join to zombie query that was dropped in #28198 
(#28544)
 discard 92c0b34571 Cleanup and do housekeeping with plugin examples (#28537)
 discard df9cd4c9b7 Improve provider validation pre-commit (#28516)
 discard 32a2bb67fd Remove extra H1 & improve formatting of Listeners docs page 
(#28450)
     new b607a287b8 Improve provider validation pre-commit (#28516)
     new 6d65da72db Add back join to zombie query that was dropped in #28198 
(#28544)
     new f56fd84b4c Update pre-commit hooks (#28567)
     new 2f5060edef Change Architecture and OperatingSystem classies into Enums 
(#28627)

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   (93a7e5fc18)
            \
             N -- N -- N   refs/heads/v2-5-test (2f5060edef)

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 4 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                                      |   1 +
 .../airflow_breeze/utils/docker_command_utils.py   |   1 +
 dev/breeze/tests/test_commands.py                  |   8 +-
 docs/apache-airflow/empty_plugin/empty_plugin.py   |  60 -------
 docs/apache-airflow/howto/custom-view-plugin.rst   |  72 ++++++--
 docs/apache-airflow/listeners.rst                  |  54 +++---
 docs/apache-airflow/plugins.rst                    |  12 --
 .../empty_plugin => metastore_browser}/README.md   |   4 +-
 metastore_browser/hive_metastore.py                | 199 +++++++++++++++++++++
 .../templates/metastore_browser/base.html          |  20 ++-
 .../templates/metastore_browser/db.html            |  36 ++--
 .../templates/metastore_browser/dbs.html           |  11 +-
 .../templates/metastore_browser/table.html         | 152 ++++++++++++++++
 scripts/ci/docker-compose/local.yml                |   3 +
 14 files changed, 495 insertions(+), 138 deletions(-)
 delete mode 100644 docs/apache-airflow/empty_plugin/empty_plugin.py
 rename {docs/apache-airflow/empty_plugin => metastore_browser}/README.md (90%)
 create mode 100644 metastore_browser/hive_metastore.py
 rename docs/apache-airflow/empty_plugin/templates/empty_plugin/index.html => 
metastore_browser/templates/metastore_browser/base.html (57%)
 copy airflow/www/templates/airflow/xcom.html => 
metastore_browser/templates/metastore_browser/db.html (57%)
 copy airflow/www/templates/airflow/noaccess.html => 
metastore_browser/templates/metastore_browser/dbs.html (83%)
 create mode 100644 metastore_browser/templates/metastore_browser/table.html

Reply via email to