Add GitLab Issues tracker adapter#106
Merged
Merged
Conversation
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>
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.
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
gitlab_apifor provider-native mutations with host-side auth.Alternatives
Test Plan
make -C elixir allSYMPHONY_RUN_GITLAB_LIVE_E2E=1 mix test test/symphony_elixir/gitlab_live_e2e_test.exsSYMPHONY_RUN_LIVE_E2E=1 SYMPHONY_LIVE_LINEAR_TEAM_KEY=FST mix test test/symphony_elixir/live_e2e_test.exs:123