bot-hermes
|
8f5cfdcd62
|
feat(ui): forge write operations — comments, replies, close/reopen, edit, reviews, draft, metadata
- server: write routes for all three providers (issue/PR comments, inline review-comment replies, issue/MR updates w/ labels-assignees-milestone, review submit, draft toggle)
- ui: ForgeProvider gains six write ops; shared action components (composer, thread reply, state/review/draft/metadata/edit) wired into ForgeEntityDetailView and GitHub PR Overview
|
2026-08-16 16:29:24 +00:00 |
|
bot-hermes
|
92f0eced34
|
feat(ui): rich forge entity views — commits, files/diff, timeline, checks, metadata chips
- server: new read routes for PR/MR commits, timeline, reviews, commit-statuses across github/gitlab/gitea; enrich PR/issue summaries with labels/assignees/milestone/commentsCount
- ui: forge facade gains getCommits/getTimeline/getChecks; shared ForgeEntityDetailView + section components; mounted into PR/MR views and issue sections
|
2026-08-16 16:29:24 +00:00 |
|
bot-hermes
|
d5dea0c004
|
feat(ui): branch selectors in the GitLab merge request create form
|
2026-08-16 16:27:48 +00:00 |
|
bot-hermes
|
28d992ac78
|
feat(web): create, update and merge GitLab merge requests
|
2026-08-16 16:23:39 +00:00 |
|
bot-hermes
|
267db3fb9d
|
feat(web): filter GitLab merge requests by source branch
|
2026-08-16 16:23:36 +00:00 |
|
bot-hermes
|
d798b3f479
|
feat(web): add GitLab issues/MRs server module
Add a server-side GitLab integration mirroring the GitHub module:
- auth.js: PAT auth storage with multi-account support and configurable
base URL (gitlab.com default, self-hosted instances supported)
- client.js: raw-fetch GitLab REST v4 client with per-request timeout,
ETag conditional-GET cache, own rate-limit cooldown, pagination, and
single-follow redirect handling
- repo.js: GitLab remote URL parser + directory resolution
- routes.js: read-only /api/gitlab/* routes (auth, issues, MRs, branches)
- index.js + DOCUMENTATION.md + unit tests for auth, client, repo, routes
- Wire registerGitLabRoutes into feature-routes-runtime
|
2026-08-16 15:42:26 +00:00 |
|