summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores/actions/project.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-10/+11
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-7/+8
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-091-27/+33
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-211-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-141-1/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-1/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-041-37/+47
|
* Updated heading for default state in Web IDEDenys Mishunov2019-05-291-67/+51
| | | | Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
* Create a new file if URL references non-existent oneDenys Mishunov2019-04-041-0/+5
|
* Extended Web IDE API to get MRs for a certain branch in a projectDenys Mishunov2019-03-041-11/+18
| | | | | | | | | | | | | | | | | | | 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
* Fix typos occured to occurredHiroyuki Sato2018-11-161-1/+1
|
* Prettify ide modulesMike Greiling2018-10-101-21/+15
|
* Backstage/ide router refactoringPaul Slaughter2018-08-131-0/+32
|
* Improve error messaging across various IDE actionsPhil Hughes2018-06-291-2/+2
|
* don't reload the full pagePhil Hughes2018-06-271-7/+12
| | | | instead it just pushes a router & re-fetches what it needs
* :white_check_mark: store specsPhil Hughes2018-06-271-1/+2
|
* :face_palm: fixed error messagePhil Hughes2018-06-271-1/+1
|
* :speech_balloon: improve text in error messagePhil Hughes2018-06-271-3/+3
|
* make error messages a first class citizen in Web IDEPhil Hughes2018-06-271-19/+16
| | | | | This is to reduce the dependancy on the flash module which just modifies the DOM, whereas this now correcly uses the vDOM
* fixed eslintPhil Hughes2018-06-271-2/+0
|
* Improve branch 404 error in Web IDEPhil Hughes2018-06-271-11/+54
| | | | Part of #47323
* correctly load up merge requestPhil Hughes2018-06-061-2/+1
| | | | fixed pipeline request throwing an error
* Merge branch 'master' into ide-jobs-list-componentside-jobs-list-componentsPhil Hughes2018-05-311-9/+3
|\
| * fix `no-unused-vars`Lukas Eipert2018-05-291-10/+4
| |
* | refactored to use data we already havePhil Hughes2018-05-251-62/+0
|/ | | | this required moving some data store actions & mutations around
* Resolve "Show CI pipeline status in Web IDE"André Luís2018-05-251-21/+75
|
* Resolve "Clean up bottom status bar Web IDE"André Luís2018-05-071-0/+23
|
* removed context bar from ide.vuePhil Hughes2018-04-181-1/+0
|
* Improve web IDE commit inputPhil Hughes2018-04-161-37/+63
| | | | | | | Improves the web IDE commit message imput by highlighting any characters on the first line after 50 & every other line after 72 Closes #44832
* Move IDE to CEPhil Hughes2018-03-201-0/+49
| | | | This also makes the IDE generally available
* Remove IDE from CEPhil Hughes2018-03-021-27/+0
|
* WebIDE: Fix Commit bugsTim Zallmann2018-01-191-1/+1
|
* Resolve "Helpful and instructing Empty state for multi file editor"Tim Zallmann2018-01-051-0/+2
|
* Resolve "Decouple multi-file editor from file list"Tim Zallmann2017-12-211-0/+25