grafana/public/app/features/explore/state
Lukas Siatka 6b4d1dceb0
Explore: updates key and refId reassignment on query row operations in Explore reducer (#25249)
* Chore: adds query keys and refId reassignment on query row removal

* Chore: updates explore reducer tests to cover query row adding, removal, refId and key reassignment

* Chore: changes refId value in explore reducer from undefined to string to avoid introducing new strict null errors

* Chore: fixes a small nitpick with array spread in Explore reducer

* Chore: removes unnecessary dispatches in query row tests in Explore reducer test
2020-06-04 12:33:16 +02:00
..
actions.test.ts Explore: fix update url on mode change (#25084) 2020-05-26 14:54:18 +02:00
actions.ts Explore: fix update url on mode change (#25084) 2020-05-26 14:54:18 +02:00
actionTypes.ts Explore: Allows a user to cancel a running query (#22545) 2020-03-25 10:38:14 +00:00
reducers.test.ts Explore: updates key and refId reassignment on query row operations in Explore reducer (#25249) 2020-06-04 12:33:16 +02:00
reducers.ts Explore: updates key and refId reassignment on query row operations in Explore reducer (#25249) 2020-06-04 12:33:16 +02:00
selectors.test.ts Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
selectors.ts Explore: Cleanup redundant state variables and unused actions (#20837) 2019-12-05 11:22:46 +01:00