summaryrefslogtreecommitdiff
path: root/spec/frontend
Commit message (Collapse)AuthorAgeFilesLines
* Disable Vue tips when running Jestwinh-jest-vue-tipsWinnie Hellmann2019-03-281-0/+3
|
* Merge branch 'winh-jest-console' into 'master'Phil Hughes2019-03-272-2/+27
|\ | | | | | | | | | | | | Provide custom Jest environment with mocked console Closes #58203 See merge request gitlab-org/gitlab-ce!26577
| * Provide custom Jest environment with mocked consoleWinnie Hellmann2019-03-261-0/+27
| |
| * Add jest-environment-jsdom and jest-util dependenciesWinnie Hellmann2019-03-261-2/+0
| |
* | Merge branch '54916-extended-tooltip-for-merge-request-links' into 'master'Phil Hughes2019-03-262-0/+154
|\ \ | |/ |/| | | | | | | | | Resolve "Extended tooltip for merge request links" Closes #54916 See merge request gitlab-org/gitlab-ce!25221
| * Add merge request popover with detailsSam Bigelow2019-03-212-0/+154
| | | | | | | | | | | | | | | | | | - Show pipeline status, title, MR Status and project path - Popover attached to gitlab flavored markdown everywhere, including: + MR/Issue Title + MR/Issue description + MR/Issue comments + Rendered markdown files
* | Move some tests from Karma to JestWinnie Hellmann2019-03-2374-0/+4786
| |
* | Copy vue_mount_component_helper.js to JestWinnie Hellmann2019-03-231-0/+38
| |
* | Merge branch 'winh-jest-time' into 'master'Kushal Pandya2019-03-221-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Mock and wait for timers in Jest Closes #56056 See merge request gitlab-org/gitlab-ce!26433
| * | Delete dummy testWinnie Hellmann2019-03-211-7/+0
| | |
| * | Wait for pending timers in JestWinnie Hellmann2019-03-211-0/+5
| | |
| * | Add dummy test with setTimeout()Winnie Hellmann2019-03-211-0/+7
| | |
* | | Merge branch 'winh-toggle-comment-draft' into 'master'Kushal Pandya2019-03-221-0/+64
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Display draft when toggling replies Closes #48211 and #56364 See merge request gitlab-org/gitlab-ce!25563
| * | Add autosave utilitiesWinnie Hellmann2019-03-121-0/+64
| | |
* | | Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'Kushal Pandya2019-03-202-2/+121
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Move gfm_autocomplete_spec.rb out of quarantine Closes #57995 and #56843 See merge request gitlab-org/gitlab-ce!25958
| * | Add getJSONFixture() helper to JestWinnie Hellmann2019-03-112-2/+27
| | |
| * | Increase timeout for gfm_auto_complete_spec.jsWinnie Hellmann2019-03-111-0/+4
| | |
| * | Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'Phil Hughes2019-03-111-2/+92
| |/ | | | | | | | | | | | | | | | | | | Move gfm_autocomplete_spec.rb out of quarantine Closes #57995 and #56843 See merge request gitlab-org/gitlab-ce!25542 (cherry picked from commit 2dcbc0fa5657ab5c4ed46c5c84b8674faec36ea8)
* | Prefer node_modules At.js and jquery.carat versionsMike Greiling2019-03-131-2/+2
|/ | | | | Remove references to the vendored copies of At.js and jquery.carat as well as the legacy rails wrapper gem.
* Add setTestTimeout for Jest testsWinnie Hellmann2019-03-082-16/+26
| | | | | Allows contributors to set the timeout for individual jest tests.
* Revert "Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'"Winnie Hellmann2019-03-051-92/+2
| | | | This reverts merge request !25542
* Add tests for labels dropdown to gfm_auto_complete_spec.jsWinnie Hellmann2019-02-271-2/+92
|
* Added GraphQL Jest transformPhil Hughes2019-02-264-0/+262
|
* Merge branch 'winh-jest-gfm_auto_complete_spec' into 'master'Kushal Pandya2019-02-221-0/+253
|\ | | | | | | | | Move gfm_auto_complete_spec.js to Jest See merge request gitlab-org/gitlab-ce!25463
| * Move gfm_auto_complete_spec.js to JestWinnie Hellmann2019-02-211-0/+253
| |
* | Add snapshot test to discussion_jump_to_next_button_spec.jsWinnie Hellmann2019-02-212-3/+27
| |
* | Remove localVue from discussion_jump_to_next_button_spec.jsWinnie Hellmann2019-02-211-11/+4
| |
* | Load i18n Vue plugin for Jest testsWinnie Hellmann2019-02-211-0/+4
| |
* | Move discussion_jump_to_next_button_spec.js to JestWinnie Hellmann2019-02-211-0/+33
|/
* Fail tests for unmocked axios requestsWinnie Hellmann2019-02-211-0/+14
|
* Move ajax_cache_spec.js to JestWinnie Hellmann2019-02-211-0/+161
|
* Add headers to files in the tree list on merge requestsPhil Hughes2019-01-082-0/+73
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54807
* Delete dummy specWinnie Hellmann2018-12-111-1/+0
|
* Move timeline_entry_item_spec.js to JestWinnie Hellmann2018-12-111-0/+40
|
* Set timeout for Jest to 300msWinnie Hellmann2018-12-111-1/+1
|
* Fail long running testsWinnie Hellmann2018-12-111-0/+16
|
* Move jest.config.js to root directoryWinnie Hellmann2018-12-111-1/+1
|
* Move emoji_menu_spec.js to JestWinnie Hellmann2018-12-112-0/+121
|
* Setup Jest test environmentWinnie Hellmann2018-12-052-0/+10