feat(gitlab): rebuild Studio Project on the Integration Model, drop the adapter - #63
Merged
michaelelrom merged 2 commits intoAug 12, 2026
Conversation
…he adapter Replaces the GitLab Adapter-based Studio Project with a 133-workflow CRUD project built on the GitLab REST API Integration Model, organized into 21 folders covering Projects, Groups, Members, Branches, Merge Requests, Pipelines, CI/CD Variables, and more. All 133 workflows were created and schema-validated on a live Itential Platform instance. List Projects was executed against a real GitLab.com account and confirmed returning live data.
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.
Summary
GitLab REST API:latestIntegration Model, organized into 21 folders (Projects, Groups, Members, Branches, Merge Requests, Pipelines, CI/CD Variables, and more).gitlab_rest_api-latest.jsonwas already curated and did not need rework.GitLab/README.md: drops the Adapter integration-configuration path entirely, documents the new folder structure, adds the connection-properties snippet, and a testing-status note.Test plan
List Projectsexecuted against a real GitLab.com account and confirmed returning live data.Get ProjectandList Groupswere also tested but require broader personal-access-token scope than was available during this session (GitLab's fine-grained PATs can restrictProject/Groupread access to a limited resource set independent of this Integration Model) — noted in the README.