Skip to content

Add GitLab Issues tracker adapter#106

Merged
frantic-openai merged 3 commits into
mainfrom
codex/gitlab-tracker
Jul 20, 2026
Merged

Add GitLab Issues tracker adapter#106
frantic-openai merged 3 commits into
mainfrom
codex/gitlab-tracker

Conversation

@frantic-openai

Copy link
Copy Markdown
Collaborator

Context

Symphony's generic tracker seam needs a GitLab Issues implementation without adding generic mutation APIs.

TL;DR

Add GitLab Issues reads and a host-authenticated raw GitLab API tool.

Summary

  • Add project-scoped GitLab issue reads, IID normalization, and dispatchability.
  • Add raw gitlab_api for provider-native mutations with host-side auth.
  • Add contract tests, live E2E proof, and GitLab adapter documentation.

Alternatives

  • Generic CRUD was rejected because it would flatten GitLab-specific issue capabilities.
  • Header pagination machinery was rejected because simple page/per-page reads are sufficient.

Test Plan

  • make -C elixir all
  • SYMPHONY_RUN_GITLAB_LIVE_E2E=1 mix test test/symphony_elixir/gitlab_live_e2e_test.exs
  • SYMPHONY_RUN_LIVE_E2E=1 SYMPHONY_LIVE_LINEAR_TEAM_KEY=FST mix test test/symphony_elixir/live_e2e_test.exs:123

frantic-openai and others added 3 commits July 17, 2026 23:38
Summary:
- add project-scoped GitLab issue reads, normalization, and IID refreshes
- expose a host-authenticated raw gitlab_api tool without generic CRUD
- add contract coverage, live E2E proof, and GitLab adapter documentation

Rationale:
- exercise the generic two-read tracker seam with GitLab project issues
- preserve provider-specific mutation richness while keeping tokens out of
  child Codex environments

Tests:
- MIX_DEPS_PATH=/Users/frantic/code/symphony/elixir/deps make all
- SYMPHONY_RUN_GITLAB_LIVE_E2E=1 mix test
  test/symphony_elixir/gitlab_live_e2e_test.exs
- SYMPHONY_RUN_LIVE_E2E=1 SYMPHONY_LIVE_LINEAR_TEAM_KEY=FST mix test
  test/symphony_elixir/live_e2e_test.exs:123

Co-authored-by: Codex <codex@openai.com>
Summary:
- Reduce the GitLab adapter notes to configuration, scoped reads, and
  host-authenticated tool behavior.
- Keep the live test command while removing implementation narration.

Rationale:
- The README should explain how to use the adapter without duplicating
  provider implementation details or error catalogs.

Tests:
- git diff --check

Co-authored-by: Codex <codex@openai.com>
Summary:
- Preserve the landed GitHub, Jira, and Asana adapters while keeping GitLab.
- Combine concise README sections, tracker registration, and coverage ignores.

Rationale:
- GitLab must be validated and landed against the current main branch without
  dropping any already-landed provider.

Tests:
- git diff --check

Co-authored-by: Codex <codex@openai.com>
@frantic-openai
frantic-openai merged commit 678e4ca into main Jul 20, 2026
2 checks passed
@frantic-openai
frantic-openai deleted the codex/gitlab-tracker branch July 20, 2026 18:15
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