summaryrefslogtreecommitdiff
path: root/spec/javascripts/ide/components/repo_editor_spec.js
Commit message (Collapse)AuthorAgeFilesLines
* Encapsulate file view modes with constantsChris Toynbee2019-07-231-4/+4
|
* Initiate editor for any file without content60856-deleting-binary-fileDenys Mishunov2019-07-051-0/+40
| | | | | | Important to get file data for any file that has no content set yet: we need this information in order to build a previe for changed/staged files if they were not yet opened in the editor
* Fix IDE editor to update dimensions on show change45120-fix-ide-editor-to-update-size-on-show-changePaul Slaughter2019-06-281-7/+56
|
* Prettify all spec filesMike Greiling2018-10-171-6/+3
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-171-0/+3
|
* Keep IDE RightPane views aliveide-keep-right-pane-tabs-alivePaul Slaughter2018-09-281-2/+2
| | | | | | | | | | | **Why?** - This is needed for the Web Terminal feature. https://gitlab.com/gitlab-org/gitlab-ee/issues/5426 **Notes:** - Introduces a `pane` Vuex module. - Some views should not be kept alive (i.e. job details). This is why a `keepAlive` flag was introduced for views.
* Enable deleting files in the Web IDEPhil Hughes2018-07-261-0/+3
|
* Resets state correctly when switching to merge request in IDEide-pipeline-reset-statePhil Hughes2018-06-131-0/+11
| | | | Closes #47763
* remove monacoLoader and import monaco directly within Editor classMike Greiling2018-06-071-5/+1
|
* fixed specPhil Hughes2018-05-231-0/+1
|
* added specide-commit-state-bugPhil Hughes2018-05-221-0/+19
|
* Fixed none merge request files not being openable in the web IDEPhil Hughes2018-05-101-1/+25
|
* fixed repo_editor_specPhil Hughes2018-05-021-3/+3
|
* changed which element is hiddenPhil Hughes2018-05-011-0/+27
|
* Merge branch 'ide-diff-marker-cache-fix' into 'master'Tim Zallmann2018-04-191-1/+1
|\ | | | | | | | | Fixed IDE diff markers being cached too long See merge request gitlab-org/gitlab-ce!18311
| * fixed spec with checking cached eventsPhil Hughes2018-04-111-1/+1
| |
* | Merge branch 'master' into ide-staged-changesPhil Hughes2018-04-171-1/+38
|\ \ | |/
| * correctly dispose editor instance in specsPhil Hughes2018-04-101-1/+1
| |
| * fixed mock URL that was causing request to failPhil Hughes2018-04-101-1/+1
| |
| * Fixed markdown preview in IDE not working for new filesPhil Hughes2018-04-101-0/+37
| |
* | fixed failing tests because of passed `null`Phil Hughes2018-04-071-1/+15
|/ | | | added spec to check for `head` file
* Merge branch 'ide-diff-inline' into 'master'Filipa Lacerda2018-04-051-32/+34
|\ | | | | | | | | | | | | Change IDE diff view responsively Closes #44305 See merge request gitlab-org/gitlab-ce!18049
| * added specsPhil Hughes2018-04-051-33/+35
| |
* | Web IDE markdown previewTim Zallmann2018-04-051-5/+55
|/
* Fixed Code review CommentsTim Zallmann2018-03-281-10/+10
|
* Added Tests for all new functionalityTim Zallmann2018-03-281-0/+58
|
* updated file references in specsPhil Hughes2018-03-201-10/+10
|
* Move IDE to CEPhil Hughes2018-03-201-0/+137
This also makes the IDE generally available