bergquist
64fa9a6394
fix(singlestat): add ngInject for controller
...
fixes #3879
2016-01-28 22:27:17 +01:00
Torkel Ödegaard
600ffa727e
feat(panels): fixes
2016-01-28 14:19:24 -05:00
Torkel Ödegaard
9bd3b417c4
feat(panels): upgraded table panel to latest plugin model
2016-01-28 12:48:43 -05:00
Torkel Ödegaard
307c86fc28
feat(panels): fixed singlestat tests
2016-01-27 19:16:33 -05:00
bergquist
72a64388b5
fix(tests): remove only in spec
2016-01-28 01:14:12 +01:00
bergquist
1210fca8e5
fix(singlestat): fix bug in threshold calculations
2016-01-28 01:11:52 +01:00
Torkel Ödegaard
97ac81aa9c
feat(panels): upgradede singlestat panel
2016-01-27 19:07:39 -05:00
Torkel Ödegaard
57d22fb93f
Merge remote-tracking branch 'origin/master' into panelbase
2016-01-27 17:33:33 -05:00
Torkel Ödegaard
f0f7da9ff0
feat(panels): fixing broken stuff
2016-01-27 17:16:00 -05:00
Torkel Ödegaard
9c1217cd2c
updated
2016-01-27 14:32:19 -05:00
Torkel Ödegaard
34b82caaa8
feat(panels): fixed unit tests
2016-01-27 12:51:01 -05:00
Daniel Lee
f43e1ab2ff
fix(graph): narrow panels shows right date format on x-axis
...
fixes #3852 . The function that calculates the date format for
the x-axis on a panel takes the panel width into account and
can be wrong for certain date ranges if the panel is too
narrow. E.g. can show dates in format %m/%d %H:%M when it
should show it as %H:%M
2016-01-27 17:23:02 +01:00
Torkel Ödegaard
e6013353d2
fix series overrides
2016-01-26 17:54:57 -05:00
Torkel Ödegaard
aac190eaa9
feat(panels): graph panel starting to work
2016-01-26 17:50:18 -05:00
Torkel Ödegaard
ebba7a0327
feat(graph): updating graph panel to new format progress
2016-01-26 17:28:07 -05:00
Torkel Ödegaard
aa251fc9ce
feat(panels): upgraded dashlist panel to new format
2016-01-26 12:22:46 -05:00
Torkel Ödegaard
cc375f48c7
feat(panels): minor fix
2016-01-26 11:34:58 -05:00
Torkel Ödegaard
53dc21c69b
feat(panels): minor fixes
2016-01-25 17:58:41 -05:00
Torkel Ödegaard
b0dd79cbfd
feat(panels): MetricsPanelCtrl is starting to work
2016-01-25 17:51:18 -05:00
Torkel Ödegaard
c30b1b126d
feat(panels): minor progress
2016-01-25 15:58:24 -05:00
Torkel Ödegaard
9c6698e87b
feat(panels): progress on new panel infrastructure, base classes
2016-01-25 15:09:37 -05:00
bergquist
b939a27a8d
revert f3bc726001bfbc707597bce5fa169b46e992eb7ao
...
This change have caused alot of questions. So we revert
2016-01-25 18:40:28 +01:00
Torkel Ödegaard
73af4df96d
feat(panels): upgraded text panel
2016-01-25 11:41:20 -05:00
bergquist
cd1b2e2841
feat(singlestat): reduce max thresholds to two.
...
closes #3248
2016-01-25 16:27:58 +01:00
bergquist
b0a24ae4aa
tech(singlestat): move singlestat test to plugin
...
and change to typescript
2016-01-25 16:13:45 +01:00
Torkel Ödegaard
8f4cf6c797
feat(panels): updated text panel to new format
2016-01-25 09:56:17 -05:00
Torkel Ödegaard
3e14f8a0e5
feat(): panel refactoring
2016-01-24 18:44:21 -05:00
Torkel Ödegaard
a950ff9795
feat(panel): more panel base infrastructure
2016-01-24 17:58:08 -05:00
Torkel Ödegaard
4132cf12e3
feat(panels): more panel refactoring
2016-01-24 17:30:29 -05:00
Torkel Ödegaard
4f7fb40d9b
feat(panel plugin): improving panel plugin model
2016-01-24 16:39:25 -05:00
bergquist
42802ac710
tech(singlestat): convert singlestat panel to typescript
2016-01-24 18:56:10 +01:00
Torkel Ödegaard
94a7e9b185
poc(panel): experimental panel stuff
2016-01-22 19:59:36 +01:00
Torkel Ödegaard
0796b2c0e3
poc(panel as isolated compoennts): experimental panel stuff
2016-01-21 17:46:57 +01:00
Torkel Ödegaard
7b4fe824ec
Merge branch 'master' into panelbase
2016-01-21 15:29:14 +01:00
bergquist
28fabadeae
style: remove empty row
2016-01-21 15:13:06 +01:00
bergquist
ba65b89bbb
feat(csv export): extract csv export into a new file
2016-01-21 14:22:39 +01:00
matteo brancaleoni
cdcc7a7172
add export to csv in table panel
2016-01-21 10:02:23 +01:00
Torkel Ödegaard
8dd118bd86
updated
2016-01-20 09:45:24 +01:00
Torkel Ödegaard
3e3b996963
feat(plugin): experimental work on plugin architecture
2016-01-19 21:57:58 +01:00
Torkel Ödegaard
7a26d309b1
feat(apps): more work on apps and how apps can include panels
2016-01-19 18:18:53 +01:00
Torkel Ödegaard
1d4803cff0
fix(singlestat): fixed issue with singlestat and drilldown link introduced in recent commit, fixes #3777
2016-01-18 16:18:04 +01:00
Torkel Ödegaard
edcef7d078
fix(graph): fixed for graph series color selector popover, broken in recent 3.0-pre1 build, fixes #3774
2016-01-18 12:12:05 +01:00
Torkel Ödegaard
2ccc19185c
fix(text panel): fix for text panel in optimized builds, introduced in recent commit due to plugin api changes
2016-01-14 19:14:02 +01:00
Torkel Ödegaard
b5726a8d5a
feat(plugins): completed upgrade of all built in panels
2016-01-14 18:57:02 +01:00
Torkel Ödegaard
1d9ad9be33
feat(plugins): upgraded singlestat to new plugin format
2016-01-14 17:20:50 +01:00
Torkel Ödegaard
dbafc8c9db
feat(plugins): work on plugin directive loading
2016-01-14 13:21:05 +01:00
Torkel Ödegaard
08caf4bbde
feat(tslint): more tslint work
2016-01-13 21:22:39 +01:00
Torkel Ödegaard
e5b3f27a30
Merge branch 'apps'
2016-01-12 15:41:15 +01:00
Torkel Ödegaard
d83e24572a
feat(plugins): more refactoring
2016-01-09 23:52:13 +01:00