summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/api.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix labels creating with new routeDmitriy Zaporozhets2019-05-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix API and IDE path with `/` relative_url_rootPaul Slaughter2019-04-241-5/+2
| | | | | | | | **Why?** Previously we simply concatenated our paths, which led to requesting `//api/v4/...` and obviously failed. The BE supports a relative_url_root of `/`. It's a bug that the FE does not.
* Extended Web IDE API to get MRs for a certain branch in a projectDenys Mishunov2019-03-041-0/+17
| | | | | | | | | | | | | | | | | | | 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/+7
|
* Resolve "Wrong API call on releases page"Filipa Lacerda2018-12-211-1/+1
|
* Adds Vuex Store for the releases pageFilipa Lacerda2018-12-201-0/+7
|
* Allow suggesting single line changes in diffsOswaldo Ferreira2018-12-131-0/+7
|
* Resolve "Extended user centric tooltips"Tim Zallmann2018-12-081-2/+18
|
* Add projectRunners to api.jsPaul Slaughter2018-12-051-0/+10
| | | | - This is needed by the Web Terminal to check environment
* Merge branch '6861-group-level-project-templates-ce' into 'master'Phil Hughes2018-11-301-0/+1
|\ | | | | | | | | Backport from gitlab-org/gitlab-ee!6878 See merge request gitlab-org/gitlab-ce!23391
| * Backport from gitlab-org/gitlab-ee!6878Rubén Dávila2018-11-271-0/+1
| |
* | Resolve "Bug - Web Based IDE - The "Merge" Requests Selection displays Merge ↵Paul Slaughter2018-11-281-15/+15
|/ | | | Requests from other projects"
* Backport project template API to CENick Thomas2018-10-051-30/+21
|
* Resolve "Add status message from within user menu"Dennis Tang2018-10-041-0/+10
|
* Added store for file templates in the Web IDEPhil Hughes2018-08-171-0/+7
| | | | #47947
* Create Web IDE MR and branch pickerPaul Slaughter2018-08-071-0/+12
|
* only include _html fields when asked forPhil Hughes2018-07-051-2/+2
|
* Resolve "404 when trying to create a new issue from the group"Jan Beckmann2018-07-021-5/+6
|
* Improve branch 404 error in Web IDEPhil Hughes2018-06-271-0/+9
| | | | Part of #47323
* Merge branch 'master' into ide-list-merge-requestsPhil Hughes2018-06-011-16/+0
|\
| * refactored to use data we already havePhil Hughes2018-05-251-16/+0
| | | | | | | | this required moving some data store actions & mutations around
| * Merge branch 'master' into ide-jobs-list-componentsPhil Hughes2018-05-251-0/+14
| |\
| * | improve API calls by calling internal API to get dataPhil Hughes2018-05-241-3/+3
| | | | | | | | | | | | render job items (needs improvements to components)
* | | Show merge requests in web IDEPhil Hughes2018-05-251-0/+7
| |/ |/| | | | | Closes #45184
* | Resolve "Show CI pipeline status in Web IDE"André Luís2018-05-251-0/+14
|/
* group jobs into stageside-jobs-listPhil Hughes2018-05-221-2/+2
|
* Show CI jobs in web IDEPhil Hughes2018-05-221-0/+16
| | | | Closes #44604
* Fixes to Formatting to all FilesTim Zallmann2018-03-281-27/+5
|
* Actual MR diff displayedTim Zallmann2018-03-281-1/+21
|
* Basic Setup for MR ShowingTim Zallmann2018-03-281-59/+91
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Harmonize CE and EE JS codereduce-ce-ee-disrepancies-in-jsRémy Coutable2018-02-221-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix the groupLabelsPath in app/assets/javascripts/api.jsRémy Coutable2018-02-221-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* potential fix for tests crashingPhil Hughes2018-01-301-2/+3
| | | | use underscore noop instead of jquery
* EE backport for callback being optionalPhil Hughes2018-01-301-1/+1
|
* more EE backportsPhil Hughes2018-01-301-2/+10
|
* backported changed from EEPhil Hughes2018-01-301-1/+5
|
* Converted API.js to axiosPhil Hughes2018-01-301-77/+38
|
* Handle special characters on API request of issuable templatesTakuya Noguchi2018-01-251-1/+1
|
* WebIDE: Fix Commit bugsTim Zallmann2018-01-191-0/+1
|
* Resolve "Decouple multi-file editor from file list"Tim Zallmann2017-12-211-2/+12
|
* [WIP] Move multi-file editor store to VuexPhil Hughes2017-10-261-0/+1
|
* Add create merge checkbox.Jacob Schatz2017-10-121-0/+14
|
* Finish backports and fix specsFelipe Artur2017-09-061-2/+12
|
* api js changes not needed for CESimon Knox2017-09-061-10/+2
|
* FE backport of group boards to reduce CE conflictsSimon Knox2017-09-061-4/+10
|
* Make query param `simple` part of configkushalpandya2017-09-051-1/+2
|
* Merge branch '31409-fix-group-and-project-search-for-anonymous-users' into ↵Kamil Trzciński2017-08-251-5/+10
|\ | | | | | | | | | | | | | | | | 'master' Fix group and project search for anonymous users Closes #31409 See merge request !13745
| * Fix group and project search for anonymous usersNick Thomas2017-08-241-5/+10
| |
* | fix eslint violations in repo editor filesMike Greiling2017-08-171-1/+2
| |