Erik Sundell
566001aaf2
remove old group heading
2019-01-02 13:03:18 +01:00
Erik Sundell
4734788db4
use new generic picker
2019-01-02 13:03:17 +01:00
Erik Sundell
478cfc195a
remove on metric type change
2019-01-02 13:03:17 +01:00
Erik Sundell
014457c486
fix remove filter bug
2019-01-02 13:03:17 +01:00
Erik Sundell
f68db4eded
cleanup query filter
2019-01-02 13:03:17 +01:00
Erik Sundell
b6c6cc1ff6
update failing tests
2019-01-02 13:03:17 +01:00
Erik Sundell
615fa6fc7d
remove redundant default value
2019-01-02 13:03:16 +01:00
Erik Sundell
4d19ac5c02
use new option group in aggregation directive
2019-01-02 13:03:16 +01:00
Erik Sundell
406c0d15a5
remove redundant default value
2019-01-02 13:03:16 +01:00
Erik Sundell
b5d6cd1cc8
wip: add option group component
2019-01-02 13:03:16 +01:00
Erik Sundell
488e92e7f5
wip: add basic option header
2019-01-02 13:03:16 +01:00
Erik Sundell
70c2efd711
Wrap react select component in angular directive
2019-01-02 13:03:15 +01:00
David Kaltschmidt
757d6f322e
s/initialDatasourceId/initialDatasource/
2019-01-02 11:32:12 +00:00
Torkel Ödegaard
24ee10ca01
Merge pull request #14705 from grafana/panel-size-fixes
...
Fixed issues with panel size in edit mode, fixes #14703
2019-01-02 11:48:02 +01:00
Peter Holmberg
ce01bd696e
add alert in react instead of angular
2019-01-02 10:57:12 +01:00
Torkel Ödegaard
9aef3f4fb1
Fixed issues with panel size in edit mode, fixes #14703
2019-01-02 10:54:57 +01:00
Peter Holmberg
d9c93e572e
hide protip if not defined
2019-01-02 10:50:52 +01:00
Erik Sundell
fd88f637b2
fix filter bug
2019-01-02 09:41:26 +01:00
Erik Sundell
f9380a2634
add help text component
2019-01-02 09:36:32 +01:00
Torkel Ödegaard
9e91d91788
Merge pull request #14689 from grafana/davkal/loki-limit
...
Loki: query limit configurable in datasource
2019-01-01 15:38:59 +01:00
David Kaltschmidt
67ebdcbcc3
Explore: Remember last use datasource
...
- use local storage to store last used database
- renamed `datasourceName` property to `initialDatasourceId` for consistency
- adapted tests
2018-12-31 18:30:32 +00:00
David Kaltschmidt
a364487b3a
Logs data model: add more log levels
...
- add `eror` used in github.com/inconshreveable/log15 (used by Grafana as well)
- add levels from SYSLOG
2018-12-31 14:44:13 +00:00
David Kaltschmidt
f4b4ee3ff8
Review feedback
2018-12-31 14:10:45 +00:00
David Kaltschmidt
32438c4716
Loki: change query row to be single field again
...
- tried split selector and search for a week, and it did not feel natural
- keeping some of the original modifications in QueryField from splitting PR
- adapted CheatSheet and placeholder text
- added new label selector state: No labels found
2018-12-31 12:38:13 +00:00
David Kaltschmidt
26a5e07737
Loki: query limit configurable in datasource
...
- Loki queries must contain a limit
- this change makes this limit configurable in the datasource
- keep default at 1000, add tooltip on why inc/dec makes sense
- added tests
2018-12-31 11:25:28 +00:00
Erik Sundell
5ba429387f
reactify annotation query editor
2018-12-28 19:45:24 +01:00
Simon Podlipsky
d42f821c87
Update rxjs
2018-12-27 20:37:44 +01:00
Patrick Freeman
ca7f75f353
Fix general tab typos
2018-12-26 13:36:12 -05:00
Torkel Ödegaard
66a13b281c
Merge branch 'grafana-lib'
2018-12-25 19:26:46 +01:00
Torkel Ödegaard
98d26354c1
Added a form component to @grafana/ui
2018-12-25 11:42:23 +01:00
Torkel Ödegaard
2dfa3269c3
created visualizations folder
2018-12-25 10:20:20 +01:00
Torkel Ödegaard
493714c27d
Fixed JQuery typing issues
2018-12-25 09:59:23 +01:00
Torkel Ödegaard
a38490f4b2
wip: moving react graph component to grafana/ui
2018-12-24 14:14:06 +01:00
Torkel Ödegaard
17de1f2887
Merge pull request #14646 from grafana/fix-dashboard-links
...
Fixed dashboard links not updating after variable or time range change
2018-12-23 20:41:51 +01:00
Torkel Ödegaard
a02b4b47b6
Moving a couple of types to @grafana/ui
2018-12-23 09:15:32 +01:00
Torkel Ödegaard
0ff572efbf
Testing moving out one type to grafana/ui
2018-12-23 08:28:37 +01:00
Torkel Ödegaard
002f57ae00
Fixed dashboard links not updating after variable or time range change, fixes #14493
2018-12-23 07:11:24 +01:00
Torkel Ödegaard
4bb8249ffc
Merge pull request #14627 from cykl/influxdb-timezone-clause
...
Add support for InfluxDB's time zone clause
2018-12-23 07:03:48 +01:00
Torkel Ödegaard
ef219dd72b
Merge pull request #14645 from grafana/fix-tooltip-placement
...
Fixed group button tooltip placement from auto to bottom
2018-12-23 07:00:56 +01:00
Torkel Ödegaard
41712c3957
Fixed group button tooltip placement from auto to bottom, fixes #14634
2018-12-23 06:46:26 +01:00
David Kaltschmidt
d1dec8bd44
Add timestamp back to log entry type
2018-12-22 17:36:35 +01:00
Dan Cech
b8fdacd81f
Update public/app/plugins/datasource/loki/result_transformer.ts
...
Co-Authored-By: davkal <david.kaltschmidt@gmail.com>
2018-12-22 17:28:51 +01:00
David Kaltschmidt
e694604be5
Loki: fix timestamp field
...
- timestamp was renamed to `ts` in grafana/loki#152
- renamed here in result transformer and tests
2018-12-22 17:19:58 +01:00
David
b2401e37fa
Merge pull request #14414 from grafana/davkal/explore-logging-search
...
Explore: Split logging query into selector and search
2018-12-22 17:00:57 +01:00
Erik Sundell
8a916757d7
remove segment srv prop
2018-12-21 23:28:21 +01:00
Erik Sundell
b9cf15786d
use ds template srv reference
2018-12-21 23:21:55 +01:00
Erik Sundell
2f342b8917
remove not used stuff
2018-12-21 23:07:46 +01:00
Erik Sundell
31254e1c72
add event handler
2018-12-21 22:04:46 +01:00
Erik Sundell
0515605b9a
add help component
2018-12-21 21:38:46 +01:00
Peter Holmberg
acf8390d57
note to future me
2018-12-21 14:57:54 +01:00
Peter Holmberg
4002f80ab8
delete works
2018-12-21 14:56:49 +01:00
Jürgen Kreileder
41eb0ba52e
Add support for InfluxDB's time zone clause
2018-12-21 14:37:02 +01:00
Torkel Ödegaard
52f583fee7
@grafana/ui lib now contains one components, seperate lint & tsc steps
2018-12-21 14:23:32 +01:00
Torkel Ödegaard
2fec5c7577
Grafana ui lib is starting to work
2018-12-21 12:27:43 +01:00
Peter Holmberg
6aacd0734b
typings and renamings
2018-12-21 11:57:21 +01:00
Peter Holmberg
25a46c60f1
Merge branch 'master' into 14388/alert-tab-ux-update
2018-12-21 11:25:09 +01:00
Torkel Ödegaard
6e66b2b906
breaking up grafana into multiple packages poc
2018-12-20 16:56:46 +01:00
Erik Sundell
e2ed163779
add project and help component
2018-12-20 16:55:02 +01:00
Erik Sundell
06f771afd3
add alias by component
2018-12-20 15:59:21 +01:00
Erik Sundell
861f911cda
add alignment periods component
2018-12-20 13:36:10 +01:00
Erik Sundell
7a31076f09
cleanup aggregation picker
2018-12-20 13:27:47 +01:00
Erik Sundell
1452bc2e8a
move alignment population code to parent component. make alignment a stateless component instead.
2018-12-20 11:26:05 +01:00
Erik Sundell
ec68c65660
flatten target obj
2018-12-20 11:00:16 +01:00
Torkel Ödegaard
f089c7ee5e
Grafana ui library poc
2018-12-20 09:25:04 +01:00
Marcus Efraimsson
b45f72a140
elasticsearch: support bucket script pipeline aggregations
2018-12-20 01:24:36 +01:00
Kofi Jedamzik
281312ffcd
Add units for blood sugar concentration 💉
2018-12-19 22:23:25 +01:00
Erik Sundell
095407c8cf
on deselect when reducer is set to none
2018-12-19 21:08:38 +01:00
Erik Sundell
945b0aeb86
add alignment component
2018-12-19 17:12:50 +01:00
Torkel Ödegaard
2325c5dbed
Merge pull request #14603 from grafana/minor-angular-editmode-fix
...
Fixes undefined issue with angular panels and editorTabs
2018-12-19 17:09:23 +01:00
Torkel Ödegaard
5b83f6d49d
Fixes undefined issue with angular panels and editorTabs
2018-12-19 17:00:26 +01:00
Erik Sundell
603ef1c37d
refactor aggregation picker
2018-12-19 16:08:18 +01:00
Erik Sundell
9b1b4c09f5
use render props pattern
2018-12-19 15:54:45 +01:00
Torkel Ödegaard
71837fe137
Merge pull request #12681 from simPod/fix-variable-array-display
...
Fix array display from url
2018-12-19 14:34:21 +01:00
Erik Sundell
07dc9d06d7
use template variable prop
2018-12-19 14:29:00 +01:00
Erik Sundell
a955caa9ac
cleanup
2018-12-19 14:19:27 +01:00
Torkel Ödegaard
d0f8d034df
Quick refactoring of time picker styles, needs a much bigger redesign
2018-12-19 13:13:46 +01:00
Peter Holmberg
f3ba3b4df0
render editor toolbar buttons
2018-12-19 13:09:53 +01:00
Torkel Ödegaard
1260301099
Merge pull request #14589 from grafana/search-increase-recent-starred-limit
...
Increase recent and starred limit in search and home dashboard
2018-12-19 12:09:54 +01:00
Torkel Ödegaard
9e92609313
Merge pull request #14113 from cinaglia/fix-csv-decimal-places
...
Retain decimal precision when exporting CSV
2018-12-19 11:56:27 +01:00
Torkel Ödegaard
16ad0f65ea
Increase recent and starred limit in search and home dashboard, closes #13950
2018-12-19 11:40:38 +01:00
Torkel Ödegaard
6154f89d96
Merge pull request #14587 from grafana/panel-help-fixes
...
Panel help view fixes
2018-12-19 11:25:12 +01:00
Torkel Ödegaard
d21b5899c1
Merge branch 'master' of github.com:grafana/grafana
2018-12-19 11:24:25 +01:00
Torkel Ödegaard
6542bfb83e
Merge branch 'fix-misspell-issues' of https://github.com/mjtrangoni/grafana into mjtrangoni-fix-misspell-issues
2018-12-19 11:21:34 +01:00
Torkel Ödegaard
87cc3902b7
Merge pull request #14558 from hahnjo/flops
...
Add units for Floating Point Operations per Second
2018-12-19 11:11:14 +01:00
Torkel Ödegaard
8375c23de9
Merge pull request #14569 from grafana/14537/time-range-and-relative-time
...
Show current values for relative time and time shift
2018-12-19 11:05:42 +01:00
Torkel Ödegaard
60ea99078e
Panel help view fixes
2018-12-19 11:03:54 +01:00
Peter Holmberg
2046309de5
rewrite angular view
2018-12-19 10:42:57 +01:00
Torkel Ödegaard
9fec202668
Merge pull request #14565 from grafana/panel-help-view
...
Panel help view
2018-12-19 10:25:02 +01:00
Torkel Ödegaard
5f2937431f
Merge pull request #14572 from grafana/develop-draggable-panel
...
Another take on resizing the panel, now using react-draggable
2018-12-19 10:07:45 +01:00
Erik Sundell
9e558b70d7
Merge branch '14293-metric-display-names' into reactify-stackdriver
...
# Conflicts:
# public/app/plugins/datasource/stackdriver/partials/query.aggregation.html
# public/app/plugins/datasource/stackdriver/partials/query.editor.html
# public/app/plugins/datasource/stackdriver/partials/query.filter.html
# public/app/plugins/datasource/stackdriver/query_aggregation_ctrl.ts
# public/app/plugins/datasource/stackdriver/query_ctrl.ts
# public/app/plugins/datasource/stackdriver/query_filter_ctrl.ts
# public/sass/_grafana.scss
2018-12-19 09:21:35 +01:00
Johannes Schill
9cd0067187
Add min/max height when resizing and replace debounce with throttle
2018-12-19 09:08:56 +01:00
Carl Bergquist
854487acab
Merge pull request #14441 from cinaglia/delete-external-snapshot
...
Add support for deleting external snapshots from Snapshots List
2018-12-18 22:43:12 +01:00
Johannes Schill
a007730f5d
Another take on resizing the panel, now using react-draggable
2018-12-18 17:22:30 +01:00
Erik Sundell
8e9cd83ee8
improve component performance
2018-12-18 16:56:16 +01:00
Peter Holmberg
8f92e23e98
copy props to state to make it visible in the view
2018-12-18 16:39:59 +01:00
Erik Sundell
74c2b22a77
remove debug logging
2018-12-18 16:27:24 +01:00
Erik Sundell
3c2ab68290
rollback test state to before template variables were added
2018-12-18 16:19:49 +01:00
Erik Sundell
7ef0995257
cleanup
2018-12-18 16:09:32 +01:00
Erik Sundell
9507dfe13c
move template variable logic to component
2018-12-18 16:01:12 +01:00
Erik Sundell
5a9dd620a6
remove extra arrow div
2018-12-18 15:58:33 +01:00
Peter Holmberg
659b5a3c15
refactor to not crash when no links
2018-12-18 15:30:34 +01:00
Peter Holmberg
bf7ba9a4d1
updating snaps
2018-12-18 14:54:50 +01:00
Peter Holmberg
95656e1e95
renaming component
2018-12-18 14:49:59 +01:00
Peter Holmberg
a44a07593f
panel help working
2018-12-18 14:40:54 +01:00
Erik Sundell
5e4841cc6e
fix condition that expands group if it has a selected child. also make it possible to pass expanded as a prop
2018-12-18 14:30:46 +01:00
Erik Sundell
0c596a0274
align input widths
2018-12-18 13:03:29 +01:00
Jonas Hahnfeld
0cf3e94934
Add units for Floating Point Operations per Second
...
This is an important metric for computation throughput in the context
of High Performance Computing (HPC). I've never heard of the kilo
prefix here, nowadays it's mostly measured in MFLOP/s.
2018-12-18 12:11:21 +01:00
Erik Sundell
738fd997ce
remove console log
2018-12-18 11:46:07 +01:00
Erik Sundell
d23d4c2ca0
rename directive
2018-12-18 11:31:11 +01:00
Torkel Ödegaard
a4091813bf
Merge pull request #14534 from grafana/14409/threshold-ux-changes
...
14409/threshold ux changes
2018-12-18 11:30:48 +01:00
Erik Sundell
b46be0b638
remove linebreak
2018-12-18 11:28:35 +01:00
Erik Sundell
ea1ce578ff
remove old group heading
2018-12-18 11:26:42 +01:00
Erik Sundell
8430c5a491
use new generic picker
2018-12-18 11:25:13 +01:00
Torkel Ödegaard
e56b478709
Merge pull request #14551 from grafana/explore-ds-fixes
...
Explore: Datasource fixes
2018-12-18 10:38:31 +01:00
Erik Sundell
47b3901e7d
remove on metric type change
2018-12-18 10:37:47 +01:00
Erik Sundell
a5f64a5668
fix remove filter bug
2018-12-18 10:37:47 +01:00
Erik Sundell
15ba05d7ee
cleanup query filter
2018-12-18 10:37:47 +01:00
Erik Sundell
5affc55756
update failing tests
2018-12-18 10:37:46 +01:00
Erik Sundell
8afe48bb3e
remove redundant default value
2018-12-18 10:37:46 +01:00
Erik Sundell
dcbe12989f
use new option group in aggregation directive
2018-12-18 10:37:46 +01:00
Erik Sundell
2ac1fe2a17
remove redundant default value
2018-12-18 10:37:46 +01:00
Erik Sundell
fe4c77a8a4
wip: add option group component
2018-12-18 10:37:46 +01:00
Erik Sundell
5370f78ee7
wip: add basic option header
2018-12-18 10:37:46 +01:00
Erik Sundell
73b5bc680f
Wrap react select component in angular directive
2018-12-18 10:36:59 +01:00
Torkel Ödegaard
e8f9174d08
Minor update
2018-12-18 09:58:27 +01:00
Erik Sundell
ad3d36e6b7
Make sure panel id is unique since some datasources (Graphite) will cancel ongoing requests with the same panel id
2018-12-18 09:44:51 +01:00
Torkel Ödegaard
705cbb4095
Minor cleanup now that angular panel edit is no longer
2018-12-17 21:29:25 +01:00
Torkel Ödegaard
1ee1247912
Gauge option form markup fixes
2018-12-17 17:54:40 +01:00
Peter Holmberg
65db6a7638
toolbaritems viztab
2018-12-17 16:54:29 +01:00
Erik Sundell
2835c4336d
filter out table responses that don't have columns and rows
2018-12-17 16:46:22 +01:00
Torkel Ödegaard
7d248cb415
Merge remote-tracking branch 'origin/master' into 14409/threshold-ux-changes
2018-12-17 16:45:46 +01:00
Erik Sundell
18b39967fc
enable goto explore from query panel editor for all datasources
2018-12-17 16:44:57 +01:00
Peter Holmberg
cda7897323
started with component for generic panel help
2018-12-17 16:42:02 +01:00
Torkel Ödegaard
c0fc236fcb
Merge pull request #14535 from grafana/react-graph-changes
...
React graph changes
2018-12-17 16:29:00 +01:00
Torkel Ödegaard
c20e10a584
Merge branch 'master' into 14409/threshold-ux-changes
2018-12-17 16:25:33 +01:00
Torkel Ödegaard
0fe452ec26
Minor react graph panel refactorings and fixes
2018-12-17 15:38:51 +01:00
Torkel Ödegaard
cfae98fae2
Merge pull request #14532 from grafana/fixes-to-user-and-team-picker
...
Fixes issues with user and team picker
2018-12-17 14:56:05 +01:00
Peter Holmberg
adebbd9559
sorting tests for change value
2018-12-17 14:37:12 +01:00
Torkel Ödegaard
e80a287f7a
Merge pull request #14510 from grafana/14484-table-format-string-epochs
...
In Table Panel, renders epoch string as date if date column style
2018-12-17 14:37:00 +01:00
Torkel Ödegaard
e38a04ba9a
Fixes issues with user and team picker
2018-12-17 14:31:43 +01:00
Peter Holmberg
e7f966d002
fixing coloring
2018-12-17 14:26:19 +01:00
Peter Holmberg
98490084a1
remove printed index
2018-12-17 14:18:28 +01:00
Peter Holmberg
e11834e950
updating test
2018-12-17 14:16:29 +01:00
Peter Holmberg
ade2f297a7
adding threshold
2018-12-17 14:15:04 +01:00
Torkel Ödegaard
0fd92ef6fb
Refactoring react graph
2018-12-17 13:55:25 +01:00
Torkel Ödegaard
1ac81c3ad0
updated dropdown typeahead to place down instead of up, works better when inside scrollable area
2018-12-17 13:08:09 +01:00
Torkel Ödegaard
7455dfcc84
minor style tweak
2018-12-17 12:57:40 +01:00
Erik Sundell
f673d60dae
Merge branch 'develop' of https://github.com/grafana/grafana into develop
2018-12-17 11:17:58 +01:00
Erik Sundell
e84e6740e6
propagate initial state back to explore query runner
2018-12-17 11:17:16 +01:00
Torkel Ödegaard
e6b8bfe7e6
Updated snapshot
2018-12-16 10:10:25 +01:00
Torkel Ödegaard
72b9cb9b9f
Switched to react-select fork
2018-12-16 09:58:37 +01:00
Torkel Ödegaard
660c9fd467
Merge branch 'develop' of github.com:grafana/grafana into develop
2018-12-16 09:21:15 +01:00
Daniel Lee
0ebd5e0c80
table: fixes #14484 . Renders epoch string if date column style
2018-12-16 00:03:03 +01:00
Torkel Ödegaard
38b5d7862f
Fix for no metrics panels, now goes to viz tab and does not show queries tab
2018-12-15 12:08:33 -08:00
Torkel Ödegaard
1b3a520b94
minor change to table panel edit options
2018-12-15 18:09:18 +01:00
Torkel Ödegaard
68b7b6cd97
minor tweaks to text panel
2018-12-15 17:53:52 +01:00
Torkel Ödegaard
f67e0827b2
Fixes and cleanup
2018-12-15 10:04:25 +01:00
Torkel Ödegaard
248015c937
code cleanup in add panel, and switched off grid css transforms to fix z-index issuse
2018-12-14 20:53:42 +01:00
Torkel Ödegaard
bd2c9853ec
minor tweaks to alert tab
2018-12-14 19:34:51 +01:00
Torkel Ödegaard
b10f558a99
fixed name of alert tab
2018-12-14 17:45:35 +01:00
Torkel Ödegaard
2cf246f946
removed unnessary test
2018-12-14 17:42:14 +01:00
Torkel Ödegaard
9ac11f1d9d
updated add panel a bit
2018-12-14 17:39:33 +01:00
Torkel Ödegaard
9d8d5b18ef
Merge remote-tracking branch 'origin/develop-addpanelpanel' into add-panel-rewrite
2018-12-14 17:04:33 +01:00
Torkel Ödegaard
b15bb4fb95
Merge remote-tracking branch 'origin/master' into develop
2018-12-14 17:02:08 +01:00
Torkel Ödegaard
beff16bc8d
updated snapshot
2018-12-14 16:38:52 +01:00
Torkel Ödegaard
677eb6d179
fixes to unit picker
2018-12-14 16:27:48 +01:00
Peter Holmberg
7c83d7ba82
updates on thresholds component
2018-12-14 16:27:42 +01:00
Torkel Ödegaard
84df0e2dde
Added custom scrollbar to select component
2018-12-14 15:25:49 +01:00
ijin08
3c059bc9d6
removed a test that isn't neccessery any more
2018-12-14 14:50:46 +01:00
ijin08
3215f8abfe
replaced content in addpanelpanel with three buttons that can create new panel, paste copied panel, and add a new row, to paste panel one must copy one first, code is still quite rough
2018-12-14 14:33:49 +01:00
Torkel Ödegaard
9e4547f787
fixed cloudwatch issue
2018-12-14 14:25:35 +01:00
Torkel Ödegaard
cb7ffb4415
select refactor fixes
2018-12-14 14:19:39 +01:00
Peter Holmberg
f8c8f2ec2c
gauge working without thresholds
2018-12-14 14:18:18 +01:00
Peter Holmberg
a7548cd294
Merge remote-tracking branch 'origin/develop' into 14409/threshold-ux-changes
2018-12-14 14:08:53 +01:00
Peter Holmberg
5f4eaad8a7
changin colors
2018-12-14 14:08:29 +01:00
Torkel Ödegaard
ae76ddcc3b
explore using data source picker
2018-12-14 14:05:47 +01:00
Peter Holmberg
d37dae34f2
fixing issue with copy invite link
2018-12-14 13:49:14 +01:00
Peter Holmberg
3662f1c007
getting closer with no thresholds
2018-12-14 13:23:22 +01:00
Torkel Ödegaard
24825dc899
renamed folder to select
2018-12-14 12:59:45 +01:00
Torkel Ödegaard
58cc2e34d6
User picker using common select componnet
2018-12-14 12:38:36 +01:00
Torkel Ödegaard
104292df63
wip: unifying select components
2018-12-14 11:23:05 +01:00
Torkel Ödegaard
e40d21459a
fixing input unit test failure
2018-12-14 11:03:42 +01:00
Torkel Ödegaard
42ee81a97c
fixed issue with switching panels
2018-12-14 10:47:18 +01:00
Torkel Ödegaard
0823712c9a
refactored panel-option-section into react component
2018-12-14 09:44:48 +01:00
Torkel Ödegaard
ec035d6847
removed console log
2018-12-13 21:35:15 +01:00
Torkel Ödegaard
9c13520e97
updated styles
2018-12-13 21:24:41 +01:00
Peter Holmberg
234095e6df
starting with threshold refactor
2018-12-13 16:46:10 +01:00
Erik Sundell
146aa7abab
wip: convert angular directives to react components
2018-12-13 16:40:14 +01:00
Torkel Ödegaard
3f1adf1390
wip: styles are starting to come together
2018-12-13 14:28:44 +01:00
Torkel Ödegaard
fe0f66b3f2
wip: testing new styles
2018-12-13 13:14:39 +01:00
Torkel Ödegaard
5fde977185
wip: style changes
2018-12-13 13:05:43 +01:00
Torkel Ödegaard
226e55b188
fixed ordering changing panel types, fixes issues with loading panel options
2018-12-13 11:35:07 +01:00
Peter Holmberg
c78d5fb24e
Merge remote-tracking branch 'origin/develop' into 14409/threshold-ux-changes
2018-12-13 11:19:16 +01:00
Peter Holmberg
8615de8119
moving min/max to gauge options
2018-12-13 11:16:31 +01:00
Torkel Ödegaard
1d325cf66f
Merge pull request #14423 from grafana/14378-develop-table-options-ux
...
Removed side menu for column styles
2018-12-13 09:12:05 +01:00
Torkel Ödegaard
a9e98feea0
Merge pull request #14476 from grafana/metrics-tab-changes-2
...
Metrics tab changes 2
2018-12-13 09:11:14 +01:00
Torkel Ödegaard
8994f3c283
Merge pull request #14461 from grafana/gauge-value-mappings
...
Gauge value mappings
2018-12-13 09:11:01 +01:00
Torkel Ödegaard
633ae8c37a
Merge pull request #14457 from grafana/fix/new-datasource-check-lowercase
...
Check with lowercase
2018-12-13 09:09:56 +01:00
Torkel Ödegaard
f39fd7655e
wip: minor style changes
2018-12-13 08:56:20 +01:00
Torkel Ödegaard
666e8e8330
wip: changes
2018-12-13 07:44:58 +01:00
Erik Sundell
ad55be9865
break out metric picker and filter
2018-12-13 00:16:48 +01:00
Daniel Lee
2d2254293b
loki: updates the logo
2018-12-12 20:34:33 +01:00
Peter Holmberg
1f533ddfe2
fixing tests
2018-12-12 16:20:47 +01:00
Peter Holmberg
dbba523d3b
mixing color when
2018-12-12 16:16:05 +01:00
Torkel Ödegaard
1751a51088
wip
2018-12-12 14:44:40 +01:00
Torkel Ödegaard
5adb0f79df
wip
2018-12-12 14:25:07 +01:00
Erik Sundell
7cc42d7c13
remove on metric type change
2018-12-12 14:08:47 +01:00
Torkel Ödegaard
be7e7fcb40
things are working
2018-12-12 13:59:19 +01:00
Erik Sundell
f6109d21d2
fix remove filter bug
2018-12-12 13:59:13 +01:00
Erik Sundell
ac416ba880
cleanup query filter
2018-12-12 13:57:32 +01:00
Marcus Efraimsson
c46d01dc83
Merge pull request #14090 from marefr/8843_pipeline_doc_count
...
Fix pipeline aggregations on doc count
2018-12-12 13:21:13 +01:00
Torkel Ödegaard
9f0d7314dd
fixed unit tests
2018-12-12 13:05:24 +01:00
Erik Sundell
ad9a35198d
update failing tests
2018-12-12 12:57:57 +01:00
Erik Sundell
bcb218f57c
remove redundant default value
2018-12-12 12:55:23 +01:00
Torkel Ödegaard
b6a5375af1
wip
2018-12-12 12:51:39 +01:00
Torkel Ödegaard
21e1d7b05b
wip
2018-12-12 11:24:18 +01:00
Peter Holmberg
80a2c3b151
redone state
2018-12-12 11:23:33 +01:00
Peter Holmberg
50cd8d995b
display value map or range map
2018-12-12 11:04:34 +01:00
Erik Sundell
ae922747db
use new option group in aggregation directive
2018-12-12 09:57:30 +01:00
Torkel Ödegaard
7161b2dc9b
wip
2018-12-12 09:51:17 +01:00
Erik Sundell
33146b248e
remove redundant default value
2018-12-12 09:14:06 +01:00
Torkel Ödegaard
8497c854f6
Adding mixed query
2018-12-12 08:54:12 +01:00
Peter Holmberg
29bcdef104
Check with lowercase
2018-12-12 08:47:08 +01:00
Torkel Ödegaard
87e6f86f87
wip metrics tab changes
2018-12-12 08:33:49 +01:00
Torkel Ödegaard
3452ee5a9c
wip: making things work again
2018-12-12 06:52:08 +01:00
Torkel Ödegaard
fa4fddf7b5
React-select refactorings
2018-12-11 22:17:32 +01:00
Erik Sundell
ab5e5de814
wip: add option group component
2018-12-11 20:12:33 +01:00
Erik Sundell
b18f064817
wip: add basic option header
2018-12-11 20:11:18 +01:00
Torkel Ödegaard
1d7d72b49d
wip: react select css refactoring
2018-12-11 18:49:48 +01:00
Torkel Ödegaard
d998527128
wip
2018-12-11 17:03:38 +01:00
Torkel Ödegaard
45fde57ef9
Merge branch 'develop' into metrics-tab-changes
2018-12-11 16:45:04 +01:00
Torkel Ödegaard
b0c014bf24
Merge branch 'develop' of github.com:grafana/grafana into develop
2018-12-11 16:44:52 +01:00
Peter Holmberg
f7cb5a1fd5
changing type and started on Gauge
2018-12-11 16:44:42 +01:00
Peter Holmberg
0ba75a88a5
fix threshold test
2018-12-11 16:06:36 +01:00
Peter Holmberg
5f7bc13678
Adding label
2018-12-11 15:58:48 +01:00
Peter Holmberg
6ab93982ae
styling on dropdowns
2018-12-11 15:47:30 +01:00
Peter Holmberg
c2b1f504a0
Merge remote-tracking branch 'origin/develop' into gauge-value-mappings
2018-12-11 15:19:28 +01:00
Peter Holmberg
346f5f2595
Using drop down instead
2018-12-11 15:14:53 +01:00
Johannes Schill
6bb9415b0e
Filter tags select box on text input #14437
2018-12-11 15:04:40 +01:00
Peter Holmberg
db87c5126b
fixed id bug
2018-12-11 14:45:18 +01:00
Peter Holmberg
ddf080dab6
Using an id to identify mappings
2018-12-11 14:17:58 +01:00
Johannes Schill
a0da303f80
Change KeyboardNavigation from hoc to render prop component
2018-12-11 13:50:01 +01:00
Johannes Schill
07ce88f685
Clean up hoc and extend component props automatically
2018-12-11 13:50:01 +01:00
Johannes Schill
645812f643
Let VizTypePicker use the keyboard navigation hoc
2018-12-11 13:50:01 +01:00
Torkel Ödegaard
4591c3555c
Moved more metrics tab to react
2018-12-11 13:36:44 +01:00
Erik Sundell
847f5491bf
Wrap react select component in angular directive
2018-12-11 13:14:55 +01:00
Torkel Ödegaard
d6c6ba642e
Don't show heading for first tab
2018-12-11 10:33:09 +01:00
Torkel Ödegaard
5d4034be5a
Merge branch 'develop' of github.com:grafana/grafana into develop
2018-12-11 10:13:57 +01:00
Torkel Ödegaard
f9110f7902
Merge branch 'master' into develop
2018-12-11 10:00:29 +01:00
Torkel Ödegaard
75a1536c91
Merge pull request #14434 from grafana/14274-reset-search
...
14274 develop - Reset DsPicker and VizPicker state when closed
2018-12-11 09:14:41 +01:00