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
2019-06-19Add documentation and testsManoj MJ
2019-01-21Search project tags via APIRobert Schilling
2018-12-31Add spec for Release APIShinya Maeda
2018-12-31Refactor Release servicesAlessio Caiazza
2018-12-31Add releases APIAlessio Caiazza
2018-11-28Fix API::Namespaces to accept namepaces with dotsImre Farkas
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2017-12-14sorting for tags apihaseeb
2017-10-05Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov
2017-08-30Don't use public_send in destroy_conditionally! helperSean McGivern
2017-08-28Use commit date for branches and tagsRobert Schilling
2017-08-08Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name...Rémy Coutable
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2017-02-14Move tag services to `Tags` namespacedixpac
2016-12-07Allow public access to some Tag API endpointsRémy Coutable
2016-11-14Use declared_params helper in APIRobert Schilling
2016-10-26Grapify tags APIRobert Schilling
2016-06-30Ensure that branch and tag names are given in APIRobert Schilling
2016-04-17API: Present an array of Gitlab::Git::Tag instead of array of rugged tagsRobert 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-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 docs and correctly expose release apiDmitriy Zaporozhets
2015-11-12Add releases apiDmitriy Zaporozhets
2015-11-12Move git tags API to separate fileDmitriy Zaporozhets