summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'add-pagination-commit-diffs' into 'master'Robert Speicher2018-02-211-1/+4
|\ | | | | | | | | | | | | Add missing pagination on the commit diff endpoint Closes #43370 See merge request gitlab-org/gitlab-ce!17203
| * Add missing pagination on the commit diff endpointMaxime Roussin-Belanger2018-02-191-1/+4
| |
* | Resolve "API: PUT /projects/:id fails when only ci_config_path is specified"Kárpáti László2018-02-211-0/+1
| |
* | Fix get a single pages domain when project path contains a periodTravis Miller2018-02-191-4/+6
|/
* Fix project import API after import service refactorJames Lopez2018-02-161-2/+6
|
* Merge branch '41899-api-endpoint-for-importing-a-project-export' into 'master'Sean McGivern2018-02-163-0/+73
|\ | | | | | | | | | | | | Resolve "API endpoint for importing a project export" Closes #41899 See merge request gitlab-org/gitlab-ce!17025
| * update docsJames Lopez2018-02-161-1/+1
| |
| * refactor code based on feedback41899-api-endpoint-for-importing-a-project-exportJames Lopez2018-02-141-1/+1
| |
| * refactor code based on feedbackJames Lopez2018-02-141-7/+10
| |
| * refactor api classJames Lopez2018-02-131-3/+5
| |
| * add docs and changelogJames Lopez2018-02-131-1/+1
| |
| * add more specsJames Lopez2018-02-131-6/+4
| |
| * fix entityJames Lopez2018-02-131-1/+3
| |
| * add import status endpointJames Lopez2018-02-131-8/+18
| |
| * fix file uploadJames Lopez2018-02-131-3/+4
| |
| * update import API and specJames Lopez2018-02-131-2/+2
| |
| * update import API and specJames Lopez2018-02-131-2/+5
| |
| * add post import API endpointJames Lopez2018-02-131-0/+48
| |
| * add entity and update specJames Lopez2018-02-132-0/+6
| |
* | Merge branch 'feature/include-custom-attributes-in-api' into 'master'Douwe Maan2018-02-145-7/+83
|\ \ | | | | | | | | | | | | Allow including custom attributes in API responses See merge request gitlab-org/gitlab-ce!16526
| * | Allow including custom attributes in API responsesMarkus Koller2018-02-085-7/+83
| | |
* | | Merge branch '42934-search-api-fix' into 'master'Sean McGivern2018-02-142-8/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add information about projects when searching in wiki_blobs, blobs, commits scopes Closes #42934 See merge request gitlab-org/gitlab-ce!17095
| * | | API - Include project in commits&blobs search resultsJarka Kadlecová2018-02-142-8/+6
| | |/ | |/|
* | | Merge branch 'api-refs-for-commit' into 'master'Douwe Maan2018-02-142-1/+26
|\ \ \ | |/ / |/| | | | | | | | | | | | | | API: Get refs for a particular commit Closes #18014 See merge request gitlab-org/gitlab-ce!15026
| * | Refactor commits/refs API to use hash and add pagination headersRobert Schilling2018-02-142-19/+8
| | |
| * | Separate branch and tag namesRobert Schilling2018-02-092-6/+10
| | |
| * | Incorporate feedbackRobert Schilling2018-02-092-21/+18
| | |
| * | Basic ref fetching for commitsRobert Schilling2018-02-092-3/+38
| | |
* | | Merge branch '42937-search-api-fix' into 'master'Grzegorz Bizon2018-02-121-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | API - fix searching in group/project specified by path Closes #42937 See merge request gitlab-org/gitlab-ce!17033
| * | | API - fix searching in group/project specified by path42937-search-api-fixJarka Kadlecová2018-02-091-4/+4
| |/ /
* | | Merge branch 'security-10-4-todo-api-reveals-sensitive-information' into ↵Robert Speicher2018-02-092-2/+2
|/ / | | | | | | | | | | 'security-10-4' Restrict Todo API mark_as_done endpoint to the user's todos only
* | Merge branch '40744-hashed-storage-specs' into 'master'Sean McGivern2018-02-081-1/+1
|\ \ | |/ |/| | | | | | | | | Use hashed storage in the specs Closes #40744 See merge request gitlab-org/gitlab-ce!15681
| * Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-1/+1
| |
* | Merge branch '41763-search-api' into 'master'Sean McGivern2018-02-075-15/+145
|\ \ | |/ |/| | | | | | | | | Search API Closes #41763 See merge request gitlab-org/gitlab-ce!16878
| * Small code/doc changes41763-search-apiJarka Kadlecová2018-02-071-6/+12
| |
| * Return only limited pagination headers for search API endpointsJarka Kadlecová2018-02-062-6/+14
| |
| * Support search in APIJarka Kadlecová2018-02-064-11/+127
| |
* | Merge branch ↵Kamil Trzciński2018-02-072-20/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-when-per-job-timeout-is-more-than-an-hour' into 'master' Resolve "StuckCiJobsWorker wrongly detects, cancels 'stuck' builds when per-job timeout is more than an hour" Closes #38265, #42196, and #42750 See merge request gitlab-org/gitlab-ce!16756
| * \ Merge branch 'master' into ↵Matija Čupić2018-02-049-47/+48
| |\ \ | | | | | | | | | | | | 38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-when-per-job-timeout-is-more-than-an-hour
| * | | Refactor runner attribute caching implementationMatija Čupić2018-02-041-1/+1
| | | |
| * | | Move info update implementation to Ci::Runner modelMatija Čupić2018-01-291-26/+1
| | | |
| * | | Update runner info on all authenticated requestsMatija Čupić2018-01-292-1/+2
| | | |
| * | | Extend Runner API helpers with cache info storageMatija Čupić2018-01-291-5/+11
| | | |
* | | | Merge branch 'master' into '26388-push-to-create-a-new-project'Douwe Maan2018-02-061-1/+18
|\ \ \ \ | | | | | | | | | | | | | | | # Conflicts: # lib/gitlab/path_regex.rb
| * | | | Add sorting options for /users API (admin only)42669-allow-order_by-users-in-gitlab-apiDmitriy Zaporozhets2018-02-061-1/+18
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Moves project creationg to git access check for git pushTiago Botelho2018-02-062-22/+13
| | | |
* | | | Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho2018-02-062-4/+8
| | | |
* | | | Move new project on push logic to a serviceTiago Botelho2018-02-062-31/+14
| | | |
* | | | Add specsTiago Botelho2018-02-062-11/+15
| | | |
* | | | Adds remote messsage when project is created in a push over SSH or HTTPTiago Botelho2018-02-062-5/+28
| | | |