Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Repository files > Get file from repository operation to the OOTB GitLab Connector #2298

Closed
wollefitz opened this issue Apr 5, 2024 · 0 comments · Fixed by #2300
Closed
Assignees
Labels
kind:enhancement New feature or request scope:gitlab

Comments

@wollefitz
Copy link
Member

Is your feature request related to a problem? Please describe.

If I want to create a GitLab merge request from within my C8 process, I have to manually put in all necessary data using the REST Connector to call https://docs.gitlab.com/ee/api/repository_files.html#get-file-from-repository. This is quite error-prone since I have to know all necessary headers and define the request body correctly.

Describe the solution you'd like

Using the GitLab connector, I would like to have the option to get a repository file.
I would want to input as little data as possible and as much custom data as required.

Describe alternatives you've considered

Use the REST Connector and define my own template once I figured out all the necessary headers and how to define the body correctly.

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request scope:gitlab
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant