Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extended Web IDE API to get MRs for a certain branch in a project | Denys Mishunov | 2019-03-04 | 1 | -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.js | Paul Slaughter | 2019-02-03 | 1 | -0/+16 |
| | |||||
* | Resolve "Extended user centric tooltips" | Tim Zallmann | 2018-12-08 | 1 | -0/+34 |
| | |||||
* | Add projectRunners to api.js | Paul Slaughter | 2018-12-05 | 1 | -0/+17 |
| | | | | - This is needed by the Web Terminal to check environment | ||||
* | Resolve "Bug - Web Based IDE - The "Merge" Requests Selection displays Merge ↵ | Paul Slaughter | 2018-11-28 | 1 | -6/+6 |
| | | | | Requests from other projects" | ||||
* | Backport project template API to CE | Nick Thomas | 2018-10-05 | 1 | -45/+19 |
| | |||||
* | Resolve "404 when trying to create a new issue from the group" | Jan Beckmann | 2018-07-02 | 1 | -1/+1 |
| | |||||
* | specs | Phil Hughes | 2018-06-27 | 1 | -0/+25 |
| | |||||
* | Resolve "Show CI pipeline status in Web IDE" | André Luís | 2018-05-25 | 1 | -0/+21 |
| | |||||
* | Added Tests for all new functionality | Tim Zallmann | 2018-03-28 | 1 | -53/+130 |
| | |||||
* | Bring one group board to CE | Felipe Artur | 2018-03-03 | 1 | -0/+21 |
| | |||||
* | fixed failing specsph-ajax-to-axios | Phil Hughes | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Converted API.js to axios | Phil Hughes | 2018-01-30 | 1 | -115/+56 |
| | |||||
* | Handle special characters on API request of issuable templates | Takuya Noguchi | 2018-01-25 | 1 | -2/+2 |
| | |||||
* | Make query param `simple` part of config | kushalpandya | 2017-09-05 | 1 | -2/+4 |
| | |||||
* | Fix group and project search for anonymous users | Nick Thomas | 2017-08-24 | 1 | -2/+24 |
| | |||||
* | Add users endpoint to frontend API class | Winnie Hellmann | 2017-05-19 | 1 | -0/+281 |