Torkel Ödegaard
bd15534360
fix(singlestat gauge): better font size handling for gauge, now value font size is used as scaling factor, fixes #4876
2016-05-04 11:46:21 +02:00
Idan Zalzberg
bca8d6d07b
singlestat/module.ts onDataError was calling onDataReceived incorrectly ( #4897 )
...
onDataError was calling onDataReceived with {data : []} which breaks at the first line since object has no map function.
The correct form is probably just []
2016-05-04 10:48:01 +02:00
bergquist
de5a39f320
Revert "Revert "Merge branch 'utkarshcmu-rangeMaps'""
...
This reverts commit 58b91befde
.
2016-05-02 13:17:57 +02:00
bergquist
58b91befde
Revert "Merge branch 'utkarshcmu-rangeMaps'"
...
This reverts commit 8f976fd980
, reversing
changes made to 072f51e300
.
2016-05-02 13:15:18 +02:00
bergquist
91047ffa30
tech(singlestat): convert to gf-form
2016-05-02 12:43:07 +02:00
bergquist
b42064acdb
tech(singlestat): fixes indentation
2016-05-02 10:40:28 +02:00
bergquist
7e220b2b9e
Merge branch 'rangeMaps' of https://github.com/utkarshcmu/grafana into utkarshcmu-rangeMaps
2016-05-02 10:26:30 +02:00
Torkel Ödegaard
26eeb6578d
feat(gauge): polish to gauge, better handling of automatic font size, added option to hide threshold markers
2016-04-26 13:50:04 +02:00
Torkel Ödegaard
8bb07124f7
fix(gauge): validate min / max range, fixes #4820
2016-04-26 13:14:43 +02:00
utkarshcmu
c1cd1fedf4
Added relevant tests
2016-04-26 02:57:46 -07:00
utkarshcmu
5defc2a3d2
Fixed remove mapping function
2016-04-26 02:57:46 -07:00
utkarshcmu
7b2a21994f
Moved mappings to new tab, added rangeMaps feature
2016-04-26 02:57:45 -07:00
bergquist
79ed99a940
fix(singlestat): fixes font size diffs for gauge
2016-04-26 10:00:13 +02:00
bergquist
9316bcf307
fix(singlestat): enables autoupdate on change
...
closes #4809
closes #4812
2016-04-26 09:51:31 +02:00
Daniel Lee
16dbf3166d
fix(panels): avoid deep copy problem for panel defaults
...
Moves the defaults to be an instance property. This solves
the problem of lodash defaults function not doing a deep
copy. The symptom of this is that new deep properties for
a panel are assigned to every panel of the same type by
the defaults function in the constructor.
2016-04-22 15:29:33 +02:00
Carl Bergquist
453f8b312a
Revert "Revert "Gauges""
2016-04-22 14:55:35 +02:00
Carl Bergquist
24fbcd8dea
Revert "Gauges"
2016-04-22 13:05:43 +02:00
bergquist
0108b5eb88
fix(singlestat): adds support for lighttheme
2016-04-19 16:18:29 +02:00
bergquist
0c6841bdc7
fix(singlestat): adds support for fontsizes in gagues
2016-04-19 16:18:22 +02:00
David Keijser
c455e501ac
Add gauge option to singlestat
2016-04-19 16:18:09 +02:00
Torkel Ödegaard
6355896584
fix(snapshots): Fixed issue with empty snapshots, fixes #4706
2016-04-14 11:06:48 -04:00
Daniel Lee
45b90972dc
feat(plugins): adds a readme for every native plugin
2016-03-30 23:33:30 +02:00
Torkel Ödegaard
1ff90b713f
Merge pull request #4473 from grafana/new-panel-icons
...
added new icons for default panels
2016-03-25 13:46:23 +01:00
Trent White
694c6e8fd2
added new icons for default panels
2016-03-24 16:14:51 -04:00
Torkel Ödegaard
4058c85e2a
fix(): singlestat init
2016-03-23 13:02:37 +01:00
Torkel Ödegaard
b3c073ab6c
feat(panels): more panel refactoring, using events instead of overriding base class methods
2016-03-23 12:50:56 +01:00
Torkel Ödegaard
6a42b95d39
feat(panels): panel refactorings
2016-03-23 11:31:31 +01:00
Torkel Ödegaard
cb49e11eca
feat(live): panel sdk/api refactorings
2016-03-22 21:27:53 +01:00
bergquist
57ecb276c8
fix(singlestat): use exact value for coloring
...
closes #4259
2016-03-16 16:04:35 +01:00
Torkel Ödegaard
82eb32a71e
ux(): initial pass at new card / list design, #4364
2016-03-15 09:15:24 +01:00
Torkel Ödegaard
260c731f6b
fix(panel): fixes for panel height and alignment management and scrollable legends, closes #4266
2016-03-06 12:34:47 +01:00
Carl Bergquist
1fb38abf6b
Merge pull request #4063 from mtanda/timeshift_template
...
timeFrom and timeShift templating
2016-02-29 11:11:45 +01:00
bergquist
c30c12d369
fix(single_stat): rounding bug in value => text
2016-02-29 10:05:41 +01:00
Mitsuhiro Tanda
09dfaf9875
timeFrom and timeShift templating
2016-02-29 17:53:41 +09:00
Torkel Ödegaard
8784be9a14
feat(plugins): made it possible to have relative plugin template urls
2016-02-09 18:17:32 +01:00
Torkel Ödegaard
a5d1e9ee43
fix(singlestat): fix for singlestat background and sparklines, fixes #3955
2016-02-07 18:37:07 +01:00
Torkel Ödegaard
801129530e
feat(plugins): base clases are now in app/plugins/sdk
2016-02-05 18:08:21 +01:00
Torkel Ödegaard
853cd16336
fix(search); fixes to dashboard search (using keyboard), and fix for singlestat in snapshot view
2016-02-05 13:48:10 +01:00
Torkel Ödegaard
aa8bd044c5
fix(): various fixes to snapshots
2016-02-05 11:05:47 +01:00
Torkel Ödegaard
273fbaac68
refactor(): minor changes
2016-02-05 10:37:14 +01:00
Torkel Ödegaard
14cc771cbe
feat(plugins): made panels loaded via plugin-componet directive
2016-02-04 15:04:07 +01:00
Torkel Ödegaard
80e15dd754
feat(css): minor css tweaks
2016-02-03 19:41:39 +01:00
Torkel Ödegaard
908765e0e7
feat(plugins): various fixes entering edit mode after adding a new panel
2016-02-03 18:49:36 +01:00
Torkel Ödegaard
e737dab5ca
removed /app route, confusing when some assets use public/app/.. route and some use just app/... all public static assets should no use public route, app route is no more
2016-02-01 18:19:02 +01:00
Torkel Ödegaard
3f945e886b
merge sync with master
2016-01-31 19:51:23 +01:00
Torkel Ödegaard
56c76f380b
feat(panels): fixes
2016-01-28 16:48:37 -05:00
bergquist
64fa9a6394
fix(singlestat): add ngInject for controller
...
fixes #3879
2016-01-28 22:27:17 +01: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
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
bergquist
42802ac710
tech(singlestat): convert singlestat panel to typescript
2016-01-24 18:56:10 +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
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
d83e24572a
feat(plugins): more refactoring
2016-01-09 23:52:13 +01:00