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
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-03-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-13Run rubocop -aNick Thomas
2018-11-28Fix API::Namespaces to accept namepaces with dotsImre Farkas
2018-10-12Allow getting the merge base of multiple revisionsBob Van Landuyt
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2018-08-13Get the `merge-base` of 2 refs trough the APIBob Van Landuyt
2018-06-28Allow straight diff in Compare APIMaciej Nowak
2018-04-17[API] Fix URLs in the 'Link' header for 'GET /projects/:id/repository/contrib...Rémy Coutable
2018-04-04Add option to suppress archive commit shaJames Ramsay
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-12-13Adds ordering to projects contributors in APIJacopo
2017-10-16Merge branch 'sha-handling' into 'master'Douwe Maan
2017-10-13Adds requirements that supports anything in sha paramsGuilherme Vieira
2017-10-05Remove 'Repo' prefix from API entitesVitaliy @blackst0ne Klachkov
2017-08-31API: Use defined project requirementsRobert Schilling
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-03-08Remove unecessary endpoint from repository, add compatibility endpoints for v...Felipe Artur
2017-03-08Update API endpoints for raw filesFelipe Artur
2017-02-23Enable Style/SpaceInsideBracketsDouwe Maan
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2016-12-19Allow Repositories API GET endpoints to be requested anonymouslyRémy Coutable
2016-11-18Grapify the repository APIRobert Schilling
2016-11-12Issue #4270: Recursive option for files through APIRebeca Méndez
2016-06-06Add workhorse controller and API helpersDouwe Maan
2016-06-03Enable Lint/AmbiguousOperator rubocop copGrzegorz Bizon
2016-04-12Move RepositoryArchiveCacheWorker to sidekiq-cronRobert Speicher
2016-02-11Fix APIJacob Vosmaer
2016-02-02First version of "git archive" headersJacob Vosmaer
2016-02-01Use only one header to send git blobsJacob Vosmaer
2016-01-28Send more raw blob data with workhorseJacob Vosmaer
2015-11-12Move git tags API to separate fileDmitriy Zaporozhets
2015-10-08Let gitlab-git-http-server handle archive downloadsJacob Vosmaer
2015-04-24Use project.commit convenience method.Douwe Maan
2015-03-31Archive repositories in background worker.Douwe Maan
2015-01-19Handle errors on API when a project does not have a repository (Closes #6289)jubianchi
2014-12-30Forward the messages in api response.Marin Jankovski
2014-10-30Create RepoTag Grape entity and present it when doing stuff with tags via API...Sean Edge
2014-09-21Factor error and success methods from services.Ciro Santilli
2014-09-05Fix tag testsDmitriy Zaporozhets