grafana/public/app/features/plugins
Hugo Häggmark 112a755e18
Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217)
* Initial

* WIP

* wip

* Refactor: fixing types

* Refactor: Fixed more typings

* Feature: Moves TestData to new API

* Feature: Moves CloudMonitoringDatasource to new API

* Feature: Moves PrometheusDatasource to new Variables API

* Refactor: Clean up comments

* Refactor: changes to QueryEditorProps instead

* Refactor: cleans up testdata, prometheus and cloud monitoring variable support

* Refactor: adds variableQueryRunner

* Refactor: adds props to VariableQueryEditor

* Refactor: reverted Loki editor

* Refactor: refactor queryrunner into smaller pieces

* Refactor: adds upgrade query thunk

* Tests: Updates old tests

* Docs: fixes build errors for exported api

* Tests: adds guard tests

* Tests: adds QueryRunner tests

* Tests: fixes broken tests

* Tests: adds variableQueryObserver tests

* Test: adds tests for operator functions

* Test: adds VariableQueryRunner tests

* Refactor: renames dataSource

* Refactor: adds definition for standard variable support

* Refactor: adds cancellation to OptionPicker

* Refactor: changes according to Dominiks suggestion

* Refactor:tt

* Refactor: adds tests for factories

* Refactor: restructuring a bit

* Refactor: renames variableQueryRunner.ts

* Refactor: adds quick exit when runRequest returns errors

* Refactor: using TextArea from grafana/ui

* Refactor: changed from interfaces to classes instead

* Tests: fixes broken test

* Docs: fixes doc issue count

* Docs: fixes doc issue count

* Refactor: Adds check for self referencing queries

* Tests: fixed unused variable

* Refactor: Changes comments
2020-11-18 15:10:32 +01:00
..
__mocks__ Chore: Fix all Typescript strict null errors (#26204) 2020-07-10 12:46:59 +02:00
__snapshots__ Plugin signing: UI information (#28469) 2020-10-27 13:08:08 +01:00
partials @grafana/ui: Replace various icons using Icon component (#23442) 2020-04-12 22:20:02 +02:00
specs Provisioning: Allows specifying uid for datasource and use that in derived fields (#23585) 2020-04-20 15:48:38 +02:00
state Plugin signing: UI information (#28469) 2020-10-27 13:08:08 +01:00
wrappers Dependencies: Update angularjs to 1.8.2 (#28736) 2020-11-03 13:18:10 +01:00
all.ts App Plugins: support react pages and tabs (#16586) 2019-05-02 10:15:39 -07:00
AppRootPage.test.tsx Events: Remove unused or unnecessary events (#28783) 2020-11-03 15:29:43 +01:00
AppRootPage.tsx Plugins: do not remount app plugin on nav change (#28105) 2020-10-21 09:58:23 +02:00
built_in_plugins.ts Remove homelinks panel (#28808) 2020-11-04 12:06:41 +01:00
datasource_srv.ts Chore: Remove angular dependency from data sources (#27735) 2020-10-01 18:51:23 +01:00
plugin_component.ts Chore: Removes some unneeded console logging and changes logs to errors (#26235) 2020-07-10 15:07:04 +01:00
plugin_loader.test.ts Plugins: add a bundle plugins folder (#20850) 2020-04-07 00:04:24 -07:00
plugin_loader.ts Chore: remove file export (use inspector/toCSV()) (#23508) 2020-04-10 21:08:19 -07:00
plugin_page_ctrl.ts AppPageCtrl: Fix digest issue with app page initialisation (#21847) 2020-01-30 13:47:11 +01:00
PluginDashboards.tsx Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
PluginList.test.tsx rewrote to use react.sfc 2018-09-27 12:15:41 +02:00
PluginList.tsx Plugin signing: UI information (#28469) 2020-10-27 13:08:08 +01:00
PluginListItem.test.tsx tests 2018-09-26 15:12:06 +02:00
PluginListItem.tsx Plugin signing: UI information (#28469) 2020-10-27 13:08:08 +01:00
PluginListPage.test.tsx Plugin signing: UI information (#28469) 2020-10-27 13:08:08 +01:00
PluginListPage.tsx Plugin signing: UI information (#28469) 2020-10-27 13:08:08 +01:00
PluginPage.tsx Plugins signing: Fix docs urls (#28930) 2020-11-09 13:32:48 +01:00
PluginsErrorsInfo.tsx Plugins signing: Fix docs urls (#28930) 2020-11-09 13:32:48 +01:00
PluginSettingsCache.ts Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
PluginSignatureBadge.tsx Fix typo in unsigned plugin warning (#28709) 2020-11-01 21:51:44 +02:00
PluginStateInfo.tsx Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
variableQueryEditorLoader.tsx Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00