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
..
2026-07-18 00:11:05 +03:00
2026-06-23 21:52:51 +03:00
2026-08-04 14:40:44 -07:00
2026-08-07 00:25:57 +03:00
2026-08-15 01:59:26 +03:00
2026-08-15 01:59:26 +03:00
2026-06-02 00:43:05 +03:00
2026-06-02 00:43:05 +03:00
2026-06-26 19:27:53 +03:00
2026-08-03 06:40:01 +00:00
2026-08-03 12:03:37 +00:00
2026-08-03 06:56:38 +00:00
2026-08-13 22:44:13 +03:00
2026-08-13 22:44:13 +03:00
2026-08-10 16:10:03 +03:00
2026-08-05 11:24:14 +03:00
2026-08-05 11:24:14 +03:00
2026-08-03 09:12:35 +00:00
2026-08-03 09:12:35 +00:00
2026-08-16 15:42:26 +00:00
2026-06-11 01:06:25 +03:00
2026-06-11 01:06:25 +03:00
2026-08-07 10:08:50 +03:00
2026-08-07 10:08:50 +03:00
2026-06-24 16:51:17 +03:00
2026-08-10 20:23:45 +03:00
2026-07-05 23:19:10 +03:00
2026-07-07 19:49:11 +03:00
2026-07-07 19:49:11 +03:00
2026-06-26 19:27:53 +03:00
2026-05-25 19:20:04 +03:00
2026-08-07 00:10:29 +03:00
2026-08-07 00:10:29 +03:00
2026-08-03 06:40:01 +00:00
2026-08-03 06:40:01 +00:00
2026-05-25 19:20:04 +03:00
2026-05-25 19:20:04 +03:00
2026-05-25 19:20:04 +03:00
2026-05-25 19:20:04 +03:00
2026-06-24 00:43:11 +03:00
2026-06-24 00:43:11 +03:00
2026-08-03 13:57:05 +00:00
2026-08-03 13:18:27 +00:00
2026-08-03 13:18:27 +00:00
2026-08-02 11:40:02 +00:00
2026-08-03 08:22:30 +00:00
2026-08-10 20:23:45 +03:00
2026-06-24 00:43:11 +03:00
2026-08-10 16:10:03 +03:00
2026-07-29 19:59:41 +03:00
2026-08-15 01:59:26 +03:00
2026-08-14 12:45:35 +03:00
2026-08-14 12:45:35 +03:00
2026-07-29 17:26:11 +03:00
2026-06-05 13:36:39 +03:00
2026-07-21 20:52:20 +03:00
2026-07-21 20:52:20 +03:00
2026-08-15 00:39:36 +05:30
2026-08-15 00:39:36 +05:30
2026-07-13 01:43:35 +03:00
2026-07-13 01:43:35 +03:00
2026-07-21 20:52:20 +03:00
2026-07-21 20:52:20 +03:00
2026-08-05 11:48:31 +03:00
2026-08-05 11:48:31 +03:00
2026-07-17 10:30:45 +03:00
2026-08-09 19:30:25 +03:00
2026-08-03 11:05:27 +00:00
2026-08-03 09:25:25 +00:00
2026-08-03 09:55:56 +00:00
2026-06-26 19:27:53 +03:00
2026-07-31 12:51:15 +03:00
2026-07-31 12:51:15 +03:00
2026-07-31 12:51:15 +03:00
2026-07-24 21:54:28 +03:00
2026-06-02 00:43:05 +03:00
2026-06-02 00:43:05 +03:00
2026-07-12 00:46:41 +03:00
2026-07-30 20:07:08 +03:00
2026-07-29 19:59:41 +03:00