Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-20Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot
2022-09-20Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot
2022-07-20Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot
2022-02-18Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot
2021-11-18Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-03-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot
2019-11-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-06-19Add documentation and testsManoj MJ
2019-05-03Allow guests users to access project releasesKrasimir Angelov
2019-01-21Search project tags via APIRobert Schilling
2018-12-31Add spec for Release APIShinya Maeda
2018-12-19Update specs to rails5 formatblackst0ne
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-06-05Find and mark more Git disk access locationsJacob Vosmaer (GitLab)
2017-12-14sorting for tags apihaseeb
2017-08-28Add tests for the unmodified headerRobert Schilling
2017-08-28Use commit date for branches and tagsRobert Schilling
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-08Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name...Rémy Coutable
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-16Add a custom pagination matcherRobert Schilling
2017-01-27Use `:empty_project` where possible in request specsRobert Speicher
2016-12-07Allow public access to some Tag API endpointsRémy Coutable
2016-11-28Changed API spec files to describe the correct classLivier
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-05-04Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta...Rémy Coutable
2016-04-18Ensure that annoation is presented properlyRobert Schilling
2016-04-12Fix minor styling issues from code reviewRobert Schilling
2016-04-12API: Ability to retrieve a single tagRobert Schilling
2016-04-06Revert "API: Ability to retrieve a single tag"Robert Schilling
2016-04-06API: Ability to retrieve a single tagRobert Schilling
2016-03-07Add traits for each access_level to ProjectMember factoryRobert Speicher
2016-01-08Delete tag via APIRobert Schilling
2015-11-22Allow editing a release in API via PUT methodRobert Schilling
2015-11-22Only allow to create a release if it does not exist yetRobert Schilling
2015-11-21Use POST to create a new release instead of PUTRobert Schilling
2015-11-21API: Return 404 if the tag for a release does not existRobert Schilling
2015-11-21Make tag API consistent for release featureRobert Schilling
2015-11-13Add api test for creating tag with release infoDmitriy Zaporozhets
2015-11-12Expose release notes to tags apiDmitriy Zaporozhets
2015-11-12Add releases apiDmitriy Zaporozhets
2015-11-12Move git tags API to separate fileDmitriy Zaporozhets