| .. |
|
__mocks__
|
…
|
|
|
behaviors
|
Add ability to embed metrics
|
2019-07-22 12:01:42 +00:00 |
|
blob
|
Move some tests from Karma to Jest
|
2019-03-23 17:53:46 +01:00 |
|
boards
|
Add functions for multiple boards to BoardService
|
2019-07-12 20:00:46 +00:00 |
|
branches
|
Fix divergence graph loading error
|
2019-07-05 11:50:07 +01:00 |
|
clusters
|
Hide cluster details until cluster is created
|
2019-08-02 20:08:53 +00:00 |
|
commons/nav
|
Updates on success of an MR the count on top and in other tabs
|
2019-07-09 08:44:19 +00:00 |
|
confidential_merge_request/components
|
Fixed dropdown hover styles
|
2019-07-09 20:57:43 +01:00 |
|
cycle_analytics
|
Move some tests from Karma to Jest
|
2019-03-23 17:53:46 +01:00 |
|
diffs
|
Rebased and squashed commits
|
2019-07-03 08:26:57 +00:00 |
|
error_tracking
|
Replace jasmine.createSpy() with jest.fn()
|
2019-04-09 09:16:59 +02:00 |
|
error_tracking_settings
|
Workaround ESLint only resolving paths in test files
|
2019-07-10 13:27:39 +00:00 |
|
filtered_search
|
Run yarn eslint --fix
|
2019-04-09 09:16:59 +02:00 |
|
fixtures
|
Add missing static fixture
|
2019-07-19 02:40:21 -05:00 |
|
frequent_items/store
|
Move some tests from Karma to Jest
|
2019-03-23 17:53:46 +01:00 |
|
helpers
|
Syncs the vue test utils helpers
|
2019-08-02 13:11:37 +00:00 |
|
ide
|
FE remove create branch call in IDE commit
|
2019-07-18 09:19:18 +02:00 |
|
image_diff
|
Move some tests from Karma to Jest
|
2019-03-23 17:53:46 +01:00 |
|
import_projects
|
Move import projects karma specs to jest
|
2019-04-25 19:59:44 +01:00 |
|
issuable_suggestions
|
…
|
|
|
issue_show/components
|
Fetch latest link in the description for zoom link, add more tests and remove frontend spec unnecessary tests
|
2019-07-17 06:41:26 +00:00 |
|
jobs
|
Add Job specific variables
|
2019-07-29 07:43:10 +00:00 |
|
lib/utils
|
Revert "Merge branch 'mh/editor-indents' into 'master'"
|
2019-08-01 12:31:13 -05:00 |
|
locale
|
Move some tests from Karma to Jest
|
2019-03-23 17:53:46 +01:00 |
|
mocks
|
Mockify jquery and axios packages
|
2019-07-17 17:47:39 +00:00 |
|
monitoring
|
Add ability to embed metrics
|
2019-07-22 12:01:42 +00:00 |
|
mr_popover
|
Update Snapshots for MR Popovers
|
2019-05-29 13:02:29 -06:00 |
|
notebook/lib
|
Move some tests from Karma to Jest
|
2019-03-23 17:53:46 +01:00 |
|
notes
|
Resolve "Tooltips on note timestamps not showing for issues"
|
2019-07-18 13:16:18 +00:00 |
|
operation_settings
|
Mockify jquery and axios packages
|
2019-07-17 17:47:39 +00:00 |
|
pages
|
Increase Jest timeout to 500ms
|
2019-05-17 10:08:20 +00:00 |
|
performance_bar/services
|
Move some tests from Karma to Jest
|
2019-03-23 17:53:46 +01:00 |
|
pipelines
|
Move some tests from Karma to Jest
|
2019-03-23 17:53:46 +01:00 |
|
projects
|
Update namespace label text for managed clusters
|
2019-07-25 17:38:06 +00:00 |
|
registry
|
Move some tests from Karma to Jest
|
2019-03-23 17:53:46 +01:00 |
|
reports
|
Backport of EE Displaying Blocking MRs
|
2019-06-05 17:29:18 -04:00 |
|
repository
|
Added submodule links to Submodule type in GraphQL API
|
2019-07-17 13:06:19 +00:00 |
|
serverless
|
Adapt functions to work for external Knative
|
2019-05-29 11:21:53 +01:00 |
|
sidebar
|
Move some tests from Karma to Jest
|
2019-03-23 17:53:46 +01:00 |
|
u2f
|
Move some tests from Karma to Jest
|
2019-03-23 17:53:46 +01:00 |
|
vue_mr_widget
|
Fix frontend tests related to autoMergeStrategy
|
2019-06-03 13:15:31 +07:00 |
|
vue_shared
|
Change qa-* class references to js-* for suggestions
|
2019-07-29 19:22:22 +00:00 |
|
vuex_shared/modules/modal
|
Wrap modal mutation names in template strings
|
2019-04-10 12:50:40 +02:00 |
|
.eslintrc.yml
|
Replace individual ESLint rules with jest/recommended
|
2019-04-10 15:22:15 +02:00 |
|
activities_spec.js
|
Jestify activities spec
|
2019-05-30 21:00:52 -05:00 |
|
api_spec.js
|
Updates on success of an MR the count on top and in other tabs
|
2019-07-09 08:44:19 +00:00 |
|
autosave_spec.js
|
Jestify autosave spec and add localStorage helper
|
2019-06-04 12:14:50 -05:00 |
|
create_merge_request_dropdown_spec.js
|
Fixed create merge request button not enabling
|
2019-07-16 11:02:37 +01:00 |
|
environment.js
|
Move frontend fixtures into spec/frontend
|
2019-07-19 02:27:15 -05:00 |
|
filterable_list_spec.js
|
Fixed back navigation for projects filter
|
2019-07-05 12:50:50 +02:00 |
|
gfm_auto_complete_spec.js
|
Increase Jest timeout to 500ms
|
2019-05-17 10:08:20 +00:00 |
|
labels_select_spec.js
|
[frontend] backport of scoped labels
|
2019-04-04 08:06:48 +02:00 |
|
mocks_spec.js
|
Mockify jquery and axios packages
|
2019-07-17 17:47:39 +00:00 |
|
test_setup.js
|
Revert "Fixed comparing value to undefined"
|
2019-08-06 12:02:23 +00:00 |
|
tracking_spec.js
|
Adds new tracking interface for snowplow
|
2019-08-01 05:28:15 +00:00 |