grafana/public/app/features/query/components
Victor Marin efd0e9cbea
Datagrid Panel: Edit data within your dashboards (#66353)
* wip

* Datagrid WIP: snapshotting when data edited, better UI for adding column/rows, refactors

* wip

* WIP

* wip

* Add series selector

* Delete selection on key press

* wip

* Multiple row select and delete

* wip

* draggable rows/columns, better column width calculator

* bug fixes

* scrollbars

* add feature flag

* bugfixes

* bugfixes

* bugfixes

* bugfixes

* Add possibility to rename column

* Input fixes

* bugfixes

* bugfixes

* performance optimisations

* WIP component refactoring and optimisations

* comment bit of code to remove error for testing

* fix column move and payload types

* WIP refactors and tests

* e2e tests

* queryGroup subscription refactor

* queryGroup - add component on update, fix failing tests

* refactor querygroup

* querygroup refactor

* tests

* fix codeowners validation

* lint fixes

* revert convertFieldType modification in favor of already merged mod + re-add mistakenly deleted line

* remove //ts-ignores

* Minor style tweaks

* fix

* align colors with theme

* fixes

* refactor

* add test for convertFieldType transformer and write todo

---------

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2023-04-24 17:46:31 +03:00
..
QueryActionComponent.ts add support for conditionally rendering extraRenderActions (#41783) 2021-11-17 06:05:39 -05:00
QueryEditorRow.test.ts Plugin query API: Handle multiple errors (#63553) 2023-03-02 11:25:50 +01:00
QueryEditorRow.tsx Query Editor: Internal context to actions (#64518) 2023-03-09 16:43:13 +02:00
QueryEditorRowHeader.test.tsx Chore: Adjust unit tests so they work with react 18 (#64698) 2023-03-14 17:24:04 +00:00
QueryEditorRowHeader.tsx A11y: remove onClick from collapsed text (#62495) 2023-02-24 10:36:04 +00:00
QueryEditorRows.test.tsx Expressions: Add tests for the QueryEditorRows and QueryGroup components (#63394) 2023-02-22 17:26:41 +02:00
QueryEditorRows.tsx Expressions: Add tests for the QueryEditorRows and QueryGroup components (#63394) 2023-02-22 17:26:41 +02:00
QueryErrorAlert.tsx Show traceids for failing and successful requests (#64903) 2023-04-05 09:13:24 +02:00
QueryGroup.test.tsx Chore: adjust more unit tests to work with react 18 (#64759) 2023-03-15 10:12:13 +00:00
QueryGroup.tsx Datagrid Panel: Edit data within your dashboards (#66353) 2023-04-24 17:46:31 +03:00
QueryGroupOptions.tsx Query Caching: Add per-panel query caching TTL (#61968) 2023-02-02 23:39:54 -05:00