Questions tagged [gitlab-api]

The GitLab API is the api for the GitLab Community Edition.

The GitLab API is the for the GitLab Community Edition, which is hosted on github. See for more information on GitLab.

The GitLab API offers numerous access and management resources, including the most common needed for effective :

Additional API resources are available to provide a rich source control environment. Full documentation can also be found in the GitLab API github repository.

663 questions
-1
votes
1 answer

how can i upload a single file to specified branch of specified project by java code , as there is no suitable api interface

Anybody knows the implementation of function of uploading a entire file to a specific branch of a specific project on gitlab UI portal ? I want to upload a single file to specified branch of specified project , but there is no suitable api…
J. yan
  • 1
-1
votes
1 answer

Gitlab: filtering commits with Since attribute also gives older commits

I'm trying to only get the commits of this day. I'm using CURL to make the request. I've tried ISO 8601 and RFC3339 but neither yield the result I'm looking for. $curl = curl_init(); curl_setopt_array($curl, array( …
-2
votes
2 answers

How to setup Code Review in free version of gitlab

I want to have code review set up in my local gitlab environment. Does gitlab free version provide its inbuilt review system? If not then should we use Gerrit or any other free code review tool to integrate with GitLab? Can I please get the steps…
vivekvroy
  • 27
  • 1
  • 6
1 2 3
44
45