| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routing | Imre Farkas | 2018-11-28 | 1 | -1/+1 |
* | Allow getting the merge base of multiple revisions | Bob Van Landuyt | 2018-10-12 | 1 | -7/+2 |
* | Enable frozen string in lib/api and lib/backup | gfyoung | 2018-09-29 | 1 | -0/+2 |
* | Get the `merge-base` of 2 refs trough the API | Bob Van Landuyt | 2018-08-13 | 1 | -0/+33 |
* | Allow straight diff in Compare API | Maciej Nowak | 2018-06-28 | 1 | -1/+2 |
* | [API] Fix URLs in the 'Link' header for 'GET /projects/:id/repository/contrib... | Rémy Coutable | 2018-04-17 | 1 | -2/+2 |
* | Add option to suppress archive commit sha | James Ramsay | 2018-04-04 | 1 | -1/+1 |
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 1 | -0/+1 |
* | Adds ordering to projects contributors in API | Jacopo | 2017-12-13 | 1 | -1/+3 |
* | Merge branch 'sha-handling' into 'master' | Douwe Maan | 2017-10-16 | 1 | -2/+2 |
|\ |
|
| * | Adds requirements that supports anything in sha params | Guilherme Vieira | 2017-10-12 | 1 | -2/+2 |
* | | Remove 'Repo' prefix from API entites | Vitaliy @blackst0ne Klachkov | 2017-10-05 | 1 | -2/+2 |
|/ |
|
* | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -1/+1 |
* | 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 |
|/ |
|