Files
grafana/public/app/features
David Kaltschmidt bdae399322 Prevent Explore from updating when typing query
- remove `edited` property of query objects
- query object semantics changes to be initial values only
- resetting or externally modifying a query is done via giving it a new
  react key, which replaces the row completely
- query changes while typing are sent up to Explore to be saved in a
  local property that is not part of the component state (prevent
  control circle)
- all Explore functions using the queries must access the local property
  for current values
2018-10-04 15:32:28 +02:00
..
2018-09-11 14:14:03 +02:00
2018-10-03 13:04:31 +02:00
2018-10-03 09:43:10 +02:00
2018-10-03 13:04:31 +02:00
2018-09-27 11:53:19 +02:00
2018-10-03 14:58:34 +02:00