summaryrefslogtreecommitdiff
path: root/lib/api/helpers/label_helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-11-021-2/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-06-301-4/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-12-071-1/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-191-11/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-181-4/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-261-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-231-6/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-0/+42
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-261-2/+2
|
* Add label_id parameter to label API for PUT and DELETEPatrick Derichs2019-08-231-10/+22
| | | | Add specs for new parameter and updated documentation as well.
* Remove label issue and MR counts from default API responsesspeed-up-labels-apiSean McGivern2019-08-081-1/+5
| | | | | | | These counts significantly increase the load time for these requests. Users can now opt in to receiving the counts by setting `with_counts=true` in requests. This is a breaking change, but hopefully a fairly minor one.
* Simplify label helper and correct versionRobert Schilling2019-01-311-66/+54
|
* Factor out common label APIRobert Schilling2019-01-311-0/+94