summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Gracefully handle orphaned write deploy keys in /internal/post_receivesh-handle-orphaned-deploy-keysStan Hu2017-12-241-3/+6
* Support new chat notifications parameters in Services APIMark Fletcher2017-12-222-34/+151
* Merge branch '38318-search-merge-requests-with-api' into 'master'Rémy Coutable2017-12-202-2/+3
|\
| * Add optional `search` param for Merge Requests APIMark Fletcher2017-12-201-0/+1
| * Employ declared_params in finder methods for MR and Issue API listsMark Fletcher2017-12-202-2/+2
* | Only include the user's ID in the time_spent command's update hashRobert Speicher2017-12-192-4/+4
|/
* Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-12-1513-50/+177
|\
| * sorting for tags apihaseeb2017-12-141-1/+6
| * Adds ordering to projects contributors in APIJacopo2017-12-131-1/+3
| * Merge branch 'issue_30663' into 'security-10-2'Sean McGivern2017-12-081-0/+2
| * Merge branch 'rs-security-group-api' into 'security-10-2'Douwe Maan2017-12-081-2/+15
| * Allow git pull/push on project redirectsMayra Cabrera2017-12-081-2/+11
| * Move the circuitbreaker check out in a separate processbvl-circuitbreaker-processBob Van Landuyt2017-12-081-1/+1
| * Use relative _path helper URLs in the GitLab UI40825-use-relative-path-urlsEric Eastwood2017-12-071-0/+3
| * Merge branch 'jej/per-user-protected-branches-api-ce' into 'master'Sean McGivern2017-12-071-10/+8
| |\
| | * CE backport of ProtectedBranches API changesJames Edwards-Jones2017-12-071-10/+8
| * | The API isn't using the appropriate services for managing forksFrancisco Javier López2017-12-071-10/+11
| * | Merge branch 'zj-multiple-artifacts' into 'master'Grzegorz Bizon2017-12-052-9/+7
| |\ \ | | |/ | |/|
| | * Store expire_at in ci_job_artifactsKamil Trzcinski2017-12-031-4/+5
| | * Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-032-9/+6
| | * Create Ci::ArtifactsZeger-Jan van de Weg2017-12-031-1/+1
| * | Merge branch 'sh-optimize-groups-api' into 'master'Douwe Maan2017-12-044-14/+98
| |\ \
| | * | Not forcing to redefine preload_relationFrancisco Lopez2017-12-011-1/+1
| | * | Undoing the change to ForkNetworkMemberFrancisco Lopez2017-12-011-11/+7
| | * | Fixed BasicProjectDetail parentFrancisco Lopez2017-12-011-1/+1
| | * | Removed binding.pryFrancisco Lopez2017-12-011-1/+0
| | * | Removing blank lineFrancisco Lopez2017-12-011-1/+0
| | * | Changes after rebaseFrancisco Lopez2017-12-011-3/+14
| | * | Undoing debugging changeFrancisco Lopez2017-12-011-2/+2
| | * | Comments from code review applied. Also switched forked_from_project and Fork...Francisco Lopez2017-12-013-43/+52
| | * | Refactored /projects and /user/:user_id/projects endpointsFrancisco Lopez2017-12-014-25/+77
| | * | Code review comments appliedFrancisco Lopez2017-12-011-2/+2
| | * | Small renamingFrancisco Lopez2017-12-011-4/+4
| | * | More preloading improvement and added batch count servicesFrancisco Lopez2017-12-011-5/+20
| | * | Preload project route to avoid N+1 queryStan Hu2017-12-011-1/+1
| | * | Only serialize namespace essentials in group's projects API responseStan Hu2017-12-011-2/+4
| | * | Omit the `all` call after Project#project_group_links to avoid unnecessary loadsStan Hu2017-12-011-1/+1
| | * | Optimize API /groups/:id/projects by preloading associationsStan Hu2017-12-011-0/+1
| | |/
| * | Added default order to UserFinderFrancisco Javier López2017-12-042-0/+12
| |/
* | Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin2017-11-3013-30/+123
|\ \ | |/
| * support ordering of project notes in notes apihaseeb2017-11-291-1/+6
| * Merge branch 'gitaly-ssh-upload-pack-opt-out' into 'master'Sean McGivern2017-11-291-4/+4
| |\
| | * SSHUploadPack over Gitaly is now OptOutgitaly-ssh-upload-pack-opt-outKim "BKC" Carlbäcker2017-11-291-4/+4
| * | Add timeouts for Gitaly callsAndrew Newdigate2017-11-291-0/+3
| * | Merge branch 'tm/feature/list-runners-jobs-api' into 'master'Kamil Trzciński2017-11-282-7/+42
| |\ \
| | * | Refactorize jobs finding logicTomasz Maczukin2017-11-281-6/+2
| | * | Modify outputTomasz Maczukin2017-11-282-6/+9
| | * | Allow filtering by 'status'Tomasz Maczukin2017-11-281-1/+8
| | * | Add information about projectTomasz Maczukin2017-11-282-6/+17
| | * | Add new API endpoint - list jobs of a specified runnerTomasz Maczukin2017-11-281-0/+18