Torkel Ödegaard
f18f1a1093
removing gemini scrollbar and replacing with perfect scrollbar, muuuch better
2017-11-23 11:12:32 +01:00
Torkel Ödegaard
68bd17bd0e
work on scrollable panels
2017-11-22 13:32:54 +01:00
Torkel Ödegaard
830c307bba
progress on scrollable panels work
2017-11-21 14:30:33 +01:00
Torkel Ödegaard
0e44fe082b
Merge branch 'master' into develop
2017-11-17 15:49:17 +01:00
bergquist
36676e23c1
datasource as cfg: adds readonly datasources
2017-11-15 14:30:32 +01:00
Torkel Ödegaard
10fcf2f5be
Merge branch 'master' into develop
2017-11-02 15:56:09 +01:00
Torkel Ödegaard
e19b4a9291
plugins: fix for loading external plugins behind auth proxy, fixes #9509
2017-11-01 10:45:20 +01:00
Torkel Ödegaard
9605ab4475
Merge branch 'master' into develop
2017-10-26 15:59:50 +02:00
Torkel Ödegaard
01f16ece3e
plugins: added backward compatible path for rxjs
2017-10-26 12:07:23 +02:00
Carl Bergquist
c91a1e994b
Merge pull request #9594 from bergquist/datasources_optimistic_concurrency
...
datasources: change to optimistic concurrency
2017-10-25 12:44:36 +02:00
Torkel Ödegaard
68562a2077
Merge branch 'master' into develop
2017-10-24 11:02:48 +02:00
Patrick O'Carroll
a8285d0eb4
shore: migrating config/settings.js to typescript
2017-10-24 10:45:46 +02:00
Torkel Ödegaard
b44daaabf2
Merge branch 'master' into develop
2017-10-24 09:06:09 +02:00
Alexander Zobnin
396eadc5ac
Use d3 from node_modules ( #9625 )
...
* tech: annotations refactor, add tests for regions processing
* tech: move d3 to npm and webpack, #9480
* tech: move color scale functions to separate module
* fix opacity legend rendering
2017-10-23 20:30:43 +02:00
bergquist
89923bf77a
datasources: change to optimisic concurrency
...
prerequisite for #9504
2017-10-23 07:55:16 +02:00
Torkel Ödegaard
fff0fa2aee
Merge branch 'master' into develop
2017-10-22 11:51:14 +02:00
Daniel Lee
90ef877e6e
plugins: expose dashboard impression store
2017-10-20 10:38:52 +02:00
Daniel Lee
7cbb4020e9
pluginloader: esModule true for systemjs config
...
Supports importing a module's contents with the
'* as module' syntax. The latest version of SystemJS turns
it off per default which broke several plugins.
2017-10-18 11:16:18 +02:00
Torkel Ödegaard
eda3cffe22
build: added imports of rxjs utility functions
2017-10-17 12:14:54 +02:00
Torkel Ödegaard
d8230f8fa7
Merge branch 'master' into develop
2017-10-17 11:17:28 +02:00
Daniel Lee
eb4e71e2c6
plugins: expose more util and flot dependencies
...
Also, fix for coremodules export. Have to add the __esModule
attribute to fool SystemJS.
2017-10-16 09:06:34 +02:00
Torkel Ödegaard
48b6692491
ux: minor button changes
2017-10-15 12:25:31 +02:00
Torkel Ödegaard
9b7d346d3f
ux: color tweaks
2017-10-14 21:51:36 +02:00
Torkel Ödegaard
a3bd761b0c
ux: testing out new icons
2017-10-14 21:17:16 +02:00
Torkel Ödegaard
48c8e4d627
fix: various fixes for new grid
2017-10-12 17:38:49 +02:00
Torkel Ödegaard
88ceb19d96
Merge branch 'master' into develop
2017-10-12 16:32:44 +02:00
Torkel Ödegaard
a90052dac3
docs: annotation docs update
2017-10-12 12:19:25 +02:00
bergquist
4ca3cc90dd
Merge branch 'mattbostock-verify_datasource_tls'
2017-10-12 10:39:07 +02:00
bergquist
79afd638bb
ds_edit: placeholder should only be cert header
2017-10-12 10:38:45 +02:00
Patrick O'Carroll
b76de790f9
fixed minor styling issus ( #9497 )
...
* fixed minor styling issus
* fixed code formatting
2017-10-12 10:33:42 +02:00
Torkel Ödegaard
9358d0c6f7
Merge branch 'develop' of github.com:grafana/grafana into develop
2017-10-11 16:48:30 +02:00
Torkel Ödegaard
ad1d69861e
Merge branch 'master' of github.com:grafana/grafana into develop
2017-10-11 16:47:16 +02:00
Matt Bostock
4f3856adfb
Retain old name for TLS client auth
...
I renamed `tlsAuth` to `tlsClientAuth` to better describe the fact that
this variable is used to enable TLS client authentication (as opposed to
server authentication) in c04d95f35.
However, changing the name breaks backwards compatibility for existing
installations using this feature and Grafana does not have a
standardised way of migrating changes in the schema:
https://github.com/grafana/grafana/pull/9377#issuecomment-333063543
For reasons of expediency given the severity of the bug (not verifying
TLS), keep the old name.
2017-10-11 08:18:04 +01:00
Matt Bostock
e23c678df9
Datasource settings: Make HTTP all caps
...
It's an acronym, so it should be all caps.
2017-10-11 08:18:03 +01:00
Matt Bostock
5d312be419
Datasource HTTP settings: Add TLS skip verify
...
In c04d95f35 I changed the default for datasource HTTP requests so that
TLS is always verified.
This commit adds a checkbox to allow an admin to explicitly skip TLS
verification, for testing purposes.
2017-10-11 08:18:03 +01:00
Matt Bostock
ef52d956bf
Make URL capitalisation consistent in UI
...
URL is an acronym, it should be all caps.
2017-10-11 08:18:03 +01:00
Matt Bostock
43169e4302
Verify datasource TLS and split client auth and CA
2017-10-11 08:18:03 +01:00
Matt Bostock
4719a8c8dd
Tidy spacing in datasource TLS settings
2017-10-11 08:18:03 +01:00
Daniel Lee
d1c9760fa8
Postgres Data Source ( #9475 )
...
* add postgresql datasource
* add rest of files for postgres datasource
* fix timeseries query, remove unused code
* consistent naming, refactoring
* s/mysql/postgres/
* s/mysql/postgres/
* couple more tests
* tests for more datatypes
* fix macros for postgres
* add __timeSec macro
* add frontend for postgres datasource
* adjust documentation
* fix formatting
* add proper plugin description
* merge editor changes from mysql
* port changes from mysql datasource
* set proper defaultQuery for postgres
* add time_sec to timeseries query
accept int for value for timeseries query
* revert allowing time_sec and handle int or float values as unix
timestamp for "time" column
* fix tslint error
* handle decimal values in timeseries query
* allow setting sslmode for postgres datasource
* use type switch for handling data types
* fix value for timeseries query
* refactor timeseries queries to make them more flexible
* remove debug statement from inner loop in type conversion
* use plain for loop in getTypedRowData
* fix timeseries queries
* adjust postgres datasource to tsdb refactoring
* adjust postgres datasource to frontend changes
* update lib/pq to latest version
* move type conversion to getTypedRowData
* handle address types cidr, inet and macaddr
* adjust response parser and docs for annotations
* convert unknown types to string
* add documentation for postgres datasource
* add another example query with metric column
* set more helpful default query
* update help text in query editor
* handle NULL in value column of timeseries query
* add __timeGroup macro
* add test for __timeGroup macro
* document __timeGroup and set proper default query for annotations
* fix typos in docs
* add postgres to list of datasources
* add postgres to builtInPlugins
* mysql: refactoring as prep for merging postgres
Refactors out the initialization of the xorm engine and the query logic
for an sql data source.
* mysql: rename refactoring + test update
* postgres:refactor to use SqlEngine(same as mysql)
Refactored to use a common base class with the MySql data source.
Other changes from the original PR:
- Changed time column to be time_sec to allow other time units in the
future and to be the same as MySQL
- Changed integration test to test the main Query method rather than
the private transformToTable method
- Changed the __timeSec macro name to __timeEpoch
- Renamed PostgresExecutor to PostgresQueryEndpoint
Fixes #9209 (the original PR)
* postgres: encrypt password on config page
With some other cosmetic changes to the config page:
- placeholder texts
- reset button for the password after it has been encrypted.
- default value for the sslmode field.
* postgres: change back col name to time from time_sec
* postgres mysql: remove annotation title
Title has been removed from annotations
* postgres: fix images for docs page
* postgres mysql: fix specs
2017-10-10 15:19:14 +02:00
Torkel Ödegaard
630e6f5da6
tech: expose more to plugins, closes #9456
2017-10-10 15:07:09 +02:00
Torkel Ödegaard
a867dc069b
tech: got angular component to load inside react grid
2017-10-09 20:38:48 +02:00
Torkel Ödegaard
647a3cc5ae
Merge branch 'master' into develop
2017-10-09 16:01:54 +02:00
Daniel Lee
3c1beb1bdd
plugin_loader: expose app_events to plugins
2017-10-04 09:41:22 +02:00
Torkel Ödegaard
4c4564b138
plugibs: expose more to plugins
2017-10-03 11:02:40 +02:00
Torkel Ödegaard
03a88206a3
Merge branch 'master' of github.com:grafana/grafana
2017-10-02 15:30:14 +02:00
Torkel Ödegaard
d38c891fac
merge with master
2017-10-02 14:14:45 +02:00
Torkel Ödegaard
ae14655749
plugins: expose datemath to plugins as well, fixes zabbix plugin
2017-10-02 13:39:39 +02:00
Torkel Ödegaard
0c86241c5b
Webpack ( #9391 )
...
* webpack poc, this is not going to work for plugins, dam
* tech: webpack and systemjs for plugins starting to work
* tech: webpack and systemjs combo starting to work
* tech: webpack + karma tests progress
* tech: webpack + karma progress
* tech: working on tests
* tech: webpack
* tech: webpack + karma, all tests pass
* tech: webpack + karma, all tests pass
* tech: webpack all tests pass
* webpack: getting closer
* tech: webpack progress
* webpack: further build refinements
* webpack: ng annotate fixes
* webpack: optimized build fix
* tech: minor fix for elasticsearch
* tech: webpack + ace editor
* tech: restored lodash move mixin compatability
* tech: added enzyme react test and upgraded to react v16
* tech: package version fix
* tech: added testdata to built in bundle
* webpack: sass progress
* tech: prod & dev build is working for the sass
* tech: clean up unused grunt stuff and moved to scripts folder
* tech: added vendor and manifest chunks, updated readme and docs
* tech: webpack finishing touches
2017-10-01 20:02:25 +02:00
Torkel Ödegaard
5849fbf04e
Merge branch 'master' of github.com:grafana/grafana into develop
2017-09-28 10:37:57 +02:00
Torkel Ödegaard
7b42e13c79
typescript: stricter typescript option
2017-09-26 11:24:58 +02:00
Torkel Ödegaard
18337f610d
Merge branch 'master' into develop
2017-09-22 08:42:07 +02:00
Torkel Ödegaard
b8d9722b4f
tech: removing unused variables from typescript files, and making tslint rules more strict
2017-09-21 16:40:18 +02:00
Torkel Ödegaard
a9e3130ef6
Merge branch 'master' into develop
2017-09-13 16:06:34 +02:00
Torkel Ödegaard
f6100dd8eb
ux: success/error alerts refactoring, #9214
2017-09-12 09:05:32 +02:00
Patrick O'Carroll
90602942f5
New alert design ( #9214 )
...
* ux: updated alert design
* fixed bg-color for alerts
* more changes to alerts, index fixed
2017-09-12 08:01:44 +02:00
Torkel Ödegaard
a38ded9e7e
Merge branch 'master' into develop-newgrid-row-design2
2017-09-07 15:05:41 +02:00
Torkel Ödegaard
84d4958a3c
plugin change: make interval, cache timeout & max data points options in plugin.json, remove query.options component feature, add help markdown feature and toggle for data sources
2017-08-31 14:05:52 +02:00
Torkel Ödegaard
546f903141
ds: minor fix that resets data source model when switching data source type
2017-08-28 15:29:31 +02:00
Torkel Ödegaard
4f9fbcc211
dataproxy: added caching of datasources when doing data proxy requests, #9078
2017-08-23 13:31:26 +02:00
Torkel Ödegaard
23b0795dcc
ux: minor button changes
2017-08-21 11:08:58 +02:00
Torkel Ödegaard
21a7f57248
ux: changed cta button style
2017-08-20 21:16:40 +02:00
Torkel Ödegaard
cf7c65d36e
ux: added scroll to two pages
2017-08-19 11:22:47 +02:00
Torkel Ödegaard
6609dbff90
ux: sidenav fixes and dashboard search changes
2017-08-17 12:06:51 +02:00
Torkel Ödegaard
7f0f0eb617
ux: more nav work
2017-08-16 11:28:52 +02:00
Torkel Ödegaard
d659a5d79f
ux: more nav work
2017-08-15 20:53:31 +02:00
Torkel Ödegaard
0bc226d760
ux: more nav work
2017-08-15 20:24:16 +02:00
Torkel Ödegaard
1eab771231
ux: navigation work
2017-08-15 17:52:52 +02:00
Torkel Ödegaard
e81cb9c929
ux: testing fixed sidemenu and breadcrumbs
2017-08-14 22:44:01 +02:00
Torkel Ödegaard
097fa74390
ux: minor navbar update
2017-08-14 21:43:24 +02:00
Torkel Ödegaard
8aa73401a9
ux: new breadcrumb progress
2017-08-14 19:47:40 +02:00
Torkel Ödegaard
8d6a1cdbb4
ux: wip
2017-08-14 18:11:35 +02:00
Torkel Ödegaard
78ea1dc87d
ux: new page header look wip
2017-08-14 16:06:20 +02:00
Torkel Ödegaard
f02be0251b
ux: use flexbox for sidenav, put logo in sidenav
2017-08-14 12:26:24 +02:00
Matt Toback
a045f175b6
Fixed typo
2017-07-14 12:20:04 -04:00
Torkel Ödegaard
e9d5e037e8
ux: merge branch navbarv2, new navbar with dashboard search available on all pages, closes #6475
2017-06-02 14:00:42 +02:00
Torkel Ödegaard
f1276774a0
typescript: updated tslint and fixed new warnings
2017-04-20 11:16:37 +02:00
Torkel Ödegaard
1cd632cc43
plugins: added state property to plugins
2017-04-07 12:00:03 +02:00
Trent White
5ed7d65b0e
orange grafana.com seemed too much. making it gray
2017-03-21 13:13:35 -04:00
Trent White
d4f2f41088
add dashboard and plugin icons to plugin list and dash search
2017-03-21 11:12:58 -04:00
Torkel Ödegaard
4d4e165be7
links: updated links from grafana.net to grafana.com
2017-03-20 10:20:32 +01:00
Torkel Ödegaard
bb2eb00b0e
minor data source edit form improvement
2017-03-09 07:05:49 +01:00
Torkel Ödegaard
c04590784b
Merge branch 'utkarshcmu-help-text'
2016-12-16 13:43:51 +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
330c1b945e
refactor(datasource): refactoring datasource secure json fields handling, #6697 , #6692
2016-12-14 21:06:10 +01:00
Torkel Ödegaard
c3920bfba1
fix(cloudwatch): fixed broken cloudwatch edit page, #6697
2016-12-14 20:38:35 +01:00
Torkel Ödegaard
dee6b7d150
Merge branch 'master' into getting-started-panel
2016-12-08 08:51:40 +01:00
bergquist
7bc1c3cc1c
feat(cloudwatch): make it possible to reset keys
...
closes #6697
2016-11-24 16:37:33 +01:00
Daniel Lee
0618122bcd
feat(httpsettings): add tls auth option
...
- Three text areas where the user can paste
in the CA Cert (optional), Client Cert
and Client Key.
- Tooltips for Auth checkboxes with brief
descriptions of what With Credentials and
With CA Cert are.
- Adds popover for TLS Auth header too.
- Aligns gf-form elements as labels and
checkboxes were not aligned before.
- Makes CA Cert optional as it is only
needed for self-signed certs.
2016-11-24 13:33:28 +01:00
Joe Lanford
56b7e2dfaf
Added support for TLS client auth for datasource proxies ( #5801 )
2016-11-24 13:22:25 +01:00
Torkel Ödegaard
0c9001c7ae
ux(gettingstarted): progress on getting started panel, #6466
2016-11-18 16:31:19 +01:00
Torkel Ödegaard
cace1d6b8f
change(plugin page): changed tab order on plugin page, closes #6123
2016-10-11 13:40:16 +02:00
Torkel Ödegaard
913f17ee8a
fix(plugin dashboards): fixed issue with plugin dashboard list, fixes #6215
2016-10-07 16:04:58 +02:00
Torkel Ödegaard
4ec2377e09
fix(notifications): added form validation and restored Send Test button which was always hidden, #6159
2016-10-01 17:14:45 +02:00
Torkel Ödegaard
3ed7ab93c5
added small info text to plugins list page, #5176
2016-09-22 11:32:27 +02:00
Torkel Ödegaard
0fa0066cd9
tech(lodash): began migration work
2016-09-13 22:10:44 +02:00
Torkel Ödegaard
f934081bcb
feat(alerting): making progress on alerting list, #5784
2016-08-16 09:52:45 +02:00
Torkel Ödegaard
81af8f072c
feat(links): updated links to grafana.net
2016-07-11 19:07:16 +02:00
Torkel Ödegaard
65683ab241
feat(table): added sanitize html option to column styles for table panel, fixes #4596
2016-07-11 09:38:06 +02:00
Torkel Ödegaard
85be7dd902
feat(apps): progress on app dashboard sync
2016-07-08 12:26:51 +02:00
Torkel Ödegaard
b62f1f00cd
feat(apps): auto update dashboard dashboards, #5529
2016-07-07 18:11:03 +02:00
Torkel Ödegaard
9f9fca1e76
feat(datasource): added suggest urls for each data source, #4577
2016-06-17 13:35:29 +02:00
Alexander Zobnin
fdf46c6a10
Issue 4577 ( #5379 )
...
* Add default-url property for datasource-http-settings directive.
This will allow to set default url for datasource.
* Fixed spelling.
* Use typeahead for url suggestion.
2016-06-17 13:18:00 +02:00
Torkel Ödegaard
7cd663bbe8
feat(import): more import work
2016-05-14 10:00:43 +02:00
Torkel Ödegaard
0d3e06e68a
feat(wizard): merged wizard poc
2016-05-12 14:45:32 +02:00
Torkel Ödegaard
bf890719ff
Merge remote-tracking branch 'origin/wizard' into export-dashboard2
2016-05-12 10:52:24 +02:00
Torkel Ödegaard
bce5c447b3
fix(apps): app dashboards can now be updated, fixes #4817
2016-04-26 12:52:44 +02:00
Torkel Ödegaard
0762c38d35
fix(ds_edit): dont show warning when data source does not support testing, fixes #4811
2016-04-26 10:59:57 +02:00
Dan Cech
25b0773a94
fix broken link to grafana.net, standardize on https://grafana.net for links
2016-04-22 12:13:39 -04:00
Torkel Ödegaard
822bf13b7a
Merge pull request #4728 from grafana/code-style-improvements
...
Code style improvements
2016-04-16 12:09:40 -04:00
Torkel Ödegaard
e307ada374
ux(): tooltip improvement
2016-04-15 19:56:39 -04:00
Matt Toback
151d8db98d
removed unnecessary style
2016-04-15 15:00:29 -04:00
Torkel Ödegaard
ad0794cc59
ux(): updated light theme
2016-04-12 14:26:55 -04:00
Torkel Ödegaard
7afb6fa3e3
ux(ds edit): combine save and test connection buttons, closes #4658
2016-04-12 11:20:03 -04:00
Torkel Ödegaard
51aed2dbc6
Merge branch 'master' of github.com:grafana/grafana
2016-04-11 21:11:08 -04:00
Torkel Ödegaard
6ce934f1dd
feat(pluginlist): worked on plugin list
2016-04-11 20:33:58 -04:00
Matt Toback
f4fc3f48a7
New modal for upgrades and updated styles on list
2016-04-11 19:01:18 -04:00
Torkel Ödegaard
94729745dc
change(apps): config tab is now default for app plugins, fixes #4573
2016-04-11 18:54:00 -04:00
Torkel Ödegaard
75649c49d5
Merge branch 'master' into wizard
2016-04-11 18:18:09 -04:00
Torkel Ödegaard
451a8bef39
feat(pluginslist): minor update
2016-04-11 14:17:38 -04:00
Torkel Ödegaard
ab34b174f9
Added update notice to plugin list
2016-04-11 13:42:52 -04:00
Torkel Ödegaard
0117d9eedb
Merge branch 'master' of github.com:grafana/grafana
2016-04-06 12:52:19 -04:00
Torkel Ödegaard
cdb23cafa6
docs(): updated readme
2016-04-06 12:52:05 -04:00
Dieter Plaetinck
b7410ee718
clarify that this is only an example. fix 2 of #4576
2016-04-06 11:03:15 -04:00
Torkel Ödegaard
f8efee6c2a
change(): updated placeholder text in data source edit view
2016-04-06 09:21:34 -04:00
Torkel Ödegaard
1666415620
fix(): fixed minor issue in data source info popover, fixes #4576
2016-04-06 09:13:49 -04:00
Torkel Ödegaard
7f8f5f3498
fix(): minor fix for plugin page, fixes #4578
2016-04-06 09:08:49 -04:00
woodsaj
2f3627e74b
add missing ngInject comment. fixes #4501
2016-03-29 22:53:02 +08:00
Torkel Ödegaard
3e50ee6193
ux(): dashboard settings form polish, added on hover tooltip for checkbox directive
2016-03-29 11:01:00 +02:00
Torkel Ödegaard
14326b626e
ux(): checkbox now works in dark and white theme
2016-03-28 13:10:42 +02:00
Torkel Ödegaard
1dabd68327
Merge branch 'master' into checkboxv3
2016-03-28 11:22:23 +02:00
Torkel Ödegaard
437b880b3e
feat(plugins): work on setup wizard started
2016-03-25 22:14:29 +01:00
Torkel Ödegaard
61017fc204
feat(plugins): import all dashboards feature
2016-03-25 15:35:58 +01:00
Torkel Ödegaard
05cc370c55
feat(plugins): added disable button to app config tab
2016-03-25 13:43:13 +01:00
Torkel Ödegaard
32a1d1445c
refactor(): trying to move app events away from rootScope
2016-03-23 17:39:10 +01:00
Torkel Ödegaard
35c853e906
feat(plugins): fix for plugin logo to navbar on plugin page, #4452
2016-03-23 16:43:32 +01:00
Torkel Ödegaard
5dfac9a765
feat(plugins): added plugin logo to navbar on plugin page, #4452
2016-03-23 16:37:58 +01:00
Torkel Ödegaard
10df9dc8c3
feat(plugins): finished app navigation enhancements, closes #4434
2016-03-22 10:15:47 +01:00
Torkel Ödegaard
64312ceded
ux(): updated http settings view with new checkboxes
2016-03-21 21:36:30 +01:00
Torkel Ödegaard
65c0937741
ux(): app navigation improvements, changes to plugin.json for apps, merged pages with includes section, #4434
2016-03-21 19:07:08 +01:00
bergquist
4c7f638f3c
fix(datasources): fixes header condition
...
closes #4402
2016-03-18 09:48:26 +01:00
Torkel Ödegaard
852ecd71f7
ux(): update data source list to card view, #4364
2016-03-16 15:05:07 +01:00
Torkel Ödegaard
e4c0c39fbf
ux(): began work on updating data source list to cards view
2016-03-15 20:29:35 +01:00
Torkel Ödegaard
c411714546
ux(): added card layout selector and list view mode, #4364
2016-03-15 15:28:37 +01:00
Torkel Ödegaard
82eb32a71e
ux(): initial pass at new card / list design, #4364
2016-03-15 09:15:24 +01:00
bergquist
953a07252a
Revert "fix(datasource): fixes testdatasource bug"
...
This reverts commit f77bd59e1d
.
2016-03-14 11:43:35 +01:00
bergquist
f77bd59e1d
fix(datasource): fixes testdatasource bug
2016-03-14 11:33:38 +01:00
Torkel Ödegaard
69c8bb1eb3
feat(plugins): added filter (type) tabs po plugin list view
2016-03-14 09:10:32 +01:00
Torkel Ödegaard
c504abb84d
feat(plugins): added dashboards tab to plugin edit page, #4275
2016-03-13 20:18:45 +01:00
Torkel Ödegaard
581ffb862c
feat(plugins): polish to plugin page, better handling for reading readme file contents
2016-03-13 19:21:44 +01:00
Torkel Ödegaard
4a3c19c666
plugins(): dashboards, changed wording installed to imported when showing imported version in dashboard list
2016-03-12 10:49:30 +01:00
Torkel Ödegaard
53dc145ce7
Merge branch 'dashboard-install'
2016-03-12 10:13:59 +01:00
Torkel Ödegaard
0398face05
feat(plugins): dashboard import for data sources is working! #4298
2016-03-12 10:13:49 +01:00
Torkel Ödegaard
ef7d8ab90b
Merge branch 'master' of github.com:grafana/grafana
2016-03-12 00:16:21 +01:00
Torkel Ödegaard
28f4f3a8c8
fix(datasource edit): Editing datasources broken earlier today, fixes #4343
2016-03-12 00:16:08 +01:00
Torkel Ödegaard
1f9f439acb
lib(): added simplejson lib
2016-03-11 23:28:33 +01:00
Torkel Ödegaard
c5a817194a
more work on dashboard importing and templating
2016-03-11 17:31:57 +01:00
bergquist
c1e4d0590c
fix(plugins): fixes broken plugin link
2016-03-11 17:13:35 +01:00
bergquist
85466c7ee1
fix(plugins): fixes broken link
2016-03-11 17:04:26 +01:00
Torkel Ödegaard
fc54c01f01
feat(plugins): more work on plugin dashboard install, #4298
2016-03-11 12:31:56 +01:00
Torkel Ödegaard
2de439bd1e
feat(plugins): progress on dashboard installs , #4298
2016-03-11 09:57:20 +01:00
Torkel Ödegaard
30d321998c
Merge pull request #4295 from utkarshcmu/nav-fix
...
Minor nav fix
2016-03-09 09:27:38 +01:00
Torkel Ödegaard
dfaa6d8eb9
feat(plugins): a lot of work on #4298
2016-03-08 18:17:47 +01:00
utkarshcmu
92c6025390
Minor nav fix
2016-03-08 07:39:41 -08:00
Torkel Ödegaard
db98632078
feat(plugins): progress on plugins page
2016-03-08 12:31:37 +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
135679096b
feat(plugins): progress on plugin details page, # 4275
2016-03-07 14:31:17 +01:00
Anthony Woods
4317e4c4a2
Add support for pre/post update hooks in the PluginEditCtrl.
...
This allows users to intercept the update procedure from their own
controller to modify the pluginSettings before they are saved and
perform additional tasks like syncing state via a third party API.
2016-03-02 14:21:25 +08:00
Anthony Woods
0135dff001
remove forced page header from app pages.
2016-03-01 15:00:33 +08:00
Anthony Woods
35f7a71f9a
fix app->plugin renamin in more places
2016-02-29 19:54:36 +08:00
Anthony Woods
641845519d
replace 'app' with 'plugins' where needed.
2016-02-29 15:50:02 +08:00
Torkel Ödegaard
d55dc92502
feat(plugins): restored config view functionality to plugin page
2016-02-26 18:55:17 +01:00
Torkel Ödegaard
c148d89004
feat(plugins): progress on plugins page
2016-02-26 18:25:39 +01:00
Torkel Ödegaard
c521182ceb
feat(plugins): more work on plugins list/edit view
2016-02-25 15:56:28 +01:00
Torkel Ödegaard
8db7cf49a6
feat(plugins): began refactoring AppSettings -> PluginSettings, and have the plugins list view and plugin edit view be common for all plugins
2016-02-25 14:55:31 +01:00