Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix-project-api-archived' into 'master' | Rémy Coutable | 2018-07-16 | 2 | -2/+8 |
|\ | | | | | | | | | | | | | Fix archived parameter for projects API Closes #32301 See merge request gitlab-org/gitlab-ce!20566 | ||||
| * | Fix archived parameter for projects API | Marko, Peter | 2018-07-16 | 2 | -2/+8 |
| | | |||||
* | | Merge branch 'ide-merge-requests-forks' into 'master' | Filipa Lacerda | 2018-07-13 | 1 | -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 API | Bob Van Landuyt | 2018-07-12 | 1 | -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 Peterse | 2018-07-12 | 1 | -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-query | Kamil Trzciński | 2018-07-12 | 1 | -4/+11 |
| | | | |||||
* | | | Merge branch 'dz-manifest-import' into 'master' | Douwe Maan | 2018-07-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Add manifest import See merge request gitlab-org/gitlab-ce!20304 | ||||
| * | | | Fix icon for manifest import and mention manifest feature in API | Dmitriy Zaporozhets | 2018-07-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | Resolve "do not set updated_at when creating note" | Kia Mei Somabes | 2018-07-12 | 1 | -0/+2 |
| | | | | |||||
* | | | | Revert "Merge branch 'ee-5481-epic-todos' into 'master'" | Jarka Kadlecová | 2018-07-11 | 1 | -9/+4 |
| |_|/ |/| | | | | | | | | | | | This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489. | ||||
* | | | Add missing maximum_timeout parameter | gfyoung | 2018-07-11 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch '48537-update-avatar-only-via-api' into 'master' | Rémy Coutable | 2018-07-10 | 1 | -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 API | Jamie Schembri | 2018-07-09 | 1 | -1/+2 |
| | | | |||||
* | | | Merge branch '42415-omit-projects-from-get-group-endpoint' into 'master' | Douwe Maan | 2018-07-10 | 1 | -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 endpoint | Tiago Botelho | 2018-07-09 | 1 | -1/+2 |
| | |/ | |/| | |||||
* | | | Support manually stopping any environment from the UI | Winnie Hellmann | 2018-07-10 | 1 | -1/+2 |
| |/ |/| | |||||
* | | Updates from `rubocop -a` | Lin Jen-Shin | 2018-07-09 | 4 | -7/+7 |
|/ | |||||
* | Merge branch '46246-gitlab-project-export-should-use-object-storage' into ↵ | Sean McGivern | 2018-07-06 | 1 | -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 Lopez | 2018-07-06 | 1 | -3/+7 |
| | | |||||
* | | added API docs | Phil Hughes | 2018-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | CHANGELOG improved comments in API code improved spec description | ||||
* | | karma & rubocop fixes | Phil Hughes | 2018-07-05 | 1 | -2/+2 |
| | | |||||
* | | only include _html fields when asked for | Phil Hughes | 2018-07-05 | 2 | -7/+8 |
| | | |||||
* | | added html to response | Phil Hughes | 2018-07-05 | 1 | -0/+6 |
|/ | |||||
* | Web Terminal Ci Build | Francisco Javier López | 2018-07-05 | 2 | -3/+11 |
| | |||||
* | Merge branch '4266-board-with-config-api-ce' into 'master' | Douwe Maan | 2018-07-04 | 1 | -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 !5954 | Mark Chao | 2018-07-04 | 1 | -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 McGivern | 2018-07-04 | 1 | -4/+9 |
|\ \ | |/ |/| | | | | | Port of Todos for epics See merge request gitlab-org/gitlab-ce!19908 | ||||
| * | [backend] Addressed review comments | Jan Provaznik | 2018-07-03 | 1 | -3/+7 |
| | | | | | | | | | | | | | | * Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs | ||||
| * | Support todos for epics backport | Jarka Kadlecová | 2018-07-03 | 1 | -3/+4 |
| | | |||||
* | | Merge branch 'remove-is-shared-from-ci-runners' into 'master' | Grzegorz Bizon | 2018-07-04 | 3 | -7/+12 |
|\ \ | | | | | | | | | | | | | Remove the use of `is_shared` of `Ci::Runner` See merge request gitlab-org/gitlab-ce!20172 | ||||
| * | | Make deprecated scopes of Runner explicit | Kamil Trzciński | 2018-07-04 | 1 | -0/+5 |
| | | | |||||
| * | | Remove the use of `is_shared` of `Ci::Runner`remove-is-shared-from-ci-runners | Kamil Trzciński | 2018-06-26 | 3 | -7/+7 |
| | | | |||||
* | | | Add pipeline lists to GraphQL | Bob Van Landuyt | 2018-07-04 | 1 | -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 Beckmann | 2018-07-02 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'ccr/add_locked_state' into 'master' | Rémy Coutable | 2018-07-01 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | Add locked state to merge request API See merge request gitlab-org/gitlab-ce!20186 | ||||
| * | | Add locked state to merge request API | Chantal Rollison | 2018-06-28 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'transfer_project_api_endpoint' into 'master' | Grzegorz Bizon | 2018-06-29 | 1 | -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 API | Aram Visser | 2018-06-27 | 1 | -0/+17 |
| |/ / | |||||
* | | | Merge branch 'straight-comparision-mode' into 'master' | Sean McGivern | 2018-06-28 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | Allow straight diff in Compare API See merge request gitlab-org/gitlab-ce!20120 | ||||
| * | | | Allow straight diff in Compare API | Maciej Nowak | 2018-06-28 | 1 | -1/+2 |
| | |/ | |/| | | | | | | | Repository compare API now allows choosing straight (from..to) or merge-base diff (from...to) | ||||
* | | | Add SHA256 and HEAD on File API | Ahmet Demir | 2018-06-28 | 2 | -11/+56 |
| |/ |/| | |||||
* | | Fix branch API can_push attribute and add specsdm-branch-api-can-push-fix | Douwe Maan | 2018-06-25 | 1 | -3/+5 |
|/ | |||||
* | Merge branch 'dm-branch-api-can-push' into 'master' | Robert Speicher | 2018-06-19 | 1 | -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-push | Douwe Maan | 2018-06-18 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'more-group-api-sorting-options' into 'master' | Douwe Maan | 2018-06-19 | 1 | -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 name | Marko, Peter | 2018-06-18 | 1 | -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 option | Marko, Peter | 2018-06-12 | 1 | -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-runners | Kamil Trzciński | 2018-06-17 | 1 | -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 default | Brett Walker | 2018-06-14 | 1 | -3/+1 |
| | | |||||
* | | Rails5 fix no implicit conversion of Hash into String. ↵ | Jasper Maes | 2018-06-13 | 1 | -1/+2 |
| | | | | | | | | ActionController::Parameters no longer returns an hash in Rails 5 |