Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/api
AgeCommit message (Collapse)Author
2018-07-13Merge branch 'ide-merge-requests-forks' into 'master'Filipa Lacerda
Allow merge requests from forks to be opened in Web IDE Closes #47460 See merge request gitlab-org/gitlab-ce!20521
2018-07-12Merge branch 'fix-performance-problem-of-tags-query' into 'master'Yorick Peterse
Fix performance problem of tags query Closes gitlab-com/infrastructure#4550 See merge request gitlab-org/gitlab-ce!20555
2018-07-12Merge branch 'dz-manifest-import' into 'master'Douwe Maan
Add manifest import See merge request gitlab-org/gitlab-ce!20304
2018-07-12Fix performance problem of accessing tag list for projects api endpointsKamil Trzciński
2018-07-12Allow collaboration with forks through the APIBob Van Landuyt
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.
2018-07-12Resolve "do not set updated_at when creating note"Kia Mei Somabes
2018-07-11Revert "Merge branch 'ee-5481-epic-todos' into 'master'"Jarka Kadlecová
This reverts commit 4d9a3f42f1fd3be21555e19872b7121cca65015e, reversing changes made to ecf9c145f6e4d170cd059df88743393d9e63c489.
2018-07-11Fix icon for manifest import and mention manifest feature in APIDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-07-11Add missing maximum_timeout parametergfyoung
2018-07-10Merge branch '48537-update-avatar-only-via-api' into 'master'Rémy Coutable
Resolve "PUT /projects/:id : unable to update avatar alone" Closes #48537 See merge request gitlab-org/gitlab-ce!20505
2018-07-10Merge branch '42415-omit-projects-from-get-group-endpoint' into 'master'Douwe Maan
Resolve "API: /groups/:name query very slow for groups with many projects" Closes #42415 See merge request gitlab-org/gitlab-ce!20494
2018-07-10Support manually stopping any environment from the UIWinnie Hellmann
2018-07-09Fix #48537 - Update avatar only via the projects APIJamie Schembri
2018-07-09Adds with_projects optional parameter to /groups/:id API endpointTiago Botelho
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-07-06Merge branch '46246-gitlab-project-export-should-use-object-storage' into ↵Sean McGivern
'master' Resolve "GitLab Project export should use object storage" Closes #46246 See merge request gitlab-org/gitlab-ce!20105
2018-07-06Update Import/Export to use object storage (based on aa feature flag)James Lopez
2018-07-05added API docsPhil Hughes
CHANGELOG improved comments in API code improved spec description
2018-07-05karma & rubocop fixesPhil Hughes
2018-07-05only include _html fields when asked forPhil Hughes
2018-07-05added html to responsePhil Hughes
2018-07-05Web Terminal Ci BuildFrancisco Javier López
2018-07-04Merge branch '4266-board-with-config-api-ce' into 'master'Douwe Maan
Backport of EE changes: Allow Labels::FindOrCreateService to find ancestor group labels Closes #4266 See merge request gitlab-org/gitlab-ce!20364
2018-07-04Merge branch 'ee-5481-epic-todos' into 'master'Sean McGivern
Port of Todos for epics See merge request gitlab-org/gitlab-ce!19908
2018-07-04Backport from EE !5954Mark Chao
Allow Labels::FindOrCreateService to find ancestor group labels Add authentication check on API endpoint Update flayignore
2018-07-04Merge branch 'remove-is-shared-from-ci-runners' into 'master'Grzegorz Bizon
Remove the use of `is_shared` of `Ci::Runner` See merge request gitlab-org/gitlab-ce!20172
2018-07-04Make deprecated scopes of Runner explicitKamil Trzciński
2018-07-04Add pipeline lists to GraphQLBob Van Landuyt
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.
2018-07-03[backend] Addressed review commentsJan Provaznik
* Group filtering now includes also issues/MRs from subgroups/subprojects * fixed due_date * Also DRYed todo controller specs
2018-07-03Support todos for epics backportJarka Kadlecová
2018-07-02Resolve "404 when trying to create a new issue from the group"Jan Beckmann
2018-07-01Merge branch 'ccr/add_locked_state' into 'master'Rémy Coutable
Add locked state to merge request API See merge request gitlab-org/gitlab-ce!20186
2018-06-29Merge branch 'transfer_project_api_endpoint' into 'master'Grzegorz Bizon
Add transfer project endpoint to the Projects API Closes #45146 See merge request gitlab-org/gitlab-ce!20122
2018-06-28Add locked state to merge request APIChantal Rollison
2018-06-28Merge branch 'straight-comparision-mode' into 'master'Sean McGivern
Allow straight diff in Compare API See merge request gitlab-org/gitlab-ce!20120
2018-06-28Allow straight diff in Compare APIMaciej Nowak
Repository compare API now allows choosing straight (from..to) or merge-base diff (from...to)
2018-06-28Add SHA256 and HEAD on File APIAhmet Demir
2018-06-27Add transfer project endpoint to the Projects APIAram Visser
2018-06-26Remove the use of `is_shared` of `Ci::Runner`Kamil Trzciński
2018-06-25Fix branch API can_push attribute and add specsDouwe Maan
2018-06-19Merge branch 'dm-branch-api-can-push' into 'master'Robert Speicher
Expose whether current user can push into a branch on branches API See merge request gitlab-org/gitlab-ce!19958
2018-06-19Merge branch 'more-group-api-sorting-options' into 'master'Douwe Maan
Fix group pagination and add sort by id to groups and subgroups Closes #47409 See merge request gitlab-org/gitlab-ce!19665
2018-06-18Add id as second sort parameter for group sort by nameMarko, Peter
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>
2018-06-18Expose whether current user can push into a branch on branches APIDouwe Maan
2018-06-17Optimised paused runners to not re-query every 3sKamil Trzciński
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.
2018-06-14enable CommonMark as the defaultBrett Walker
2018-06-14Rails5 fix no implicit conversion of Hash into String. ↵Jasper Maes
ActionController::Parameters no longer returns an hash in Rails 5
2018-06-13Resolve "Provide ability to retrieve `visibility` level via Snippets API"Jan
2018-06-13Merge branch '47735-milestone-regression' into 'master'Phil Hughes
Resolve "Regressions for assigning group milestone from ancestor" Closes #47735 See merge request gitlab-org/gitlab-ce!19721
2018-06-13Restoring user v3 endpointFrancisco Javier López