summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ide-wordwrap' into 'master'Tim Zallmann2018-03-281-24/+16
|\ | | | | | | | | | | | | Enable word wrap in IDE Closes #44303 See merge request gitlab-org/gitlab-ce!17994
| * Enable word wrap in IDEPhil Hughes2018-03-271-24/+16
| | | | | | | | Closes #44303
* | Merge branch 'update-unresolved-discussions-vue-component' into 'master'Clement Ho2018-03-274-13/+29
|\ \ | | | | | | | | | | | | Add i18n and update specs for ShaMismatch vue component See merge request gitlab-org/gitlab-ce!17870
| * | Add i18n and update specs for ShaMismatch vue componentGeorge Tsiolis2018-03-274-13/+29
| | |
* | | [FIX] Fixed bug in dropdown selector when selecting the same selection againbitsapien2018-03-272-1/+27
| |/ |/|
* | Merge branch 'ide-diff-cursor' into 'master'Tim Zallmann2018-03-261-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Disable cursor for review mode in the IDE Closes #44307 See merge request gitlab-org/gitlab-ce!17955
| * | 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
* | | Merge branch ↵Kamil Trzciński2018-03-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-name' into 'master' Resolve "Controller parameters handling sensitive information should use a more specific name" Closes #43316 See merge request gitlab-org/gitlab-ce!17796
| * | | Make Variable key not secret43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-nameMatija Čupić2018-03-221-1/+1
| | | |
| * | | Check for secret_key and secret_value in CI Variable native list js specMatija Čupić2018-03-171-2/+2
| | | |
* | | | Merge branch 'winh-cleanup-comment-submit-test' into 'master'Clement Ho2018-03-231-92/+225
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Cleanup test for disabling comment submit button See merge request gitlab-org/gitlab-ce!17930
| * | | | Cleanup test for disabling comment submit buttonwinh-cleanup-comment-submit-testWinnie Hellmann2018-03-221-92/+225
| | | | |
* | | | | Merge branch ↵Filipa Lacerda2018-03-231-31/+58
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '44218-add-internationalization-support-for-the-prometheus-merge-request-widget' into 'master' Resolve "Add internationalization support for the Prometheus Merge Request widget" Closes #44218 See merge request gitlab-org/gitlab-ce!17753
| * | | | Add i18n support for the mrWidget prometheus memory widget44218-add-internationalization-support-for-the-prometheus-merge-request-widgetJose Ivan Vargas2018-03-231-31/+58
| |/ / /
* | | | 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