prometheus/web/ui/react-app/src
Boyko 731ca08acd React UI: Graph legend (#6321)
* initial commit

Signed-off-by: blalov <boyko.lalov@tick42.com>
Signed-off-by: Boyko Lalov <boyskila@gmail.com>

* eslint fixes

Signed-off-by: blalov <boyko.lalov@tick42.com>
Signed-off-by: Boyko Lalov <boyskila@gmail.com>

* hover bug fix

Signed-off-by: blalov <boyko.lalov@tick42.com>
Signed-off-by: Boyko Lalov <boyskila@gmail.com>

* refactoring

Signed-off-by: blalov <boyko.lalov@tick42.com>
Signed-off-by: Boyko Lalov <boyskila@gmail.com>

* remove unnecessary check

Signed-off-by: blalov <boyko.lalov@tick42.com>
Signed-off-by: Boyko Lalov <boyskila@gmail.com>

* fix tests

Signed-off-by: blalov <boyko.lalov@tick42.com>
Signed-off-by: Boyko Lalov <boyskila@gmail.com>

* lint fix

https://github.com/prometheus/prometheus/issues/6268
Signed-off-by: blalov <boyko.lalov@tick42.com>
Signed-off-by: Boyko Lalov <boyskila@gmail.com>

* fix typos

Fixes<https://github.com/prometheus/prometheus/issues/6268>

Signed-off-by: blalov <boyko.lalov@tick42.com>
Signed-off-by: Boyko Lalov <boyskila@gmail.com>

* init hover events if can

Fixes: <https://github.com/prometheus/prometheus/issues/6268>

Signed-off-by: blalov <boyko.lalov@tick42.com>
Signed-off-by: Boyko Lalov <boyskila@gmail.com>

* review changes

Signed-off-by: blalov <boyko.lalov@tick42.com>
Signed-off-by: Boyko Lalov <boyskila@gmail.com>

* fix activeIndex bug

Signed-off-by: Boyko Lalov <boyskila@gmail.com>

* extend plot options types

Signed-off-by: Boyko Lalov <boyskila@gmail.com>

* adding more types

Signed-off-by: blalov <boyko.lalov@tick42.com>

* fix branch after wrong force push

Signed-off-by: blalov <boyko.lalov@tick42.com>

* unit test fixes

Signed-off-by: blalov <boyko.lalov@tick42.com>

* remove unused variables

Signed-off-by: blalov <boyko.lalov@tick42.com>
2019-11-24 13:14:57 +01:00
..
components/SanitizeHTML Add unit tests for react-app (#6234) 2019-10-28 18:09:48 +01:00
hooks Replace fetching hooks with class render prop component (#6267) 2019-11-12 14:35:47 +01:00
pages React UI: Graph legend (#6321) 2019-11-24 13:14:57 +01:00
types React UI: Graph legend (#6321) 2019-11-24 13:14:57 +01:00
utils React UI: Change the dynamic react key with static id (#6325) 2019-11-20 15:33:03 +01:00
App.css React UI: Graph legend (#6321) 2019-11-24 13:14:57 +01:00
App.test.tsx Adding TSDB Stats Page in React UI (#6281) 2019-11-12 11:15:20 +01:00
App.tsx React UI: Add /tsdb-status to React-handled routes (#6313) 2019-11-20 15:50:52 +01:00
Checkbox.test.tsx Add unit tests for react-app (#6234) 2019-10-28 18:09:48 +01:00
Checkbox.tsx WIP: React UI Linting rules (#6206) 2019-10-28 15:02:42 +01:00
DataTable.test.tsx Add unit tests for react-app (#6234) 2019-10-28 18:09:48 +01:00
DataTable.tsx React UI: Graph legend (#6321) 2019-11-24 13:14:57 +01:00
ExpressionInput.test.tsx React UI: Make test spy attachment more jest-y (#6361) 2019-11-24 13:14:01 +01:00
ExpressionInput.tsx Replace fetching hooks with class render prop component (#6267) 2019-11-12 14:35:47 +01:00
globals.ts Integrate beginning of React UI (#5694) 2019-10-17 14:38:09 +02:00
Graph.test.tsx React UI: Graph legend (#6321) 2019-11-24 13:14:57 +01:00
Graph.tsx React UI: Graph legend (#6321) 2019-11-24 13:14:57 +01:00
GraphControls.test.tsx Add unit tests for react-app (#6234) 2019-10-28 18:09:48 +01:00
GraphControls.tsx WIP: React UI Linting rules (#6206) 2019-10-28 15:02:42 +01:00
index.tsx React UI: Support custom path prefixes (#6264) 2019-11-04 09:17:50 +01:00
MetricFormat.test.ts Add unit tests for react-app (#6234) 2019-10-28 18:09:48 +01:00
MetricFormat.ts Add unit tests for react-app (#6234) 2019-10-28 18:09:48 +01:00
Navbar.tsx React UI: Make link to classic UI work (#6320) 2019-11-14 18:46:39 +01:00
Panel.test.tsx React UI: Graph legend (#6321) 2019-11-24 13:14:57 +01:00
Panel.tsx React UI: Graph legend (#6321) 2019-11-24 13:14:57 +01:00
PanelList.test.tsx Add unit tests for react-app (#6234) 2019-10-28 18:09:48 +01:00
PathPrefixProps.ts React UI: Support custom path prefixes (#6264) 2019-11-04 09:17:50 +01:00
QueryStatsView.css Adjust React query stats font (#6238) 2019-10-28 10:22:36 +01:00
QueryStatsView.test.tsx Add unit tests for react-app (#6234) 2019-10-28 18:09:48 +01:00
QueryStatsView.tsx WIP: React UI Linting rules (#6206) 2019-10-28 15:02:42 +01:00
react-app-env.d.ts Integrate beginning of React UI (#5694) 2019-10-17 14:38:09 +02:00
SeriesName.test.tsx Add unit tests for react-app (#6234) 2019-10-28 18:09:48 +01:00
SeriesName.tsx React UI: More conversions to Function Components (#6259) 2019-11-02 21:45:22 +01:00
setupTests.ts Implement the /flags page in react (#6248) 2019-11-02 10:27:36 +01:00
TimeInput.test.tsx Add unit tests for react-app (#6234) 2019-10-28 18:09:48 +01:00
TimeInput.tsx React UI: Fix left/right icons in the time picker (#6275) 2019-11-05 08:15:18 -07:00
withStatusIndicator.tsx Replace fetching hooks with class render prop component (#6267) 2019-11-12 14:35:47 +01:00