Commit Graph

57 Commits (47e51cb6b331aa792f1ab203892a2842c1a72902)

Author SHA1 Message Date
Torkel Ödegaard 47e51cb6b3
Refactor: Plugin exports & data source / panel types (#16364) 6 years ago
Hugo Häggmark 988b7c4dc3
Feat: Adds reconnect for failing datasource in Explore (#16226) 6 years ago
Ryan McKinley bfba47c6c4 Refactor: Move LogLevel and Labels utils to @grafana/ui (#16285) 6 years ago
Dominik Prokop a8c50ed6ba
feat(explore): make it possible to close left pane of split view (#16155) 6 years ago
Hugo Häggmark eedbc485dd
Makes it possible to navigate back/forward with browser buttons in Explore (#16150) 6 years ago
Peter Holmberg cf55d68894 using refId from panel model 6 years ago
Dominik Prokop a853e2c36e
Fix deduplication results displaying wrong data (#15755) 6 years ago
David Kaltschmidt e6a74eb1a2 Explore: Make sure line graphs get different colors 6 years ago
Dominik Prokop dd19ec3b22 Move explore selectors to a separate file 6 years ago
Dominik Prokop 1693f083cc Move deduplication calculation from Logs component to redux selector 6 years ago
Dominik Prokop 85780eb30c Remove not related code 6 years ago
Dominik Prokop cee2e4788b Do not read store state from toggle panelaction creator 6 years ago
Dominik Prokop c9fbd43231 Review changes 6 years ago
Dominik Prokop 229d646bfc Persis deduplication strategy in url 6 years ago
Hugo Häggmark 2c255fd85a Renamed initialQueries to queries 6 years ago
Hugo Häggmark f74ebdade6 Missed to save 6 years ago
Hugo Häggmark 34dd1a22ab Fixed bug with removing a QueryRow thats not part of nextQueries 6 years ago
Hugo Häggmark 96aef3bab8 Replaced intialQueris with queryKeys 6 years ago
Hugo Häggmark 6b98b05976 Removed modifiedQueries from state 6 years ago
Hugo Häggmark 1f5bb76718 Refactor of action, actionTypes and reducer 6 years ago
Hugo Häggmark 2d0fd96621 More types and some refactoring 6 years ago
Dominik Prokop 3c358e406e Make runQueries action independent from datasource loading 6 years ago
Dominik Prokop 2ddccb4a21 Temporarily run queries independently from UI state of explore panels 6 years ago
Dominik Prokop 6ab9355146 Restoring explore panels state from URL 6 years ago
Dominik Prokop 661de1efe1 Rename SetInitialQueries action to QueriesImported 6 years ago
Dominik Prokop d746df485c Add missing code 6 years ago
Dominik Prokop 9ddbfed730 Wait for queries to be imported before proceeding with datasource change 6 years ago
Dominik Prokop 8ea72eeaf7 Remove commented code 6 years ago
Dominik Prokop 010f902003 Import queries before datasource is changed 6 years ago
Torkel Ödegaard a1a905cbb1 Removed the initial data source as I could not see it being used anywhere 6 years ago
Hugo Häggmark 08f5a3338a Making sure we do not pass a long invalid queries and save to state 6 years ago
Torkel Ödegaard 91d926f180 single import for types from @grafana/ui 6 years ago
Hugo Häggmark 6b0400eed2 Firing off an action instead of listening to location changes 6 years ago
Dominik Prokop 2ff62c42ac Prevents query result cleaning when new query trransaction starts 6 years ago
Hugo Häggmark 40f410562a Fixed reinitialise of Explore 6 years ago
Dominik Prokop 05f9eb0766 Update datasource before the loading has started 6 years ago
David Kaltschmidt c0277ab595 Explore: Fix scanning for logs 6 years ago
Torkel Ödegaard 79bd7f4077 Fixed data source selection in explore 6 years ago
Torkel Ödegaard 205e2acdd8 Added data source type to explore state 6 years ago
Torkel Ödegaard ecab597e5e renaming DataSource type to DataSourceSettings and moved to grafana ui 6 years ago
Torkel Ödegaard febb9e7168 Moved data source and data query types 6 years ago
David Kaltschmidt 648a775acb Explore: Fix datasource selector being empty with single datasource 6 years ago
David Kaltschmidt 9575a4a2c0 Move action properties to payload 6 years ago
David Kaltschmidt 6ff15039a9 File organization, action naming, comments 6 years ago
David Kaltschmidt 9aede9e636 Fix reducer issues 6 years ago
David Kaltschmidt 546a3a9d98 Connect Explore child components to store 6 years ago
David Kaltschmidt 607f7c25de Update comments 6 years ago
David Kaltschmidt f02f41c9b0 Move types to types/explore 6 years ago
David Kaltschmidt be172d3e4a Save state in URL and fix tests 6 years ago
David Kaltschmidt 68c039b289 Allow multiple Explore items for split 6 years ago