31 Commits

Author SHA1 Message Date
c9b2c694f1 refactor(dataproxy): TLS Client Auth
Use a SecureJsonData field for TLS
Client Auth instead of 3 new db
fields. Same model as used for
PluginSettings.

Saves and encrypts the pem file
content rather than just saving
the paths to the cert and key.
This allows for uploading from
the Edit Datasource page in
Grafana.
2016-11-24 13:22:25 +01:00
56b7e2dfaf Added support for TLS client auth for datasource proxies (#5801) 2016-11-24 13:22:25 +01:00
a6918617ff feat(api): fixed minor issue with error message when trying to create duplicate datasource, fixes #6164 2016-10-01 16:41:27 +02:00
34e17f7282 feat(alerting): requests looks to be working again 2016-06-06 17:11:46 +02:00
1f9f439acb lib(): added simplejson lib 2016-03-11 23:28:33 +01:00
6edd6c8f03 add with_credentials to datasource model 2015-12-09 14:44:28 +09:00
323e84375b refactoring: minor refactoring and handling of known data source plugins 2015-10-26 16:37:45 +01:00
c816ed2527 feat(usage stats): added data source count stats 2015-09-29 13:47:56 +02:00
00f76ecaf6 CloudWatch proxy support 2015-08-20 00:51:23 +09:00
e2f6633d57 Began work on data source test / validation, #1997 & #2043 2015-06-01 12:15:49 +02:00
9710771f16 Added basic auth to data source edit/create, add support for basic auth in data source proxy code, Closes #1510 2015-03-02 09:58:35 +01:00
d0d995da09 Inital work on SQL metric/annotation data source, #1542 2015-02-28 17:27:30 +01:00
c198242292 A lot of work on backend plugin model for frontend components, right now for data sources, will enable dropin plugins for data sources and panels, #1472 2015-02-27 22:29:00 +01:00
ae7f18f981 Made a copy of influxdb datasource named influxdb_08 so the main influxdb data source can be modified to support InfluxDB 0.9, made some initial experiments to get queries to work, but a lot more work is needed, #1525 2015-02-25 18:43:44 +01:00
26e4809e2e Big Backend Refatoring: Renamed Account -> Org 2015-02-23 20:07:49 +01:00
22652889b2 CLI: Add datasource:create command
Allows creating a datasource from the command line
2015-02-15 13:36:10 -07:00
f443b7087c CLI: Add datasource:info command
Describes the full datasource details given an account and
datasource name.
2015-02-15 13:36:10 -07:00
85c1c97ea2 Updated readme 2015-02-06 09:10:52 +01:00
f8a10fa7af Updated account and profile pages, very temporary solution, do not like it at all 2015-02-06 08:21:00 +01:00
afb847acc8 a lot of work on database schema and migration setup, postgres now works, every integration test passes for all database types, only token table left to do 2015-01-20 14:15:48 +01:00
9a29b04561 Dashboard import/export now works 2015-01-17 10:39:26 +01:00
68cc3f86dd Handle default datasource management 2015-01-09 16:36:23 +01:00
d562dcd90c Default datasource and event system test 2015-01-09 11:01:37 +01:00
e5811e29b1 Added username, site and password for influxdb datasources 2014-12-19 08:19:12 +01:00
a7c816c65e Datasource proxy, switch to lookup by id 2014-12-19 07:27:25 +01:00
a2a0e0394d Work on data source proxying, #6 2014-12-18 20:26:06 +01:00
d69258e28f Backend can now generate config.js, the very basic stuff, more work needed 2014-12-18 15:41:38 +01:00
ce947d4793 Update data sources now work, #8 2014-12-17 17:32:22 +01:00
c7ed348ee8 Lots of progress on command/query bus concept, in memory sql testing, datasource admin 2014-12-16 21:05:49 +01:00
27f07e9de2 Progress on data source admin 2014-12-16 16:45:07 +01:00
b70a3f0958 started work datasources admin 2014-12-16 12:04:08 +01:00