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 2a3ee9d3e4 Add Hugo --gc flag and ensure data directory exists
discard 530f7541e5 Update baseof.html
discard a2530ed2d6 .
discard 1ebdaf835c Fix webpack script loading by using __dirname instead of
process.cwd()
discard d073f07adc Debug: Add HTML comments to trace webpack data availability
discard 18fadcf298 Trigger CI rebuild after npm registry failure
discard 8dd0b9ba39 Fix confetti animation by adding root baseof.html with
webpack script loading
discard bb19de8ac7 Debug: Add console log to test if body-end hook is called
discard ea6a5045e1 Update Docsy submodule to v0.12.0 (ace4e37)
new 7c311ed563 Fix webpack script loading on homepage - load bundle
directly like blog section
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 (2a3ee9d3e4)
\
N -- N -- N refs/heads/staging (7c311ed563)
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:
DEBUG_WEBPACK_ISSUE.md | 251 ------------------------
landing-pages/package.json | 2 +-
landing-pages/site/data/.gitkeep | 2 -
landing-pages/site/data/pmc.json | 2 +-
landing-pages/site/layouts/_default/baseof.html | 6 +-
landing-pages/site/layouts/baseof.html | 43 ----
landing-pages/webpack.common.js | 2 +-
site.sh | 11 --
8 files changed, 8 insertions(+), 311 deletions(-)
delete mode 100644 DEBUG_WEBPACK_ISSUE.md
delete mode 100644 landing-pages/site/data/.gitkeep
delete mode 100644 landing-pages/site/layouts/baseof.html