summaryrefslogtreecommitdiff
path: root/spec/javascripts/api_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Extended Web IDE API to get MRs for a certain branch in a projectDenys Mishunov2019-03-041-0/+34
| | | | | | | | | | | | | | | | | | | New `Api.projectMergeRequests` allows: - to query for all MRs on a project without specifying `mergeRequestId` - to filter the returned MRs using parameters from https://bit.ly/2H7We4V The new API request is used for fetching information about MRs associated with a particular branch in Web IDE to have IdeSidebar behave consistently in both scenarios: - getting to a branch from and MR (where we already have info about relevant MR), or - getting to a branch somehow differently directly For cases where there are several merge requests that the current branch is associated with, mark the most recent one as 'current' Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49663
* Add groupMembers to api.jsPaul Slaughter2019-02-031-0/+16
|
* Resolve "Extended user centric tooltips"Tim Zallmann2018-12-081-0/+34
|
* Add projectRunners to api.jsPaul Slaughter2018-12-051-0/+17
| | | | - This is needed by the Web Terminal to check environment
* Resolve "Bug - Web Based IDE - The "Merge" Requests Selection displays Merge ↵Paul Slaughter2018-11-281-6/+6
| | | | Requests from other projects"
* Backport project template API to CENick Thomas2018-10-051-45/+19
|
* Resolve "404 when trying to create a new issue from the group"Jan Beckmann2018-07-021-1/+1
|
* specsPhil Hughes2018-06-271-0/+25
|
* Resolve "Show CI pipeline status in Web IDE"André Luís2018-05-251-0/+21
|
* Added Tests for all new functionalityTim Zallmann2018-03-281-53/+130
|
* Bring one group board to CEFelipe Artur2018-03-031-0/+21
|
* fixed failing specsph-ajax-to-axiosPhil Hughes2018-01-301-1/+1
|
* Converted API.js to axiosPhil Hughes2018-01-301-115/+56
|
* Handle special characters on API request of issuable templatesTakuya Noguchi2018-01-251-2/+2
|
* Make query param `simple` part of configkushalpandya2017-09-051-2/+4
|
* Fix group and project search for anonymous usersNick Thomas2017-08-241-2/+24
|
* Add users endpoint to frontend API classWinnie Hellmann2017-05-191-0/+281