summaryrefslogtreecommitdiff
path: root/spec/javascripts/ide
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ide-pipeline-icon-open' into 'master'Filipa Lacerda2018-07-132-0/+29
|\ | | | | | | | | | | | | Open pipeline list panel when clicking CI icon in Web IDE Closes #47843 See merge request gitlab-org/gitlab-ce!20516
| * Open pipeline list panel when clicking CI icon in Web IDEide-pipeline-icon-openPhil Hughes2018-07-102-0/+29
| | | | | | | | Closes #47843
* | Vuex test helper improvementsLukas Eipert2018-07-125-43/+15
| |
* | Improvements to new entry dropdowns in Web IDEPhil Hughes2018-07-114-64/+70
|/ | | | Closes #44845
* component specPhil Hughes2018-07-052-0/+123
|
* karma & rubocop fixesPhil Hughes2018-07-051-1/+3
|
* fixed karmaPhil Hughes2018-07-031-2/+2
|
* karma fixesPhil Hughes2018-07-032-44/+63
|
* fixed eslintPhil Hughes2018-06-291-13/+2
|
* more specs!Phil Hughes2018-06-292-69/+232
|
* fixed eslintPhil Hughes2018-06-292-18/+18
|
* :white_check_mark: added specs for file actionsPhil Hughes2018-06-293-119/+186
| | | | in this it also removes Vue Resource from the IDE, axios is nicer to test
* fixed error_message_specPhil Hughes2018-06-291-5/+7
|
* :white_check_mark: fixed eslintPhil Hughes2018-06-291-1/+0
|
* Improve error messaging across various IDE actionsPhil Hughes2018-06-291-68/+0
|
* Merge branch 'ide-commit-form-improvements' into 'master'Filipa Lacerda2018-06-287-52/+154
|\ | | | | | | | | | | | | Improve Web IDE commit form Closes #47307 See merge request gitlab-org/gitlab-ce!19883
| * :white_check_mark: added specsPhil Hughes2018-06-274-0/+100
| |
| * :white_check_mark: fixed getters specPhil Hughes2018-06-271-0/+3
| |
| * karma fixesPhil Hughes2018-06-274-7/+6
| |
| * added getter spec for preBuiltCommitMessagePhil Hughes2018-06-271-0/+44
| |
| * Improve Web IDE commit formPhil Hughes2018-06-271-46/+2
| | | | | | | | Closes #47307
* | don't reload the full pagePhil Hughes2018-06-271-18/+44
| | | | | | | | instead it just pushes a router & re-fetches what it needs
* | specsPhil Hughes2018-06-274-39/+237
| |
* | :white_check_mark: store specsPhil Hughes2018-06-273-1/+107
|/
* Fixed eslint failure in IDE spec helpersPhil Hughes2018-06-261-2/+2
|
* Show file in tree on WebIDE openPaul Slaughter2018-06-262-3/+59
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-251-1/+1
| | | | Partially addresses #47006.
* Fixed the IDE commit list item loosing its active stateide-tab-active-click-fixPhil Hughes2018-06-251-3/+23
| | | | Closes #48125
* Merge branch 'fix-web-ide-disable-markdown-autocomplete' into 'master'Phil Hughes2018-06-151-0/+19
|\ | | | | | | | | | | | | Resolve "Web IDE autocomplete should be disabled in markdown files" Closes #47796 See merge request gitlab-org/gitlab-ce!19760
| * Fix #47796 "Web IDE autocomplete should be disabled in markdown files"Isaac Smith2018-06-151-0/+19
| |
* | Merge branch 'ide-commit-actions-update' into 'master'Filipa Lacerda2018-06-154-12/+17
|\ \ | | | | | | | | | | | | | | | | | | Improve commit flow in Web IDE Closes #46122 See merge request gitlab-org/gitlab-ce!19735
| * | fixed karma specPhil Hughes2018-06-141-2/+2
| | |
| * | fixed sidebar list specPhil Hughes2018-06-141-1/+1
| | |
| * | fixed hover styling caused by dropdownPhil Hughes2018-06-143-9/+14
| | | | | | | | | | | | | | | fixed karma specs added CHANGELOG item
* | | Enable no-restricted-globals in JS filesgfyoung2018-06-151-2/+2
| | |
* | | only return last_commit_sha in the JSONide-add-last-commit-id-to-api-callPhil Hughes2018-06-152-9/+3
| | |
* | | IDE sends last commit ID when committing changesPhil Hughes2018-06-152-71/+90
| | | | | | | | | | | | Closes #46192
* | | Merge branch 'ide-pipeline-reset-state' into 'master'Filipa Lacerda2018-06-143-6/+35
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Resets state correctly when switching to merge request in IDE Closes #47763 See merge request gitlab-org/gitlab-ce!19707
| * | Resets state correctly when switching to merge request in IDEide-pipeline-reset-statePhil Hughes2018-06-133-6/+35
| | | | | | | | | | | | Closes #47763
* | | Merge branch 'ide-commit-section-file-active-indicator' into 'master'Filipa Lacerda2018-06-133-1/+32
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add active class to active file in IDE commit panel Closes #46051 See merge request gitlab-org/gitlab-ce!19646
| * | | moved strings into constants fileide-commit-section-file-active-indicatorPhil Hughes2018-06-131-0/+1
| | | |
| * | | fixed eslintPhil Hughes2018-06-121-3/+5
| | | |
| * | | added specs for is-active classPhil Hughes2018-06-122-0/+25
| | | | | | | | | | | | | | | | added spec for openPendingTab in component
| * | | karma updatesPhil Hughes2018-06-123-0/+3
| | |/ | |/|
* | | Image Diff Viewing + Download Diff ViewingTim Zallmann2018-06-131-0/+47
| |/ |/|
* | Fixed IDE jobs empty state showing when loadingide-job-loading-empty-statePhil Hughes2018-06-121-0/+5
|/ | | | Closes #47766
* Merge branch 'ide-etag-polling' into 'master'Filipa Lacerda2018-06-112-22/+36
|\ | | | | | | | | | | | | Fix IDE pipelines eTagPoll not stopping Closes #47678 See merge request gitlab-org/gitlab-ce!19636
| * fixed specsPhil Hughes2018-06-111-18/+29
| |
| * Fix IDE pipelines eTagPoll not stoppingPhil Hughes2018-06-111-4/+7
| | | | | | | | Closes #47678
* | refactor monaco-editor import and stop storing as class property within editorMike Greiling2018-06-081-4/+5
| |