summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
...
* | | | API: get participants from merge_requests & issuesBrent Greeff2018-01-052-0/+23
* | | | Merge branch 'api-domains-expose-project_id' into 'master'Dmitriy Zaporozhets2018-01-051-0/+1
|\ \ \ \
| * | | | Expose project_id on /api/v4/pages/domainsLuc Didry2018-01-031-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'backport-issue_3413' into 'master'Sean McGivern2018-01-057-60/+101
|\ \ \ \
| * | | | EE-BACKPORT group boardsFelipe Artur2018-01-047-60/+101
| |/ / /
* | | | Merge branch 'feature/api_runners_online' into 'master'Rémy Coutable2018-01-051-0/+2
|\ \ \ \
| * | | | Add status attribute to runner api entityAlessio Caiazza2018-01-051-0/+1
| * | | | Add online attribute to runner api entityAlessio Caiazza2018-01-031-0/+1
| |/ / /
* | | | Merge branch 'rd-api-request-to-edit-wiki-page-fails-when-project-belongs-to-...Grzegorz Bizon2018-01-041-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix API endpoints to edit wiki pages where project belongs to a grouprd-api-request-to-edit-wiki-page-fails-when-project-belongs-to-groupRubén Dávila2018-01-031-1/+1
* | | | Merge branch 'ce-4135-remove-ee-specific-code-from-post-api-v4-projects-id-me...Robert Speicher2018-01-021-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Backport a change made in EEce-4135-remove-ee-specific-code-from-post-api-v4-projects-id-membersRémy Coutable2017-12-211-1/+3
* | | | 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
| | |/