summaryrefslogtreecommitdiff
path: root/spec/javascripts/ide/stores/actions_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Allow adding new entries to existing pathDenys Mishunov2019-07-021-11/+32
| | | | | | | If an entry has been removed from the tree and later, during the same session, a user is trying to add a new item with the same name/path we should allow for that as long as the original entry is marked with `deleted`.
* Re-name entries in one commitDenys Mishunov2019-06-261-2/+8
| | | | | | | | Update window's URL after entry's re-name Set proper hook for correct fileLanguage Filtered out `moved` entries from the tree
* Keep empty folders in the tree listDenys Mishunov2019-06-251-0/+27
| | | | | | | | When removing the last file from a folder in WebIDE, do not remove the folder from the view. We keep those to give users possibility to re-upload files to the same folders. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60860
* IDE trigger files change eventce-5276-2-update-stores-for-terminal-file-syncPaul Slaughter2019-06-071-2/+3
| | | | | | | | - On CMD+S when editor is focused - On editor blur - When file is created in tree - When file is removed in tree - When file is renamed in tree
* Updated heading for default state in Web IDEDenys Mishunov2019-05-291-0/+64
| | | | Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/60107
* Fixed mutation for rootNatalia Tepluhina2019-03-041-6/+22
| | | | | - fixed test spec - added warning only if file is deleted
* Remove empty spec describe blocksGeorge Tsiolis2018-10-181-2/+0
|
* karma fixesPhil Hughes2018-09-071-4/+22
|
* more spec fixesPhil Hughes2018-08-021-1/+2
|
* specsPhil Hughes2018-07-311-0/+54
|
* Enable deleting files in the Web IDEPhil Hughes2018-07-261-0/+16
|
* :white_check_mark: store specsPhil Hughes2018-06-271-0/+14
|
* fixed stageAllChanges testPhil Hughes2018-05-061-0/+1
|
* Merge branch 'master' into 44846-improve-web-ide-left-panel-and-modesPhil Hughes2018-04-271-0/+44
|\
| * Merge branch 'master' into ide-temp-file-folder-fixesPhil Hughes2018-04-251-8/+25
| |\
| * | added line height to label in modalPhil Hughes2018-04-191-3/+3
| | | | | | | | | | | | fixed spec because of object key change
| * | fixed failing commit actions specPhil Hughes2018-04-191-1/+0
| | |
| * | Merge branch 'master' into ide-temp-file-folder-fixesPhil Hughes2018-04-191-0/+38
| |\ \
| * | | Fixed bugs with IDE new directoryPhil Hughes2018-04-181-3/+46
| | | | | | | | | | | | | | | | Closes #44838
* | | | Merge branch 'master' into ide-workbench-barPhil Hughes2018-04-251-9/+28
|\ \ \ \ | | |_|/ | |/| |
| * | | Update import on actions file to fix conflict when rewire plugin was addedFilipa Lacerda2018-04-241-2/+2
| | | |
| * | | Merge branch '30998-add-babel-rewire-plugin' into 'master'Clement Ho2018-04-241-6/+5
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Add some way to mock and spy on default ES modules" Closes #30998 See merge request gitlab-org/gitlab-ce!18116
| | * | | fix more instances of "import *" with spyOnDependencyMike Greiling2018-04-231-6/+5
| | | |/ | | |/|
| * | | Merge branch 'master' into ide-file-finderPhil Hughes2018-04-191-0/+37
| |\ \ \ | | |/ /
| * | | added specs to storePhil Hughes2018-04-161-3/+16
| | |/ | |/| | | | | | | added clear button to search input
* | | cleaned up after merging masterPhil Hughes2018-04-191-1/+0
| | |
* | | Merge branch 'master' into ide-workbench-barPhil Hughes2018-04-191-0/+38
|\ \ \ | | |/ | |/|
| * | fixed karma & eslintPhil Hughes2018-04-051-0/+2
| | |
| * | updated tests to use testAction helperPhil Hughes2018-03-291-48/+28
| | |
| * | spec fixesPhil Hughes2018-03-221-30/+7
| | |
| * | Added staged files state to IDEPhil Hughes2018-03-221-0/+78
| |/ | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/4541
* | added specs to store & activity bar componentPhil Hughes2018-04-181-3/+42
|/
* updated file references in specsPhil Hughes2018-03-201-2/+2
|
* Move IDE to CEPhil Hughes2018-03-201-0/+306
This also makes the IDE generally available