Commit graph

17 commits

Author SHA1 Message Date
Denys Mishunov
a1b0b3e4eb Extended Web IDE API to get MRs for a certain branch in a project
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
2019-03-04 18:10:55 +01:00
Paul Slaughter
d4e9dd9675
Add groupMembers to api.js 2019-02-03 22:18:42 -06:00
Tim Zallmann
ddd4cc649f Resolve "Extended user centric tooltips" 2018-12-08 03:12:23 +00:00
Paul Slaughter
8ce8303fa9
Add projectRunners to api.js
- This is needed by the Web Terminal to check environment
2018-12-05 14:40:08 -06:00
Paul Slaughter
95c795de39 Resolve "Bug - Web Based IDE - The "Merge" Requests Selection displays Merge Requests from other projects" 2018-11-28 15:09:38 +00:00
Nick Thomas
25bd49e4f5
Backport project template API to CE 2018-10-05 11:34:43 +01:00
Jan Beckmann
352e322291 Resolve "404 when trying to create a new issue from the group" 2018-07-02 08:04:43 +00:00
Phil Hughes
5c483fd865
specs 2018-06-27 10:44:54 +01:00
André Luís
c53890548e Resolve "Show CI pipeline status in Web IDE" 2018-05-25 10:08:53 +00:00
Tim Zallmann
38d56a8b7c Added Tests for all new functionality 2018-03-28 12:17:30 +02:00
Felipe Artur
dd071c4b6e Bring one group board to CE 2018-03-03 12:56:17 -03:00
Phil Hughes
f9acd80569
fixed failing specs 2018-01-30 10:52:38 +00:00
Phil Hughes
9af1773f8d
Converted API.js to axios 2018-01-30 09:12:56 +00:00
Takuya Noguchi
bb9b7bf6e3 Handle special characters on API request of issuable templates 2018-01-25 08:12:19 +09:00
kushalpandya
c47e1c3975 Make query param simple part of config 2017-09-05 13:11:20 +05:30
Nick Thomas
061472864c Fix group and project search for anonymous users 2017-08-24 11:32:50 +01:00
Winnie Hellmann
035b7cc0b3 Add users endpoint to frontend API class 2017-05-19 21:22:46 +00:00