grafana/public/app/core/components
Ashley Harrison cc4d301d50
Annotations: Add typeahead support for tags in builtin annotations (#36377)
* Annotations: create React component, naive attempt at hooking together

* Annotations: Use query object instead of passing annotation

* Annotations: Hook up the new api to get annotation tags

* Annotations: Use InlineFieldRow instead of gf-form-inline

* Annotations: Use InlineSwitch instead of gf-form-switch

* TagFilter: Add support for allowCustomValue

* Annotations: Update to match backend api

* Annotations: Add basic tests, expose inputId on `TagFilter`

* Annotations: Fix test name and reorder tests slightly

* Annotations: Use FieldSet instead of gf-form-group

* Refactor: fixes annotation queries

* Annotations: Everything working, just types to fix...

* Annotations: Fix types?

* Revert "Annotations: Fix types?"

This reverts commit 6df0cae0c9.

* Annotations: Fix types again?

* Annotations: Remove old angular code

* Annotations: Fix unit tests for AnnotationQueryEditor

* Annotations: Check if it's an annotation query immediately

* Annotations: Prevent TagFilter overflowing container when there are a large number of tags

* Change to new form styles

* Annotations: Add id's + fix unit tests

* Updated wording

* Annotations: Allow custom value to preserve being able to use template variables

Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2021-07-06 10:50:46 +01:00
..
Animations Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
AppNotifications Button/Link Focus: Use focus-visible for keyboard focus (#33066) 2021-04-16 15:22:31 +02:00
Branding Chore: Improve the mobile view of the login page (#32962) 2021-06-16 10:47:12 +02:00
Card Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
CloseButton Theme: Renames new theme model from GrafanaThemeV2 to just GrafanaTheme (#33619) 2021-05-03 09:45:54 +02:00
code_editor Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
colorpicker Security: Update default CSP template and fix firefox CSP issues (#34836) 2021-05-28 17:01:10 +02:00
CopyToClipboard Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
DynamicImports Frontend: Auto reload page when chunk is not found (#33445) 2021-04-28 09:31:52 +02:00
EmptyListCTA Storybook: Fixes theming of the padded story (that makes stories use primary background by default) (#33166) 2021-04-21 09:45:12 +02:00
ErrorPage Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
FilterInput Theme: Page styles move to emotion global styles and design tweaks (#33529) 2021-04-30 10:04:01 +02:00
FolderFilter LibraryPanels: Adds folder filter to manage library panel page (#33560) 2021-05-04 13:59:40 +02:00
Footer Footer: Fixes layout issue in footer (#30443) 2021-01-21 13:01:20 +01:00
ForgottenPassword Chore: Add tests for ChangePasswordPage and SendResetMailPage (#36313) 2021-07-01 17:01:09 +03:00
form_dropdown Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
help Theme: Renames new theme model from GrafanaThemeV2 to just GrafanaTheme (#33619) 2021-05-03 09:45:54 +02:00
jsontree Transformers: configure result transformations after query(alpha) (#18740) 2019-09-09 08:58:57 +02:00
LocalStorageValueProvider Store: Error handling for setObject (#23650) 2020-04-20 15:13:02 +02:00
Login LoginPage: add tests (#36226) 2021-06-29 17:08:50 +03:00
modals Migration: Save dashboard modals (#22395) 2020-03-03 08:22:26 +01:00
Page Routing: refresh plugin module when pluginId changes (#33579) 2021-05-05 13:55:34 +02:00
PageActionBar Theme: Page styles move to emotion global styles and design tweaks (#33529) 2021-04-30 10:04:01 +02:00
PageHeader Theme: Renames new theme model from GrafanaThemeV2 to just GrafanaTheme (#33619) 2021-05-03 09:45:54 +02:00
PageLoader Feature: Encapsulated dynamic imports with error boundary and suspense (#19128) 2019-09-17 09:46:26 +02:00
PanelTypeFilter LibraryPanels: Adds folder filter to manage library panel page (#33560) 2021-05-04 13:59:40 +02:00
PermissionList Chore: Reduce number of strict typescript errors (#34595) 2021-06-01 13:47:29 +01:00
PluginHelp Chore: Enable remaining eslint-plugin-react rules (#29519) 2020-12-02 10:03:37 +01:00
query_part Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
QueryOperationRow Alerting: fixing so we can edit queries on existing alerting rules. (#34227) 2021-05-18 17:53:15 +02:00
scroll Chore: Removes some unneeded console logging and changes logs to errors (#26235) 2020-07-10 15:07:04 +01:00
search e2e: creates a separate package for selectors (#23858) 2020-04-27 09:09:05 +02:00
Select Chore: Reduce number of strict typescript errors (#34595) 2021-06-01 13:47:29 +01:00
SharedPreferences Chore: Fix more strict typescript errors (#35514) 2021-06-14 15:13:48 +01:00
sidemenu Chore: Migrates remaining Angular modals to React (#33476) 2021-04-28 15:22:28 +02:00
Signup chore: Signup Page Component tests (#36279) 2021-06-30 17:11:27 +02:00
SplitPaneWrapper Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
sql_part Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
TagFilter Annotations: Add typeahead support for tags in builtin annotations (#36377) 2021-07-06 10:50:46 +01:00
TimePicker grafana/ui: Add DatePicker (#35742) 2021-06-16 15:57:12 +03:00
TransformersUI Transformations: Prevent FilterByValue transform crashing panel edit (#34747) 2021-05-26 17:30:34 +02:00
connectWithCleanUp.tsx Chore: eslint react hook fix for public folder (#31174) 2021-03-25 12:42:14 +01:00
dashboard_selector.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
info_popover.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
OrgSwitcher.tsx Modals: Fix selects in modals (#33939) 2021-05-11 21:19:25 +02:00
switch.ts Chore: Reduces strict errors (#33012) 2021-04-15 14:21:06 +02:00
TraceToLogsSettings.tsx Fix data source picker width issue (#33720) 2021-05-05 10:17:14 +02:00
WithFeatureToggle.tsx teams: feature toggle component 2019-03-19 13:57:24 +01:00