summaryrefslogtreecommitdiff
path: root/lib/api/repositories.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Remove unecessary endpoint from repository, add compatibility endpoints for v...issue_16834Felipe Artur2017-03-071-26/+8
* Update API endpoints for raw filesFelipe Artur2017-03-071-11/+34
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-1/+1
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-4/+10
* Allow Repositories API GET endpoints to be requested anonymouslyRémy Coutable2016-12-191-6/+0
* Grapify the repository APIRobert Schilling2016-11-181-58/+39
* Issue #4270: Recursive option for files through APIRebeca Méndez2016-11-121-1/+3
* Add workhorse controller and API helpersDouwe Maan2016-06-061-7/+3
* Enable Lint/AmbiguousOperator rubocop coprubocop/enable-ambiguous-operator-rubocop-lintGrzegorz Bizon2016-06-031-3/+3
* Move RepositoryArchiveCacheWorker to sidekiq-cronrs-archive-cache-worker-cronRobert Speicher2016-04-121-1/+0
* Fix APIJacob Vosmaer2016-02-111-1/+1
* First version of "git archive" headersJacob Vosmaer2016-02-021-5/+2
* Use only one header to send git blobsJacob Vosmaer2016-02-011-4/+2
* Send more raw blob data with workhorseJacob Vosmaer2016-01-281-2/+4
* Move git tags API to separate fileDmitriy Zaporozhets2015-11-121-35/+0
* Let gitlab-git-http-server handle archive downloadsJacob Vosmaer2015-10-081-12/+1
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* Archive repositories in background worker.Douwe Maan2015-03-311-5/+6
* Handle errors on API when a project does not have a repository (Closes #6289)jubianchi2015-01-191-8/+29
* Forward the messages in api response.Marin Jankovski2014-12-301-1/+1
* Create RepoTag Grape entity and present it when doing stuff with tags via API...Sean Edge2014-10-301-2/+3
* Factor error and success methods from services.Ciro Santilli2014-09-211-3/+2
* Fix tag testsDmitriy Zaporozhets2014-09-051-0/+1
* Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat...Sean Edge2014-09-041-1/+4
* Validate tag-names and references in WebUI, APIRobert Schilling2014-09-031-4/+9
* Fix repository archiveDmitriy Zaporozhets2014-08-131-9/+1
* Git::Compare does not have limit param any moreDmitriy Zaporozhets2014-07-291-1/+1
* Use Contributor class instead of hashDmitriy Zaporozhets2014-07-021-1/+1
* Move API contributors logic to repository modelDmitriy Zaporozhets2014-07-021-23/+1
* Collect contributors info via APIDmitriy Zaporozhets2014-07-021-0/+22
* Add contributors API endpointDmitriy Zaporozhets2014-07-021-0/+12
* Merge pull request #7014 from asedge/api_create_tagDmitriy Zaporozhets2014-05-291-0/+16
|\
| * Add CreateTagService. Use new service to allow tag creation through API.Sean Edge2014-05-231-0/+16
* | Expose timeout and same_ref compare fieldsDmitriy Zaporozhets2014-05-271-1/+1
* | Add compare branches endpoint to APIDmitriy Zaporozhets2014-05-261-0/+16
|/
* Move branches api to separate classDmitriy Zaporozhets2014-03-311-60/+0
* Make the repository downloads path configurableJacob Vosmaer2014-03-311-1/+1
* Merge branch 'feature/api_fle_encoded' into 'master'Dmitriy Zaporozhets2014-02-181-44/+0
|\
| * Extract commits API to separate fileDmitriy Zaporozhets2014-02-181-44/+0
* | Fixed bug with json files content being escaped in apiDmitriy Zaporozhets2014-02-181-3/+1
|/
* Improve code according to new gitlab_gitDmitriy Zaporozhets2014-02-041-10/+3
* Remove deprecated findersskv2014-01-191-2/+2
* Remove commit_load_context.rbDmitriy Zaporozhets2014-01-151-3/+3
* Merge pull request #5823 from bobot/feature/api_parent_idsDmitriy Zaporozhets2014-01-061-1/+1
|\
| * [API] add parent_ids to specific commit informationsFrançois Bobot2013-12-111-1/+1
* | Add support for various archive formats.Jason Hollingsworth2014-01-021-4/+8
* | Add api support for raw blob searchThom Gerdes2013-12-261-0/+22
|/
* Fix a bug where the tgz returned got encoded utf8Izaak Alpert2013-10-101-5/+9
* feature API call to download repo archiveIzaak Alpert2013-10-101-1/+25