Daniel Lee
6fa46d9539
plugins: update meta data for all core plugins
...
So that the readme's can be published on Grafana.com
2018-02-15 16:50:38 +01:00
Alexander Zobnin
1fdc24c412
text panel: fix $apply already in progress error ( #10486 )
2018-01-10 11:56:01 +01:00
Torkel Ödegaard
27835f373e
cleanup: removed unused typescript typings import
2018-01-04 10:12:02 +01:00
Torkel Ödegaard
3a1f52d8a2
prettier: ran on all files again, sorry. now settings are defined in package.json
2017-12-21 08:39:31 +01:00
Torkel Ödegaard
fadfc665e4
tech: ran pretttier on all typescript files
2017-12-19 16:06:54 +01:00
Mitsuhiro Tanda
3cb841f3db
fix text panel rows limit ( #10246 )
2017-12-18 14:29:48 +01:00
Torkel Ödegaard
830c307bba
progress on scrollable panels work
2017-11-21 14:30:33 +01:00
Alexander Zobnin
10e3b63ddb
Merge remote-tracking branch 'upstream/develop' into feat-9887
2017-11-20 15:51:49 +03:00
Alexander Zobnin
126f3703dc
text panel: make scrollable
2017-11-16 15:43:04 +03:00
Mitsuhiro Tanda
e9645045a0
ace editor for text panel
2017-10-30 11:05:09 +09:00
Torkel Ödegaard
293daf2ca1
fix: removed text option from text panel edit options, was by mistake not removed from settings dropdown, fixes #9204
2017-09-11 10:45:00 +02:00
Mitsuhiro Tanda
aecc6860e3
set focus on text field when opening panel/query editor ( #8879 )
...
* (prometheus) set focus to top expression when opening editor
* (text panel) set focus to top expression when opening editor
2017-07-19 10:33:04 +02:00
Torkel Ödegaard
f1276774a0
typescript: updated tslint and fixed new warnings
2017-04-20 11:16:37 +02:00
Daniel Lee
69bec98962
chore: update all grafana.org urls to .com
2017-03-21 15:37:55 +01:00
Torkel Ödegaard
64f5146a62
change(text panel): removed rarely used (and not properly working), text mode option, closes #6389 , closes #7214
2017-01-11 12:33:12 +01:00
Torkel Ödegaard
62f3b16671
feat(panel): working on panel help text and unifying panel links, panel errors, and panel help into a single panel feature, #4079 , #6847
2016-12-16 13:06:04 +01:00
Torkel Ödegaard
3d593492c9
fix to text panel and transparent mode
2016-10-12 07:04:53 +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
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
b3c073ab6c
feat(panels): more panel refactoring, using events instead of overriding base class methods
2016-03-23 12:50:56 +01:00
Torkel Ödegaard
8dee54bf5d
feat(live): progress on panel <-> data source communication patterns
2016-03-22 18:21:21 +01:00
Torkel Ödegaard
6d36641080
fix(text panel): fixed escaping issue with markdown in text panel, fixes #4409
2016-03-19 11:25:19 +01:00
Torkel Ödegaard
82eb32a71e
ux(): initial pass at new card / list design, #4364
2016-03-15 09:15:24 +01:00
Torkel Ödegaard
4cd4ce504d
feat(plugins): worked on markdown support for plugin page, #4275
2016-03-07 18:03:45 +01:00
Torkel Ödegaard
ac45ccbad7
fix(panel): fixed text panel issue due to recent style changes, fixes #4095
2016-02-21 08:51:01 +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
f80d5f8c03
refactor(): minor refactor
2016-02-05 08:50:15 +01:00
Torkel Ödegaard
14cc771cbe
feat(plugins): made panels loaded via plugin-componet directive
2016-02-04 15:04:07 +01:00
Torkel Ödegaard
2a8b96b680
feat(plugins): last refactoring of how panels are implemented, now the same way as plugin editors
2016-02-04 14:36:19 +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
56c76f380b
feat(panels): fixes
2016-01-28 16:48:37 -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
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
9c6698e87b
feat(panels): progress on new panel infrastructure, base classes
2016-01-25 15:09:37 -05:00
Torkel Ödegaard
73af4df96d
feat(panels): upgraded text panel
2016-01-25 11:41:20 -05:00
Torkel Ödegaard
8f4cf6c797
feat(panels): updated text panel to new format
2016-01-25 09:56:17 -05: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
d83e24572a
feat(plugins): more refactoring
2016-01-09 23:52:13 +01:00