summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Rename modal.vue to deprecated_modal.vuewinh-deprecate-old-modalWinnie Hellmann2018-03-221-3/+3
|
* Merge branch 'performance-bar-position-fix' into 'master'Filipa Lacerda2018-03-221-10/+2
|\ | | | | | | | | Fix performance bar spacing See merge request gitlab-org/gitlab-ce!17912
| * fixed karmaperformance-bar-position-fixPhil Hughes2018-03-211-10/+2
| |
* | Merge branch 'disable-btn-mr-when-posting-comment' into 'master'Fatih Acet2018-03-211-0/+14
|\ \ | |/ |/| | | | | | | | | Disables the button when submitting comment. Closes #39661 See merge request gitlab-org/gitlab-ce!17918
| * Adds testsJacob Schatz2018-03-211-0/+14
| |
* | Changes empty project avatar to identicon in the IDEPhil Hughes2018-03-211-0/+39
| | | | | | | | Closes #44298
* | Merge branch 'make-ide-ce' into 'master'Tim Zallmann2018-03-2143-0/+4545
|\ \ | |/ |/| | | | | | | | | Move IDE to CE Closes #44157 See merge request gitlab-org/gitlab-ce!17887
| * updated file references in specsPhil Hughes2018-03-2043-428/+629
| |
| * Move IDE to CEPhil Hughes2018-03-2043-0/+4344
| | | | | | | | This also makes the IDE generally available
* | Merge branch 'update-spec-import-path-for-vue-mount-component-helper' into ↵Clement Ho2018-03-2015-22/+22
|\ \ | | | | | | | | | | | | | | | | | | 'master' Update spec import path for vue mount component helper See merge request gitlab-org/gitlab-ce!17880
| * | Update spec import path for vue mount component helperGeorge Tsiolis2018-03-2015-22/+22
| |/
* | Resolve "Loss of input text on comments after preview"Simon Knox2018-03-201-5/+5
|/
* Merge branch '42558-add-monitoring-no-data-empty-state' into 'master'Phil Hughes2018-03-202-34/+13
|\ | | | | | | | | | | | | Resolve "Prometheus graphs have no empty state when no data is present" Closes #42558 See merge request gitlab-org/gitlab-ce!17759
| * fix tests for dahboard.vue42558-add-monitoring-no-data-empty-stateMike Greiling2018-03-192-34/+13
| |
* | move render_gfm into behaviors directoryMike Greiling2018-03-196-8/+6
| |
* | Show Ajax requests in performance barSean McGivern2018-03-194-0/+270
|/ | | | | | | | | | | | | | | | | But first, rewrite the performance bar in Vue: 1. Remove the peek-host gem and replace it with existing code. This also allows us to include the host in the JSON response, rather than in the page HTML. 2. Leave the line profiler parts as here-be-dragons: nicer would be a separate endpoint for these, so we could use them on Ajax requests too. 3. The performance bar is too fiddly to rewrite right now, so apply the same logic to that. Then, add features! All requests made through Axios are able to be tracked. To keep a lid on memory usage, only the first two requests for a given URL are tracked, though. Each request that's tracked has the same data as the initial page load, with the exception of the performance bar and the line profiler, as explained above.
* Move ShaMismatch vue componentGeorge Tsiolis2018-03-191-4/+5
|
* Merge branch 'refactor/move-mr-widget-unresolved-discussions-vue-component' ↵Mike Greiling2018-03-191-4/+4
|\ | | | | | | | | | | | | into 'master' Move UnresolvedDiscussions vue component See merge request gitlab-org/gitlab-ce!17538
| * Move UnresolvedDiscussions vue componentGeorge Tsiolis2018-03-081-4/+4
| |
* | Merge branch 'mr-widget-deployment-styling' into 'master'Filipa Lacerda2018-03-143-221/+205
|\ \ | | | | | | | | | | | | | | | | | | Fix styling of multiple environments in merge request widget Closes #40610 See merge request gitlab-org/gitlab-ce!17663
| * | removed useless v-ifPhil Hughes2018-03-142-43/+14
| | | | | | | | | | | | | | | removed pointless test & changed some deployment tests to make more sense added in v-tooltip
| * | fixed eslintPhil Hughes2018-03-131-1/+1
| | |
| * | updated specsPhil Hughes2018-03-133-184/+197
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'master' into 44149-issue-comment-buttonsFilipa Lacerda2018-03-136-19/+123
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (29 commits) Fix provider server URL used when listing repos to import Fix inconsistent punctuation on MR form Update dependency for svgs Fix timestamp to include %M instead of %I for post-deploy migrations. Use Gitaly 0.89.0 Resolve "Hover style for sidebar dropdowns is wrong" fixed spec Respect the protocol in `expose_url` Fix removes source branch text being rendered in merged state Fix code and wiki search results when filename is non-ASCII Include the ee/ directory in backtraces Use GitLab fork of zaproxy Updates file extensions on Vue docs fixed note polling not sending updated last fetched at date added spec for polling Add changelog entry Use `list.id` for `:key` added mutation spec Bump parser and unparser gems to remove warnings fix polling not working correctly Fixed issue notes being duplicated ...
| * | Merge branch 'refactor/move-mr-widget-nothing-to-merge-vue-component' into ↵Clement Ho2018-03-121-3/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Move NothingToMerge vue component See merge request gitlab-org/gitlab-ce!17544
| | * | Move NothingToMerge vue componentGeorge Tsiolis2018-03-081-3/+3
| | |/
| * | Merge branch 'removes-source-branch-widget-state' into 'master'Filipa Lacerda2018-03-121-0/+34
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix removes source branch text being rendered in merged state Closes #44163 See merge request gitlab-org/gitlab-ce!17687
| | * | fixed specPhil Hughes2018-03-121-0/+1
| | | |
| | * | Fix removes source branch text being rendered in merged stateremoves-source-branch-widget-statePhil Hughes2018-03-121-0/+33
| | | |
| * | | Merge branch 'fix-duplicate-notes' into 'master'Filipa Lacerda2018-03-123-3/+79
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue notes being duplicated Closes #44099 See merge request gitlab-org/gitlab-ce!17671
| | * | | fixed note polling not sending updated last fetched at datefix-duplicate-notesPhil Hughes2018-03-122-1/+66
| | | | | | | | | | | | | | | | | | | | added spec for polling
| | * | | added mutation specPhil Hughes2018-03-101-2/+13
| | | | |
| * | | | Merge branch '42814-fix-remove-source-branch-when-mwps' into 'master'Phil Hughes2018-03-121-13/+7
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Fix "Remove source branch" button in MR widget during MWPS state Closes #42814 and #4281 See merge request gitlab-org/gitlab-ce!17192
| | * | | Fix "Remove source branch" button in MR widget during MWPS state42814-fix-remove-source-branch-when-mwpsEric Eastwood2018-03-081-13/+7
| | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/4281
* | | | | Fix loading icon being visible in the wrong button44149-issue-comment-buttonsFilipa Lacerda2018-03-123-0/+96
|/ / / /
* | | | Merge branch 'remove-jquery-globals' into 'master'Phil Hughes2018-03-1264-6/+75
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Require jQuery to be explicitly imported See merge request gitlab-org/gitlab-ce!17674
| * | | | require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-0964-6/+75
| | | | |
* | | | | Add `createLabelTitle` & `manageLabelsTitle` props for action stringKushal Pandya2018-03-121-3/+29
| | | | |
* | | | | Add `headerTitle` prop for container header stringKushal Pandya2018-03-121-3/+13
| | | | |
* | | | | Add `isProject` and computed props to for contextual info for dropdownKushal Pandya2018-03-121-0/+26
| | | | |
* | | | | Add `isProject` mock configKushal Pandya2018-03-121-0/+1
| | | | |
* | | | | Move AssigneeTitle vue componentGeorge Tsiolis2018-03-091-1/+1
|/ / / /
* | | | Merge branch 'merge-request-widget-source-branch-improvements' into 'master'Filipa Lacerda2018-03-092-8/+45
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Dont show remove source branch checkbox when user cannot remove the branch Closes #33264 See merge request gitlab-org/gitlab-ce!17642
| * | | use toEqual instead of toBeFalsy/TruthyPhil Hughes2018-03-091-3/+3
| | | |
| * | | Dont show remove source branch checkbox when user cannot remove the branchPhil Hughes2018-03-082-8/+45
| |/ / | | | | | | | | | Closes #33264
* | | Merge branch 'refactor/move-mr-widget-memory-usage-and-graph-components' ↵Phil Hughes2018-03-082-38/+6
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | into 'master' Move MemoryGraph and MemoryUsage vue components See merge request gitlab-org/gitlab-ce!17533
| * | Move MemoryGraph and MemoryUsage vue componentsGeorge Tsiolis2018-03-082-38/+6
| | |
* | | Merge branch ↵Kamil Trzciński2018-03-082-20/+31
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | '43770-change-clear-runners-cache-ujs-action-to-an-axios-request' into 'master' Resolve "Change Clear Runners cache UJS action to an API request" Closes #43770 See merge request gitlab-org/gitlab-ce!17466
| * | Fix broken tests43770-change-clear-runners-cache-ujs-action-to-an-axios-requestFilipa Lacerda2018-03-072-9/+9
| | |