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

kaxilnaik pushed a change to branch feat-modernize-theme-5qPcf
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


 discard 1624ace7ac Fix CSS generation for Docsy v0.12.0 upgrade
 discard 21f439be69 Upgrade Hugo to 0.146.0 and install Docsy NPM dependencies
 discard f6f1dbbebb Add dark mode support to Airflow documentation site
 discard 41d9735af0 Upgrade Docsy theme from v0.2.0-pre to v0.12.0 and enable 
dark mode
     add 6c9a931da1 0.1.0 Adding airflowctl to docs index page (#1269)
     add 1f2a0395d5 Add announcement about Airflow CTL 0.1.0 (#1271)
     add 743208832f Modernize CI setup for airflow-site (#1272)
     add ab1b0e196d Add cooldown on upgrade of NPM and write permission for 
publishing (#1274)
     add 8f2e1727dd Properly persist credentials
     add ed5d5c9c67 Announce Airflow 3.1.3 release (#1277)
     add 1f71f05521 Update newsletter link in community page (#1278)
     add 714f49ba85 Improve footer hover interaction in documentation footer 
(#1284)
     add 31022bb040 feat(footer): show social icons' brand colors on hover 
(#1283)
     add e40698ff0e Add Blog Snippet Section to HomePage (#1285)
     add d4468d481f [Doc] fixing 404 error for incorrect ETL link (#1265)
     add 8c67bac8ee Add airflowctl 0.1.0 blog (#1247)
     add 9fde4b28c0 refactor: unify section headers in home page layout (#1290)
     add 4d8050cf16 Fix typo: change 'inddex' to 'index' in integrationList.js 
(#1292)
     add 90a554ce7a Add meetups disclaimers and conditions. (#1286)
     add 227bae9c2d Fix Format release links for Apache Airflow announcements 
(#1296)
     add 5fe86e06b5 Add Airflow LDAP Auth Manager provider details (#1297)
     add 22fe5890e4 Upgrade dependencies (#1298)
     add 5be2f09ea3 feat: scroll to top button (#1293)
     add 2c006dca07 fix: clean up whitespace and formatting (#1300)
     add 524ba012c5 docs: update contribution guidelines for prek installation 
(#1301)
     add ee6d93a027 Announce Apache Airflow 3.1.4 release (#1304)
     add d170e2b713 Upgrade prek hooks (#1305)
     add 77cefabf2f Fix Format release links for announcements (#1306)
     add 74688c0cdf Announce Apache Airflow 3.1.5 release (#1315)
     add 55a9336fe5 Remove newsletter from the link (#1320)
     add 2f1453c510 Fix upgrade check (#1321)
     add 4d8e69fa16 Fix Previous/Next button navigation in use cases (#1314)
     add 77658d5c7f Upgrade zizmor action (#1322)
     add 1702e0528d Fix inconsistent hover and underline behavior on Community 
page links (#1318)
     add ff3b68c5a7 Fix community page accordions opening by default (#1323)
     add 1131bc81ca Fix Lucas pre-commit hash (#1324)
     add 48c9a3bed0 Hidden content and heading improved (#1327)
     add 3a4e3a5eb5 Improve scroll-to-top button readability with icon-only UI 
(#1325)
     add 5c0778a5ee Upgrade Docsy theme from v0.2.0-pre to v0.12.0 and enable 
dark mode
     add 1b321444ec Add dark mode support to Airflow documentation site
     add 8495f1d47d Upgrade Hugo to 0.146.0 and install Docsy NPM dependencies
     add dbcdb6e21d Fix CSS generation for Docsy v0.12.0 upgrade

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   (1624ace7ac)
            \
             N -- N -- N   refs/heads/feat-modernize-theme-5qPcf (dbcdb6e21d)

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:
 .dockerignore => .github/dependabot.yml            |    21 +-
 .github/workflows/build.yml                        |    56 +-
 .github/workflows/upgrade.yml                      |    88 +
 .gitmodules                                        |     3 -
 .pre-commit-config.yaml                            |    42 +-
 CONTRIBUTE.md                                      |    18 +-
 landing-pages/.pre-commit-config.yaml              |    46 +
 landing-pages/package-lock.json                    | 15540 +++++++++++++++++++
 landing-pages/package.json                         |     2 +-
 landing-pages/site/assets/scss/_base-layout.scss   |    45 +-
 landing-pages/site/assets/scss/_buttons.scss       |     2 +-
 .../site/assets/scss/_community-page.scss          |     4 -
 landing-pages/site/assets/scss/_footer.scss        |    21 +-
 landing-pages/site/assets/scss/_home-page.scss     |    13 +-
 landing-pages/site/assets/scss/_rst-content.scss   |     2 +-
 .../scss/{_survey.scss => _scroll-to-top.scss}     |    24 +-
 landing-pages/site/assets/scss/main-custom.scss    |    46 +
 .../site/content/en/announcements/_index.md        |    57 +-
 .../images/assets_create_event.gif                 |   Bin 0 -> 216627 bytes
 .../en/blog/airflowctl-0.1.0/images/assets_get.gif |   Bin 0 -> 291933 bytes
 .../en/blog/airflowctl-0.1.0/images/config_get.gif |   Bin 0 -> 510350 bytes
 .../airflowctl-0.1.0/images/connections_create.gif |   Bin 0 -> 249273 bytes
 .../airflowctl-0.1.0/images/connections_get.gif    |   Bin 0 -> 203511 bytes
 .../airflowctl-0.1.0/images/connections_update.gif |   Bin 0 -> 225207 bytes
 .../blog/airflowctl-0.1.0/images/dagrun_list.gif   |   Bin 0 -> 325813 bytes
 .../airflowctl-0.1.0/images/dagrun_trigger.gif     |   Bin 0 -> 722607 bytes
 .../en/blog/airflowctl-0.1.0/images/pools_list.gif |   Bin 0 -> 191360 bytes
 .../airflowctl-0.1.0/images/pools_list_old.gif     |   Bin 0 -> 302810 bytes
 .../airflowctl-0.1.0/images/variables_export.gif   |   Bin 0 -> 119936 bytes
 .../airflowctl-0.1.0/images/variables_import.gif   |   Bin 0 -> 330597 bytes
 .../airflowctl-0.1.0/images/variables_list_old.gif |   Bin 0 -> 327778 bytes
 .../images/variables_list_yaml.gif                 |   Bin 0 -> 179567 bytes
 .../site/content/en/blog/airflowctl-0.1.0/index.md |   190 +
 .../site/content/en/community/_index.html          |    29 +-
 landing-pages/site/content/en/docs/_index.md       |     5 +
 landing-pages/site/content/en/ecosystem/_index.md  |     2 +
 .../site/content/en/use-cases/etl_analytics.md     |     6 +-
 landing-pages/site/data/integrations.json          |     2 +-
 landing-pages/site/layouts/_default/baseof.html    |     9 +-
 landing-pages/site/layouts/blog/baseof.html        |     9 +-
 landing-pages/site/layouts/community/baseof.html   |     9 +-
 landing-pages/site/layouts/docs/baseof.html        |    10 +-
 landing-pages/site/layouts/index.html              |    34 +-
 landing-pages/site/layouts/install/baseof.html     |     9 +-
 landing-pages/site/layouts/meetups/baseof.html     |     9 +-
 landing-pages/site/layouts/meetups/list.html       |    13 +
 .../button-with-arrow.html}                        |    19 +-
 landing-pages/site/layouts/partials/footer.html    |    41 +-
 landing-pages/site/layouts/partials/pager.html     |     8 +-
 .../{boxes/testimonial.html => scroll-to-top.html} |    14 +-
 .../site/layouts/partials/suggest-change.html      |     2 -
 .../site/layouts/privacy-notice/baseof.html        |    10 +-
 landing-pages/site/layouts/roadmap/baseof.html     |    10 +-
 landing-pages/site/layouts/taxonomy/baseof.html    |     9 +-
 landing-pages/site/layouts/use-cases/baseof.html   |     9 +-
 landing-pages/src/index.js                         |     1 +
 landing-pages/src/js/integrationList.js            |     2 +-
 landing-pages/src/js/scrollToTop.js                |    54 +
 landing-pages/yarn.lock                            |  2023 ++-
 .../sphinx_airflow_theme/footer.html               |    50 +-
 60 files changed, 17427 insertions(+), 1191 deletions(-)
 copy .dockerignore => .github/dependabot.yml (77%)
 create mode 100644 .github/workflows/upgrade.yml
 create mode 100644 landing-pages/.pre-commit-config.yaml
 create mode 100644 landing-pages/package-lock.json
 copy landing-pages/site/assets/scss/{_survey.scss => _scroll-to-top.scss} (80%)
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/assets_create_event.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/assets_get.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/config_get.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/connections_create.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/connections_get.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/connections_update.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/dagrun_list.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/dagrun_trigger.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/pools_list.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/pools_list_old.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/variables_export.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/variables_import.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/variables_list_old.gif
 create mode 100644 
landing-pages/site/content/en/blog/airflowctl-0.1.0/images/variables_list_yaml.gif
 create mode 100644 landing-pages/site/content/en/blog/airflowctl-0.1.0/index.md
 copy landing-pages/site/layouts/partials/{boxes/testimonial.html => 
buttons/button-with-arrow.html} (59%)
 copy landing-pages/site/layouts/partials/{boxes/testimonial.html => 
scroll-to-top.html} (59%)
 create mode 100644 landing-pages/src/js/scrollToTop.js

Reply via email to