Commit Graph

70 Commits (47e51cb6b331aa792f1ab203892a2842c1a72902)

Author SHA1 Message Date
Torkel Ödegaard 47e51cb6b3
Refactor: Plugin exports & data source / panel types (#16364) 6 years ago
Ryan McKinley ede2d54849 Refactor: React Panels to only use SeriesData[] (#16306) 6 years ago
Peter Holmberg 4898502e4e
refactor(grafana/ui): Replace <input />with Input component from grafana/ui (#16085) 6 years ago
Peter Holmberg 384e11fd68 Copied from new timepicker and unified component branch 6 years ago
Peter Holmberg 4e57ead38d Prevent search in VizPicker from stealing focus (#15802) 6 years ago
Torkel Ödegaard cd78f0bef2 Fixed scrollbar not visible due to content being added a bit after mount, fixes #15711 6 years ago
Torkel Ödegaard a5455691b3 Hide time info switch when no time options are specified 6 years ago
Hugo Häggmark 48570c6272
Made sure that DataSourceOption displays value and fires onChange/onBlur events (#15757) 6 years ago
ryan 3d16528459 use onOptionsChange 6 years ago
ryan 77d709d9df use updateOptions rather than onChange 6 years ago
Daniel Lee c5a70e9b97 Pass dashboardModel to PanelCtrl class. Fixes #15541 6 years ago
Torkel Ödegaard abddb442a1
Changed how react panels store their options (#15468) 6 years ago
Torkel Ödegaard bf826d7c81 Removed primary class from Add Query button, and changed name of Panel Options tab o General Options 6 years ago
Torkel Ödegaard 83d1eb87e5 Began experimenting with a bar gauge 6 years ago
Torkel Ödegaard 074073787d Added a ReactPanelPlugin as the interface that react panels export, this way react panels have clearer api, and gives us hooks to handle migrations and a way for panel to handle panel changes in the future 6 years ago
Torkel Ödegaard 843f8b04d4 Began experimenting with a bar gauge 6 years ago
Torkel Ödegaard 2bc26a01f9 Fixes to error handling and clearing, also publishing of legacy events so old query editors work with react panels fully 6 years ago
Torkel Ödegaard cfea8bdcae Prettier had not been running as a precommit hook for some time so had to run in on all files again 6 years ago
Johannes Schill 27bbadce1d feat: Add EmptySearchResult ui component and use it in VizTypePicker 6 years ago
Johannes Schill 44eaa3eaa8 Revert "feat: Highlight vizpicker input when there are no panels matching the search query" 6 years ago
Hugo Häggmark 4c74b09a9d Renamed to FilterInput and added label and search icon 6 years ago
Johannes Schill 11db48e76e feat: Highlight vizpicker input when there are no panels matching the search query 6 years ago
Torkel Ödegaard a1453607a9 Changed noQueries to a dataFormats array that will allow a panel to define supported formats and prefered (first in array) 6 years ago
Johannes Schill b5dbf26dc4 chore: PR feedback, shorten boolean check 6 years ago
Johannes Schill 075fb8e91c chore: Rename isDataPanel to noQueries 6 years ago
Johannes Schill b7b1a79405 chore: Only show Queries tab for panel plugins with isDataPanel set to true 6 years ago
Johannes Schill be58e275a5 chore: PR feedback, shorten boolean check 6 years ago
Johannes Schill 2db9cb3d93 chore: Rename isDataPanel to noQueries 6 years ago
Hugo Häggmark 5388541fd7 Fixes bug #12972 with a new type of input that escapes and unescapes special regexp characters 6 years ago
Johannes Schill 0019e0ffc9 chore: Only show Queries tab for panel plugins with isDataPanel set to true 6 years ago
Dominik Prokop f39fef2a02 Clear visualization picker search on picker close 6 years ago
Torkel Ödegaard a0729b9b50 provide time range to angular query controllers 6 years ago
Torkel Ödegaard 748cb44911 Fixed issues with plus button in threshold and panel option header, and current state in viz picker, fixes #15329 6 years ago
Torkel Ödegaard 096751b658 Updated add panel related flows 6 years ago
Peter Holmberg e4dad78045 added flags to vizpicker from query param 6 years ago
Johannes Schill 9ab5eeb7f3 fix: Explore: Query wrapping on long queries #15222 6 years ago
Peter Holmberg f6b46f7a34 prepping go to visualization 6 years ago
Torkel Ödegaard e54689a964 Removed comment from panel editor 6 years ago
Torkel Ödegaard aafd4a339a Moved dashboard state components to state folder 6 years ago
Torkel Ödegaard 71d0fae3a9 Progress on tooltip style update 6 years ago
Torkel Ödegaard 0de861a3a8 Minor progress on react query editor support, solving updating query persisted state 6 years ago
Dominik Prokop 1d3122632f Move Switch component to grafana-ui 6 years ago
Torkel Ödegaard b1ef3c43f9 Disable query should trigger refresh 6 years ago
Torkel Ödegaard 02083d71c8 Loki query editor is starting to work, had to make changes to explore query field in order to update query from the outside without unmount between 6 years ago
Dominik Prokop 4384eb2f0b Move tooltip themes to Tooltip component making Popper/PopperController theme agnostic 6 years ago
Torkel Ödegaard db2a15daf0 Fixed loading of default query editor 6 years ago
Torkel Ödegaard 4cbed807d6 toggle collapse when clicking on collapse state text 6 years ago
Torkel Ödegaard 16d476d228 Query editor row style update & sass cleanup 6 years ago
Torkel Ödegaard 521c8f34f7 Moved add query button to the right 6 years ago
Torkel Ödegaard f2498645d0 Fixed issue with explore angular query editor support introduced by recent angular query editor changes 6 years ago