Torkel Ödegaard
a0eddad323
Merge pull request #14934 from grafana/hugoh/refactor-gauge-to-work-with-thresholds
...
Refactor gauge to work with thresholds
2019-01-18 13:24:52 +01:00
Torkel Ödegaard
3a827fc2f1
Added test case dashboard
2019-01-18 13:12:32 +01:00
Torkel Ödegaard
f16101101d
Minor refactoring and name changes
2019-01-18 11:58:29 +01:00
Torkel Ödegaard
bc8f3374a3
Merge pull request #14936 from grafana/plugin-types-refactor
...
Plugin types refactor
2019-01-18 08:21:29 +01:00
Hugo Häggmark
5448b72f7c
Passed the theme to Gauge
2019-01-18 06:57:00 +01:00
Hugo Häggmark
a6e2be862c
Added typings and refactored valuemappings code
2019-01-18 06:40:30 +01:00
Hugo Häggmark
9a01f3e517
Moved Gauge to ui/components
2019-01-18 06:40:30 +01:00
Hugo Häggmark
554d010332
Preparing move to ui/viz
2019-01-18 06:40:30 +01:00
Hugo Häggmark
9dcf3d58ea
Fixed getFontColor, added tests and fixed thresholds logic
2019-01-18 06:40:30 +01:00
Hugo Häggmark
533b938fcd
Removed baseColor
2019-01-18 06:40:30 +01:00
Torkel Ödegaard
20c8b9c4a0
began work on react query editor props and integration
2019-01-17 20:02:43 +01:00
Torkel Ödegaard
205e2acdd8
Added data source type to explore state
2019-01-17 19:17:29 +01:00
Torkel Ödegaard
a6f6ed4191
updated snapshot
2019-01-17 19:04:53 +01:00
Torkel Ödegaard
ecab597e5e
renaming DataSource type to DataSourceSettings and moved to grafana ui
2019-01-17 18:51:07 +01:00
Torkel Ödegaard
e89746c3d0
Merge pull request #14920 from grafana/12133-autofill-event-hack
...
iOS login button should be enabled when using browser autofill
2019-01-17 18:41:24 +01:00
Torkel Ödegaard
febb9e7168
Moved data source and data query types
2019-01-17 17:59:47 +01:00
Torkel Ödegaard
4fc9d794ca
Moved plugin types to @grafana/ui
2019-01-17 17:37:34 +01:00
Torkel Ödegaard
a201c76c5f
wip: moved plugin exports
2019-01-17 17:04:24 +01:00
Torkel Ödegaard
3cb73e7948
Minor fix scrollpos when duplicating
2019-01-17 15:11:38 +01:00
Torkel Ödegaard
a6683dd90e
Merge branch 'master' into react-query-editor
2019-01-17 14:57:49 +01:00
David
6f6c4652dc
Merge pull request #14928 from grafana/davkal/14926-loki-missing
...
Explore: Fix datasource selector being empty with single datasource
2019-01-17 14:49:55 +01:00
Torkel Ödegaard
bfadcd2968
Merge branch 'master' into page-layout-component
2019-01-17 14:48:54 +01:00
Torkel Ödegaard
3047579cdd
removed unused props from angular query component interface
2019-01-17 13:27:01 +01:00
Torkel Ödegaard
f041928e58
Additional query editor row tweaks
2019-01-17 13:15:25 +01:00
Torkel Ödegaard
cc4564cf8b
Query editor row in react is working
2019-01-17 13:08:20 +01:00
Peter Holmberg
3ce45e7154
shortening callback functions
2019-01-17 11:57:15 +00:00
David Kaltschmidt
648a775acb
Explore: Fix datasource selector being empty with single datasource
...
- The "missing" action was triggered unless the number of datasource >1 🤦
- Made datasource preselection more robust in case the requested datasource is already gone
2019-01-17 12:07:42 +01:00
Torkel Ödegaard
548708a8d3
Scroll to top when visualization picker is opened
2019-01-17 11:27:32 +01:00
Torkel Ödegaard
9cb49d14cd
Made scrollbar have scrollTop and setScrollTop props so we can control scroll position
2019-01-17 11:25:44 +01:00
Torkel Ödegaard
bc956057c3
Query editor row react progress, buttons working
2019-01-17 10:26:08 +01:00
Johannes Schill
1dfabf498a
chore: Replace the deprecated SFC with FC
2019-01-17 09:27:43 +01:00
Johannes Schill
71121e1dbe
chore: Wrap footer with React's memo hoc
2019-01-17 09:15:47 +01:00
Johannes Schill
00646b80c6
chore: Reduce code duplication by letting the page component adding the header and taking care of the page title
2019-01-17 09:01:17 +01:00
Peter Holmberg
736db86d6e
removing Label and going with FormLabel
2019-01-16 18:02:27 +00:00
Torkel Ödegaard
6a66d462aa
Toggle edit mode works
2019-01-16 17:53:40 +01:00
Johannes Schill
234713466e
test: Update snapshots and mocks
2019-01-16 16:29:07 +01:00
Johannes Schill
3ca7523a02
fix: Use Page component on "Api Keys" and "Preferences" under Configuration
2019-01-16 16:16:19 +01:00
Johannes Schill
feeb3ea56d
feat: Generate page titles from navModel
2019-01-16 16:03:15 +01:00
Johannes Schill
25304629bd
test: Updated snapshots
2019-01-16 16:03:15 +01:00
Johannes Schill
6bd87098cf
chore: Better way of getting the body node
2019-01-16 16:03:15 +01:00
Johannes Schill
1e80bac2d2
chore: Reactify footer
2019-01-16 16:03:15 +01:00
Johannes Schill
d426981d1d
fix: Add Pages component to Plugins and TeamList
2019-01-16 16:03:15 +01:00
Johannes Schill
b2961a4b4a
fix: Configuration: Users should also use the Page component
2019-01-16 16:03:15 +01:00
Johannes Schill
06d8243ab5
feat: Possibility to change document title on pages using the Page component
2019-01-16 16:03:15 +01:00
Johannes Schill
8237c22e24
fix: Add CustomScroller on DataSources page
2019-01-16 16:03:15 +01:00
Johannes Schill
47d86ee818
fix: Proper types for linter
2019-01-16 16:01:42 +01:00
Johannes Schill
9e0e91a90a
test: Snapshot update
2019-01-16 16:01:42 +01:00
Johannes Schill
1d8e036bcb
fix: Fix import path after Scrollbar move to @grafana/ui
2019-01-16 16:01:42 +01:00
Torkel Ödegaard
7f4a479451
POC of page layout component
2019-01-16 16:01:42 +01:00
Peter Holmberg
01251927b3
redoing input props
2019-01-16 14:43:22 +00:00