- Feb 22, 2020
-
-
GitLab Bot authored
-
- Jan 22, 2020
-
-
GitLab Bot authored
-
- Mar 13, 2019
-
-
Nick Thomas authored
-
- Nov 28, 2018
-
-
Imre (Admin) authored
It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS
-
- Oct 12, 2018
-
-
Bob Van Landuyt authored
As we now support getting the merge base for multiple revisions in gitaly, we can provide this functionality in our API
-
- Sep 30, 2018
-
-
gfyoung authored
Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
-
- Aug 13, 2018
-
-
Bob Van Landuyt authored
This adds an endpoint to get the common ancestor of 2 refs from the API.
-
- Jun 28, 2018
-
-
Maciej Nowak authored
Repository compare API now allows choosing straight (from..to) or merge-base diff (from...to)
-
- Apr 17, 2018
-
-
Rémy Coutable authored
[API] Fix URLs in the 'Link' header for 'GET /projects/:id/repository/contributors' when no value is passed for 'order_by' or 'sort' Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Apr 04, 2018
-
-
James Ramsay authored
Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add append_sha option (defaults true) to provide a method for toggling this feature. Support added to GitLab Workhorse by gitlab-org/gitlab-workhorse!232
-
- Jan 11, 2018
-
-
- Dec 13, 2017
-
-
Jacopo authored
Allows ordering in GET api/v4/projects/:project_id/repository/contributors through `order_by` and `sort` params. The available `order_by` options are: name|email|commits. The available `sort` options are: asc|desc.
-
- Oct 12, 2017
-
-
Guilherme Vieira authored
-
- Oct 05, 2017
-
-
Vitaliy @blackst0ne Klachkov authored
-
- Aug 31, 2017
-
-
Robert Schilling authored
-
- May 24, 2017
-
-
Douwe Maan authored
This reverts commit b0498c17
-
Douwe Maan authored
-
Douwe Maan authored
-
- Mar 16, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Mar 08, 2017
-
-
Felipe Artur authored
Remove unecessary endpoint from repository, add compatibility endpoints for v3 and several improvements
-
Felipe Artur authored
-
- Feb 23, 2017
-
-
Douwe Maan authored
-
- Feb 16, 2017
-
-
Robert Schilling authored
-
- Dec 19, 2016
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Nov 18, 2016
-
-
Robert Schilling authored
-
- Nov 12, 2016
-
-
Rebeca Méndez authored
-
- Jun 06, 2016
-
-
Douwe Maan authored
-
- Jun 03, 2016
-
-
Grzegorz Bizon authored
See #17478
-
- Apr 12, 2016
-
-
Robert Speicher authored
Closes #15105
-
- Feb 11, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Feb 02, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Feb 01, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Jan 28, 2016
-
-
Jacob Vosmaer (GitLab) authored
-
- Nov 12, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Oct 08, 2015
-
-
Jacob Vosmaer (GitLab) authored
This change relies on changes in gitlab_git and gitlab-git-http-server.
-
- Apr 24, 2015
-
-
Douwe Maan authored
-
- Mar 31, 2015
-
-
Douwe Maan authored
-
- Jan 19, 2015
-
-
jubianchi authored
-
- Dec 30, 2014
-
-
Marin Jankovski authored
-
- Oct 30, 2014
-
-
Sean Edge authored
Create RepoTag Grape entity and present it when doing stuff with tags via API. Update API doc for repositories. Add tag message to tag list page in UI. Update Changelog. Update spec to set .gitconfig identity, required for annotated tags.
-