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

kaxilnaik pushed a change to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


 discard e5ac3b1058 Fix #1220 missing scrollbar in _dropdown.scss (#1233)
     add fee4b29b6b Add Keycloak to index (#1230)
     add d66e98557e Add 3.0.4 & 3.0.5 to Announcement page (#1223) (#1231)
     add b52ad6ad3a Fix #1220 missing scrollbar in _dropdown.scss (#1233)
     add 9fd9436ffc Add 3.0.6 to Announcement page (#1234)
     add 969221428b Remove Airflow with Restack (#1235)
     add b45fc7d4a2 modify announcement on airflow summit as early bird tickets 
are sold out (#1236)
     add d78432bf2d Fix typos (#1238)
     add 8e56dcf449 Remove Kafka from Async Providers (#1239)
     add 90af57daf1 Remove feather references after ASF logo changed to oak 
(#1240)
     add 72c1de4288 Add blog post for 3.1.0 (#1243)
     add 286b0d574f Update PostgreSQL URL in integrations.json (#1242)
     new 90b806fb48 Modernize Node.js and build infrastructure

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   (e5ac3b1058)
            \
             N -- N -- N   refs/heads/staging (90b806fb48)

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 1 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:
 .github/workflows/build.yml                        |    20 +-
 .pre-commit-config.yaml                            |     6 +-
 Dockerfile                                         |     6 +-
 landing-pages/.babelrc                             |    16 +-
 landing-pages/.eslintignore                        |    19 -
 landing-pages/.eslintrc.yml                        |   104 -
 landing-pages/create-index.js                      |     4 +-
 landing-pages/eslint.config.cjs                    |   121 +
 landing-pages/package-lock.json                    | 15501 +++++++++++++++++++
 landing-pages/package.json                         |   127 +-
 landing-pages/site/config.toml                     |     4 +-
 .../site/content/en/announcements/_index.md        |    46 +-
 .../site/content/en/blog/airflow-2.5.0/index.md    |     2 +-
 .../content/en/blog/airflow-3.1.0/images/3.1.0.jpg |   Bin 0 -> 103644 bytes
 .../en/blog/airflow-3.1.0/images/calendar.gif      |   Bin 0 -> 182606 bytes
 .../en/blog/airflow-3.1.0/images/favorite.png      |   Bin 0 -> 216197 bytes
 .../content/en/blog/airflow-3.1.0/images/gantt.png |   Bin 0 -> 510782 bytes
 .../content/en/blog/airflow-3.1.0/images/hitl.gif  |   Bin 0 -> 3346240 bytes
 .../en/blog/airflow-3.1.0/images/i18n-demo.gif     |   Bin 0 -> 1117361 bytes
 .../content/en/blog/airflow-3.1.0/images/snake.gif |   Bin 0 -> 6342281 bytes
 .../site/content/en/blog/airflow-3.1.0/index.md    |   246 +
 landing-pages/site/content/en/docs/_index.md       |     2 +
 landing-pages/site/content/en/ecosystem/_index.md  |     6 +-
 landing-pages/site/layouts/partials/footer.html    |     2 +-
 .../{blog/single.html => partials/head-css.html}   |    22 +-
 landing-pages/site/layouts/partials/head.html      |     3 +-
 .../site/layouts/partials/hooks/head-end.html      |     2 +-
 landing-pages/site/layouts/partials/navbar.html    |     2 +-
 landing-pages/site/layouts/partials/scripts.html   |     2 +-
 landing-pages/site/static/integrations.json        |     2 +-
 landing-pages/src/index.js                         |     4 +-
 landing-pages/webpack.common.js                    |    16 +-
 landing-pages/webpack.dev.js                       |     9 +-
 landing-pages/webpack.prod.js                      |    28 +-
 landing-pages/yarn.lock                            | 11899 +++++++-------
 .../sphinx_airflow_theme/footer.html               |     2 +-
 .../sphinx_airflow_theme/header.html               |     2 +-
 37 files changed, 21520 insertions(+), 6705 deletions(-)
 delete mode 100644 landing-pages/.eslintignore
 delete mode 100644 landing-pages/.eslintrc.yml
 create mode 100644 landing-pages/eslint.config.cjs
 create mode 100644 landing-pages/package-lock.json
 create mode 100644 
landing-pages/site/content/en/blog/airflow-3.1.0/images/3.1.0.jpg
 create mode 100644 
landing-pages/site/content/en/blog/airflow-3.1.0/images/calendar.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflow-3.1.0/images/favorite.png
 create mode 100644 
landing-pages/site/content/en/blog/airflow-3.1.0/images/gantt.png
 create mode 100644 
landing-pages/site/content/en/blog/airflow-3.1.0/images/hitl.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflow-3.1.0/images/i18n-demo.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflow-3.1.0/images/snake.gif
 create mode 100644 landing-pages/site/content/en/blog/airflow-3.1.0/index.md
 copy landing-pages/site/layouts/{blog/single.html => partials/head-css.html} 
(56%)

Reply via email to