Commit Graph

303 Commits (f52aa4de4e034cd81ad64fa4101f34ea37dbcf08)

Author SHA1 Message Date
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
Torkel Ödegaard b780b6377a Fixed missing time axis on graph due to width not being passed 6 years ago
Torkel Ödegaard df17f7dc45 fixed explore width-0 issue, fixes #15304 6 years ago
Dominik Prokop 229d646bfc Persis deduplication strategy in url 6 years ago
Hugo Häggmark e42b670f5c Closing timepicker when clicking outside the picker 6 years ago
Johannes Schill e103143634 fix: Update snapshot 6 years ago
Johannes Schill f5431f5210 chore: Explore: Remove inner AutoSizer, spread the size-object to width/height, change height type to number 6 years ago
Johannes Schill d68df9d704 fix: Calculation issue with AutoSizer in explore 6 years ago
Johannes Schill 097396c517 chore: Replace withSize with AutoSizer in explore/Graph.tsx 6 years ago
Hugo Häggmark 9ba98b8703 Fixes #15223 by handling onPaste event because of bug in Slate 6 years ago
Torkel Ödegaard bfdfb215f3 added missing typing to explore props 6 years ago
Hugo Häggmark 3b0a04c627 Fixed so onBlur event trigger an QueryChange and QueryExecute if values differ 6 years ago
Hugo Häggmark 2c255fd85a Renamed initialQueries to queries 6 years ago
Johannes Schill 9ab5eeb7f3 fix: Explore: Query wrapping on long queries #15222 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 5e2b9e40a2 Added more typings 6 years ago
Torkel Ödegaard 217468074f added submenu, made sure submenu visibility is always up to date 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
Hugo Häggmark acea1d7f00 Alignment of interfaces and components 6 years ago
Hugo Häggmark 43f8098981 Removed the on every key change event 6 years ago
Dominik Prokop 3c358e406e Make runQueries action independent from datasource loading 6 years ago
Torkel Ödegaard 740e1a0540 Made really good progress on loki support in dashboards 6 years ago
Dominik Prokop 2ddccb4a21 Temporarily run queries independently from UI state of explore panels 6 years ago
corpglory-dev cf60ae79c3 Move prism to app/features/explore 6 years ago
Dominik Prokop 6ab9355146 Restoring explore panels state from URL 6 years ago
Torkel Ödegaard 6663b2fab9 Moved time_srv to services folder, this should not belong to dashboard feature but it is too dependant on dashboard to move it out now, needs a bigger refactoring to isolate from dashboard 6 years ago
Dominik Prokop 661de1efe1 Rename SetInitialQueries action to QueriesImported 6 years ago
Dominik Prokop d746df485c Add missing code 6 years ago
David Kaltschmidt 8d44ed8d8f Explore: query field should not propagate non-text change 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 d53a430c82 Fixed issue with explore changeTime redux action not being hooked up, fixes #15115 6 years ago
Torkel Ödegaard 6dad4cce07 Updated Explore query styles to align them to other query editor to make them fit in better 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 dc125f1e4d Made sure we only resetTypeahead if mounted 6 years ago
Dominik Prokop 07331b4c07 Revert "Use the same panel loading indicator in explore as on dashboard's panel" 6 years ago
Hugo Häggmark 6b0400eed2 Firing off an action instead of listening to location changes 6 years ago
Dominik Prokop 957c659291 Handle undefined graph and table results 6 years ago
Dominik Prokop 05edb3e5ad Use the same panel loading indicator in explore as on dashboard's panel 6 years ago
Dominik Prokop 2ff62c42ac Prevents query result cleaning when new query trransaction starts 6 years ago
Hugo Häggmark 9298876ef0 Changes after PR Comments 6 years ago