Lukas Siatka
fd44abd177
DevEnv: update frontend dependencies - tests ( #22140 )
...
* DevEnv: updates @types/testing-library__react-hooks 3.1.0 -> 3.2.0
* DevEnv: updates @types/enzyme-adapter-react-16 1.0.5 -> 1.0.6
* DevEnv: updates @types/react-test-renderer 16.9.0 -> 16.9.2
* DevEnv: updates react-test-renderer 16.9.0 -> 16.12.0
* DevEnv: updates @types/enzyme 3.9.0 -> 3.10.5
* DevEnv: updates enzyme-adapter-react-16 1.0.6 -> 1.15.2
* DevEnv: updates enzyme 3.9.0 -> 3.11.0
* Fix: updates snapshots
* Fix: updates tests
* DevEnv: updates enzyme-to-json 3.3.5 -> 3.4.4
* DevEnv: updates expect.js 0.2.0 -> 0.3.1
* DevEnv: updates @types/puppeteer-core 1.9.0 -> 2.0.0
* DevEnv: updates puppeteer-core 1.15.0 -> 2.1.1
* DevEnv: updates @types/expect-puppeteer 3.3.1 -> 4.4.0
* DevEnv: updates expect-puppeteer 4.1.1 -> 4.4.0
* DevEnv: updates mocha 4.1.0 -> 7.0.1
2020-02-14 15:16:07 +01:00
Ivana Huckova
2be4d8dfd0
Explore: Refactor active buttons css ( #22124 )
2020-02-12 20:11:40 +01:00
Lukas Siatka
c425a837a9
Explore: adds basic tests to TableContainer checking the render and output on 0 series returned
2020-01-30 12:02:50 +00:00
Lukas Siatka
f7fe4d4865
Explore: adds MetaInfoText tests
2020-01-30 12:02:50 +00:00
Tobias Skarhed
6ff315a299
Emotion: Add main package with version 10 ( #21560 )
...
* Update version and snapshots
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
2020-01-21 07:40:05 +01:00
Ivana Huckova
dfeee3dd4a
grafana/ui: Add synced timepickers styling to TimePicker ( #21598 )
2020-01-20 09:59:35 +01:00
Lukas Siatka
74924c8284
Explore: moves add query row button below query rows ( #20522 )
...
* Explore: updates Query Row component, moves latency to query row actions
* Explore: updates query row actions - adds latency and removes add row button
* Explore: updates explore toolbar props, adds index of the last query row
* Explore: updates toolbar, adds add new row button
* Explore: updates add new query row toolbar button title to add query
* Explore: updates query row actions - adds disabled property on latency button
* Explore: updates query row actions snapshot
* Explore: updates styles
* Explore: updates query row, removes latency
* Explore: updates query row actions, removed latency
* Explore: updates query row actions test and snapshot
* Explore: updates toolbar, moves add new query row button below query rows
* Explore: updates add query row button color and adds transparent background to latency div
* Explore: updates styles for add query row button responsiveness
* Explore: updates query row with latency button, fixes alignment of overall latency
* Explore: updates query row actions snapshot
* Explore: removes overall latency
* Explore: updates query row latency - removes mouseover-triggered style changes
* Explore: updates query row actions snapshot
* Explore: moves styles from scss to emotion
* Add row button: Removed responsiveness, reused query row styles
Co-authored-by: David <david.kaltschmidt@gmail.com>
2019-12-23 12:29:00 +01:00
Ivana Huckova
29b46f7a28
Explore: UI changes for split view and live tailing ( #20516 )
2019-11-22 12:26:14 +01:00
Ivana Huckova
0ecc9a57f1
Explore: Add titles to query row action buttons ( #20128 )
2019-11-01 14:48:35 +01:00
Ivana Huckova
7a1eff197d
Explore: Add functionality to show/hide query row results ( #19794 )
2019-10-22 14:57:46 +02:00
Ivana Huckova
f8c474fa1b
Explore: Add unit test to TimeSyncButton ( #19836 )
2019-10-16 11:48:10 +02:00
Hugo Häggmark
4b3440325e
Explore: Replaces TimeSeries with GraphSeriesXY ( #18475 )
...
* Wip: Compiles and runs
* WIP: Logs Graph partially working
* Refactor: Adds GraphSeriesToggler
* Refactor: Adds tickDecimals to YAxis
* Refactor: Adds TimeZone and PlotSelection to Graph
* Refactor: Makes the graphResult work in Explore
* Refactor: Adds ExploreGraphPanel that is used by Logs and Explore
* Fix: Fixes strange behaviour with ExploreMode not beeing changed
* Fix: Adds onSelectionChanged to GraphWithLegend
* Refactor: Cleans up unused comments
* ExploreGraph: Disable colorpicker
2019-08-13 07:32:43 +02:00
Dominik Prokop
34f9b3ff2b
Explore: use @grafana/ui legend ( #17027 )
2019-05-14 08:46:35 +02:00
Johannes Schill
e103143634
fix: Update snapshot
2019-02-05 14:42:18 +01:00
Michael Huynh
c7dc557e91
Add visibility toggle for explore graph series
...
The implemented toggling UX is similar to how the dashboard graph plugin
behaves. Also incorporates review feedback to persist series visibility
state by means of the alias property, with the limitation it carries
too.
Related: #13522
2018-11-20 21:52:42 +08:00
David Kaltschmidt
adb2430a1b
Explore: collapsible result panels
...
- replace the Graph/Table buttons with toggle control in a wrapper panel
- moved toggle control to left to be close to the label
- removed panel styles from Logs and Graph viewer
- moved loader animation to panel
2018-11-16 18:21:13 +00:00
David Kaltschmidt
d6ff16fe72
Explore: fix graph resize on window resize
...
- resize HOC wrapper only resized first child which in case of large
graphs was the warning button
- moved warning button inside the panel parent
2018-10-24 11:30:32 +02:00
David Kaltschmidt
2e02a8c855
Explore: query transactions
...
Existing querying was grouped together before handed over to the
datasource. This slowed down result display to however long the slowest
query took.
- create one query transaction per result viewer (graph, table, etc.)
and query row
- track latencies for each transaction
- show results as soon as they are being received
- loading indicator on graph and query button to indicate that queries
are still running and that results are incomplete
- properly discard transactions when removing or changing queries
2018-10-23 16:09:48 +02:00
David Kaltschmidt
64af094204
Use size-me to resize explore Graph, added types
2018-10-05 11:39:00 +02:00
Peter Holmberg
e50a87aec9
using constant
2018-09-28 12:58:01 +02:00
Peter Holmberg
bb20e5cb94
created test for graph disclaimer
2018-09-25 11:50:55 +02:00