About 71,500 results
Open links in new tab
  1. How to access the GitLab API? - Stack Overflow

    May 4, 2019 · How to access the GitLab API? Asked 6 years, 7 months ago Modified 6 years ago Viewed 12k times

  2. How can I get all the branches of a project using Gitlab API?

    Nov 26, 2022 · Trying to get all the branches under a project using GitLab API, but I can see only 20 branches are returned. How can I get the complete list of all the branches?

  3. How to create "Tasks" in GitLab "Issues" via the GitLab API

    Sep 18, 2023 · 3 I am in the process of creating an API that will accept and process POST requests from GitLab webhooks and in turn create "Tasks" for issues that were created in GitLab. Example …

  4. how to trigger and pass parameters to a job in a gitlab ci/cd via ...

    Mar 24, 2024 · can i pass parameters to a job via REST api call to a gitlab api, to trigger a specific job? I have a python script that runs as a part of the job and i would like to pass parameters to that script.

  5. using CI_JOB_TOKEN for API call inside CI pipeline returns 404

    Dec 21, 2023 · The problem is that you will need to re-create such tokens once per year (internal gitlab policy). Of course you will forget about that token and your script will loose ability to access gitlab api. …

  6. How to run particular jobs in GitLab CI/CD via GitLab API?

    Mar 28, 2024 · How to run particular jobs in GitLab CI/CD via GitLab API? Asked 1 year, 8 months ago Modified 1 year, 8 months ago Viewed 838 times

  7. How to get subfolders and files using gitlab api - Stack Overflow

    Sep 23, 2013 · I am using gitlab api to get the files and folders and succeded, But I can able to get only directory names, not its subfolders and files. So, how can i get full tree of my repository. Please le...

  8. Where do I find the project ID for the GitLab API?

    A GitLab project's main page should come with the "More actions" menu (button with three vertical dots; usually top right) which shows the ID when clicked.

  9. Gitlab API for downloading plain diff for a merge request

    Feb 19, 2024 · How can I download plain diff for a gitlab merge request? There is an option in the UI. Is there a way to do this using API/python SDK?

  10. GitLab API to post inline comment to Merge Request

    Jan 17, 2017 · 11 Using GitLab API it is possible to post a comment to a commit "on a particular line of a particular file" (see here). On Merge Request in order to add comments it's required to use the notes …