summaryrefslogtreecommitdiff
path: root/lib/api/release
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-0/+2
|
* Correct typo in constant66464-typo-in-release_endpoint_requiremets-constantSean Carroll2019-09-021-2/+2
|
* Prevent Releases links API to leak tag existanceAlessio Caiazza2019-02-081-0/+2
|
* Remove releases_page feature flagShinya Maeda2019-01-111-2/+0
| | | | | | We introduced releases_page feature flag. Given this feature is deemed stable, we should remove this flag before 19th.
* Add tests for Release Link APIShinya Maeda2019-01-071-43/+44
| | | | | | | | | | Add tests for the API and add a couple of tests Add revert revert
* Add API for release asset linksShinya Maeda2019-01-071-0/+116
Authorize against release not project