| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Remove changes that are not absolutely necessary" | Douwe Maan | 2017-05-24 | 1 | -1/+1 |
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ... | Rémy Coutable | 2017-03-16 | 1 | -1/+1 |
* | Remove unecessary endpoint from repository, add compatibility endpoints for v...issue_16834 | Felipe Artur | 2017-03-07 | 1 | -26/+8 |
* | Update API endpoints for raw files | Felipe Artur | 2017-03-07 | 1 | -11/+34 |
* | Enable Style/SpaceInsideBrackets | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
* | Paginate all endpoints that return an array | Robert Schilling | 2017-02-16 | 1 | -4/+10 |
* | Allow Repositories API GET endpoints to be requested anonymously | Rémy Coutable | 2016-12-19 | 1 | -6/+0 |
* | Grapify the repository API | Robert Schilling | 2016-11-18 | 1 | -58/+39 |
* | Issue #4270: Recursive option for files through API | Rebeca Méndez | 2016-11-12 | 1 | -1/+3 |
* | Add workhorse controller and API helpers | Douwe Maan | 2016-06-06 | 1 | -7/+3 |
* | Enable Lint/AmbiguousOperator rubocop coprubocop/enable-ambiguous-operator-rubocop-lint | Grzegorz Bizon | 2016-06-03 | 1 | -3/+3 |
* | Move RepositoryArchiveCacheWorker to sidekiq-cronrs-archive-cache-worker-cron | Robert Speicher | 2016-04-12 | 1 | -1/+0 |
* | Fix API | Jacob Vosmaer | 2016-02-11 | 1 | -1/+1 |
* | First version of "git archive" headers | Jacob Vosmaer | 2016-02-02 | 1 | -5/+2 |
* | Use only one header to send git blobs | Jacob Vosmaer | 2016-02-01 | 1 | -4/+2 |
* | Send more raw blob data with workhorse | Jacob Vosmaer | 2016-01-28 | 1 | -2/+4 |
* | Move git tags API to separate file | Dmitriy Zaporozhets | 2015-11-12 | 1 | -35/+0 |
* | Let gitlab-git-http-server handle archive downloads | Jacob Vosmaer | 2015-10-08 | 1 | -12/+1 |
* | Use project.commit convenience method. | Douwe Maan | 2015-04-24 | 1 | -1/+1 |
* | Archive repositories in background worker. | Douwe Maan | 2015-03-31 | 1 | -5/+6 |
* | Handle errors on API when a project does not have a repository (Closes #6289) | jubianchi | 2015-01-19 | 1 | -8/+29 |
* | Forward the messages in api response. | Marin Jankovski | 2014-12-30 | 1 | -1/+1 |
* | Create RepoTag Grape entity and present it when doing stuff with tags via API... | Sean Edge | 2014-10-30 | 1 | -2/+3 |
* | Factor error and success methods from services. | Ciro Santilli | 2014-09-21 | 1 | -3/+2 |
* | Fix tag tests | Dmitriy Zaporozhets | 2014-09-05 | 1 | -0/+1 |
* | Added annotated tags. Updated tag haml file and call to gitlab-shell. Updat... | Sean Edge | 2014-09-04 | 1 | -1/+4 |
* | Validate tag-names and references in WebUI, API | Robert Schilling | 2014-09-03 | 1 | -4/+9 |
* | Fix repository archive | Dmitriy Zaporozhets | 2014-08-13 | 1 | -9/+1 |
* | Git::Compare does not have limit param any more | Dmitriy Zaporozhets | 2014-07-29 | 1 | -1/+1 |
* | Use Contributor class instead of hash | Dmitriy Zaporozhets | 2014-07-02 | 1 | -1/+1 |
* | Move API contributors logic to repository model | Dmitriy Zaporozhets | 2014-07-02 | 1 | -23/+1 |
* | Collect contributors info via API | Dmitriy Zaporozhets | 2014-07-02 | 1 | -0/+22 |
* | Add contributors API endpoint | Dmitriy Zaporozhets | 2014-07-02 | 1 | -0/+12 |
* | Merge pull request #7014 from asedge/api_create_tag | Dmitriy Zaporozhets | 2014-05-29 | 1 | -0/+16 |
|\ |
|
| * | Add CreateTagService. Use new service to allow tag creation through API. | Sean Edge | 2014-05-23 | 1 | -0/+16 |
* | | Expose timeout and same_ref compare fields | Dmitriy Zaporozhets | 2014-05-27 | 1 | -1/+1 |
* | | Add compare branches endpoint to API | Dmitriy Zaporozhets | 2014-05-26 | 1 | -0/+16 |
|/ |
|
* | Move branches api to separate class | Dmitriy Zaporozhets | 2014-03-31 | 1 | -60/+0 |
* | Make the repository downloads path configurable | Jacob Vosmaer | 2014-03-31 | 1 | -1/+1 |
* | Merge branch 'feature/api_fle_encoded' into 'master' | Dmitriy Zaporozhets | 2014-02-18 | 1 | -44/+0 |
|\ |
|
| * | Extract commits API to separate file | Dmitriy Zaporozhets | 2014-02-18 | 1 | -44/+0 |
* | | Fixed bug with json files content being escaped in api | Dmitriy Zaporozhets | 2014-02-18 | 1 | -3/+1 |
|/ |
|
* | Improve code according to new gitlab_git | Dmitriy Zaporozhets | 2014-02-04 | 1 | -10/+3 |
* | Remove deprecated finders | skv | 2014-01-19 | 1 | -2/+2 |
* | Remove commit_load_context.rb | Dmitriy Zaporozhets | 2014-01-15 | 1 | -3/+3 |
* | Merge pull request #5823 from bobot/feature/api_parent_ids | Dmitriy Zaporozhets | 2014-01-06 | 1 | -1/+1 |
|\ |
|
| * | [API] add parent_ids to specific commit informations | François Bobot | 2013-12-11 | 1 | -1/+1 |
* | | Add support for various archive formats. | Jason Hollingsworth | 2014-01-02 | 1 | -4/+8 |
* | | Add api support for raw blob search | Thom Gerdes | 2013-12-26 | 1 | -0/+22 |
|/ |
|
* | Fix a bug where the tgz returned got encoded utf8 | Izaak Alpert | 2013-10-10 | 1 | -5/+9 |