grafana/public/app/core/utils
Kristina 5305316f5a
Explore: Move Query History to be screen wide (#84321)
* WIP

* Use splitpanewrapper for drawer

* Get rich history pulling from multiple datasources

* highlight pane

* Fix datasource data handling

* create ds/explore map, move around ds lookup

* Handle no filters

* Fix tests and some errors

* Fix context menu issue

* (Poorly) enable scrolling, fix onClose to function

* Remove highlighting, use legacy key, fix casing

* fix filtering to handle non-simple data

* Fix linter, add translations

* Fixing tests~~

* Move to explore drawer and fix some more tests

* Kinda fix drawer stuff?

* Fix remaining card tests

* Fix test

* Fix tests

* Partially fix starred tab tests

* Fix integration tests

* Fix remaining tests 🤞

* Add a test and a clarifying comment behind a couple hooks

* Remove unused code

* Fix button styling and fix animation (but break width)

* Make Drawer using parent width (100%)

* Fix tests and some small catches

* Add tests for selectExploreDSMaps selector

---------

Co-authored-by: Piotr Jamroz <pm.jamroz@gmail.com>
2024-04-09 07:36:46 -05:00
..
accessControl.ts AccessControl: Remove legacy frontend AC checks (#76187) 2023-10-09 18:10:06 +02:00
applyStateChanges.ts
arrayMove.ts DashboardSettings: Migrate Link Settings to React (#31150) 2021-02-25 11:50:10 +01:00
auth.ts Auth: Only call rotate token if we have a session expiry cookie (#84169) 2024-03-11 14:10:03 +01:00
browser.test.ts
browser.ts Accessibility: Improve HelpModal markup (#83171) 2024-03-11 16:43:55 +00:00
CancelablePromise.ts Chore: Enable useUnknownInCatchVariables for stricter type checking in catch blocks (#50591) 2022-06-15 08:59:29 +01:00
colors.ts K8s: Add subresource to the example apiserver (#78030) 2023-11-14 05:51:58 +02:00
ConfigProvider.tsx PlaylistPage: Skeleton loading state 💀 (#77992) 2023-11-13 10:32:42 +00:00
connectWithReduxStore.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
CorsWorker.ts Live: move centrifuge service to a web worker (#41090) 2021-11-09 21:05:01 +04:00
dag.test.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
dag.ts Chore: fixing some anys/type assertions (#54661) 2022-09-02 16:39:09 +00:00
deferred.ts Chore: more any/type assertion improvements (#57450) 2022-10-25 11:04:35 +02:00
docsLinks.ts
errors.test.ts Chore: fix type errors in tests (#63270) 2023-02-14 16:46:42 +01:00
errors.ts ErrorHandling: Fixes issues with bad error messages (#63775) 2023-03-02 13:09:58 +01:00
explore.test.ts Explore: Set X-Cache-Skip to true for query requests (#85460) 2024-04-04 09:44:06 +01:00
explore.ts Explore: Set X-Cache-Skip to true for query requests (#85460) 2024-04-04 09:44:06 +01:00
factors.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
fetch.test.ts Allow to pass a blob to core fetch function (#71929) 2023-07-24 17:02:56 +02:00
fetch.ts Chore: type improvements (#80464) 2024-01-15 14:29:39 +00:00
flatten.ts Chore: More typescript improvements 💪 (#68699) 2023-05-22 11:53:58 +01:00
isShallowEqual.ts Chore: Update version of @grafana/eslint-config (#53403) 2022-08-08 15:19:15 +01:00
kbn.test.ts ValueFormats: Use plural for time units (#77337) 2023-11-01 14:50:33 +02:00
kbn.ts Chore: More typescript improvements 💪 (#68699) 2023-05-22 11:53:58 +01:00
metrics.ts Instrumentation: Measure app init load times (#67900) 2023-05-10 11:03:15 +02:00
model_utils.ts Chore: more any/type assertion improvements (#57450) 2022-10-25 11:04:35 +02:00
navBarItem-translations.ts E2C: Add initial empty state (#83232) 2024-02-23 13:18:09 +02:00
object.test.ts Dashboard schema: strip null values from save model (#41385) 2021-11-09 16:55:42 +01:00
object.ts Chore: Upgrade Typescript to 4.8.2 (#54901) 2022-09-09 16:17:58 +01:00
query.test.ts Dashboards: Support an auto refresh interval that is based on the query range (#70479) 2023-06-26 19:46:23 +03:00
query.ts Cloudwatch: Move getNextRefIdChar util from app/core/utils to @grafana/data (#80471) 2024-01-24 14:51:51 +01:00
richHistory.test.ts Explore: Use rich history local storage for autocomplete (#81386) 2024-02-23 09:44:21 -06:00
richHistory.ts Explore: Use rich history local storage for autocomplete (#81386) 2024-02-23 09:44:21 -06:00
richHistoryTypes.ts Explore: Move Query History to be screen wide (#84321) 2024-04-09 07:36:46 -05:00
set.ts Variables: Optimize "timeRangeUpdated" path (#52047) 2022-07-22 16:10:10 +01:00
sheet.test.ts Test: add empty test case in sheet utils (#76168) 2023-10-09 09:58:40 +03:00
sheet.ts Spreadsheet: Convert to DataFrame (#67170) 2023-04-25 07:47:22 -07:00
shortLinks.test.ts
shortLinks.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
ticks.ts Chore: type improvements (#80464) 2024-01-15 14:29:39 +00:00
timePicker.test.ts Chore: fix type errors in tests (#63270) 2023-02-14 16:46:42 +01:00
timePicker.ts Time Range: Copy-paste Time Range (#80107) 2024-01-18 14:06:27 -07:00
timeRegions.test.ts GrafanaDS: Add support for annotation time regions (#65462) 2023-04-21 23:25:50 +03:00
timeRegions.ts GrafanaDS: Add support for annotation time regions (#65462) 2023-04-21 23:25:50 +03:00
urlToken.ts Auth: Implement Token URL JWT Auth (#52662) 2022-07-27 16:10:47 +02:00
version.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00