summaryrefslogtreecommitdiff
path: root/spec/javascripts/ide
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Show CI pipeline status in Web IDE"André Luís2018-05-253-19/+210
|
* Merge branch 'ide-commit-state-bug' into 'master'Filipa Lacerda2018-05-231-0/+20
|\ | | | | | | | | | | | | Fixed web IDE review & commit editors getting into incorrect state Closes #46392 See merge request gitlab-org/gitlab-ce!19038
| * fixed specPhil Hughes2018-05-231-0/+1
| |
| * added specide-commit-state-bugPhil Hughes2018-05-221-0/+19
| |
* | Merge branch 'ide-jobs-list' into 'master'Filipa Lacerda2018-05-234-1/+526
|\ \ | | | | | | | | | | | | | | | | | | Pipelines store actions & states in web IDE Closes #44604 See merge request gitlab-org/gitlab-ce!18912
| * | group jobs into stageside-jobs-listPhil Hughes2018-05-224-13/+128
| | |
| * | added getter for checking is their is a pipelinePhil Hughes2018-05-222-1/+47
| | |
| * | Show CI jobs in web IDEPhil Hughes2018-05-223-1/+365
| |/ | | | | | | Closes #44604
* | changed what bit of code stops the callbackide-file-finder-improve-orderPhil Hughes2018-05-221-0/+6
|/
* Fixed none merge request files not being openable in the web IDEPhil Hughes2018-05-101-1/+25
|
* fixed specsPhil Hughes2018-05-102-7/+4
|
* Hide merge request option in IDE when merge requests are disabledPhil Hughes2018-05-092-0/+21
| | | | Closes #45698
* added specsPhil Hughes2018-05-092-0/+20
|
* Resolve "Clean up bottom status bar Web IDE"André Luís2018-05-074-0/+176
|
* fixed stageAllChanges testPhil Hughes2018-05-061-0/+1
|
* fixed file action specPhil Hughes2018-05-061-2/+8
|
* Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-042-0/+37
|\ | | | | | | ide-sidebar-commit-box
| * Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-042-20/+108
| |\ | | | | | | | | | ide-sidebar-merge-request
| * | added specsPhil Hughes2018-05-041-0/+36
| | | | | | | | | | | | long branch names no longer wrap
| * | fixed specsPhil Hughes2018-05-031-0/+1
| | |
* | | Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-041-31/+29
|\ \ \ | | |/ | |/| | | | ide-sidebar-commit-box
| * | fixed duplicated testsPhil Hughes2018-05-041-31/+29
| | |
* | | Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-042-0/+90
|\ \ \ | |/ / | | | | | | ide-sidebar-commit-box
| * | Merge branch 'master' into 44846-improve-web-ide-left-panel-and-modesPhil Hughes2018-05-042-0/+90
| |\ \ | | |/ | |/|
| | * Merge branch 'ide-tree-changes-count' into 'master'Filipa Lacerda2018-05-032-2/+91
| | |\ | | | | | | | | | | | | | | | | Added changes count to web IDE folder See merge request gitlab-org/gitlab-ce!18452
| | | * fixed file specPhil Hughes2018-05-011-0/+5
| | | |
| | | * use getters to correctly get the counts for both unstaged & staged changesPhil Hughes2018-05-012-1/+63
| | | |
| | | * Merge branch 'master' into ide-tree-changes-countPhil Hughes2018-04-304-18/+90
| | | |\
| | | * \ Merge branch 'master' into ide-tree-changes-countPhil Hughes2018-04-257-9/+564
| | | |\ \
| | | * | | fixed specPhil Hughes2018-04-231-5/+1
| | | | | |
| | | * | | Merge branch 'master' into ide-tree-changes-countPhil Hughes2018-04-234-30/+86
| | | |\ \ \
| | | * | | | removed horrible getter & instead prefer the statePhil Hughes2018-04-201-63/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the state now gets updated whenever a file is changed/discard
| | | * | | | added component specPhil Hughes2018-04-201-2/+28
| | | | | | |
| | | * | | | added support for staged filesPhil Hughes2018-04-191-0/+30
| | | | | | |
| | | * | | | Merge branch 'master' into ide-tree-changes-countPhil Hughes2018-04-1917-74/+601
| | | |\ \ \ \
| | | * | | | | updated stylingPhil Hughes2018-04-191-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changed to include new files added getter spec
* | | | | | | | Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-034-29/+59
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | ide-sidebar-commit-box
| * | | | | | | Merge branch 'master' into 44846-improve-web-ide-left-panel-and-modesPhil Hughes2018-05-034-29/+59
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Improve Web IDE Commit PanelAndré Luís2018-05-034-32/+59
| | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-05-038-63/+162
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | ide-sidebar-commit-box
| * | | | | | fixed repo_editor_specPhil Hughes2018-05-021-3/+3
| | | | | | |
| * | | | | | changed which element is hiddenPhil Hughes2018-05-011-0/+27
| | | | | | |
| * | | | | | hide edit/preview tabs in review & commit modePhil Hughes2018-05-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | only make diff mode editable in review mode
| * | | | | | fixed karma & eslintPhil Hughes2018-04-301-1/+1
| | | | | | |
| * | | | | | Merge branch '44846-improve-web-ide-left-panel-and-modes' into ↵Phil Hughes2018-04-276-23/+91
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ide-activity-bar-review-mode
| * | | | | | | fixed eslintPhil Hughes2018-04-261-1/+1
| | | | | | | |
| * | | | | | | specsPhil Hughes2018-04-264-3/+134
| | | | | | | |
| * | | | | | | Merge branch 'ide-workbench-bar' into ide-activity-bar-review-modePhil Hughes2018-04-267-12/+574
| |\ \ \ \ \ \ \
| * | | | | | | | fixed scss lint & ide_tree_specPhil Hughes2018-04-231-9/+0
| | | | | | | | |
| * | | | | | | | fixed repo_tabs_specPhil Hughes2018-04-232-53/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed editor_spec