Skip to content

Feat/gitlab group page generation#30

Merged
ebuildy merged 23 commits into
mainfrom
feat/gitlab-group-page-generation
Jul 10, 2026
Merged

Feat/gitlab group page generation#30
ebuildy merged 23 commits into
mainfrom
feat/gitlab-group-page-generation

Conversation

@ebuildy

@ebuildy ebuildy commented Jul 9, 2026

Copy link
Copy Markdown
Owner

No description provided.

ebuildy added 19 commits July 8, 2026 08:22
Add design for opt-in releases/commits/issues sections embedded in the
GitlabProjectInfo card, plus a link override. Sections are count-gated
(no fetch when unset/<=0), reuse fetchReleases/fetchIssues, add new
CommitData + client.getCommits, and support list/cards layouts.
Fold a second feature into the design: append commits/contributors/open-issues/
repository-size pills to the stats row (gated by showStats, best-effort, never
aborts the build). Adds getContributorsCount + statistics option on getProject;
drops code-lines (no GitLab LOC API).
Includes a fix to src/remark/index.test.ts's fetchers.js mock, which
needed a fetchGroupProjects stub after the new registry entry was added.
@ebuildy
ebuildy force-pushed the feat/gitlab-group-page-generation branch from 4e2b0b4 to 8444246 Compare July 10, 2026 15:12
ebuildy added 4 commits July 10, 2026 17:53
Generated project pages are now written as siblings of the declaring page
(which must be a folder index: index.mdx/README.mdx) so Docusaurus's
autogenerated sidebar nests them beneath it, instead of a separate basePath
subfolder. Removes the basePath attribute; the writer shares the folder with
the author's index page using a JSON manifest + scoped .gitignore (never
touching hand-authored files). Card links resolve via the index page's folder
name (linkBase).
…ndex URLs

The declaring page is a folder index, served at a directory URL with a trailing
slash (e.g. /team/), so a linkBase-prefixed href double-counted the folder
(/team/team/<slug>). Cards now link with the bare project slug, which resolves
correctly against the trailing-slash URL. Removes the linkBase machinery from the
grid, rewrite, and loader.
@ebuildy
ebuildy merged commit a3db6ca into main Jul 10, 2026
7 of 8 checks passed
@ebuildy
ebuildy deleted the feat/gitlab-group-page-generation branch July 10, 2026 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant