Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix labels creating with new route | Dmitriy Zaporozhets | 2019-05-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix API and IDE path with `/` relative_url_root | Paul Slaughter | 2019-04-24 | 1 | -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 project | Denys Mishunov | 2019-03-04 | 1 | -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.js | Paul Slaughter | 2019-02-03 | 1 | -0/+7 |
| | |||||
* | Resolve "Wrong API call on releases page" | Filipa Lacerda | 2018-12-21 | 1 | -1/+1 |
| | |||||
* | Adds Vuex Store for the releases page | Filipa Lacerda | 2018-12-20 | 1 | -0/+7 |
| | |||||
* | Allow suggesting single line changes in diffs | Oswaldo Ferreira | 2018-12-13 | 1 | -0/+7 |
| | |||||
* | Resolve "Extended user centric tooltips" | Tim Zallmann | 2018-12-08 | 1 | -2/+18 |
| | |||||
* | Add projectRunners to api.js | Paul Slaughter | 2018-12-05 | 1 | -0/+10 |
| | | | | - This is needed by the Web Terminal to check environment | ||||
* | Merge branch '6861-group-level-project-templates-ce' into 'master' | Phil Hughes | 2018-11-30 | 1 | -0/+1 |
|\ | | | | | | | | | Backport from gitlab-org/gitlab-ee!6878 See merge request gitlab-org/gitlab-ce!23391 | ||||
| * | Backport from gitlab-org/gitlab-ee!6878 | Rubén Dávila | 2018-11-27 | 1 | -0/+1 |
| | | |||||
* | | Resolve "Bug - Web Based IDE - The "Merge" Requests Selection displays Merge ↵ | Paul Slaughter | 2018-11-28 | 1 | -15/+15 |
|/ | | | | Requests from other projects" | ||||
* | Backport project template API to CE | Nick Thomas | 2018-10-05 | 1 | -30/+21 |
| | |||||
* | Resolve "Add status message from within user menu" | Dennis Tang | 2018-10-04 | 1 | -0/+10 |
| | |||||
* | Added store for file templates in the Web IDE | Phil Hughes | 2018-08-17 | 1 | -0/+7 |
| | | | | #47947 | ||||
* | Create Web IDE MR and branch picker | Paul Slaughter | 2018-08-07 | 1 | -0/+12 |
| | |||||
* | only include _html fields when asked for | Phil Hughes | 2018-07-05 | 1 | -2/+2 |
| | |||||
* | Resolve "404 when trying to create a new issue from the group" | Jan Beckmann | 2018-07-02 | 1 | -5/+6 |
| | |||||
* | Improve branch 404 error in Web IDE | Phil Hughes | 2018-06-27 | 1 | -0/+9 |
| | | | | Part of #47323 | ||||
* | Merge branch 'master' into ide-list-merge-requests | Phil Hughes | 2018-06-01 | 1 | -16/+0 |
|\ | |||||
| * | refactored to use data we already have | Phil Hughes | 2018-05-25 | 1 | -16/+0 |
| | | | | | | | | this required moving some data store actions & mutations around | ||||
| * | Merge branch 'master' into ide-jobs-list-components | Phil Hughes | 2018-05-25 | 1 | -0/+14 |
| |\ | |||||
| * | | improve API calls by calling internal API to get data | Phil Hughes | 2018-05-24 | 1 | -3/+3 |
| | | | | | | | | | | | | render job items (needs improvements to components) | ||||
* | | | Show merge requests in web IDE | Phil Hughes | 2018-05-25 | 1 | -0/+7 |
| |/ |/| | | | | | Closes #45184 | ||||
* | | Resolve "Show CI pipeline status in Web IDE" | André Luís | 2018-05-25 | 1 | -0/+14 |
|/ | |||||
* | group jobs into stageside-jobs-list | Phil Hughes | 2018-05-22 | 1 | -2/+2 |
| | |||||
* | Show CI jobs in web IDE | Phil Hughes | 2018-05-22 | 1 | -0/+16 |
| | | | | Closes #44604 | ||||
* | Fixes to Formatting to all Files | Tim Zallmann | 2018-03-28 | 1 | -27/+5 |
| | |||||
* | Actual MR diff displayed | Tim Zallmann | 2018-03-28 | 1 | -1/+21 |
| | |||||
* | Basic Setup for MR Showing | Tim Zallmann | 2018-03-28 | 1 | -59/+91 |
| | |||||
* | require jQuery to be explicitly importedremove-jquery-globals | Mike Greiling | 2018-03-09 | 1 | -0/+1 |
| | |||||
* | Harmonize CE and EE JS codereduce-ce-ee-disrepancies-in-js | Rémy Coutable | 2018-02-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix the groupLabelsPath in app/assets/javascripts/api.js | Rémy Coutable | 2018-02-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | potential fix for tests crashing | Phil Hughes | 2018-01-30 | 1 | -2/+3 |
| | | | | use underscore noop instead of jquery | ||||
* | EE backport for callback being optional | Phil Hughes | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | more EE backports | Phil Hughes | 2018-01-30 | 1 | -2/+10 |
| | |||||
* | backported changed from EE | Phil Hughes | 2018-01-30 | 1 | -1/+5 |
| | |||||
* | Converted API.js to axios | Phil Hughes | 2018-01-30 | 1 | -77/+38 |
| | |||||
* | Handle special characters on API request of issuable templates | Takuya Noguchi | 2018-01-25 | 1 | -1/+1 |
| | |||||
* | WebIDE: Fix Commit bugs | Tim Zallmann | 2018-01-19 | 1 | -0/+1 |
| | |||||
* | Resolve "Decouple multi-file editor from file list" | Tim Zallmann | 2017-12-21 | 1 | -2/+12 |
| | |||||
* | [WIP] Move multi-file editor store to Vuex | Phil Hughes | 2017-10-26 | 1 | -0/+1 |
| | |||||
* | Add create merge checkbox. | Jacob Schatz | 2017-10-12 | 1 | -0/+14 |
| | |||||
* | Finish backports and fix specs | Felipe Artur | 2017-09-06 | 1 | -2/+12 |
| | |||||
* | api js changes not needed for CE | Simon Knox | 2017-09-06 | 1 | -10/+2 |
| | |||||
* | FE backport of group boards to reduce CE conflicts | Simon Knox | 2017-09-06 | 1 | -4/+10 |
| | |||||
* | Make query param `simple` part of config | kushalpandya | 2017-09-05 | 1 | -1/+2 |
| | |||||
* | Merge branch '31409-fix-group-and-project-search-for-anonymous-users' into ↵ | Kamil Trzciński | 2017-08-25 | 1 | -5/+10 |
|\ | | | | | | | | | | | | | | | | | 'master' Fix group and project search for anonymous users Closes #31409 See merge request !13745 | ||||
| * | Fix group and project search for anonymous users | Nick Thomas | 2017-08-24 | 1 | -5/+10 |
| | | |||||
* | | fix eslint violations in repo editor files | Mike Greiling | 2017-08-17 | 1 | -1/+2 |
| | |