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
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
2014-09-04Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge
2014-09-03Validate tag-names and references in WebUI, APIRobert Schilling
2014-08-13Fix repository archiveDmitriy Zaporozhets
2014-07-29Git::Compare does not have limit param any moreDmitriy Zaporozhets
2014-07-02Use Contributor class instead of hashDmitriy Zaporozhets
2014-07-02Move API contributors logic to repository modelDmitriy Zaporozhets
2014-07-02Collect contributors info via APIDmitriy Zaporozhets
2014-07-02Add contributors API endpointDmitriy Zaporozhets
2014-05-29Merge pull request #7014 from asedge/api_create_tagDmitriy Zaporozhets
2014-05-27Expose timeout and same_ref compare fieldsDmitriy Zaporozhets
2014-05-26Add compare branches endpoint to APIDmitriy Zaporozhets
2014-05-23Add CreateTagService. Use new service to allow tag creation through API.Sean Edge
2014-03-31Move branches api to separate classDmitriy Zaporozhets
2014-03-31Make the repository downloads path configurableJacob Vosmaer
2014-02-18 Merge branch 'feature/api_fle_encoded' into 'master'Dmitriy Zaporozhets
2014-02-18Extract commits API to separate fileDmitriy Zaporozhets
2014-02-18Fixed bug with json files content being escaped in apiDmitriy Zaporozhets
2014-02-04Improve code according to new gitlab_gitDmitriy Zaporozhets
2014-01-19Remove deprecated findersskv
2014-01-15Remove commit_load_context.rbDmitriy Zaporozhets
2014-01-06Merge pull request #5823 from bobot/feature/api_parent_idsDmitriy Zaporozhets