Feat/gitlab topics labels#22
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Also update the remark index test mock to include fetchTopics and fetchLabels so the module mock stays complete after registry expansion. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add stub endpoints for /topics, /labels (project + group) to the GitLab stub server, add live component usage in the example site's intro.mdx, and assert that topics and label HTML is baked into the static build output. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Default pagination is perPage 100 / maxPages 5 (500-item security ceiling). When a limit is set without a name filter, reduce maxPages to just cover it; a filter forces the full ceiling since matches can land on any page. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The value import of renderMarkdown lacked the explicit .js extension required by the package's ESM (moduleResolution: Bundler) setup, so the compiled dist/gitlab/fetchers.js failed to resolve ./markdown at runtime and broke the Docusaurus build (ERR_MODULE_NOT_FOUND). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Render GitLab scoped labels/topics ('scope::value', e.g. Abilities::Performance)
as a two-part badge: the scope keeps its color, the value gets a dark-gray
treatment, and the whole pill is framed with a border in the scope color. Split
is on the last '::' to match GitLab semantics (parseScopedLabel helper).
Reuse the shared .gitlab-card styling (border + shadow + hover) for the labels
cards layout, and make that grid configurable via a generic, reusable
ComponentLayout interface: cardColumns, cardMinWidth, gap, maxWidth, align
(cardsGridStyle builds the inline grid style; cardColumns wins over cardMinWidth).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.