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
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
2014-01-02Add support for various archive formats.Jason Hollingsworth
2013-12-26Add api support for raw blob searchThom Gerdes
2013-12-11[API] add parent_ids to specific commit informationsFrançois Bobot
2013-10-10Fix a bug where the tgz returned got encoded utf8Izaak Alpert
2013-10-10feature API call to download repo archiveIzaak Alpert
2013-10-01Fix blob and repo stuff after gitlab_git v3Dmitriy Zaporozhets
2013-09-29Respect authorization in Repository APIDmitriy Zaporozhets
2013-08-28Standardize commit diff api url, change blob api url, add get single commitAlex Van't Hof
2013-08-26Adds feature: get a diff via API.Gabor Nagy
2013-06-06API: implement retrieve of repository treeDmitriy Zaporozhets