Torkel Ödegaard
38f348e642
Updated version to 1.9.1
2014-12-29 11:21:25 +01:00
Torkel Ödegaard
656ec9c48f
SinglestatPanel: added more fontsize options, Closes #1187
2014-12-29 10:51:59 +01:00
Torkel Ödegaard
ec98c201e4
Datasource options are now included in bootData
2014-12-28 19:30:14 +01:00
Torkel Ödegaard
47f226be3b
login force full page reload
2014-12-28 19:29:41 +01:00
Torkel Ödegaard
f3132b4513
Trying a different approach to providing frontend settings
2014-12-28 18:37:39 +01:00
Torkel Ödegaard
cfabccc5f2
Work on handling frontend settings
2014-12-28 18:37:09 +01:00
Torkel Ödegaard
f5e8f9334b
Fixed test failing in chrome
2014-12-26 11:50:59 +01:00
Torkel Ödegaard
7be2105fd9
Merge pull request #1272 from matschaffer/plugin-spec-support
...
Allow for plugin testing.
2014-12-26 11:40:54 +01:00
Torkel Ödegaard
49ee388dcf
Merge pull request #1274 from matschaffer/panel-alert-tweak
...
Bring panel alert to front and move tooltip to top.
2014-12-26 11:40:41 +01:00
Mat Schaffer
6cb4b4061c
Bring panel alert to front and move tooltip to top.
...
This makes the panel a lot easier to mouse over without odd visual effects.
2014-12-23 18:12:04 -08:00
Mat Schaffer
85e50ece2e
Allow for plugin testing.
...
With this change in place you can include plugin specs in `grunt test` by creating a `src/config.js` like that includes something like this:
```js
plugins: {
// list of plugin panels
panels: [],
// requirejs modules in plugins folder that should be loaded
// for example custom datasources
dependencies: ['grafana-plugins/atlasDatasource'],
specs: ['grafana-plugins/specs/atlasDatasource-specs']
}
```
2014-12-23 12:01:50 -08:00
Torkel Ödegaard
32ae0ea13e
Plugins: Custom datasource example adapted to return timestamps in millieseconds, Fixes #1263
2014-12-23 11:32:25 +01:00
Torkel Ödegaard
a55a606a55
Refactoring dashboard data access
2014-12-22 12:25:08 +01:00
Torkel Ödegaard
22bf20a135
Refactoring get account by id and by login to queries
2014-12-19 13:40:02 +01:00
Torkel Ödegaard
5dcf6ff2d3
Refactoring set using account
2014-12-19 13:12:47 +01:00
Torkel Ödegaard
dede578c7d
Updated to datasource management
2014-12-19 12:52:00 +01:00
Torkel Ödegaard
607b0c0c0e
More refactoring and aligning code to the command query model
2014-12-19 11:53:27 +01:00
Torkel Ödegaard
d5a59ac6b7
More migration to command/query and sql tests, looking good
2014-12-19 11:08:49 +01:00
Torkel Ödegaard
ccba95542b
Moved add collaborator to command way of doing it
2014-12-19 10:45:22 +01:00
Torkel Ödegaard
36c46112df
Refactoring data access to command query model, and adding tests for sql code
2014-12-19 09:43:16 +01:00
Torkel Ödegaard
1b3bddd622
Graph: graph spinner should not stop until annotation request is complete, #1235
2014-12-19 08:39:23 +01:00
Torkel Ödegaard
e5811e29b1
Added username, site and password for influxdb datasources
2014-12-19 08:19:12 +01:00
Torkel Ödegaard
525b367a6f
Config.js generation, simple temp solution, first is default datasource
2014-12-19 07:42:20 +01:00
Torkel Ödegaard
a7c816c65e
Datasource proxy, switch to lookup by id
2014-12-19 07:27:25 +01:00
Torkel Ödegaard
a2a0e0394d
Work on data source proxying, #6
2014-12-18 20:26:06 +01:00
Torkel Ödegaard
d69258e28f
Backend can now generate config.js, the very basic stuff, more work needed
2014-12-18 15:41:38 +01:00
Torkel Ödegaard
4e542d8b83
Changed config.js to backend generated config.js
2014-12-18 15:41:01 +01:00
Torkel Ödegaard
731bb6ba03
Graph: hover tooltip and axis format units fix, bug introduced last week
2014-12-18 09:12:36 +01:00
Torkel Ödegaard
fed06ef97d
Graph: Fix for y axis and scaled units (GiB etc) caused rounding, for example 400 GiB instead of 378 GiB, Fixes #1251
2014-12-18 08:44:47 +01:00
Torkel Ödegaard
ce947d4793
Update data sources now work, #8
2014-12-17 17:32:22 +01:00
Torkel Ödegaard
ad91093902
Update datasource now works, #8
2014-12-17 17:31:57 +01:00
Torkel Ödegaard
a58330f4d8
InfluxDB: Support more than 10 series name segments when using alias patterns, Closes #1126
2014-12-17 14:14:24 +01:00
Torkel Ödegaard
5a46c2397b
OpenTSDB: Downsample query field now supports interval template variable, Closes #1242
2014-12-17 13:34:52 +01:00
Torkel Ödegaard
adf4e72cf8
More general backend work, in the middle of the night... Zzzz
2014-12-17 03:09:54 +01:00
Torkel Ödegaard
0e97030716
More datasource admin, and backendSrv work
2014-12-17 03:09:25 +01:00
Torkel Ödegaard
c7ed348ee8
Lots of progress on command/query bus concept, in memory sql testing, datasource admin
2014-12-16 21:05:49 +01:00
Torkel Ödegaard
27f07e9de2
Progress on data source admin
2014-12-16 16:45:07 +01:00
Torkel Ödegaard
adb1502e72
Data source admin progress
2014-12-16 16:44:45 +01:00
Torkel Ödegaard
f79588c191
Annotations: mini fix for annotations editor and the list of annotations
2014-12-16 15:47:10 +01:00
Torkel Ödegaard
b70a3f0958
started work datasources admin
2014-12-16 12:04:08 +01:00
Torkel Ödegaard
b3b096e204
Moved things around, started work on datasources view
2014-12-16 12:02:06 +01:00
Torkel Ödegaard
f665a30d28
Added lint step to Makefile
2014-12-16 10:45:16 +01:00
Torkel Ödegaard
53b00d80d6
Fixed GetOtherAccountsFor query
2014-12-16 09:06:49 +01:00
Torkel Ödegaard
705455d5d6
Set active account now works again
2014-12-15 21:56:16 +01:00
Torkel Ödegaard
973b9cad36
moved all http route handling into single package named api
2014-12-15 21:25:02 +01:00
Torkel Ödegaard
1663cbbb34
Merge branch 'master' of github.com:torkelo/grafana-pro
...
Conflicts:
.bra.toml
2014-12-15 20:50:38 +01:00
Torkel Ödegaard
26ec858903
Moved grafana bin file to bin folder
2014-12-15 17:36:42 +01:00
Torkel Ödegaard
9f766557f1
Dashboard: fixed minor issue when trying to aborting dashboard delete from search list, Fixes #1233
2014-12-15 17:30:01 +01:00
Torkel Ödegaard
6c351c724d
merged grafana upstream
2014-12-15 16:18:24 +01:00
Torkel Ödegaard
373118c5ee
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2014-12-15 16:17:59 +01:00