Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable Vue tips when running Jestwinh-jest-vue-tips | Winnie Hellmann | 2019-03-28 | 1 | -0/+3 |
| | |||||
* | Merge branch 'winh-jest-console' into 'master' | Phil Hughes | 2019-03-27 | 2 | -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 console | Winnie Hellmann | 2019-03-26 | 1 | -0/+27 |
| | | |||||
| * | Add jest-environment-jsdom and jest-util dependencies | Winnie Hellmann | 2019-03-26 | 1 | -2/+0 |
| | | |||||
* | | Merge branch '54916-extended-tooltip-for-merge-request-links' into 'master' | Phil Hughes | 2019-03-26 | 2 | -0/+154 |
|\ \ | |/ |/| | | | | | | | | | Resolve "Extended tooltip for merge request links" Closes #54916 See merge request gitlab-org/gitlab-ce!25221 | ||||
| * | Add merge request popover with details | Sam Bigelow | 2019-03-21 | 2 | -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 Jest | Winnie Hellmann | 2019-03-23 | 74 | -0/+4786 |
| | | |||||
* | | Copy vue_mount_component_helper.js to Jest | Winnie Hellmann | 2019-03-23 | 1 | -0/+38 |
| | | |||||
* | | Merge branch 'winh-jest-time' into 'master' | Kushal Pandya | 2019-03-22 | 1 | -0/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | Mock and wait for timers in Jest Closes #56056 See merge request gitlab-org/gitlab-ce!26433 | ||||
| * | | Delete dummy test | Winnie Hellmann | 2019-03-21 | 1 | -7/+0 |
| | | | |||||
| * | | Wait for pending timers in Jest | Winnie Hellmann | 2019-03-21 | 1 | -0/+5 |
| | | | |||||
| * | | Add dummy test with setTimeout() | Winnie Hellmann | 2019-03-21 | 1 | -0/+7 |
| | | | |||||
* | | | Merge branch 'winh-toggle-comment-draft' into 'master' | Kushal Pandya | 2019-03-22 | 1 | -0/+64 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Display draft when toggling replies Closes #48211 and #56364 See merge request gitlab-org/gitlab-ce!25563 | ||||
| * | | Add autosave utilities | Winnie Hellmann | 2019-03-12 | 1 | -0/+64 |
| | | | |||||
* | | | Merge branch 'winh-dequarantine-labels-autocomplete' into 'master' | Kushal Pandya | 2019-03-20 | 2 | -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 Jest | Winnie Hellmann | 2019-03-11 | 2 | -2/+27 |
| | | | |||||
| * | | Increase timeout for gfm_auto_complete_spec.js | Winnie Hellmann | 2019-03-11 | 1 | -0/+4 |
| | | | |||||
| * | | Merge branch 'winh-dequarantine-labels-autocomplete' into 'master' | Phil Hughes | 2019-03-11 | 1 | -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 versions | Mike Greiling | 2019-03-13 | 1 | -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 tests | Winnie Hellmann | 2019-03-08 | 2 | -16/+26 |
| | | | | | Allows contributors to set the timeout for individual jest tests. | ||||
* | Revert "Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'" | Winnie Hellmann | 2019-03-05 | 1 | -92/+2 |
| | | | | This reverts merge request !25542 | ||||
* | Add tests for labels dropdown to gfm_auto_complete_spec.js | Winnie Hellmann | 2019-02-27 | 1 | -2/+92 |
| | |||||
* | Added GraphQL Jest transform | Phil Hughes | 2019-02-26 | 4 | -0/+262 |
| | |||||
* | Merge branch 'winh-jest-gfm_auto_complete_spec' into 'master' | Kushal Pandya | 2019-02-22 | 1 | -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 Jest | Winnie Hellmann | 2019-02-21 | 1 | -0/+253 |
| | | |||||
* | | Add snapshot test to discussion_jump_to_next_button_spec.js | Winnie Hellmann | 2019-02-21 | 2 | -3/+27 |
| | | |||||
* | | Remove localVue from discussion_jump_to_next_button_spec.js | Winnie Hellmann | 2019-02-21 | 1 | -11/+4 |
| | | |||||
* | | Load i18n Vue plugin for Jest tests | Winnie Hellmann | 2019-02-21 | 1 | -0/+4 |
| | | |||||
* | | Move discussion_jump_to_next_button_spec.js to Jest | Winnie Hellmann | 2019-02-21 | 1 | -0/+33 |
|/ | |||||
* | Fail tests for unmocked axios requests | Winnie Hellmann | 2019-02-21 | 1 | -0/+14 |
| | |||||
* | Move ajax_cache_spec.js to Jest | Winnie Hellmann | 2019-02-21 | 1 | -0/+161 |
| | |||||
* | Add headers to files in the tree list on merge requests | Phil Hughes | 2019-01-08 | 2 | -0/+73 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54807 | ||||
* | Delete dummy spec | Winnie Hellmann | 2018-12-11 | 1 | -1/+0 |
| | |||||
* | Move timeline_entry_item_spec.js to Jest | Winnie Hellmann | 2018-12-11 | 1 | -0/+40 |
| | |||||
* | Set timeout for Jest to 300ms | Winnie Hellmann | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | Fail long running tests | Winnie Hellmann | 2018-12-11 | 1 | -0/+16 |
| | |||||
* | Move jest.config.js to root directory | Winnie Hellmann | 2018-12-11 | 1 | -1/+1 |
| | |||||
* | Move emoji_menu_spec.js to Jest | Winnie Hellmann | 2018-12-11 | 2 | -0/+121 |
| | |||||
* | Setup Jest test environment | Winnie Hellmann | 2018-12-05 | 2 | -0/+10 |