About 71,100 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 5 years, 11 months 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 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.

  4. GitLab API - get the overall # of lines of code - Stack Overflow

    Dec 12, 2024 · Here is the scenario: I have an MR with 30 commits. GitLab API provides support to get the stats (lines of code added\deleted) per Commit (individually). If I go in GitLab UI, go to the MR \ …

  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 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 …

  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. 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?

  9. 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 828 times

  10. GitLab API won't allow us to trigger pipeline of new repositories (404 ...

    Feb 14, 2023 · We handle our deployments via triggering the pipeline of the client repositories via the GitLab API. Each client have their own repository with some config files and instructions how to …