summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Fixed deleting new files creating wrong state in IDEide-delete-new-files-statePhil Hughes2018-08-151-0/+27
| | | | Closes #50255
* Creates vue component for artifacts blockFilipa Lacerda2018-08-151-0/+120
|
* Merge branch 'tz-mr-incremental-rendering' into 'master'Mike Greiling2018-08-153-1/+28
|\ | | | | | | | | MR Page incremental rendering See merge request gitlab-org/gitlab-ce!21063
| * Added constants for Render values + Optimised for LoopTim Zallmann2018-08-131-0/+18
| |
| * Fix for diff_file specsTim Zallmann2018-08-082-1/+10
| |
* | Merge branch '50101-job-log-component' into 'master'Phil Hughes2018-08-141-0/+45
|\ \ | | | | | | | | | | | | Creates a vue component for the job log trace output See merge request gitlab-org/gitlab-ce!21167
| * | Creates Vue component for job log traceFilipa Lacerda2018-08-131-0/+45
| | |
* | | Merge branch '50101-erased-block' into 'master'Phil Hughes2018-08-141-0/+56
|\ \ \ | |/ / |/| | | | | | | | Creates a Vue component for the erased block on the job view page See merge request gitlab-org/gitlab-ce!21158
| * | Creates vue component for erased block on job viewFilipa Lacerda2018-08-131-0/+56
| | |
* | | Merge branch '25990-web-terminal-improvements' into 'master'Phil Hughes2018-08-131-25/+42
|\ \ \ | |/ / |/| | | | | | | | Improve terminal button on job log page See merge request gitlab-org/gitlab-ce!21094
| * | Moves terminal button into Vue.Filipa Lacerda2018-08-101-25/+42
| | | | | | | | | | | | Updates permission checks to use paths instead - backend already handles permissions
* | | Merge branch '50101-stuck-component' into 'master'Phil Hughes2018-08-131-0/+81
|\ \ \ | | | | | | | | | | | | | | | | Creates vue component for warning block about stuck runners See merge request gitlab-org/gitlab-ce!21114
| * | | Creates vue component for warning block about stuck runnersFilipa Lacerda2018-08-101-0/+81
| |/ / | | | | | | | | | Regenerate pot files
* | | Merge branch 'ide-header-buttons-tooltip' into 'master'Filipa Lacerda2018-08-131-0/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Added tooltips to tree list header buttons in Web IDE Closes #50141 See merge request gitlab-org/gitlab-ce!21138
| * | | added specPhil Hughes2018-08-131-0/+16
| |/ /
* | | Merge branch 'ide-preview-hotreloading-fix' into 'master'Filipa Lacerda2018-08-131-2/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed Web IDE live preview not hot reloading Closes #50231 See merge request gitlab-org/gitlab-ce!21141
| * | | fixed karma specPhil Hughes2018-08-101-2/+4
| |/ /
* | | Backstage/ide router refactoringPaul Slaughter2018-08-133-17/+152
|/ /
* | Merge branch '49375-move-reports-code' into 'master'Phil Hughes2018-08-094-5/+5
|\ \ | |/ |/| | | | | Moves reports components to the reports folder See merge request gitlab-org/gitlab-ce!21069
| * Moves report components to reports folderFilipa Lacerda2018-08-074-5/+5
| |
* | Porting MR Vue Memory Fixes to current masterTim Zallmann2018-08-083-3/+103
| |
* | Merge branch 'winh-restyle-user-status' into 'master'Mike Greiling2018-08-071-0/+117
|\ \ | | | | | | | | | | | | | | | | | | Restyle status message input on profile settings Closes #49645 See merge request gitlab-org/gitlab-ce!20903
| * | Restyle status message input on profile settingsWinnie Hellmann2018-08-071-0/+117
| | |
* | | Fix UI error whereby prometheus application status is updatedClement Ho2018-08-074-55/+43
| | |
* | | Create Web IDE MR and branch pickerPaul Slaughter2018-08-0716-173/+767
| |/ |/|
* | Merge branch 'kp-6927-epic-dates-from-milestone' into 'master'Phil Hughes2018-08-071-0/+5
|\ \ | | | | | | | | | | | | Add `tabindex` attribute support on Icon component to show BS4 popover on trigger `focus` See merge request gitlab-org/gitlab-ce!21066
| * | Add `tabindex` attribute support to show BS4 popover on trigger `focus`Kushal Pandya2018-08-071-0/+5
| | |
* | | Merge branch 'ide-codesandbox-poc' into 'master'Filipa Lacerda2018-08-075-1/+571
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Web IDE & Codesandbox POC Closes #47268 See merge request gitlab-org/gitlab-ce!19764
| * | | Web IDE & CodeSandboxPhil Hughes2018-08-075-1/+571
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables JavaScripts projects to have live previews straight in the browser without requiring any local configuration. This uses the CodeSandbox package `sandpack` to compile it all inside of an iframe. This feature is off by default and can be toggled on in the admin settings. Only projects with a `package.json` and a `main` key are supported. Updates happen in real-time with hot-reloading. We just watch for changes to files and then send them to `sandpack` to allow it to reload the iframe. The iframe includes a very simple navigation bar, the text bar is `readonly` to stop users navigating away from the preview and the back and forward buttons just pop/splice the navigation stack which is tracked by a listener on `sandpack` There is a button inside the iframe which allows the user to open the projects inside of CodeSandbox. This button is only visible on **public** projects. On private or internal projects this button get hidden to protect private code being leaked into an external public URL. Closes #47268
* | | | Merge branch '49966-improve-junit-fe' into 'master'Phil Hughes2018-08-073-0/+77
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Resolve "Improve JUnit support" See merge request gitlab-org/gitlab-ce!21067
| * | | Reset error state in success mutation to handle error-success stateFilipa Lacerda2018-08-072-1/+5
| | | |
| * | | Show resolved failuresFilipa Lacerda2018-08-072-0/+73
| | | |
* | | | Web IDE context header redesignPaul Slaughter2018-08-072-20/+58
|/ / /
* | | Merge branch 'group-todos' into 'master'Sean McGivern2018-08-071-0/+158
|\ \ \ | |/ / |/| | | | | | | | Group todos See merge request gitlab-org/gitlab-ce!20675
| * | Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-021-0/+158
| | | | | | | | | | | | This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
* | | Merge branch '49854-recover-mr-regression-fixes-safe' into 'master'Tim Zallmann2018-08-076-43/+305
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Recover reverted fixes to Merge Request refactor regressions" Closes #49242, #49343, #48876, #48877, #48817, #48602, and #49843 See merge request gitlab-org/gitlab-ce!20968
| * | | Reapply "Merge branch '48817-fix-mr-changes-discussion-navigation' into ↵André Luís2018-08-014-26/+262
| | | | | | | | | | | | | | | | | | | | | | | | 'master'" This reverts commit e0fe97ca4a506405af8e85368f2c69cda637e192.
| * | | Reapply "Merge branch '_acet-fix-mr-autosave' into 'master'"André Luís2018-08-013-17/+43
| | | | | | | | | | | | | | | | This reverts commit bd5b177b0fc48d77b5069b112faf36d151221be7.
* | | | Resolve "Frontend for clarifying the usefulness of the search bar"Dennis Tang2018-08-071-4/+2
| | | |
* | | | Send resize parameters for avatarsTim Zallmann2018-08-074-108/+104
| |_|/ |/| |
* | | Merge branch '45318-junit-FE' into 'master'Phil Hughes2018-08-0311-10/+531
|\ \ \ | | | | | | | | | | | | | | | | Frontend code for "JUnit XML Test Summary In MR widget" See merge request gitlab-org/gitlab-ce!20936
| * | | Adds action spec to cover 204Filipa Lacerda2018-08-031-5/+17
| | | |
| * | | Changes after review:Filipa Lacerda2018-08-023-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Cleans up CSS to use common classes - Removes getters to use mapState instead - Makes the first request even when tab is not visible - Show loading state in 204
| * | | Adds frontend support to render test reports on theMR widgetFilipa Lacerda2018-08-0211-0/+498
| | |/ | |/| | | | | | | | | | | | | | | | Creates an app to render grouped test reports in the MR widget Ports CSS from EE into CE Creates a reusable code component Adds getters and utils to the existing reports store
* | | Merge branch 'ide-rename-files' into 'master'Filipa Lacerda2018-08-037-38/+247
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Enable renaming files & folders in the Web IDE Closes #44845 See merge request gitlab-org/gitlab-ce!20835
| * | | fixed karmaPhil Hughes2018-08-021-1/+1
| | | |
| * | | fixed review mode diffsPhil Hughes2018-08-022-41/+5
| | | |
| * | | more spec fixesPhil Hughes2018-08-021-1/+2
| | | |
| * | | spec fixesPhil Hughes2018-08-021-0/+3
| | | |
| * | | fixed karmaPhil Hughes2018-07-311-3/+14
| | | |