| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'ide-pipeline-icon-open' into 'master' | Filipa Lacerda | 2018-07-13 | 2 | -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-open | Phil Hughes | 2018-07-10 | 2 | -0/+29 |
| | | | | | | | | | Closes #47843 | ||||
| * | | Vuex test helper improvements | Lukas Eipert | 2018-07-12 | 5 | -43/+15 |
| | | | |||||
| * | | Improvements to new entry dropdowns in Web IDE | Phil Hughes | 2018-07-11 | 4 | -64/+70 |
| |/ | | | | Closes #44845 | ||||
| * | component spec | Phil Hughes | 2018-07-05 | 2 | -0/+123 |
| | | |||||
| * | karma & rubocop fixes | Phil Hughes | 2018-07-05 | 1 | -1/+3 |
| | | |||||
| * | fixed karma | Phil Hughes | 2018-07-03 | 1 | -2/+2 |
| | | |||||
| * | karma fixes | Phil Hughes | 2018-07-03 | 2 | -44/+63 |
| | | |||||
| * | fixed eslint | Phil Hughes | 2018-06-29 | 1 | -13/+2 |
| | | |||||
| * | more specs! | Phil Hughes | 2018-06-29 | 2 | -69/+232 |
| | | |||||
| * | fixed eslint | Phil Hughes | 2018-06-29 | 2 | -18/+18 |
| | | |||||
| * | :white_check_mark: added specs for file actions | Phil Hughes | 2018-06-29 | 3 | -119/+186 |
| | | | | | in this it also removes Vue Resource from the IDE, axios is nicer to test | ||||
| * | fixed error_message_spec | Phil Hughes | 2018-06-29 | 1 | -5/+7 |
| | | |||||
| * | :white_check_mark: fixed eslint | Phil Hughes | 2018-06-29 | 1 | -1/+0 |
| | | |||||
| * | Improve error messaging across various IDE actions | Phil Hughes | 2018-06-29 | 1 | -68/+0 |
| | | |||||
| * | Merge branch 'ide-commit-form-improvements' into 'master' | Filipa Lacerda | 2018-06-28 | 7 | -52/+154 |
| |\ | | | | | | | | | | | | | Improve Web IDE commit form Closes #47307 See merge request gitlab-org/gitlab-ce!19883 | ||||
| | * | :white_check_mark: added specs | Phil Hughes | 2018-06-27 | 4 | -0/+100 |
| | | | |||||
| | * | :white_check_mark: fixed getters spec | Phil Hughes | 2018-06-27 | 1 | -0/+3 |
| | | | |||||
| | * | karma fixes | Phil Hughes | 2018-06-27 | 4 | -7/+6 |
| | | | |||||
| | * | added getter spec for preBuiltCommitMessage | Phil Hughes | 2018-06-27 | 1 | -0/+44 |
| | | | |||||
| | * | Improve Web IDE commit form | Phil Hughes | 2018-06-27 | 1 | -46/+2 |
| | | | | | | | | | Closes #47307 | ||||
| * | | don't reload the full page | Phil Hughes | 2018-06-27 | 1 | -18/+44 |
| | | | | | | | | | instead it just pushes a router & re-fetches what it needs | ||||
| * | | specs | Phil Hughes | 2018-06-27 | 4 | -39/+237 |
| | | | |||||
| * | | :white_check_mark: store specs | Phil Hughes | 2018-06-27 | 3 | -1/+107 |
| |/ | |||||
| * | Fixed eslint failure in IDE spec helpers | Phil Hughes | 2018-06-26 | 1 | -2/+2 |
| | | |||||
| * | Show file in tree on WebIDE open | Paul Slaughter | 2018-06-26 | 2 | -3/+59 |
| | | |||||
| * | Enable "prefer-destructuring" in JS files | gfyoung | 2018-06-25 | 1 | -1/+1 |
| | | | | | Partially addresses #47006. | ||||
| * | Fixed the IDE commit list item loosing its active stateide-tab-active-click-fix | Phil Hughes | 2018-06-25 | 1 | -3/+23 |
| | | | | | Closes #48125 | ||||
| * | Merge branch 'fix-web-ide-disable-markdown-autocomplete' into 'master' | Phil Hughes | 2018-06-15 | 1 | -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 Smith | 2018-06-15 | 1 | -0/+19 |
| | | | |||||
| * | | Merge branch 'ide-commit-actions-update' into 'master' | Filipa Lacerda | 2018-06-15 | 4 | -12/+17 |
| |\ \ | | | | | | | | | | | | | | | | | | | Improve commit flow in Web IDE Closes #46122 See merge request gitlab-org/gitlab-ce!19735 | ||||
| | * | | fixed karma spec | Phil Hughes | 2018-06-14 | 1 | -2/+2 |
| | | | | |||||
| | * | | fixed sidebar list spec | Phil Hughes | 2018-06-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | fixed hover styling caused by dropdown | Phil Hughes | 2018-06-14 | 3 | -9/+14 |
| | | | | | | | | | | | | | | | | fixed karma specs added CHANGELOG item | ||||
| * | | | Enable no-restricted-globals in JS files | gfyoung | 2018-06-15 | 1 | -2/+2 |
| | | | | |||||
| * | | | only return last_commit_sha in the JSONide-add-last-commit-id-to-api-call | Phil Hughes | 2018-06-15 | 2 | -9/+3 |
| | | | | |||||
| * | | | IDE sends last commit ID when committing changes | Phil Hughes | 2018-06-15 | 2 | -71/+90 |
| | | | | | | | | | | | | | Closes #46192 | ||||
| * | | | Merge branch 'ide-pipeline-reset-state' into 'master' | Filipa Lacerda | 2018-06-14 | 3 | -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-state | Phil Hughes | 2018-06-13 | 3 | -6/+35 |
| | | | | | | | | | | | | | Closes #47763 | ||||
| * | | | Merge branch 'ide-commit-section-file-active-indicator' into 'master' | Filipa Lacerda | 2018-06-13 | 3 | -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-indicator | Phil Hughes | 2018-06-13 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | fixed eslint | Phil Hughes | 2018-06-12 | 1 | -3/+5 |
| | | | | | |||||
| | * | | | added specs for is-active class | Phil Hughes | 2018-06-12 | 2 | -0/+25 |
| | | | | | | | | | | | | | | | | | added spec for openPendingTab in component | ||||
| | * | | | karma updates | Phil Hughes | 2018-06-12 | 3 | -0/+3 |
| | | |/ | |/| | |||||
| * | | | Image Diff Viewing + Download Diff Viewing | Tim Zallmann | 2018-06-13 | 1 | -0/+47 |
| | |/ |/| | |||||
| * | | Fixed IDE jobs empty state showing when loadingide-job-loading-empty-state | Phil Hughes | 2018-06-12 | 1 | -0/+5 |
| |/ | | | | Closes #47766 | ||||
| * | Merge branch 'ide-etag-polling' into 'master' | Filipa Lacerda | 2018-06-11 | 2 | -22/+36 |
| |\ | | | | | | | | | | | | | Fix IDE pipelines eTagPoll not stopping Closes #47678 See merge request gitlab-org/gitlab-ce!19636 | ||||
| | * | fixed specs | Phil Hughes | 2018-06-11 | 1 | -18/+29 |
| | | | |||||
| | * | Fix IDE pipelines eTagPoll not stopping | Phil Hughes | 2018-06-11 | 1 | -4/+7 |
| | | | | | | | | | Closes #47678 | ||||
| * | | refactor monaco-editor import and stop storing as class property within editor | Mike Greiling | 2018-06-08 | 1 | -4/+5 |
| | | | |||||
