summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix-project-api-archived' into 'master'Rémy Coutable2018-07-162-2/+8
|\ | | | | | | | | | | | | Fix archived parameter for projects API Closes #32301 See merge request gitlab-org/gitlab-ce!20566
| * Fix archived parameter for projects APIMarko, Peter2018-07-162-2/+8
| |
* | Merge branch 'ide-merge-requests-forks' into 'master'Filipa Lacerda2018-07-131-2/+14
|\ \ | | | | | | | | | | | | | | | | | | Allow merge requests from forks to be opened in Web IDE Closes #47460 See merge request gitlab-org/gitlab-ce!20521
| * | Allow collaboration with forks through the APIBob Van Landuyt2018-07-121-2/+14
| |/ | | | | | | | | | | | | These APIs are used by the web IDE. They need to be on par with git & web access, allowing edits from maintainers to forks with merge requests that allow access.
* | Merge branch 'fix-performance-problem-of-tags-query' into 'master'Yorick Peterse2018-07-121-4/+11
|\ \ | | | | | | | | | | | | | | | | | | Fix performance problem of tags query Closes gitlab-com/infrastructure#4550 See merge request gitlab-org/gitlab-ce!20555
| * | Fix performance problem of accessing tag list for projects api endpointsfix-performance-problem-of-tags-queryKamil Trzciński2018-07-121-4/+11
| | |
* | | Merge branch 'dz-manifest-import' into 'master'Douwe Maan2018-07-121-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Add manifest import See merge request gitlab-org/gitlab-ce!20304
| * | | Fix icon for manifest import and mention manifest feature in APIDmitriy Zaporozhets2018-07-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Resolve "do not set updated_at when creating note"Kia Mei Somabes2018-07-121-0/+2
| | | |
* | | | Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová2018-07-111-9/+4
| |_|/ |/| | | | | | | | | | | This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
* | | Add missing maximum_timeout parametergfyoung2018-07-111-1/+1
|/ /
* | Merge branch '48537-update-avatar-only-via-api' into 'master'Rémy Coutable2018-07-101-1/+2
|\ \ | | | | | | | | | | | | | | | | | | Resolve "PUT /projects/:id : unable to update avatar alone" Closes #48537 See merge request gitlab-org/gitlab-ce!20505
| * | Fix #48537 - Update avatar only via the projects APIJamie Schembri2018-07-091-1/+2
| | |
* | | Merge branch '42415-omit-projects-from-get-group-endpoint' into 'master'Douwe Maan2018-07-101-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "API: /groups/:name query very slow for groups with many projects" Closes #42415 See merge request gitlab-org/gitlab-ce!20494
| * | | Adds with_projects optional parameter to /groups/:id API endpointTiago Botelho2018-07-091-1/+2
| | |/ | |/|
* | | Support manually stopping any environment from the UIWinnie Hellmann2018-07-101-1/+2
| |/ |/|
* | Updates from `rubocop -a`Lin Jen-Shin2018-07-094-7/+7
|/
* Merge branch '46246-gitlab-project-export-should-use-object-storage' into ↵Sean McGivern2018-07-061-3/+7
|\ | | | | | | | | | | | | | | | | 'master' Resolve "GitLab Project export should use object storage" Closes #46246 See merge request gitlab-org/gitlab-ce!20105
| * Update Import/Export to use object storage (based on aa feature flag)James Lopez2018-07-061-3/+7
| |
* | added API docsPhil Hughes2018-07-051-1/+1
| | | | | | | | | | | | CHANGELOG improved comments in API code improved spec description
* | karma & rubocop fixesPhil Hughes2018-07-051-2/+2
| |
* | only include _html fields when asked forPhil Hughes2018-07-052-7/+8
| |
* | added html to responsePhil Hughes2018-07-051-0/+6
|/
* Web Terminal Ci BuildFrancisco Javier López2018-07-052-3/+11
|
* Merge branch '4266-board-with-config-api-ce' into 'master'Douwe Maan2018-07-041-0/+1
|\ | | | | | | | | | | | | Backport of EE changes: Allow Labels::FindOrCreateService to find ancestor group labels Closes #4266 See merge request gitlab-org/gitlab-ce!20364
| * Backport from EE !5954Mark Chao2018-07-041-0/+1
| | | | | | | | | | | | Allow Labels::FindOrCreateService to find ancestor group labels Add authentication check on API endpoint Update flayignore
* | Merge branch 'ee-5481-epic-todos' into 'master'Sean McGivern2018-07-041-4/+9
|\ \ | |/ |/| | | | | Port of Todos for epics See merge request gitlab-org/gitlab-ce!19908
| * [backend] Addressed review commentsJan Provaznik2018-07-031-3/+7
| | | | | | | | | | | | | | * Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
| * Support todos for epics backportJarka Kadlecová2018-07-031-3/+4
| |
* | Merge branch 'remove-is-shared-from-ci-runners' into 'master'Grzegorz Bizon2018-07-043-7/+12
|\ \ | | | | | | | | | | | | Remove the use of `is_shared` of `Ci::Runner` See merge request gitlab-org/gitlab-ce!20172
| * | Make deprecated scopes of Runner explicitKamil Trzciński2018-07-041-0/+5
| | |
| * | Remove the use of `is_shared` of `Ci::Runner`remove-is-shared-from-ci-runnersKamil Trzciński2018-06-263-7/+7
| | |
* | | Add pipeline lists to GraphQLBob Van Landuyt2018-07-041-1/+1
| |/ |/| | | | | | | | | | | | | | | This adds Keyset pagination to GraphQL lists. PoC for that is pipelines on merge requests and projects. When paginating a list, the base-64 encoded id of the ordering field (in most cases the primary key) can be passed in the `before` or `after` GraphQL argument.
* | Resolve "404 when trying to create a new issue from the group"Jan Beckmann2018-07-021-0/+4
| |
* | Merge branch 'ccr/add_locked_state' into 'master'Rémy Coutable2018-07-011-2/+2
|\ \ | | | | | | | | | | | | Add locked state to merge request API See merge request gitlab-org/gitlab-ce!20186
| * | Add locked state to merge request APIChantal Rollison2018-06-281-2/+2
| | |
* | | Merge branch 'transfer_project_api_endpoint' into 'master'Grzegorz Bizon2018-06-291-0/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add transfer project endpoint to the Projects API Closes #45146 See merge request gitlab-org/gitlab-ce!20122
| * | | Add transfer project endpoint to the Projects APIAram Visser2018-06-271-0/+17
| |/ /
* | | Merge branch 'straight-comparision-mode' into 'master'Sean McGivern2018-06-281-1/+2
|\ \ \ | | | | | | | | | | | | | | | | Allow straight diff in Compare API See merge request gitlab-org/gitlab-ce!20120
| * | | Allow straight diff in Compare APIMaciej Nowak2018-06-281-1/+2
| | |/ | |/| | | | | | | Repository compare API now allows choosing straight (from..to) or merge-base diff (from...to)
* | | Add SHA256 and HEAD on File APIAhmet Demir2018-06-282-11/+56
| |/ |/|
* | Fix branch API can_push attribute and add specsdm-branch-api-can-push-fixDouwe Maan2018-06-251-3/+5
|/
* Merge branch 'dm-branch-api-can-push' into 'master'Robert Speicher2018-06-191-0/+4
|\ | | | | | | | | Expose whether current user can push into a branch on branches API See merge request gitlab-org/gitlab-ce!19958
| * Expose whether current user can push into a branch on branches APIdm-branch-api-can-pushDouwe Maan2018-06-181-0/+4
| |
* | Merge branch 'more-group-api-sorting-options' into 'master'Douwe Maan2018-06-191-2/+4
|\ \ | |/ |/| | | | | | | | | Fix group pagination and add sort by id to groups and subgroups Closes #47409 See merge request gitlab-org/gitlab-ce!19665
| * Add id as second sort parameter for group sort by nameMarko, Peter2018-06-181-1/+3
| | | | | | | | | | | | | | | | Adding primary key to database query order rule generates deterministic sort result and thus pagination. This is needed because subgroups can have identical names. Signed-off-by: Marko, Peter <peter.marko@siemens.com>
| * Add id group api sorting optionMarko, Peter2018-06-121-1/+1
| | | | | | | | | | | | | | With introduction of subgroups, many groups may have the same name and/or path, thus further sorting options are necessary. Signed-off-by: Marko, Peter <peter.marko@siemens.com>
* | Optimised paused runners to not re-query every 3soptimise-paused-runnersKamil Trzciński2018-06-171-1/+5
| | | | | | | | | | | | We have long polling mechanism which is not being used by paused runners. This makes the paused runner to generate a request every 3s, where it could be fired only every 1h.
* | enable CommonMark as the defaultBrett Walker2018-06-141-3/+1
| |
* | Rails5 fix no implicit conversion of Hash into String. ↵Jasper Maes2018-06-131-1/+2
| | | | | | | | ActionController::Parameters no longer returns an hash in Rails 5