Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ebuildy
/
docusaurus-plugin-gitlab
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Feat/gitlab roadmap
- #31
#31
Merged
ebuildy
merged 27 commits into
main
ebuildy/docusaurus-plugin-gitlab:main
from
feat/gitlab-roadmap
ebuildy/docusaurus-plugin-gitlab:feat/gitlab-roadmap
Copy head branch name to clipboard
Jul 16, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Feat/gitlab roadmap
#31
ebuildy
merged 27 commits into
main
ebuildy/docusaurus-plugin-gitlab:main
from
feat/gitlab-roadmap
ebuildy/docusaurus-plugin-gitlab:feat/gitlab-roadmap
Copy head branch name to clipboard
Commits
Commits on Jul 16, 2026
docs: design spec for GitlabRoadmap component
Show description for 83dc5ba
ebuildy
committed
83dc5ba
View commit details
Copy full SHA for 83dc5ba
Browse repository at this point
docs: implementation plan for GitlabRoadmap component
Show description for 3a9d4ee
ebuildy
committed
3a9d4ee
View commit details
Copy full SHA for 3a9d4ee
Browse repository at this point
feat: add roadmap domain types
Show description for 5ca5dd2
ebuildy
committed
5ca5dd2
View commit details
Copy full SHA for 5ca5dd2
Browse repository at this point
feat: add roadmap timeline geometry module
Show description for 169cf93
ebuildy
committed
169cf93
View commit details
Copy full SHA for 169cf93
Browse repository at this point
fix: return empty roadmap for undated/empty item sets
Show description for c46a907
ebuildy
committed
c46a907
View commit details
Copy full SHA for c46a907
Browse repository at this point
feat: add epics and milestones client methods
Show description for 0d3ab15
ebuildy
committed
0d3ab15
View commit details
Copy full SHA for 0d3ab15
Browse repository at this point
feat: add fetchRoadmap epics path
Show description for 8ab7d52
ebuildy
committed
8ab7d52
View commit details
Copy full SHA for 8ab7d52
Browse repository at this point
feat: add fetchRoadmap milestones path
Show description for e6efae2
ebuildy
committed
e6efae2
View commit details
Copy full SHA for e6efae2
Browse repository at this point
refactor: validate roadmap from/to dates and tidy helpers
Show description for 0990269
ebuildy
committed
0990269
View commit details
Copy full SHA for 0990269
Browse repository at this point
feat: register GitlabRoadmap in the component registry
Show description for 68149f9
ebuildy
committed
68149f9
View commit details
Copy full SHA for 68149f9
Browse repository at this point
feat: add GitlabRoadmap dispatcher and color resolver
Show description for 8457681
ebuildy
committed
8457681
View commit details
Copy full SHA for 8457681
Browse repository at this point
feat: add RoadmapGantt horizontal layout
Show description for 13afc0e
ebuildy
committed
13afc0e
View commit details
Copy full SHA for 13afc0e
Browse repository at this point
feat: add RoadmapTimeline vertical layout
Show description for 657b299
ebuildy
committed
657b299
View commit details
Copy full SHA for 657b299
Browse repository at this point
test: cover resolveColor strategies; fix gantt scale alignment
Show description for d4290b4
ebuildy
committed
d4290b4
View commit details
Copy full SHA for d4290b4
Browse repository at this point
feat: export GitlabRoadmap and roadmap types
Show description for 8316bef
ebuildy
committed
8316bef
View commit details
Copy full SHA for 8316bef
Browse repository at this point
test: add fetchRoadmap stub to remark fetchers mock
Show description for dfee3c6
ebuildy
committed
dfee3c6
View commit details
Copy full SHA for dfee3c6
Browse repository at this point
docs: document GitlabRoadmap component
Show description for e64bf75
ebuildy
committed
e64bf75
View commit details
Copy full SHA for e64bf75
Browse repository at this point
fix: send Epics-API-valid order_by (start/due sorted client-side)
Show description for 02ead89
ebuildy
committed
02ead89
View commit details
Copy full SHA for 02ead89
Browse repository at this point
feat: add gantt layoutFit (page/content) with tick thinning
Show description for 50b446c
ebuildy
committed
50b446c
View commit details
Copy full SHA for 50b446c
Browse repository at this point
fix: gantt content-fit scrolls internally via inner min-width wrapper
Show description for 6f59323
ebuildy
committed
6f59323
View commit details
Copy full SHA for 6f59323
Browse repository at this point
feat: span-based page-fit tick tiers (years / mid-year / quarters) with year rules
Show description for cbccd83
ebuildy
committed
cbccd83
View commit details
Copy full SHA for cbccd83
Browse repository at this point
feat: sticky gantt scale header on vertical scroll
Show description for 925aade
ebuildy
committed
925aade
View commit details
Copy full SHA for 925aade
Browse repository at this point
feat: timeline default groups by year then quarter
Show description for 7cc131e
ebuildy
committed
7cc131e
View commit details
Copy full SHA for 7cc131e
Browse repository at this point
fix: tolerate datetime date strings in roadmap parseDay
Show description for 48bcfb7
ebuildy
committed
48bcfb7
View commit details
Copy full SHA for 48bcfb7
Browse repository at this point
fix: iterate date-group map entries to remove fragile get()!.keys() lookup
Show description for 02a86d4
ebuildy
committed
02a86d4
View commit details
Copy full SHA for 02a86d4
Browse repository at this point
fix: use Array.from over spread for Map iterators (bundler loose-spread safety)
Show description for 320e3fe
ebuildy
committed
320e3fe
View commit details
Copy full SHA for 320e3fe
Browse repository at this point
chore: demo
Show description for 8513e9c
ebuildy
committed
8513e9c
View commit details
Copy full SHA for 8513e9c
Browse repository at this point
You can’t perform that action at this time.