summaryrefslogtreecommitdiff
path: root/spec/javascripts/ide/lib
Commit message (Collapse)AuthorAgeFilesLines
* Move some tests from Karma to JestWinnie Hellmann2019-03-234-212/+0
|
* Improve files_decorator performancePaul Slaughter2019-03-071-0/+77
| | | | | | | | | | | | | | **How?** Previously the files_decorator inserted parent folders inefficiently. It started at the first part and ensured each was inserted. Since the file entries are given to use in alphabetical order, we can start at the last part of the blob's parents. If this exists, we can short circuit and be done inserting parents. **What else?** - Improve performance of decorateData. The object spread operator is not needed because the object is brand new.
* Upgrade webpack and monaco-editor to latestMike Greiling2019-01-251-2/+2
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
| | | | Partially addresses #47006.
* Fix #47796 "Web IDE autocomplete should be disabled in markdown files"Isaac Smith2018-06-151-0/+19
|
* refactor monaco-editor import and stop storing as class property within editorMike Greiling2018-06-081-4/+5
|
* remove need to pass monaco around through DIMike Greiling2018-06-074-10/+7
|
* remove monacoLoader and import monaco directly within Editor classMike Greiling2018-06-075-56/+30
|
* added specsPhil Hughes2018-05-091-0/+4
|
* hide edit/preview tabs in review & commit modePhil Hughes2018-05-011-1/+3
| | | | only make diff mode editable in review mode
* fixed repo_tabs_specPhil Hughes2018-04-231-3/+1
| | | | fixed editor_spec
* Merge branch 'ide-diff-marker-cache-fix' into 'master'Tim Zallmann2018-04-193-29/+85
|\ | | | | | | | | Fixed IDE diff markers being cached too long See merge request gitlab-org/gitlab-ce!18311
| * Fixed IDE diff markers being cached too longPhil Hughes2018-04-113-29/+85
| |
* | fixed failing tests because of passed `null`Phil Hughes2018-04-072-1/+14
|/ | | | added spec to check for `head` file
* set `renderSideBySide` when creating diff instancePhil Hughes2018-04-051-0/+1
|
* updated wordWrap option be `on`Phil Hughes2018-04-051-1/+1
|
* added specsPhil Hughes2018-04-051-0/+52
|
* Merge branch 'master' into ide-pending-tabPhil Hughes2018-04-032-2/+37
|\
| * Added Tests for all new functionalityTim Zallmann2018-03-282-2/+37
| |
* | remove pending tab when opening a file from the left sidebarPhil Hughes2018-03-281-30/+11
| |
* | updated specsPhil Hughes2018-03-283-12/+15
|/
* Enable word wrap in IDEPhil Hughes2018-03-271-24/+16
| | | | Closes #44303
* Disable cursor for review mode in the IDEide-diff-cursorPhil Hughes2018-03-231-0/+4
| | | | | | | Also disables occurrences highlights & the line highlight for the review mode. Closes #44307
* updated file references in specsPhil Hughes2018-03-208-61/+112
|
* Move IDE to CEPhil Hughes2018-03-208-0/+858
This also makes the IDE generally available