Ashley Harrison
fa466e2134
Chore: comment out type assertions check due to bug ( #51371 )
...
* comment out type assertions check due to bug
* forgot to push the merge 🤦
2022-06-24 11:56:31 +01:00
Joey Tawadrous
adfe4ef564
Update betterer tests ( #51370 )
2022-06-24 11:21:03 +01:00
Ryan McKinley
588bd43e49
Chore: update betterer.results for heatmap rename ( #51361 )
2022-06-24 00:10:03 -07:00
Isabella Siu
497310a9cb
CloudWatch: Factor LogGroupSelector into a separate component ( #50829 )
2022-06-23 14:40:43 -04:00
Isabella Siu
8ba8e1df83
CloudWatch: fix variable query migration with json template variables ( #51207 )
...
* CloudWatch: fix variable query migration with json template variables
* fix error messages
* changes for reviews
* fix lint
* fix betterer
2022-06-23 14:23:56 -04:00
Ryan McKinley
a093250dd5
Chore: avoid implicit any by using inline functions ( #51338 )
2022-06-23 11:19:08 -07:00
Seyaji
91ee019140
Convert TimelineCollapser test to RTL ( #51281 )
2022-06-23 18:20:16 +01:00
Ezequiel Victorero
25d4ddf959
PublicDashboards: disable annotations ( #50984 )
...
* PublicDashboards: disable annotations
2022-06-23 13:09:30 -03:00
Ashley Harrison
64356509b5
upate betterer results again.... ( #51336 )
2022-06-23 17:49:28 +02:00
Josh Hunt
78ee9ffa37
Chore: Remove CI stats that are also reported by betterer ( #51318 )
...
* Chore: Remove CI stats that are reported by betterer
* update betterer results
2022-06-23 14:20:45 +02:00
Seyaji
ec1480b964
Chore: Convert DataSourceDashboards test to RTL ( #51294 )
...
* Convert DataSourceDashboards test to RTL
* Convert DataSourceDashboards test to RTL
* Convert DataSourceDashboards test to RTL
* Update public/app/features/datasources/DataSourceDashboards.test.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Convert DataSourceDashboards test to RTL
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2022-06-23 14:39:00 +03:00
Ashley Harrison
2705edf5f5
update betterer cache ( #51317 )
2022-06-23 13:26:31 +02:00
Ashley Harrison
ded3d53d89
Chore: Additional betterer tests for type assertions and explicit any ( #45901 )
...
* Add betterer tests to prevent adding more type assertions and explicit any's into the codebase
* update betterer results file
* better glob matching
* updated results
* update results again...
* use more up to date betterer packages
* they're devdeps...
* Commit latest betterer results
* latest .betterer.results
Co-authored-by: joshhunt <josh@trtr.co>
2022-06-23 11:36:20 +01:00
Polina Boneva
496c2e26f4
I18n: User and Org Preferences allow change of Language ( #51175 )
...
* add locale selection settings under preferences; Alpha feature toggle;
* extract components' ids for internationalisation references
* migrate OrgDetailsPage tests from Enzyme to RTL
* test locale selection in shared preferences
* fix OrgDetailsPage needing a fetch polyfill; "Real fetch shouldn't be being hit." - Josh
* remove snapshot
* remove snapshot
2022-06-23 11:20:31 +03:00
Seyaji
0b1a886b9d
Chore: Convert GraphTicks test to RTL ( #51203 )
...
* Convert GraphTicks test to RTL
* Convert GraphTicks test to RTL
2022-06-23 10:55:38 +03:00
Seyaji
a0949314ef
Convert AccordianLogsTest to RTL ( #51260 )
...
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-06-22 19:00:04 +02:00
Seyaji
fe5416508a
Chore: Convert TracePageHeader test to RTL ( #51216 )
...
* Convert TracePageHeader test to RTL
* Convert TracePageHeader test to RTL
* Convert TracePageHeader test to RTL
2022-06-22 17:46:36 +01:00
Seyaji
d760b03784
Convert AccordianKeyValues test to RTL ( #51257 )
2022-06-22 17:42:04 +01:00
Seyaji
5ad3d10016
Convert CanvasSpanGraph test to RTL ( #51180 )
2022-06-22 14:46:01 +03:00
Seyaji
0bfd48c164
Chore: Convert DataLinks tests to RTL ( #51137 )
...
* Convert DataLinks tests to RTL
* Convert DataLinks test to RTL
* Convert DataLinks test to RTL
* Convert DataLinks test to RTL
2022-06-21 15:55:10 +01:00
Seyaji
bab017799e
Chore: Convert QueryOperationAction test to RTL ( #51139 )
...
* Convert QueryOperationAction test to RTL
* Convert QueryOperationAction to RTL
* Convert QueryOperationAction test to RTL
2022-06-21 15:53:10 +01:00
Seyaji
3710c9a7c8
Chore: Convert DataSourcesListPage test to RTL ( #51138 )
...
* Convert DataSourceListPage test to RTL
* Convert DataSourceListPage test to RTL
2022-06-21 11:47:54 +01:00
Seyaji
902101c524
Chore: Convert PanelHeaderCorner test to RTL ( #51074 )
...
* export props
* Convert PanelHeaderCorner test to RTL
* Update public/app/features/dashboard/dashgrid/PanelHeader/PanelHeaderCorner.test.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2022-06-20 14:54:13 +02:00
Seyaji
606732dd5e
Chore: Converts ButtonRow tests to RTL ( #51068 )
2022-06-20 15:46:11 +03:00
Seyaji
e4f4cc4a32
Chore: Convert pageActionBar test to RTL ( #51073 )
...
* Convert pageActionBar test to RTL
* add test for conditional render of button
2022-06-20 15:42:56 +03:00
Seyaji
244650835e
Refactor 'Basic Settings' test to RTL from Enzyme ( #51059 )
...
* Refactor 'Basic Settings' test to RTL from Enzyme
* Update public/app/features/datasources/settings/BasicSettings.test.tsx
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
* Refactor 'Basic Settings' test to RTL from Enzyme
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2022-06-18 13:13:51 +03:00
Ashley Harrison
3430928294
Convert InviteesTable test to RTL ( #50674 )
2022-06-15 09:54:26 +01:00
Joey Tawadrous
f87927c82e
Traces: Add absolute time to span details ( #50685 )
...
* Show absolute time
* Add test
2022-06-14 11:13:33 +01:00
Alex Khomenko
701edcdc46
UserListPage: Convert tests to RTL ( #50717 )
2022-06-14 11:39:43 +03:00
Ashley Harrison
d23bc5c390
Convert ApiKeysAddedModal test to RTL ( #50669 )
2022-06-13 14:52:17 +01:00
Alex Khomenko
fd239f94e8
TeamSettings: Convert tests to RTL ( #50513 )
2022-06-10 09:50:53 +02:00
Ashley Harrison
6da4feb2a9
Convert OrgProfile test to RTL ( #50525 )
2022-06-09 16:07:40 +01:00
Alex Khomenko
ffb8ae4900
TeamPages: Convert tests to RTL ( #50429 )
...
* TeamPages: Setup tests
* TeamPages: Finalise tests
* TeamPages: Add missing test
2022-06-08 19:05:27 +03:00
Kevin Yu
8bd56b8226
Chore: convert Cloud Monitoring Aggregation enzyme tests to RTL ( #50326 )
2022-06-08 10:03:58 +02:00
Zoltán Bedi
aa74371008
Chore: Convert ReferenceLink.test.js to RTL ( #50338 )
2022-06-07 17:40:04 +02:00
Connor Lindsey
c65d62c95b
Tracing: Fix links to traces in Explore ( #50113 )
...
* Tracing: Fix links to traces in Explore
* Fix links in dashboard
* Fix references and tracetimelineviewer tests
* Remove hard-coded references to fix tests
* Add noopener
2022-06-07 07:21:01 -06:00
Joey Tawadrous
d20608ab84
Convert packages/jaeger-ui-components/src/TracePageHeader/TracePageSearchBar.test.js to RTL ( #49992 )
...
* Added new selectors
* Added selector to UIFindInput
* Added selectors to TracePageSearchBar
* Convert tests
* Remove next/prev button test ids
* Remove uiFindInput selector
* Remove tracePageSearchBar selector
* Remove tracePageSearchBarSuffix selector
* Update TraceViewContainer test
2022-06-06 16:31:51 +01:00
Ashley Harrison
6fcb2cd307
remove exported test globals from test/lib/common ( #50256 )
2022-06-06 15:38:37 +01:00
Ashley Harrison
22fbcebabf
Chore: convert DashboardsTable test to RTL ( #50252 )
...
* convert DashboardsTable test to RTL
* ensure render does not throw
2022-06-06 15:27:40 +01:00
Marcus Efraimsson
36c3398c6d
Datasource: Remove support for unencrypted passwords ( #49987 )
...
* Datasource: Remove support for unencrypted passwords
* regenerate swagger
* [WIP] Remove references to datasource password and basic auth password fields (#50015 )
* try delete moar tings
* delete provisioning stuff
* remove from yaml
* update snapshots
* remove lingering snapshot fields
* fix ds http settings
* Re-generate swagger and fix swagger-api-spec make target
Co-authored-by: Will Browne <will.browne@grafana.com>
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com>
2022-06-03 17:38:22 +02:00
Ashley Harrison
0de9808008
Draggable: only set drag handle props on the drag handle itself ( #50025 )
2022-06-02 13:34:05 +02:00
Joey Tawadrous
6703722278
Updated test ( #50041 )
2022-06-02 09:47:02 +01:00
Joey Tawadrous
3d26502db1
Convert packages/jaeger-ui-components/src/common/UiFindInput.test.js to RTL ( #49994 )
...
* Add selector
* Add test
* Remove snapshot
* Remove uiFindInput selector
2022-06-02 09:46:31 +01:00
Kevin Yu
dca0453c2e
CloudWatch: Add multi-value template variable support for log group names in logs query builder ( #49737 )
...
* Add multi-value template variable support for log group names
* add test for multi-value template variable for log group names
* add test
2022-06-01 10:23:31 -07:00
polibb
a19c3dae5a
Convert Enzyme UsersTable test to RTL ( #49836 )
...
* Convert Enzyme UsersTable test to RTL
* Fixes on UsersTable test; no additions
* remove snapshot of UsersTable test
2022-05-31 18:58:59 +03:00
Joao Silva
a91ecc566b
Chore: Converts DashboardRow tests to RTL ( #49722 )
2022-05-31 16:51:44 +01:00
Alex Khomenko
0a48b92d28
TeamMembers: Refactor test to RTL ( #49922 )
2022-05-31 17:11:12 +03:00
Zoltán Bedi
8e0342bc74
Chore: convert NewWindowIcon test to rtl ( #49830 )
2022-05-31 14:34:46 +02:00
Alex Khomenko
bfbe856319
TeamMemberRow: Convert tests to RTL ( #49875 )
...
* TeamMemberRow: Remove legacy select
* TeamMemberRow: Update attributes
* TeamMemberRow: Refactor tests to RTL
2022-05-31 10:33:27 +02:00
Zoltán Bedi
f87c1b0eb9
Chore: Convert FolderPicker test to rtl ( #49838 )
2022-05-30 17:36:16 +02:00