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 (Collapse)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
It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS
2018-10-12Allow getting the merge base of multiple revisionsBob Van Landuyt
As we now support getting the merge base for multiple revisions in gitaly, we can provide this functionality in our API
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
2018-08-13Get the `merge-base` of 2 refs trough the APIBob Van Landuyt
This adds an endpoint to get the common ancestor of 2 refs from the API.
2018-06-28Allow straight diff in Compare APIMaciej Nowak
Repository compare API now allows choosing straight (from..to) or merge-base diff (from...to)
2018-04-17[API] Fix URLs in the 'Link' header for 'GET ↵Rémy Coutable
/projects/:id/repository/contributors' when no value is passed for 'order_by' or 'sort' Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-04Add option to suppress archive commit shaJames Ramsay
Repository archives are always named `<project>-<ref>-<sha>` even if the ref is a commit. A consequence of always including the sha even for tags is that packaging a release is more difficult because both the ref and sha must be known by the packager. - add append_sha option (defaults true) to provide a method for toggling this feature. Support added to GitLab Workhorse by gitlab-org/gitlab-workhorse!232
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-12-13Adds ordering to projects contributors in APIJacopo
Allows ordering in GET api/v4/projects/:project_id/repository/contributors through `order_by` and `sort` params. The available `order_by` options are: name|email|commits. The available `sort` options are: asc|desc.
2017-10-16Merge branch 'sha-handling' into 'master'Douwe Maan
Adds requirements that supports anything in sha params Closes #26561 and #2709 See merge request gitlab-org/gitlab-ce!14462
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
This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵Rémy Coutable
API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-08Remove unecessary endpoint from repository, add compatibility endpoints for ↵Felipe Artur
v3 and several improvements
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
Signed-off-by: Rémy Coutable <remy@rymai.me>
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
See #17478
2016-04-12Move RepositoryArchiveCacheWorker to sidekiq-cronRobert Speicher
Closes #15105
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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-08Let gitlab-git-http-server handle archive downloadsJacob Vosmaer
This change relies on changes in gitlab_git and gitlab-git-http-server.
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 ↵Sean Edge
API. Update API doc for repositories. Add tag message to tag list page in UI. Update Changelog. Update spec to set .gitconfig identity, required for annotated tags.
2014-09-21Factor error and success methods from services.Ciro Santilli
2014-09-05Fix tag testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>