Torkel Ödegaard
c643466d57
bumped version to v4-beta2
2016-11-21 09:51:59 +01:00
bergquist
2b6013ce81
fix(notifications): failed image upload should not stop notification
...
closes #6638
2016-11-21 09:47:59 +01:00
Torkel Ödegaard
6fa4b8c0b6
Merge branch 'master' of github.com:grafana/grafana
2016-11-21 09:42:46 +01:00
Torkel Ödegaard
8d80812601
Merge branch 'issue-6566' of https://github.com/benrubson/grafana into benrubson-issue-6566
2016-11-21 09:39:35 +01:00
benrubson
e71114f4fb
Come back to #6287 for graph_tooltip.js
...
as it is an only one loop solution
2016-11-19 09:12:10 +01:00
benrubson
9797845460
Typo
2016-11-18 19:14:12 +01:00
benrubson
0034b6ede7
Highlight correct point when series has null values
2016-11-18 18:49:20 +01:00
benrubson
1eb0ea3450
Correctly stack series with null and missing values
2016-11-18 18:14:40 +01:00
benrubson
becb6303e5
Revert #6287 for graph_tooltip.js
2016-11-18 17:50:54 +01:00
bergquist
5dea0fda51
fix(settings): remove nil pointer exception
2016-11-18 16:43:14 +01:00
benrubson
850d39fc50
Revert #6287 for jquery.flot.stack.js
2016-11-18 16:32:00 +01:00
bergquist
61bb9cbc13
test(alerting): fixes broken unit test
2016-11-18 10:53:27 +01:00
bergquist
a3b0fbcaba
fix(influxdb): fixes broken tag rendering for influxdb alerting
...
closes #6626
ref #6523
2016-11-17 15:50:49 +01:00
Torkel Ödegaard
7ce33c31ec
Merge branch 'master' of github.com:grafana/grafana
2016-11-17 15:50:08 +01:00
Torkel Ödegaard
b9cfb19ab8
changelog(): added entry for PR #6579
2016-11-17 15:50:00 +01:00
Torkel Ödegaard
e34bf9a1fa
Merge branch 'utkarshcmu-or_alerting'
2016-11-17 15:49:52 +01:00
Torkel Ödegaard
62e8a039a1
refactor(alerting): refactoring PR for OR conditions, #6579
2016-11-17 15:48:15 +01:00
bergquist
3ea66ebe3f
fix(alerting): remove possible divide by zero panic
...
ref #6599
2016-11-17 15:20:14 +01:00
Torkel Ödegaard
457ae74343
Merge branch 'or_alerting' of https://github.com/utkarshcmu/grafana into utkarshcmu-or_alerting
2016-11-17 14:43:24 +01:00
Torkel Ödegaard
98d1748e43
fix(templating): work on fixing exporting issues when using templating variables, like data source variables, and panel repeats, requires more work #6189
2016-11-17 12:32:11 +01:00
Torkel Ödegaard
9d5928ddd6
feat(templating): don't persist template variable options when variable has refresh enabled, closes #6586
2016-11-17 11:38:06 +01:00
Torkel Ödegaard
eafe0d6bfa
fix(templating): fixed issue when adding template variable, fixes #6622
2016-11-17 11:28:33 +01:00
utkarshcmu
aae33b36dd
Added tests for firingEvaluation string
2016-11-17 01:41:23 -08:00
Torkel Ödegaard
196fdbfd31
fix(dashboard): fixed issue when dragging new panel to drop zone
2016-11-17 10:31:37 +01:00
utkarshcmu
fc82dac868
Added braces to single condition firingEvaluation string
2016-11-17 01:30:50 -08:00
utkarshcmu
690868c837
Added firingEvalution to Rule test
2016-11-17 01:28:17 -08:00
Torkel Ödegaard
a45fdfdd3f
fix(dashboard): minor fixes, and restored in-activity timer to 1min
2016-11-17 10:11:59 +01:00
Torkel Ödegaard
42167a65c6
testdata(): added test graph for null stacking scenario, #6566
2016-11-16 19:00:23 +01:00
Torkel Ödegaard
f52c6aafe7
docs(): minor update to centos docs about font packages needed for phantomjs
2016-11-16 18:49:14 +01:00
Torkel Ödegaard
4581bb4a7a
fix(singletat): Support repeated template variables in prefix/postfix, fixes #6595
2016-11-16 18:44:39 +01:00
Torkel Ödegaard
e6776f71d9
cleanup(sass): removed tight-form styles
2016-11-16 18:26:39 +01:00
Torkel Ödegaard
d7e8753c59
cleanup(): removed unused gfbox style
2016-11-16 18:08:45 +01:00
Torkel Ödegaard
079b0ef44a
change(alerting): delete alert rule from panel model when duplicating panel
2016-11-16 18:03:00 +01:00
Torkel Ödegaard
a50178eab1
ux(tweak): minor polish to date picker styling
2016-11-16 17:56:42 +01:00
Torkel Ödegaard
f64385cfc9
ux(tweak): minor polish to date picker styling
2016-11-16 17:53:56 +01:00
Torkel Ödegaard
465451c289
cleanup(): removed unused uio-angular tab component
2016-11-16 17:47:37 +01:00
Torkel Ödegaard
18e965c775
fix(error handling): fixed server side error handling page
2016-11-16 17:41:44 +01:00
Torkel Ödegaard
e3564d12a1
fix(404): fixed 404 page
2016-11-16 17:09:00 +01:00
Dan Cech
c980efd470
fix up sass lint warnings ( #6603 )
2016-11-16 17:08:38 +01:00
Dan Cech
eacb7c8aba
Merge pull request #6584 from tomkozlowski/bugfix/oauth-login-bearer-token
...
explicitly set oauth2 token to Bearer Type
2016-11-16 10:35:32 -05:00
Torkel Ödegaard
e7a30ac464
fix(units): fixed issue with data rate bit units, fixes #6602
2016-11-16 16:29:10 +01:00
Tom Kozlowski
a353c8d1bb
added explicitly setting token as Bearer Type
2016-11-16 09:55:14 -05:00
Torkel Ödegaard
4fa995eafa
ux(view/tv mode): treat tab change as user activity, resets in activity timer
2016-11-16 14:44:55 +01:00
Torkel Ödegaard
9c7f8268dc
fix(build): fixed failing unit test
2016-11-16 14:39:17 +01:00
Torkel Ödegaard
171335bfef
fix(ux): fixed dropzone display issues, fixes #6598
2016-11-16 14:28:52 +01:00
bergquist
e12a4f6b46
docs(notifications): fixes typo
2016-11-16 10:55:47 +01:00
Mitsuhiro Tanda
9740752c1e
(cloudwatch) long retention support ( #6547 )
2016-11-16 10:50:33 +01:00
Matt Toback
10cf32f835
Removed green border from OK alerts. Makes dashboards too busy, competes for attention where action is unnceessary ( #6555 )
2016-11-16 10:50:01 +01:00
Torkel Ödegaard
f91a833e6a
fix(panel): set initial transparency state at first link
2016-11-16 09:44:16 +01:00
bergquist
cbe8af967d
docs(api): add docs about creating new org
...
close #6588
2016-11-16 09:06:32 +01:00
utkarshcmu
f46c4c88ca
Added OR condition in docs
2016-11-15 22:43:09 -08:00
Ben RUBSON
a4de6da9a0
Correct series highlight ( #6578 )
...
solves issue #6573
2016-11-15 18:59:17 +01:00
utkarshcmu
8d0bcd23f8
Added tests for checking nested operators
2016-11-15 08:07:05 -08:00
utkarshcmu
dfb1b1918c
Implemented operator based firiing in backend
2016-11-15 06:35:25 -08:00
bergquist
b9d709ab27
feat(alerting): improve error logging for extracting alerts
...
ref #6576
2016-11-15 11:47:46 +01:00
Torkel Ödegaard
05c5a09f63
docs(): updated changelog
2016-11-15 08:46:30 +01:00
utkarshcmu
b2db2b26dd
Added OR to alert_tab
2016-11-14 18:36:22 -08:00
Carl Bergquist
6e94ccea07
Merge pull request #6569 from nicr9/patch-1
...
docs(datasources/influxdb): Fix broken image link
2016-11-14 17:25:52 +01:00
Nic Roland
0cdf05ae5d
docs(datasources/influxdb): Fix broken image link
...
Twas missing a leading `/`.
2016-11-14 16:04:33 +00:00
Torkel Ödegaard
62ff85e774
docs(): fixed ldap link
2016-11-14 11:34:58 +01:00
bergquist
4fdfee739a
fix(influxdb): add support for regex measurments
...
closes #6560
2016-11-14 08:48:19 +01:00
bergquist
a87fd11f26
feat(stats): add alerts to global admin stats
2016-11-11 14:04:38 +01:00
bergquist
ad97db937c
feat(stats_usage): add stats about alerts
2016-11-11 13:57:11 +01:00
Carl Bergquist
08429d9a08
Merge pull request #6546 from huydx/master
...
Fix typo (password strenght -> password strength)
2016-11-11 10:31:04 +01:00
huydx
f5a804a558
Fix typo (password strenght -> password strength)
2016-11-11 18:02:58 +09:00
Andrew McDonald
b98f817d68
Fix for cloudwatch datasource requesting too many datapoints ( #6544 )
...
The range checking in _getPeriod appeared to be using a different variable than the period that had just been calculated for its bounds checks.
2016-11-11 08:54:44 +01:00
bergquist
e04d27c0b0
fix(influxdb): return internal influxdb errors
...
ref #6523
2016-11-11 08:47:53 +01:00
Carl Bergquist
b824fa1916
Merge pull request #6538 from grafana/alertlist_only_from_dashboard
...
feat(alertlist): make it possible to filter on alerts from current da…
2016-11-10 16:19:12 +01:00
bergquist
a51de8e987
tech(conf): remove dragoo :(
2016-11-10 16:15:55 +01:00
bergquist
abb8f33d77
feat(alertlist): make it possible to filter on alerts from current dashboard
2016-11-10 16:07:13 +01:00
bergquist
f924b241ae
tech(influxdb): refactor query builder
...
trying to reduce the amounts of moving parts for influxdb
2016-11-10 14:38:07 +01:00
bergquist
a948dfe514
fix(influxdb): fixes broken raw query usage
2016-11-10 14:18:10 +01:00
Torkel Ödegaard
9f7d0862e8
docs(): minor docs fix
2016-11-10 13:08:32 +01:00
Carl Bergquist
a825e63a19
Merge pull request #6515 from grafana/influxdb_alias_seriename
...
[Influxdb] Backend support for seriename alias
2016-11-10 12:56:53 +01:00
bergquist
ecba23e883
Merge branch 'master' into influxdb_alias_seriename
2016-11-10 12:22:17 +01:00
Torkel Ödegaard
6767bdd76d
fix(graph): fixed issue log base scale on right y axis, option was not applied at all, also issue with log scale and max value calculation fixed, fixes #6534
2016-11-10 12:04:55 +01:00
Torkel Ödegaard
316d754a21
fix(ui/browser): fixed border not showing in safari, fixes #6530
2016-11-10 11:31:27 +01:00
bergquist
70b9ba2573
tech(build): switch to golang 1.7.3
...
tls/cipher fixes
https://github.com/golang/go/issues?q=milestone%3AGo1.7.3
2016-11-10 11:30:18 +01:00
bergquist
4f3c8c6663
fix(influxdb): add default operator
...
ref #6523
2016-11-10 11:21:38 +01:00
Torkel Ödegaard
71eb0f3278
fix(graph): fixed issue with bar width when used in series override, fixes #6528
2016-11-10 10:50:48 +01:00
Ben RUBSON
6495ba155a
Correct timeStep in case of missing values ( #6526 )
...
* Correct timeStep in case of missing values
* Comment
2016-11-10 10:20:27 +01:00
Ben RUBSON
2443326386
Add some comments about some previous modifications ( #6533 )
2016-11-10 10:19:42 +01:00
bergquist
ef08a243c5
fix(influxdb): fixes possible nil pointer
...
closes #6531
2016-11-10 08:23:58 +01:00
bergquist
6a8138904e
fix(shortcuts): CTRL on windows or linux
2016-11-09 14:48:51 +01:00
bergquist
82e1d3f6aa
feat(influxdb): disable debug logging in appmode
2016-11-09 14:48:05 +01:00
Torkel Ödegaard
fff26086d5
docs(): updated install links with beta links as well
2016-11-09 13:53:20 +01:00
Torkel Ödegaard
1d4cace849
fix(testdata): fixed query in default grafana data source
2016-11-09 12:52:56 +01:00
bergquist
f0a0e647a0
feat(influxdb): backend support for alias by segment
...
ref #6510
2016-11-09 12:45:59 +01:00
Torkel Ödegaard
d1bedfc1d1
updated version to beta1
2016-11-09 12:10:03 +01:00
Torkel Ödegaard
bfed566ea8
changelog(): updated with entry for #2912 and #6287 , closes #2912
2016-11-09 11:37:36 +01:00
Torkel Ödegaard
a9c6bdc197
panel(graph): stacking can now handle null values, #6287
2016-11-09 11:34:34 +01:00
Torkel Ödegaard
485980eebf
Merge branch 'issue-2912' of https://github.com/benrubson/grafana into benrubson-issue-2912
2016-11-09 11:17:04 +01:00
Torkel Ödegaard
33664b0a7e
docs(): minor docs change
2016-11-09 11:14:04 +01:00
Torkel Ödegaard
2164bbd447
ux(tv mode): added 1 second delay animation
2016-11-09 10:59:06 +01:00
bergquist
97271514fb
feat(influxdb): cleanup influxdb query editor options
2016-11-09 10:30:03 +01:00
bergquist
c897d39d5e
feat(influxdb): add support for serie alias replacement
...
ref #6510
2016-11-09 10:22:11 +01:00
bergquist
24a3a100ed
feat(influxdb): add alias to query
2016-11-09 10:05:12 +01:00
Torkel Ödegaard
652eb057cf
change(graph): change default line width from 2 to 1
2016-11-08 20:57:17 +01:00
Torkel Ödegaard
20d789cb94
docs(): fix title
2016-11-08 20:57:16 +01:00
Torkel Ödegaard
d717e0cf13
docs(): minor spelling fix
2016-11-08 20:57:16 +01:00
bergquist
029e52f5a1
docs(pagerduty): update docs regarding pagerduty
2016-11-08 20:41:02 +01:00
bergquist
eb34855adb
feat(pagerduty): add support for auto resolve
...
closes #6513
2016-11-08 20:38:38 +01:00
Carl Bergquist
0d729ae392
Merge pull request #6512 from utkarshcmu/pagerduty_bug
...
Send test notification fixed
2016-11-08 20:30:41 +01:00
utkarshcmu
610ea090dc
Send test notification fixed
2016-11-08 11:22:03 -08:00
bergquist
5542b0ab9e
tech(pagerduty): sync calls should be using context
2016-11-08 20:05:43 +01:00
bergquist
b5c96d2685
style(influxdb): fixes broken layout
2016-11-08 20:02:55 +01:00
bergquist
98a7bf181a
tech(influxdb): close body reader
2016-11-08 19:19:49 +01:00
Torkel Ödegaard
fd09f17cd3
docs(): alerting docs, #6490
2016-11-08 14:53:28 +01:00
bergquist
8713dd8221
tech(docker): pin elastic to 2.4.1 for dev
2016-11-08 14:31:59 +01:00
Utkarsh Bhatnagar
e642dce027
Fixed import dashboard bug ( #6480 )
2016-11-08 14:03:04 +01:00
Matt Toback
b8ad86fabd
Alert pulse tweak ( #6508 )
...
* Added faint tint of red to alerting panels, started working on animation. more to come
* Finally happy with pulse animation. Ready to merge
2016-11-08 14:02:45 +01:00
bergquist
309391cb79
docs(alerting): not only graphite
2016-11-08 11:24:39 +01:00
bergquist
5445e47fd5
docs(alerting): typo
2016-11-08 11:24:19 +01:00
bergquist
1f2b8044b2
docs(notifications): format as table
2016-11-08 11:14:35 +01:00
Torkel Ödegaard
b658f38036
docs(): added what new in v4 article and initial draf of alerting docs, #6490
2016-11-08 11:09:10 +01:00
bergquist
8ca18b511f
docs(alerting): add docs for alert notifications
2016-11-08 10:58:59 +01:00
Torkel Ödegaard
dea5fd385f
ux(alerting): minor wording change on alert tab
2016-11-08 09:34:52 +01:00
Torkel Ödegaard
49af12f69f
Merge branch 'master' of github.com:grafana/grafana
2016-11-08 09:31:19 +01:00
Carl Bergquist
a7be3b91fd
Merge pull request #6499 from utkarshcmu/last
...
Added last function for alerting conditions
2016-11-08 09:10:35 +01:00
utkarshcmu
841fb74b39
Reversed loop for last function
2016-11-07 23:16:57 -08:00
utkarshcmu
74632b5e98
Added last function for alerting conditions
2016-11-07 23:16:57 -08:00
bergquist
5bbdd99d35
tech(notifications): remove async webhook
2016-11-08 08:06:42 +01:00
bergquist
66f257e382
tech(pagerduty): make api call sync
2016-11-08 07:51:19 +01:00
bergquist
7bc80d0374
tech(pagerduty): declare url as constant
2016-11-08 07:50:58 +01:00
bergquist
6dd076efc1
Merge branch 'alerting_pagerduty' of https://github.com/utkarshcmu/grafana into utkarshcmu-alerting_pagerduty
2016-11-08 07:48:20 +01:00
Carl Bergquist
bdcff9d15c
Merge pull request #6501 from utkarshcmu/invalid_state
...
Removed invalid alerting state from the UI
2016-11-08 07:00:55 +01:00
utkarshcmu
a7e67f3bdd
Removed invalid alerting state
2016-11-07 17:43:13 -08:00
Carl Bergquist
9479364600
Merge pull request #6481 from msound/update-github-auth-documentation
...
Update github auth docs
2016-11-07 20:42:05 +01:00
Carl Bergquist
f7f64fbe95
Merge pull request #6495 from rogerswingle/add-govcloud
...
Add AWS Govcloud Region
2016-11-07 20:36:38 +01:00
Torkel Ödegaard
901e670db4
docs(): minor tweak
2016-11-07 19:58:30 +01:00
Roger Swingle
69ff13adce
add govcloud
2016-11-07 13:56:29 -05:00
utkarshcmu
5549d8658a
Fixed description message
2016-11-07 07:27:31 -08:00
utkarshcmu
f8d1eb11a9
Removed ExecError state
2016-11-07 07:12:43 -08:00
utkarshcmu
4b53ea0a56
Fixed pagerduty tests
2016-11-07 07:08:52 -08:00
utkarshcmu
638d3bcb42
Removed NoData option
2016-11-07 07:08:51 -08:00
utkarshcmu
de0fa3d479
Added pagerduty tests
2016-11-07 07:08:51 -08:00
utkarshcmu
df8cd764b2
Added trigger options with Pagerduty
2016-11-07 07:08:51 -08:00
utkarshcmu
139bbecc10
Added Pagerduty basic alerting
2016-11-07 07:08:51 -08:00
Torkel Ödegaard
a100836bb4
docs(): Added pages for alerting docs, added keyboard shortcuts doc article, #6490
2016-11-07 15:18:27 +01:00
Carl Bergquist
3607316920
Merge pull request #6489 from bergquist/reduce_notification_states
...
Reduce alerting states
2016-11-07 15:18:07 +01:00
bergquist
b2d8e83c7d
fix(alert_tab): better execution state description
2016-11-07 14:54:42 +01:00
bergquist
56340bfdfb
fix(influxdb): fixes bug when using regexps/numbers in tags
...
closes #6488
2016-11-07 14:26:20 +01:00
bergquist
d7f11c304c
tech(alerting): set prev state when creating eval context
2016-11-07 13:01:54 +01:00
bergquist
489f087fbd
feat(alerting): reduce states. Make exeuction result configurable.
...
ref #6444
2016-11-07 12:42:39 +01:00
bergquist
16e7bfc622
docs(changelog): add note about closing #6292
2016-11-07 08:10:36 +01:00
Carl Bergquist
d670f1b959
Merge pull request #6479 from utkarshcmu/playlist_bug
...
Removed playlist item when dashboard is deleted
2016-11-07 08:00:57 +01:00
bergquist
f0b591b89b
feat(alerting): extract logic state updates and notifications
...
ref #6444
2016-11-07 07:57:34 +01:00
Torkel Ödegaard
b88791135f
sasslint fix
2016-11-06 18:05:01 +01:00
Torkel Ödegaard
907fb9c1be
ux(dashboard): fix for dropzone width when resizing another panel
2016-11-06 17:41:17 +01:00
Mani Soundararajan
db77dfea7a
Update github auth docs
...
In Github's "allowed organizations" scenario, it makes sense to have
`allow_sign_up` to be `true` as most administrators will expect their
org's github users to be able to sign in without further steps like
creating a local user first.
2016-11-06 20:48:14 +05:30
Torkel Ödegaard
2d19af601a
fix(alerting): various alerting fixes
2016-11-06 15:40:02 +01:00
Torkel Ödegaard
05c124bb1e
docs(changelog): correct changelog
2016-11-06 11:07:52 +01:00
utkarshcmu
c737704eeb
Removed playlist item when dashboard is deleted
2016-11-06 01:49:43 -08:00
Torkel Ödegaard
8db40b25db
ux(dashboard): final tweaks to view mode and kiosk mode, better animation for view mode, and kiosk mode can be entered via kiosk url parameter, #6476
2016-11-06 10:15:36 +01:00
Torkel Ödegaard
bd996a4810
ux(viewmode): refining view mode #6476
2016-11-05 21:05:12 +01:00
Torkel Ödegaard
3df4375e39
docs(changelog): updated changelog with new ux improvements
2016-11-05 14:28:40 +01:00
Torkel Ödegaard
d38de2cc8b
ux(view/kiosk mode): added view mode and kiosk mode, #6476
2016-11-05 14:23:37 +01:00
Torkel Ödegaard
0d82fb71ad
ux(keybindings): updated look of dashboard keybindings help modal, #6465
2016-11-05 12:19:52 +01:00
Torkel Ödegaard
aaa174a091
ux(dashboard): minor fix so hide controls hide panel resize handles
2016-11-05 08:32:16 +01:00
Torkel Ödegaard
2b81b204aa
docs(): fixing image urls in docs
2016-11-04 20:29:17 +01:00
Torkel Ödegaard
3cc4a194a9
ux(keybindings): polish help modal with keybindings, #6465
2016-11-04 17:19:03 +01:00
Torkel Ödegaard
4ab095b051
fix(ux): fixed issue with row menu gliding over header, or in realting extending outside it's bound and not getttin the menu background
2016-11-04 15:35:32 +01:00
Carl Bergquist
741faa2299
Merge pull request #6468 from utkarshcmu/changelog_entry
...
Added OpenTSDB nested templating fix entry to CHANGELOG
2016-11-04 15:01:46 +01:00
utkarshcmu
a78db041ea
Added OpenTSDB nested templating fix to CHANGELOG
2016-11-04 06:57:26 -07:00
Carl Bergquist
8bc0462877
Merge pull request #6467 from utkarshcmu/slack_mention
...
Added Slack mention feature
2016-11-04 14:14:32 +01:00
utkarshcmu
dc3a62da83
Added slack tests , fixed webhook tests
2016-11-04 06:05:44 -07:00
utkarshcmu
2f60929d1e
Added slack mention functionality
2016-11-04 06:05:44 -07:00
Torkel Ödegaard
6fa89456d6
build(): updated glob node package
2016-11-04 13:58:06 +01:00
Torkel Ödegaard
2da2d5df56
Merge branch 'master' of github.com:grafana/grafana
2016-11-04 12:15:08 +01:00
Torkel Ödegaard
c99f4cb9c5
ux(dashboard): minor cleanup
2016-11-04 12:14:43 +01:00
Torkel Ödegaard
2fa7100c3b
ux(dashboard): lots of tweaks and polish to row menu, added remove X to add panel and row option views, #6442
2016-11-04 11:43:49 +01:00
Ryan Bak
7165c866c2
Add blank default options for constant templates ( #6460 )
...
Restores ability to change constant templates without going into
templating menu
2016-11-04 11:41:39 +01:00
TerraTech
05d24020b1
settings.html: Fixup filename for custom.ini ( #6463 )
2016-11-04 11:41:12 +01:00
Carl Bergquist
691956bd33
Merge pull request #6363 from Noah-Heil/patch-1
...
Added two hints to help newer users
2016-11-04 11:12:20 +01:00
bergquist
f0d9d133c6
tech(slack): format code using gofmt
2016-11-04 07:55:15 +01:00
Matt
616e9ce5f6
Changed panel-handle cursor to proper 2 directional
2016-11-03 22:56:39 -04:00
Matt
cf248a503b
Added panel name to individual add panel item to show full name when long
2016-11-03 17:49:54 -04:00
Matt
80f8c0712c
Merge branch 'v4ux' of https://github.com/grafana/grafana into v4ux
2016-11-03 17:41:54 -04:00
Matt
308cc9d9f6
Thinned out fonts for row headers, sits much nicer in the dashboard
2016-11-03 17:41:35 -04:00
Torkel Ödegaard
abf1f6a163
ux(dashboard): added back hide controls toggle and shortcut, #6442
2016-11-03 22:39:59 +01:00
Torkel Ödegaard
d0513d3a54
ux(dashboard): changed name of delete row to remove row, #6442
2016-11-03 22:32:04 +01:00
Torkel Ödegaard
0da60a8bb2
ux(dashboard): minor tweak to row menu animation, it hides in a better way now after click #6442
2016-11-03 22:29:53 +01:00
Torkel Ödegaard
98be1734fa
ux(dashboard): refining new row slide out menu, #6442
2016-11-03 22:14:29 +01:00
Torkel Ödegaard
d917f69255
Merge branch 'v4ux' of github.com:grafana/grafana into v4ux
2016-11-03 20:32:45 +01:00
Torkel Ödegaard
82592f0c13
ux(help): began work on new help modal
2016-11-03 20:32:36 +01:00
Matt
4e15e61b39
Added vertical ellipses, played with box shadows and borders and such. Ellipses need to fade to Opacity 0 when menu is open.
2016-11-03 15:12:39 -04:00
bergquist
2d7bb4a9f3
fix(tsdb): broken build :(
2016-11-03 19:20:53 +01:00
bergquist
b578d06e4a
chore(notification): improve log message
2016-11-03 18:04:50 +01:00
bergquist
1afe0e90f9
fix(tsdb): fixes broken legend buidler for prometheus
...
closes #6456
2016-11-03 18:04:09 +01:00
bergquist
0059beb85d
chore(tsdb): remove commented code
2016-11-03 17:34:57 +01:00
bergquist
4af420f759
tech(alerting): refactor how evalhandler uses conditions
2016-11-03 17:31:36 +01:00
Carl Bergquist
262b806193
Merge pull request #6455 from utkarshcmu/opentsdb_template_fix
...
Fixed multi-value nested templating for opentsdb
2016-11-03 17:11:52 +01:00
Torkel Ödegaard
3e712178cc
ux(dashboard): began removing build mode and adding new slide out row menu
2016-11-03 15:50:11 +01:00
Torkel Ödegaard
f91e067235
ux(dashboard): keybinding changes / new, #6442
2016-11-03 15:14:44 +01:00
Torkel Ödegaard
8ea2d3f19c
ux(dashboard): removed getting started stuff from dashlist panel, #6442
2016-11-03 13:24:01 +01:00
Torkel Ödegaard
e80241b5f4
ux(dashboard): minor tweaks
2016-11-03 13:19:40 +01:00
Torkel Ödegaard
f1137e4d20
ux(dashboard): removed green row icon gain, replaced with collapse icon, #6442
2016-11-03 11:30:25 +01:00
Carl Bergquist
61c48aecc2
[Alertlist] Set max-height to respect row height ( #6454 )
...
* feat(alertlist): max-height to respect row height
closes #6417
* feat(alertlist): use pre calculated panel.height instead
* style(alertlist): rearrange variable order
2016-11-03 11:01:21 +01:00
utkarshcmu
89cf32b160
Made quotes consistent
2016-11-03 01:22:24 -07:00
utkarshcmu
849ac9441a
Fixed multi-value nested templating for opentsdb
2016-11-03 01:18:54 -07:00
bergquist
c138b04c5e
feat(alerting): avoid double logging
2016-11-03 07:25:00 +01:00
bergquist
ff5d4e8e0c
fix(alerting): temp fix for broken AND condition
...
This should be refactored. lets return condition results instead
of setting new value on the evalContext. The condition execution
should only be able to update its own state.
closes #6449
2016-11-03 07:18:39 +01:00
Carl Bergquist
89a3d023ce
Merge pull request #6453 from utkarshcmu/alert_message_typo
...
Log bad alert config and fixed alert message typo
2016-11-03 07:12:36 +01:00
Carl Bergquist
bb7f03c91e
Merge pull request #6446 from utkarshcmu/graphite_alerting_fix
...
Fixed intervalFormat for Graphite Alerting
2016-11-03 06:58:51 +01:00
utkarshcmu
fc91231104
Fixed failing tests
2016-11-02 22:31:59 -07:00
utkarshcmu
d009c6b953
Log bad alert config
2016-11-02 18:22:24 -07:00
utkarshcmu
942de5497e
Fixed alert message typo
2016-11-02 18:13:11 -07:00
Torkel Ödegaard
075c722527
ux(dashboard): worked on single row edit mode, #6442
2016-11-02 22:24:08 +01:00
bergquist
d1d7c240f9
tech(mailer): dont use deprecated method
2016-11-02 22:11:59 +01:00
Torkel Ödegaard
e23f898418
ux(dashboard): minor tweaks and polish, added g a shortcut for go to alerting list
2016-11-02 22:08:17 +01:00
Torkel Ödegaard
cdea420285
ux(dashboard): fixes for changing panel tabs, #6442
2016-11-02 21:45:46 +01:00
Carl Bergquist
377d9f4a78
Merge pull request #6452 from utkarshcmu/tooltip_bug
...
Fixed the tooltip message for slack notifier
2016-11-02 20:46:05 +01:00
utkarshcmu
2b28cf1ff1
Fixed the tooltip message for slack notifier
2016-11-02 12:42:33 -07:00
utkarshcmu
33ee85ede9
Commented strange behavior of tests
2016-11-02 11:11:06 -07:00
Torkel Ödegaard
47aae7f1f2
ux(dashboard): added more shortcusts to v/edit panel, #6442
2016-11-02 17:03:14 +01:00
Torkel Ödegaard
95e7ead89b
ux(dashboard): varius dashboard ux fixes and keybinding improvements, press 'e' while hovering over panel will open dashboard in edit mode, pressing 'd' will remove panel, #6442
2016-11-02 15:16:48 +01:00
Torkel Ödegaard
19509d1e7a
ux(dashboard): minor fix, #6442
2016-11-02 13:49:12 +01:00
Torkel Ödegaard
40ea014fa8
ux(dashboar): added shortcut for build mode, switched keybinding lib to mousetrap, supports sequences so also added for Go to home dashboard, open search with starred dashbords prefiltered, go to profile, #6442
2016-11-02 12:55:58 +01:00
Torkel Ödegaard
3c1435253d
feat(ux dashboard editmode): added shortcut to setting menu, #6442
2016-11-02 11:05:28 +01:00
utkarshcmu
a4a2e35bb2
Verified interval format function and gofmt check
2016-11-02 02:07:08 -07:00
bergquist
d4bc92b267
feat(tsdb): default tsdb httpclient
2016-11-02 08:51:34 +01:00
utkarshcmu
2088363bf9
Added tests for graphite alerting
2016-11-02 00:00:18 -07:00
utkarshcmu
1e8beb8983
Fixed intervalFormat for Graphite Alerting
2016-11-01 17:55:45 -07:00
bergquist
9b28bf25a4
docs(cli): add info about how to install specific plugin version
...
closes #6434
2016-11-01 18:35:15 +01:00
Carl Bergquist
e659eb745d
Merge pull request #6420 from utkarshcmu/alerting_initial_state
...
Alerts not sent when state is changed from "initialized" to "ok"
2016-11-01 18:30:14 +01:00
Torkel Ödegaard
8980f481f7
fix(ux dashboard): panel height fix to reduce jumpiness when loading dashboard
2016-11-01 16:11:26 +01:00
Torkel Ödegaard
8eee4d8e6b
fix(dashboard): fixed white theme for new dashboard row look / dash edit mode, #6442
2016-11-01 16:06:49 +01:00
utkarshcmu
7490c49f60
Alert un paused to pending state
2016-11-01 07:58:38 -07:00
Torkel Ödegaard
f3090d8cd4
fix(dashboard): fixed issue with resizing panel, #6442
2016-11-01 15:33:20 +01:00
utkarshcmu
d9f2519916
Renamed Initialized to Pending
2016-11-01 07:30:55 -07:00
Torkel Ödegaard
18056e53cc
ux(dashboard): Fixing broken unit test made by changes for dash edit mode, #6442
2016-11-01 14:35:35 +01:00
Torkel Ödegaard
786afda4c3
ux(dashboard): edit mode fixes
2016-11-01 13:43:05 +01:00
bergquist
578507ae77
tech(cli): add default settings for transport
2016-11-01 08:58:44 +01:00
Carl Bergquist
4b8d9cac6f
Merge pull request #6437 from dmvk/feature/grafana-cli-proxy
...
Take grafana-cli proxy settings from env
2016-11-01 08:53:23 +01:00
bergquist
39f9db8650
Merge branch 'utkarshcmu-slack_notifier'
2016-11-01 08:48:26 +01:00
bergquist
63e2337f6c
feat(alerting): change placeholder to info-popover
2016-11-01 08:46:31 +01:00
David Moravek
c6257b30c1
Take grafana-cli proxy settings from env
2016-10-31 23:14:48 +01:00
utkarshcmu
95117a0bc9
Added message parsing functionality
2016-10-31 14:55:21 -07:00
utkarshcmu
80fdd830de
Added override default recipient functionality
2016-10-31 14:46:51 -07:00
Torkel Ödegaard
48a54edd85
ux(dashboard): improving drag and drop behavior!
2016-10-30 19:37:50 +01:00
Torkel Ödegaard
09a19d8ecb
ux(dashboard): progress on ghost empty space panel
2016-10-30 18:02:46 +01:00
Torkel Ödegaard
ca1f06f18f
hunting memory leaks
2016-10-30 17:11:19 +01:00
Torkel Ödegaard
4d420a0c33
refactor(): dashboard row model and hunting down memory leak
2016-10-30 15:14:18 +01:00
Torkel Ödegaard
57cbefdf0a
working on empty space / dropzone ghost panel
2016-10-30 12:05:11 +01:00
Torkel Ödegaard
d98191ad65
Merge remote-tracking branch 'origin/row-tabs' into dash-edit-mode
2016-10-30 11:09:09 +01:00
Matt
caaeb8e468
Added move row up and down arrows
2016-10-29 09:15:58 -04:00
Torkel Ödegaard
703eda489e
ux(row): fixed panel footer hook border
2016-10-29 13:56:47 +02:00
Torkel Ödegaard
c6757bed72
ux(dashboard): new row tabs look
2016-10-29 13:51:16 +02:00
Torkel Ödegaard
bda5cdcb2f
ux(dash edit mode): fix for row height when collapsed
2016-10-29 13:14:37 +02:00
Torkel Ödegaard
591f6536f8
feat(ux): trying to simplify display rules for edit mode / row actions
2016-10-29 13:10:20 +02:00
Torkel Ödegaard
3be9e8e022
Merge branch 'dash-edit-mode' of github.com:grafana/grafana into dash-edit-mode
2016-10-29 11:51:18 +02:00
Torkel Ödegaard
2fbe8cde8a
Merge branch 'master' of github.com:grafana/grafana into dash-edit-mode
2016-10-29 11:50:57 +02:00
utkarshcmu
dcaae47e96
Fixed tests
2016-10-28 14:54:55 -07:00
utkarshcmu
4c64e45a59
Added initalized state to alerts
2016-10-28 14:44:45 -07:00
Matt
d9f99eb501
Added fadeIn animation to non-build mode
2016-10-28 17:09:33 -04:00
Matt
51f55cf6f1
Beginnings of changes to row edits
2016-10-28 16:12:20 -04:00
Torkel Ödegaard
e170e47e7c
ux(dashboard): minor updates
2016-10-28 16:41:48 +02:00
Torkel Ödegaard
3fc6f6d730
ux(dashboard): minor fixes
2016-10-28 16:37:13 +02:00
Torkel Ödegaard
366650e1ae
ux(dashboard): fixed scss issue
2016-10-28 16:30:16 +02:00
Torkel Ödegaard
be99c3e20a
updates to dashboard edit mode
2016-10-28 16:26:53 +02:00
Torkel Ödegaard
30789308d7
minor change
2016-10-28 14:49:34 +02:00
Torkel Ödegaard
155cce959f
more polish on edit mode
2016-10-28 14:38:48 +02:00
Torkel Ödegaard
e215ba821c
ux(): edit mode polish
2016-10-28 14:13:11 +02:00
Torkel Ödegaard
f1a44ad090
ux(): progress on row ux
2016-10-28 13:36:27 +02:00
Eric Uldall
658fc1a67a
added hosted domain suppport to google oauth login ( #6372 )
2016-10-28 12:00:47 +02:00
seanclerkin
7acdbde8f0
Cloudwatch: add support for Aurora specific RDS metrics ( #6378 )
2016-10-28 12:00:22 +02:00
Hans Kristian Flaatten
b5eaa5ea59
Add missing closing " in Docker README ( #6413 )
2016-10-28 11:55:47 +02:00
Torkel Ödegaard
517ebfaf6d
Merge branch 'dash-edit-mode' of github.com:grafana/grafana into dash-edit-mode
2016-10-27 22:11:08 +02:00
Torkel Ödegaard
f8395666e6
minor update
2016-10-27 22:11:00 +02:00
Torkel Ödegaard
9c50893221
progress on new design
2016-10-27 21:51:57 +02:00
Matt
b58c38a5db
Refactored to be a proper list, added x button in upper right. Before cleaning up the CSS, want trent to set some eyes on it and make it look better.
2016-10-27 11:36:46 +02:00
Matt
4633da47ef
Merge branch 'dash-edit-mode' of https://github.com/grafana/grafana into dash-edit-mode
2016-10-26 17:52:41 +02:00
Matt
e7f5b76570
Added styles and new markup for dashlist panel
2016-10-26 17:52:37 +02:00
Torkel Ödegaard
c609586ff0
ux(dashboard): making progress on new add panel experiance
2016-10-26 17:42:39 +02:00
Torkel Ödegaard
f1f923abb9
build fix
2016-10-26 14:31:47 +02:00
Torkel Ödegaard
113a772e33
ux(dashboard): add panel stuff
2016-10-26 12:19:18 +02:00
Torkel Ödegaard
280709327c
updated
2016-10-25 17:33:22 +02:00
Torkel Ödegaard
7b0eb6d0bb
feat(dashboard): progress on dash edit mode
2016-10-25 16:36:40 +02:00
Utkarsh Bhatnagar
b382d17e34
Fixed alerting bug for mysql ( #6375 )
2016-10-25 14:52:20 +02:00
Torkel Ödegaard
5e1f1c0989
updated
2016-10-25 12:12:59 +02:00
Torkel Ödegaard
b45bd07032
ux(dashboard): when saving dashbord with default new dashboard title show Save As Dialog, #6099
2016-10-25 11:11:21 +02:00
Torkel Ödegaard
8a715cd122
using gf-form in row header
2016-10-25 10:47:13 +02:00
Torkel Ödegaard
d1cc890ed3
Merge branch 'master' into dash-edit-mode
2016-10-24 14:57:30 +02:00
Torkel Ödegaard
556547b316
ux(panel resize): snap to even 12ths spans
2016-10-24 14:57:13 +02:00
Torkel Ödegaard
d6c07d242c
Merge branch 'master' into dash-edit-mode
2016-10-24 14:51:35 +02:00
Torkel Ödegaard
4db723ea81
ux(panel resize): snap to even 12ths spans
2016-10-24 14:40:46 +02:00
Torkel Ödegaard
6fb81f54bb
ux(): minor fix
2016-10-24 14:12:19 +02:00
Torkel Ödegaard
01627b3a68
feat(ux): dashboard edit mode progress
2016-10-24 13:50:38 +02:00
Utkarsh Bhatnagar
10a42cc98c
CHANGELOG entry ( #6362 )
2016-10-24 11:11:44 +02:00
Noah Heil
56ccd80cce
Added two hints to help newer users
...
I spent a couple of hours trying to figure out why the cloudwatch datasource was not working and the "internal error" notice was not helpful. So I added some hints so that people who are a little newer to linux/aws/grafana wont have to suffer like I did.
2016-10-24 03:05:16 -06:00
Utkarsh Bhatnagar
86ca7ddda4
Added explicitTags support for OpenTSDB>=2.3 ( #6361 )
2016-10-24 09:15:19 +02:00
Torkel Ödegaard
29e834e74b
feat(UX): revived dash-edit-mode branch, #6099
2016-10-23 10:05:31 +02:00
Torkel Ödegaard
1bb8192a38
Merge branch 'master' into dash-edit-mode
2016-10-23 10:03:55 +02:00
Torkel Ödegaard
42961ef8a0
fix(dashbard): fixed issue confirmig when saving a dashboard with conflict
2016-10-22 12:34:18 +02:00
Torkel Ödegaard
8735a84685
Merge branch 'master' of github.com:grafana/grafana
2016-10-22 11:51:48 +02:00
Torkel Ödegaard
8bb2f11505
Merge branch 'alerting_keeplast'
2016-10-22 11:51:16 +02:00
Carl Bergquist
bc90e6ce46
Alerting: Keep last state on no data ( #6354 )
...
* feat(alerting): add support to keep last state on no data
closes #6332
* refactoring(alerting PR #6354 ): added new option type for NoData option so AlertStateType does not have to contain invalid state, #6354
2016-10-22 10:56:04 +02:00
Torkel Ödegaard
a2e14f56e4
refactoring(alerting PR #6354 ): added new option type for NoData option so AlertStateType does not have to contain invalid state, #6354
2016-10-22 10:54:50 +02:00
Torkel Ödegaard
4999fff29b
fix(alerting): fixed email notification so it splits email address multiple ways, fixes #6353
2016-10-22 10:24:31 +02:00
Torkel Ödegaard
b32bbbd1a2
fix(influxdb): enforce database restriction, fixes #6352
2016-10-22 10:03:02 +02:00
Torkel Ödegaard
401c67d136
fix(dashboard): re-render panels when leaving fullscreen mode, fixes #6312
2016-10-22 09:51:18 +02:00
Torkel Ödegaard
1581bf8d5b
fix(docs): added api_url to configuration docs, fixes #6351
2016-10-22 08:51:32 +02:00
bergquist
6e65c93203
fix(cli): improve error handling
2016-10-21 16:03:02 +02:00
bergquist
2c7dbde06a
feat(alerting): recover from panic
2016-10-21 14:46:58 +02:00
bergquist
ad56f67ad1
feat(alerting): add support to keep last state on no data
...
closes #6332
2016-10-21 14:00:20 +02:00
Torkel Ödegaard
96008c9738
Squashed commit of the following:
...
commit 4113ed00782590187d19dd2f8cbae683f164142c
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Fri Oct 21 10:47:35 2016 +0200
docs(): minor fix for docs index page
commit 45478d120571519462fac905aadeab5954696690
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Thu Oct 20 14:28:21 2016 +0200
updated
commit c9c1c1d5a462f85e8001a45218f24102583d7aee
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Thu Oct 20 14:27:34 2016 +0200
docs(): updated image refs
commit 5fa0f27963968d77bbbbb7edd973847ea72135e3
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Wed Oct 19 14:33:04 2016 +0200
docs is almost done
commit 6b988c90cb08563e2c27212338c2947e69f6fcc3
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Tue Oct 18 20:45:28 2016 +0200
almost done
commit 17757c21ed813892ddb1f289f2e52613caf7bcef
Author: Torkel Ödegaard <torkel@grafana.org >
Date: Tue Oct 18 16:45:48 2016 +0200
making progress on docs
commit f06c815991dd81b8893912a6da04a17b80b63fda
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Tue Oct 18 14:30:55 2016 +0200
progress on new docs
commit 5197237426252623de2d8b9cc22ddbbdbb240763
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Tue Oct 18 13:25:26 2016 +0200
making progress
commit 33e2b6b617f16f65878141cf11e54b2817a2ea96
Merge: de385e5 ecb4a99
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Tue Oct 18 12:17:58 2016 +0200
Merge branch 'new-docs' of github.com:grafana/grafana into new-docs
commit ecb4a99dd54aa39f17d9bf4d7e132a389812f8fd
Author: Torkel Ödegaard <torkel@grafana.org >
Date: Tue Oct 18 10:39:59 2016 +0200
keep urls for now
commit de385e56d86b071cf2150ccf9f1aa06ec5187277
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Mon Oct 17 17:56:18 2016 +0200
more progress
commit 8469ebc239ab2316cbbc01862e5026737f272f00
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Mon Oct 17 17:08:06 2016 +0200
progress on new docs
commit e755f656b12534cfcb23bad11f1fa696e43f7428
Merge: 4644a35 35cce3b
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Mon Oct 17 12:21:27 2016 +0200
Merge branch 'new-docs' of github.com:grafana/grafana into new-docs
commit 4644a35102555204787e91041b50dcbfe0f7a213
Merge: 25c4bef 977cdd5
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Mon Oct 17 12:21:11 2016 +0200
Merge branch 'master' of github.com:grafana/grafana into new-docs
commit 35cce3bef802fac020a53693b02c112a91a096fc
Author: Torkel Ödegaard <torkel@grafana.org >
Date: Mon Oct 17 09:31:17 2016 +0200
progress on #6170
commit 25c4bef629de7d77218ba95cc3bd25fb50bb19d6
Author: Torkel Ödegaard <torkel.odegaard@gmail.com >
Date: Sun Oct 16 15:05:30 2016 +0200
fix for osx
commit 6c6b52f975630be87da23dd51beafaecb820cec2
Author: Torkel Ödegaard <torkel@grafana.org >
Date: Sun Oct 16 12:56:39 2016 +0200
progress on new docs
commit 6a09633981ab26191d5542dbe3a788846ac6b73d
Author: Torkel Ödegaard <torkel@grafana.org >
Date: Sat Oct 15 11:39:49 2016 +0200
progress on new docs
commit 7d533fbc23e41b86fd1ba9c955dd17ae1ad977e5
Author: Torkel Ödegaard <torkel@grafana.org >
Date: Mon Oct 10 09:25:12 2016 +0200
making progress on new docs site
commit 50392ce98edfa201977716e92e4a86f9d48ae386
Author: Torkel Ödegaard <torkel@grafana.org >
Date: Sun Oct 9 20:02:28 2016 +0200
feat(new docs): progress on new docs site
commit 81a3d3d0952d3a5d790412e90d01ac5a247e0686
Author: Torkel Ödegaard <torkel@grafana.org >
Date: Fri Oct 7 07:52:11 2016 +0200
new docs site experiment
commit 704adc98664665b3624087ab38ce29fc9da005f1
Author: Torkel Ödegaard <torkel@grafana.org >
Date: Sat Oct 1 20:46:53 2016 +0200
new docs poc
2016-10-21 11:01:34 +02:00
Carl Bergquist
5520454523
Merge pull request #6344 from roidelapluie/cuu
...
Allow to set current on graph panel
2016-10-21 09:30:48 +02:00
bergquist
5bf5ed68e1
tech(notifications): replace internal email code
2016-10-21 09:06:03 +02:00
bergquist
f77799837e
feat(alerting): support for attached graphs in alert notifications
...
closes #6183
2016-10-21 09:06:03 +02:00
bergquist
ded5a0a9d5
tech(alerting): remove unused code
2016-10-21 09:05:54 +02:00
Carl Bergquist
206a6b0a47
Merge pull request #6346 from cglewis/master
...
fix cla link; formatting and grammar fixes
2016-10-21 08:57:14 +02:00
cglewis
3931e0b743
fix cla link; formatting and grammar fixes
2016-10-20 13:08:12 -07:00
Julien Pivotto
d1eb7e5fcd
Allow to set current on graph panel
...
Refs #6335
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu >
2016-10-20 21:13:32 +02:00
Carl Bergquist
1ce0b8fe25
Merge pull request #6333 from utkarshcmu/alerting_typo
...
Fixed typo
2016-10-20 11:26:02 +02:00
utkarshcmu
b989b08781
Fixed typo
2016-10-20 02:22:37 -07:00
Eric Uldall
eda442dbf9
added support to login user oauth user by email only ( #6330 )
...
* added support to login user oauth user by email only
* added sql handler
* fixed model method name from GetUserByEmail to GetUserByEmailQuery
* fixed variable declaration typo
2016-10-20 06:45:10 +02:00
bergquist
9badb051ba
fix(changelog): typo
2016-10-20 06:38:45 +02:00
bergquist
f2cbfece2c
feat(notification): add helptext for using multiple email addresses
2016-10-19 17:04:17 +02:00
bergquist
6ea0f0120e
feat(notifications): switch to ; seperator
...
using \n caused problems with the json deserialisation.
closes #6326
2016-10-19 16:34:12 +02:00
bergquist
3ac38dfe70
Merge branch 'alerting_opentsdb'
2016-10-19 13:16:16 +02:00
bergquist
2df8c649b7
Merge branch 'master' into alerting_opentsdb
2016-10-19 13:15:22 +02:00
bergquist
5fbab038e8
fix(opentsdb): can always return false
2016-10-19 13:14:42 +02:00
Torkel Ödegaard
a826591eed
Merge branch 'master' of github.com:grafana/grafana
2016-10-19 13:14:34 +02:00
Carl Bergquist
497eca0190
Merge pull request #6325 from utkarshcmu/alerting_opentsdb
...
Implmented targetContainsTemplate for OpenTSDB
2016-10-19 13:07:33 +02:00
utkarshcmu
62895114e1
Implmented targetContainsTemplate for OpenTSDB
2016-10-19 03:54:41 -07:00
bergquist
4c2f2eeb58
feat(opentsdb): add mock method for detecting targets with template values
2016-10-19 11:45:39 +02:00
bergquist
20bfe443fe
feat(prometheus): trim labelname lookup key
...
closes #6300
2016-10-19 08:57:58 +02:00
bergquist
b2d5b920f5
feat(alerting): allow editor to modify notifications
...
closes #6314
2016-10-19 08:01:31 +02:00
Carl Bergquist
a1e97b0067
Merge pull request #6290 from utkarshcmu/alerting_opentsdb
...
Opentsdb alerting feature completed, ready for testing
2016-10-19 07:50:40 +02:00
Eric Uldall
9468ddeed5
Issues/6317 empty google login ( #6318 )
...
* added Login property to google_oauth model
* fixed spacing
* fixed google_oauth syntax error, missing comma before newline
* set noexpandtab for commit
2016-10-19 07:43:32 +02:00
utkarshcmu
333a853948
Fixed for loop and append
2016-10-18 08:48:06 -07:00
bergquist
d1eceedf55
feat(webhook): add httpmethod to webhook
...
closes #6255
2016-10-18 16:50:16 +02:00
bergquist
9429434cb5
feat(influxdb): use database auth if provided
...
closes #6310
2016-10-18 15:12:04 +02:00
Mitsuhiro Tanda
a8dd44918b
support future time range
2016-10-18 19:39:04 +09:00
bergquist
2b55cf609c
tech(build): include sha1 as artifact
2016-10-18 11:42:25 +02:00
bergquist
d016fc1da1
tech(build): create sha files for windows build
2016-10-18 10:54:17 +02:00
Carl Bergquist
860865bd55
Merge pull request #6303 from mtanda/cw_region
...
(cloudwatch) add region
2016-10-18 08:48:44 +02:00
Mitsuhiro Tanda
888619d74e
(cloudwatch) add region
2016-10-18 12:28:20 +09:00
utkarshcmu
10d581dd0a
Added unit tests for query parsing
2016-10-17 14:51:51 -07:00
utkarshcmu
2374d09877
Fixed query parsing bugs
2016-10-17 14:50:53 -07:00
bergquist
97008f90c4
tech(build): semicölöns
2016-10-17 15:19:00 +02:00
bergquist
75a1ff1037
tech(build): dont override arch for windows
2016-10-17 15:09:35 +02:00
bergquist
0abc22f272
tech(build): make artifact path less strict
2016-10-17 14:35:09 +02:00
mkm85
977cdd5933
Fix cloudwatch multivalue ( #6282 )
...
* Fixed missing contains variable problem
* allow All option to be used in cloudwatch templating
2016-10-17 11:33:28 +02:00
bergquist
b6d112f8d7
tech(build): appveyor formating
2016-10-17 09:34:58 +02:00
bergquist
6c7e227d2f
Merge branch 'master' of github.com:grafana/grafana
2016-10-17 09:29:29 +02:00
Paul Traylor
a45a487ad3
Update query for "Rule Eval Duration" ( #6294 )
...
This query was changed to use seconds in https://github.com/prometheus/prometheus/commit/f69e668fc468dfa2feb13603237810b8d748d87e
2016-10-17 08:37:59 +02:00
utkarshcmu
ace81760ea
Added tests file for writing tests
2016-10-16 12:10:13 -07:00
utkarshcmu
b7744b4928
Added tags and filters params to alerting
2016-10-16 10:55:07 -07:00
utkarshcmu
35f93f4117
Added rate params to alerting
2016-10-16 05:20:58 -07:00
utkarshcmu
cc0a39f816
Added downsampling params to alerting
2016-10-16 04:12:13 -07:00
benrubson
807bc5eb47
Add time back to result array
2016-10-16 01:09:00 +02:00
benrubson
9792bd7b08
Typo
2016-10-16 00:46:56 +02:00
benrubson
604dcbc6b2
Missing values, corect tooltip
2016-10-16 00:30:50 +02:00
benrubson
07bf4c0b82
Missing values, keep interpolation
2016-10-16 00:29:15 +02:00
benrubson
04a276dc2c
Missing values, correctly highlight last point
2016-10-15 16:51:18 +02:00
benrubson
8d5269dea7
Typo
2016-10-15 13:17:11 +02:00
benrubson
43129aa563
Missing values, correct graph specs
2016-10-15 13:10:19 +02:00
benrubson
c976448f6a
Missing values, stack null & missing values
2016-10-15 13:07:41 +02:00
benrubson
2cdd097b3a
Missing values, correct timeStep
2016-10-15 11:43:36 +02:00
Ben RUBSON
d1e8418c74
Correct tooltip timestamp ( #6283 )
...
Corrects #6275 , follows #6211
2016-10-15 08:02:07 +02:00
Torkel Ödegaard
c1567ae595
fix(build): fixes #6284
2016-10-15 08:00:48 +02:00
Torkel Ödegaard
04c23ef322
fix(SIGHUP): ignore SIGHUP syscall, fixes #6276
2016-10-14 14:23:22 +02:00
Torkel Ödegaard
30645a6d3d
refactor(alerting): initial step for seperating alerting and dash model, #6273
2016-10-14 13:06:29 +02:00
bergquist
466e62968e
tech(build): publish artifacts to s3
2016-10-14 10:37:31 +02:00
bergquist
ec4260e14f
tech(build): remove commented build steps
2016-10-14 10:26:08 +02:00
bergquist
5e0fa0f0ad
feat(opentsdb): context aware http requests
2016-10-14 10:21:47 +02:00
bergquist
6d6d6d90fc
Merge branch 'utkarshcmu-alerting_opentsdb' into alerting_opentsdb
2016-10-14 10:15:43 +02:00
bergquist
f44e360b0d
fix(opentsdb): fmt
2016-10-14 10:15:30 +02:00
Torkel Ödegaard
4c26c55fea
fix(api): minor change to how pause alert was done
2016-10-14 09:58:22 +02:00
Torkel Ödegaard
46bab0bb37
feat(alerting): remove annotations when deleting alert, closes #6244
2016-10-14 09:43:30 +02:00
Torkel Ödegaard
c9d7eb0a7a
feat(alerting): added clear history button to alert state history view, #6244
2016-10-14 09:33:42 +02:00
bergquist
fe24e6c8a8
Merge branch 'alerting_opentsdb' of https://github.com/utkarshcmu/grafana into utkarshcmu-alerting_opentsdb
2016-10-14 09:19:42 +02:00
bergquist
455df7f0a0
Merge branch 'master' into alerting_opentsdb
2016-10-14 09:17:35 +02:00
bergquist
aeb0c5cb53
Merge branch 'master' into interval
2016-10-14 09:15:04 +02:00
bergquist
f4e0a9245e
feat(influxdb): choose highest interval value
2016-10-14 09:14:13 +02:00
utkarshcmu
4247e92e87
Resolved conflicts
2016-10-14 00:01:36 -07:00
utkarshcmu
06f2047ced
OpenTsdb alerting works with metric query
2016-10-13 23:49:28 -07:00
bergquist
998df2a1ac
feat(opentsdb): add alerting support to plugin.json
2016-10-13 23:49:27 -07:00
bergquist
b8ec1ce9a2
tech(tsdb): add basic skeleton for alerting
2016-10-13 23:49:27 -07:00
bergquist
fb99d9d680
feat(build): remove dist from artifact path
2016-10-14 07:05:36 +02:00
bergquist
b2acc7cf03
feat(build): build zipfile before creating artifact
2016-10-13 17:51:09 +02:00
Carl Bergquist
0793811b7e
Merge pull request #6192 from polynomial/fix_typo
...
fix(docs): duplicate word data in Graph Panel
2016-10-13 17:17:49 +02:00
bergquist
da2aaf7095
feat(build): trigger windows build after successfull CI build
2016-10-13 17:11:04 +02:00
Carl Bergquist
7bdedff89c
feat(plugins): make sure windows data plugin path is absolute ( #6264 )
2016-10-13 15:36:35 +02:00
Torkel Ödegaard
44f064392d
feat(alerting): different colored lines/icons for alert annotations based on state, #6244
2016-10-13 15:22:54 +02:00
mdadm
fa492c6828
fixed scoping issue with certPool variable ( #6261 )
2016-10-13 13:38:55 +02:00
bergquist
4144eacc24
feat(influxdb): start parsing interval parameters
2016-10-13 11:42:51 +02:00
bergquist
1506df8c11
feat(alerting): parse the interval value from the panel
2016-10-13 11:19:44 +02:00
Carl Bergquist
c0596d0dd0
Merge pull request #6257 from utkarshcmu/opentsdb_lodash
...
Opentsdb queries fixed without alias but with tags/filters
2016-10-13 07:34:00 +02:00
utkarshcmu
6638605fd1
Removed console.log
2016-10-12 13:47:40 -07:00
utkarshcmu
cc3b928708
Opentsdb queries broken if no alias is uses with tags/filters
2016-10-12 13:32:37 -07:00
bergquist
2e4ca64783
fix(cli): improve error handling
...
closes #6256
2016-10-12 22:31:28 +02:00
Torkel Ödegaard
0f2fa33daf
docs(changelog): added fix for #4393 to the changelog
2016-10-12 13:17:30 +02:00
Uros Meglic
e1739b6025
(fix)elasticsearch: IP addresses don't survive terms aggregation ( #4393 ) ( #6246 )
2016-10-12 13:14:57 +02:00
Carl Bergquist
ce60efea8a
Merge pull request #6249 from txisme/master
...
Fixed latest builds URL
2016-10-12 13:06:38 +02:00
txisme
2fc7957485
Fixed latest builds URL
2016-10-12 11:27:21 +01:00
bergquist
5a39bf5c58
fix(alert_tab): dont add dup notifications to repeater
...
closes #6233
2016-10-12 11:27:49 +02:00
Torkel Ödegaard
0bae12e4ae
change(graph): Changed default for stack hover value
2016-10-12 11:21:23 +02:00
bergquist
c0829903ba
fix(alerting): scope variable was updated
...
closes #6228
2016-10-12 09:46:32 +02:00
Torkel Ödegaard
b8b577eafb
fix(spelling): minor spelling fix in alerting code
2016-10-12 09:17:48 +02:00
bergquist
5a91d45f3f
fix(influxdb): broken unittests
2016-10-12 07:43:30 +02:00
Torkel Ödegaard
1b8a81d4ba
fix(alerting): fixed reducer change issue, fixes #6241
2016-10-12 07:04:53 +02:00
Torkel Ödegaard
3d593492c9
fix to text panel and transparent mode
2016-10-12 07:04:53 +02:00
marcv81
150d21800c
Do not pass Authorization header in Grafana.net proxy ( #6243 )
2016-10-12 06:54:33 +02:00
bergquist
885e0366c5
feat(influxdb): support raw queries in alerting
...
ref #6231
2016-10-11 18:53:09 +02:00
bergquist
ccee1b3f96
fix(alerting): fix bug with unhandled error
...
closes #6239
2016-10-11 17:37:07 +02:00
bergquist
0d4b00df95
feat(alerting): add template validation for influxdb
...
closes #6230
2016-10-11 16:03:00 +02:00
Torkel Ödegaard
2e21613be7
fix(templating): fixed issues with dynamic dashboard srv (panel/row) repeats, fixes #6237
2016-10-11 15:17:47 +02:00
Corentin Chary
4df379f90c
Do not align refresh time ( #6178 )
...
When you have a lot of dashboards, all of them
end up refreshing their dashboards at the exact
same time, which isn't particulary good for your
TSDB backend.
2016-10-11 13:57:53 +02:00
Ben RUBSON
f7124f1638
Patch: 4 tooltip bugs ( #6211 )
...
* Order tooltip by yaxis by default
solves #6174
* typo
* Avoid sorting multiple times
and evaluate series.yaxis.n as it may not exist.
* typo
* typo
* typo
* Tooltip values loose their format when reordered
solves #6208
* Hover the correct point
* Make tooltip sort happy with hidden series
2016-10-11 13:53:49 +02:00
Uros Meglic
dc680a41c8
fix(elasticsearch): Query editor allows to remove last group by ( #5692 ) ( #6223 )
2016-10-11 13:41:13 +02: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
73fc659011
fix(graph): fixed issue with old threshold to new threshold model migration, fixes #6236
2016-10-11 13:22:46 +02:00
Torkel Ödegaard
f1905a8485
fix(alerting): fixed issue with using nested queries in graphite query used in alerting rule, fixes #5996
2016-10-11 12:50:11 +02:00
bergquist
446bde2421
Merge branch 'pause_alert_rules'
...
closes #6135
2016-10-11 10:54:58 +02:00
bergquist
c6cf7647ff
feat(alerting): pausing alerts requires alert id
2016-10-11 10:53:24 +02:00
Carl Bergquist
be2054fe51
Merge pull request #6229 from nijanthanh/cloudwatch_ApplicationELB_UnHealthyHostCount_fix
...
(cloudwatch) Fix UnHealthyHostCount metric of ApplicationELB
2016-10-11 10:36:19 +02:00
bergquist
3162e680c2
tech(notifiers): improve logging for notifications
...
ref #6228
2016-10-11 10:15:41 +02:00
Torkel Ödegaard
7b70e0ff3a
fix(UI): fixed 3 UI bugs, fixes #6225
2016-10-11 09:51:43 +02:00
bergquist
8b0c29b104
Merge branch 'master' into pause_alert_rules
2016-10-11 09:46:48 +02:00
bergquist
4bbc2108f9
feat(alerting): add pause button to alert list
2016-10-11 09:45:38 +02:00
Nijanthan Hariharan
2b8404e178
(cloudwatch) Fix UnHealthyHostCount metric of ApplicationELB
...
The UnHealthyHostCount metric of ApplicationELB for cloudwatch datasource did not work because the capitalization was wrong - it was UnhealthyHostCount instead of UnHealthyHostCount.
Here is the AWS documentation listing the metric name - http://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-cloudwatch-metrics.html#load-balancer-metrics-alb
2016-10-11 13:10:57 +05:30
Dan Cech
6b16fcea52
Oauth2 Updates ( #6226 )
...
* break out go and js build commands
* support oauth providers that return errors via redirect
* remove extra call to get grafana.net org membership
* removed GitHub specifics from generic OAuth
* readded ability to name generic source
* revert to a backward-compatible state, refactor and clean up
* streamline oauth user creation, make generic oauth support more generic
2016-10-11 08:51:44 +02:00
bergquist
804797245d
feat(alerting): make it possible to pause from alert tab
2016-10-11 08:40:38 +02:00
Torkel Ödegaard
d4fd1c82e3
fix(alerting): added step any to alert threshold input fields, fixes #6205
2016-10-10 19:47:16 +02:00
Dan Cech
519100f1bd
Merge pull request #6217 from ericpp/oauth_add_state_param
...
Added a state parameter for all OAuth requests
2016-10-10 09:58:35 -04:00
bergquist
f3825263d4
feat(alerting): add pause button in alert list
2016-10-10 15:17:14 +02:00
Carl Bergquist
b0d154d5aa
Merge pull request #6221 from grafana/alerting_influxdb
...
Alerting support for influxdb
2016-10-10 14:32:47 +02:00
bergquist
264590a9c2
feat(alerting): add paused api endpoint
2016-10-10 14:26:09 +02:00
bergquist
19427b59f9
feat(alerting): do not enqueue paused rules
2016-10-10 13:29:10 +02:00
bergquist
04f417a423
feat(alerting): enabled by default. configurable elert engine
...
closes #6210
2016-10-10 13:09:16 +02:00
bergquist
8d96262106
chore(tsdb): tidy up code
2016-10-10 11:58:06 +02:00
bergquist
b841e649ab
Merge branch 'master' into alerting_influxdb
2016-10-10 11:38:29 +02:00
bergquist
f609623abd
style(influxdb): tidy up code
2016-10-10 11:34:52 +02:00
bergquist
95b9f472d1
tech(influxdb): remove unused logging
2016-10-10 11:17:00 +02:00
bergquist
f919d04e3c
docs(tsdb): improve fill comment
2016-10-10 09:52:53 +02:00
bergquist
0bfb94dc6f
feat(tsdb): add interval calculator
2016-10-10 09:45:33 +02:00
Torkel Ödegaard
918481909c
fix(metricsegment): fixed issue with metric segment, fixes #6212
2016-10-08 10:23:30 +02:00
Eric Perrino
81443bf8b4
Added a state parameter for all OAuth requests
2016-10-08 01:22:32 -05:00
Torkel Ödegaard
913f17ee8a
fix(plugin dashboards): fixed issue with plugin dashboard list, fixes #6215
2016-10-07 16:04:58 +02:00
bergquist
4fafefd66a
feat(influxdb): proper support for group by tags
2016-10-07 15:09:54 +02:00
bergquist
e499e8850c
fix(influxdb): fix for timerange
2016-10-07 11:33:17 +02:00
bergquist
0633e2c03f
feat(influxdb): add real support for time ranges
2016-10-07 11:23:37 +02:00
bergquist
e36f9fa795
Merge branch 'master' into alerting_influxdb
2016-10-07 10:45:05 +02:00
bergquist
a3c91450d5
tech(config): add log.filters to default and sample
2016-10-07 10:39:01 +02:00
Torkel Ödegaard
a5cbfc8b98
fix(opentsdb): fixed opentsdb issue, fixes #6206
2016-10-07 08:57:40 +02:00
Eric Perrino
d3b0905899
Added allow_sign_up setting to auth.ldap to be able to disable automatic user creation for LDAP logins ( #6191 )
2016-10-07 08:49:58 +02:00
Wolfram Kroll
7e6595acaf
hint about how to override settings from default section ( #6181 )
2016-10-07 08:48:57 +02:00
bergquist
522d40fa26
fix(influxdb): support mulitple tags
2016-10-06 18:51:17 +02:00
bergquist
87650c150b
feat(influxdb): add tags to serie names
2016-10-06 18:47:59 +02:00
bergquist
b0addbd7cb
feat(influxdb): support multi row results
2016-10-06 15:30:09 +02:00
Torkel Ödegaard
dacfa6b978
fixed issue in metric_segment
2016-10-06 15:09:02 +02:00
bergquist
d8aa38fafe
tech(influxdb): refactor and cleanup
2016-10-06 14:16:26 +02:00
bergquist
ab8751767c
feat(influxdb): send request and parse response
2016-10-06 12:51:45 +02:00
bergquist
b519d5e92c
feat(docker): update docker-compose for influxdb
2016-10-06 12:50:06 +02:00
Torkel Ödegaard
04a5ad529c
generate sha1 for package files, fixes #913
2016-10-06 10:53:42 +02:00
Torkel Ödegaard
cc1452277b
added testdata scenario for null data and stacking, also updated testdata dashbord, #2912
2016-10-06 10:53:42 +02:00
bergquist
887ca40455
feat(influxdb): add support for policies
2016-10-05 20:57:28 +02:00
bergquist
4387d20222
feat(influxdb): render select and groupby
2016-10-05 20:36:05 +02:00
bergquist
9968fa5bc5
feat(influxdb): add query part definitions
2016-10-05 16:59:33 +02:00
bergquist
8588bb386c
feat(influxdb): add conditions property to tag
2016-10-05 16:57:32 +02:00
Peter Dave Hello
bf4c3f3ae6
optimize png images using zopflipng ( #6197 )
2016-10-05 15:57:50 +02:00
bergquist
c7abd3ba4e
feat(influxdb): add querypart renderers
2016-10-05 14:42:06 +02:00
bergquist
d0e6a9559e
feat(influxdb): add query part model
2016-10-05 10:56:34 +02:00
bergquist
92121ea656
feat(alerting): add nop uploader
...
ref #6183
2016-10-05 07:34:48 +02:00
Benjamin Smith
39769ea65b
fix(docs): duplicate word data in Graph Panel
2016-10-04 12:40:34 -07:00
bergquist
946e0bf32e
feat(influxdb): parse query json
2016-10-04 21:28:05 +02:00
bergquist
e556df5b49
feat(tsdb): add draft implementation for influxdb
2016-10-04 16:25:33 +02:00
bergquist
d726f49a8c
fix(notification): broken test notifications
...
ref #6159
2016-10-03 17:03:21 +02:00
bergquist
5a201cfd35
tech(tsdb): abort batch procces when context closes
2016-10-03 14:33:47 +02:00
bergquist
d889415c4b
tech(tsdb): rename context to query
2016-10-03 14:32:04 +02:00
bergquist
653a0502c4
tech(tsdb): add jsondata to tsdb datasource struct
2016-10-03 14:31:33 +02:00
bergquist
1606b74fce
tech(opentsdb): add init ref for opentsdb
2016-10-03 10:59:09 +02:00
bergquist
f4a834f84b
fix(opentsdb): add context to opentsdb executor
2016-10-03 10:37:49 +02:00
bergquist
8368a4a88a
Merge branch 'master' into alerting_opentsdb
2016-10-03 10:36:33 +02:00
bergquist
6f1a9f4f2e
Merge branch 'mtanda-cloudwatch_interval'
2016-10-03 10:32:07 +02:00
bergquist
f4b5fa4d6a
Merge branch 'master' into mtanda-cloudwatch_interval
2016-10-03 10:32:00 +02:00
bergquist
96ca69c5a9
tech(cloudwatch): extract method
2016-10-03 10:31:07 +02:00
Carl Bergquist
c38f6ff182
Make alerting notifcations sync ( #6158 )
...
* tech(routines): move the async logic from notification to alerting notifier
* tech(notification): reduce code dupe
* fix(notification): dont touch the response unless its an error
* feat(alerting): make alerting exeuction async but flow sync
* tech(alerting): remove commented code
* tech(alerting): remove unused code
* tech(alerting): fix typo
* tech(alerting): implement Context on EvalContext
* tech(alerting): wait for all alerts to return
* feat(alerting): dont allow alert responses to cancel
* Revert "feat(alerting): dont allow alert responses to cancel"
This reverts commit 324b006c96 .
* feat(alerting): give alerts some time to finish before closing down
2016-10-03 09:38:03 +02:00
bergquist
6b7015799c
Merge branch 'cloudwatch_interval' of https://github.com/mtanda/grafana into mtanda-cloudwatch_interval
2016-10-03 08:51:33 +02:00
bergquist
36f0bf0e1e
chore(web): Improve error message for invalid SSL configuration
2016-10-03 08:47:36 +02:00
Torkel Ödegaard
4a116ad4ad
fix(build): fixed failing unit test
2016-10-01 17:36:56 +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
c6cf6d4655
fix(api): fixed issue with api content-type in api success messages, fixes #6160
2016-10-01 16:52:52 +02:00
HeroCC
72f81b3b2a
Make Slack Logo link to Slack ( #6165 )
2016-10-01 16:50:56 +02:00
miao
1f5a68aab1
Modify basic introductions of docs and make it exact ( #6166 )
2016-10-01 16:50:09 +02:00
Torkel Ödegaard
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
Torkel Ödegaard
4f2263552c
feat(alerting): updated look for alerting panel, #6136
2016-10-01 16:32:13 +02:00
bergquist
91b180168e
tech(notifications): remove unused filter markup
2016-10-01 15:51:08 +02:00
Torkel Ödegaard
aa78114440
fix(alerting): fixed icon for ok state in panel header, #6136
2016-09-30 17:39:05 +02:00
Torkel Ödegaard
7c339f0794
feat(alerting): show alertin state in panel header, closes #6136
2016-09-30 17:37:47 +02:00
bergquist
1226beba31
feat(opentsdb): add alerting support to plugin.json
2016-09-30 16:50:50 +02:00
Torkel Ödegaard
2c4524bbfd
fix(logging): minor logging fix
2016-09-30 13:25:54 +02:00
Torkel Ödegaard
2908c6a80b
fix(metricsegment): added min width for inputs for metric segment and value select components
2016-09-30 13:13:28 +02:00
Torkel Ödegaard
fe4a0a98c1
fix(alerting): added confirm modal in UI, when deleting alert
2016-09-30 13:00:16 +02:00
Torkel Ödegaard
24a25453f6
fix(server): shutdown logging fixes
2016-09-30 10:18:19 +02:00
Torkel Ödegaard
5ec86a9ef4
fix(build): fixed broken build, unreachable code in migrator.go
2016-09-30 09:23:26 +02:00
Torkel Ödegaard
86b546c21d
refactor(main): refactoring main grafana server / startup code
2016-09-30 08:36:20 +02:00
Torkel Ödegaard
2b8177e3e5
fix(migration): fix for sqlstore migration, the execution of the migration and recording of the success of it was not done in same transaction, fixes #5315
2016-09-30 07:49:40 +02:00
Torkel Ödegaard
0ab2113fab
docs(config): added missing smtp config section, fixes #6155
2016-09-30 07:40:58 +02:00
bergquist
b66d94343e
tech(tsdb): add basic skeleton for alerting
2016-09-30 07:35:48 +02:00
Torkel Ödegaard
50d146e82c
fix(docs): fixed influxdb docs and mention of InfluxDB version, #6027
2016-09-29 14:53:50 +02:00
Torkel Ödegaard
5a1a80bcdd
feat(templating): adding missing label property to query variable defaults, fixes #6150
2016-09-29 14:46:59 +02:00
bergquist
1a062c52fa
fix(notifications): handle none configured image uploader
...
ref #6152
2016-09-29 14:31:19 +02:00
Torkel Ödegaard
88ec307f3e
fix(graph panel): fixed issue with graph axis labels
2016-09-28 21:39:51 +02:00
Alexander Zobnin
c2856926aa
fix(graph): fix X axis value selection. ( #6145 )
2016-09-28 21:29:51 +02:00
Torkel Ödegaard
75311e0626
feat(alerting): removed old init package
2016-09-28 21:27:24 +02:00
Torkel Ödegaard
5f5bbfbda5
Merge branch 'master' of github.com:grafana/grafana
2016-09-28 21:12:37 +02:00
Torkel Ödegaard
80eb82420e
fix(cleanup): check if images dir exists
2016-09-28 21:12:25 +02:00
Torkel Ödegaard
c28d004731
Merge branch 'go_routines'
2016-09-28 21:06:07 +02:00
Torkel Ödegaard
71e2c6f6ef
refactor(backend): refactoring management of go routines in backend
2016-09-28 21:06:00 +02:00
Dan Cech
6d7061dcaf
fix typo in config loader
2016-09-28 13:10:31 -04:00
Torkel Ödegaard
2750c8a801
feat(config): changed name of allow_user_login_pass to disable_login_form, changed the section of the config option to [auth], impacts merged PR #5423
2016-09-28 15:27:08 +02:00
Torkel Ödegaard
3e657357e5
Merge branch 'gnet-oauth'
2016-09-28 15:11:03 +02:00
Torkel Ödegaard
e5fc4332cd
feat(oauth): refactoring PR #6077
2016-09-28 15:10:50 +02:00
bergquist
bc634f20d5
Merge branch 'master' into go_routines
2016-09-28 13:58:14 +02:00
bergquist
7a6501640f
tech(log): fixes extra param logging
2016-09-28 13:57:19 +02:00
bergquist
991539e410
style(go_routines): improve variable naming
2016-09-28 13:35:24 +02:00
Torkel Ödegaard
5ccdbf01fd
merge with master
2016-09-28 13:02:15 +02:00
Torkel Ödegaard
10e63e5dd2
Merge branch 'master' of github.com:grafana/grafana
2016-09-28 12:17:16 +02:00
Torkel Ödegaard
15299c2ac0
fix(govendor): added new null package
2016-09-28 12:15:47 +02:00
Torkel Ödegaard
599fe49944
fix(templating): fix to datasource variable, was not updated on dashboard load, added unit test for case as well
2016-09-28 12:12:38 +02:00
Mitsuhiro Tanda
593863fb9e
(prometheus) check time range ( #6137 )
2016-09-28 11:54:25 +02:00
Torkel Ödegaard
68370ba2bc
feat(testdata): added alert dashboard
2016-09-28 10:44:21 +02:00
Torkel Ödegaard
a4648607bb
feat(testdata): added csv test data scenario
2016-09-28 10:37:30 +02:00
Torkel Ödegaard
8d5857661e
refactor(tsdb): changed tsdb time series model to use null.Float instead of pointers
2016-09-28 09:15:48 +02:00
Torkel Ödegaard
63caedb094
Merge branch 'master' of github.com:grafana/grafana
2016-09-28 08:09:51 +02:00
Torkel Ödegaard
460160cfa4
feat(testdata): added test case for ms resolution data
2016-09-28 08:08:46 +02:00
Torkel Ödegaard
22e8885690
feat(testdata): progress on test data stuff
2016-09-27 18:36:00 +02:00
Torkel Ödegaard
3ecd96e682
feat(testdata): lots of work on new test data data source and scenarios
2016-09-27 18:17:39 +02:00
bergquist
34b31aeef8
tech(goroutines): sync state between different go routines
2016-09-27 16:47:17 +02:00
bergquist
8e89173095
tech(log): fixes extra param logging
2016-09-27 16:06:06 +02:00
Torkel Ödegaard
ade8aa5b92
feat(graph): refactorings
2016-09-27 14:47:04 +02:00
Torkel Ödegaard
34f15d92d0
feat(testdata): worked on testdata app
2016-09-27 14:39:51 +02:00
bergquist
262e7193a3
feat(alerting): keep proccessing results even if one response panics
2016-09-27 11:16:55 +02:00
bergquist
071f2205e1
tech(tsdb): ops <o>
2016-09-27 11:13:13 +02:00
bergquist
46d4f817e3
tech(graphite): return error if statuscode is not ok
2016-09-27 10:09:56 +02:00
Torkel Ödegaard
81cb4a740b
refactor(graph): progress on graph panel work
2016-09-26 17:25:29 +02:00
bergquist
6a699d13c4
docs(configuration): add note about snapshot configuration
2016-09-26 14:46:03 +02:00
bergquist
7585e9a930
docs(changelog): add note about closing #4087 and #2172
2016-09-26 14:41:13 +02:00
bergquist
dbb7852f21
feat: purge old files and snapshots
...
closes #4087
closes #2172
2016-09-26 14:33:40 +02:00
Torkel Ödegaard
40e6317b7b
feat(graph): refactoring
2016-09-26 14:04:13 +02:00
Torkel Ödegaard
acfde82c0a
refactor(graph): js -> typescript refactoring
2016-09-26 13:55:42 +02:00
bergquist
1a32ab64b6
tech(renderer): improve renderOpts names
2016-09-26 11:07:36 +02:00
bergquist
effd2098ee
feat(alerting): fixes broken image renderer
2016-09-26 10:51:45 +02:00
bergquist
887e236bce
fix(rule): fixes rule reading bug
2016-09-26 10:01:33 +02:00
bergquist
8cd9225eb6
feat(alerting): increase timeout to 15s
2016-09-26 08:45:55 +02:00
Torkel Ödegaard
5682520603
feat(graph): more work on graph panel and support for non time series
2016-09-24 13:08:58 +02:00
Torkel Ödegaard
cd270f14a2
feat(graph): more work on graph panel and support for non time series
2016-09-23 17:12:10 +02:00
Dan Cech
501e67a657
use semver when comparing grafana and plugin versions ( #6108 )
2016-09-23 14:38:59 +02:00
Torkel Ödegaard
3bbc940b88
Merge branch 'master' into graph-panel-non-timeseries
2016-09-23 14:22:44 +02:00
Torkel Ödegaard
9a94072c1d
Merge branch 'master' of github.com:grafana/grafana
2016-09-23 12:30:20 +02:00
Torkel Ödegaard
175c651e65
fix(server side rendering): Fixed issues with server side rendering for alerting & for auth proxy scenarios, fixes #6115 , fixes #5906
2016-09-23 12:29:53 +02:00
bergquist
99c77e7df8
tech(plugins): increase timeout
2016-09-23 09:56:42 +02:00
bergquist
e5c64732f1
fix(sql): Add boolstr to all dialects
...
closes #6116
2016-09-23 09:36:15 +02:00
bergquist
521b5cf014
tech(build): make sure build.go setup works fine
...
ref #6113
2016-09-23 06:51:37 +02:00
Carl Bergquist
696a5f6a80
Merge pull request #6113 from replay/fix_context_dependency
...
Fix context dependency
2016-09-23 06:43:32 +02:00
Carl Bergquist
66fe886755
Merge pull request #6112 from replay/fix_typo
...
fix typo
2016-09-23 06:42:59 +02:00
Mauro Stettler
f7dfcb4401
Merge branch 'master' of github.com:grafana/grafana into fix_context_dependency
2016-09-22 21:13:53 +01:00
Mauro Stettler
cb0f19f8d4
fix context dependency
2016-09-22 21:13:08 +01:00
Carl Bergquist
7bfef0ced8
Merge pull request #6111 from grafana/pluginreadme
...
allow non-admin users to view plugin readme
2016-09-22 21:12:44 +01:00
Torkel Ödegaard
bb77caa369
Merge branch 'master' of github.com:grafana/grafana
2016-09-22 21:49:57 +02:00
Torkel Ödegaard
e36cdac594
fix(templating): fixed issue with templating when initalizing variables without any existing value
2016-09-22 21:49:41 +02:00
Mauro Stettler
b063cf0a6e
fix typo
2016-09-22 20:44:57 +01:00
Carl Bergquist
d6a0ec85c4
Merge pull request #6111 from grafana/pluginreadme
...
allow non-admin users to view plugin readme
2016-09-22 19:51:47 +02:00
Dan Cech
2c3dd84ebb
allow non-admin users to view plugin readme
2016-09-22 13:46:11 -04:00
bergquist
5817948341
Merge branch 'alert_prometheus'
2016-09-22 19:27:35 +02:00
bergquist
d711c0ed35
Merge branch 'master' into alert_prometheus
2016-09-22 19:27:24 +02:00
bergquist
a49c21df3a
fix(png-renderer): increase timeouts
2016-09-22 19:24:18 +02:00
Torkel Ödegaard
f2f3115749
feat(graph panel): more progress on graph panel and non time series data support
2016-09-22 16:47:37 +02:00
Torkel Ödegaard
6cd4db12c7
feat(graph panel): refactoring axes tab options into it's own component
2016-09-22 16:19:44 +02:00
bergquist
76b8cff445
fix(gnet): remove trailing ,
2016-09-22 16:17:22 +02:00
Torkel Ödegaard
23246605b0
feat(graph panel): working on adding non time series support to graph panel
2016-09-22 16:05:20 +02:00
Torkel Ödegaard
f3d4a97f49
Merge branch 'master' into graph-panel-non-timeseries
2016-09-22 14:03:06 +02:00
Torkel Ödegaard
0fc7405b95
fix(elasticsearch): for query template variable when looking up terms without query, no longer relies on elasticsearch default field, fixes #3887
2016-09-22 12:05:03 +02:00
Torkel Ödegaard
f79600b352
fix(internal metrics): removed local dev code
2016-09-22 11:54:47 +02:00
Torkel Ödegaard
e336fb3d60
fix(smtp mailer): added timeout of 10 seconds to smpt mailer, fixes #2989
2016-09-22 11:51:39 +02:00
Torkel Ödegaard
936146768f
fix(snapshots): fixed issue with viewing embedded/solo/png panel from snapshot without login, fixes #3769
2016-09-22 11:46:58 +02:00
Torkel Ödegaard
3ed7ab93c5
added small info text to plugins list page, #5176
2016-09-22 11:32:27 +02:00
Torkel Ödegaard
6574dfacfb
feat(internal metrics): added some total stats to metrics reporting, closes #5865
2016-09-22 11:16:19 +02:00
Torkel Ödegaard
8c05a125dc
fix(build): updated build.go setup
2016-09-22 10:33:43 +02:00
Torkel Ödegaard
d8df421b43
fix(build): fixed issues with optimized build, fixes #6096
2016-09-22 10:22:16 +02:00
Torkel Ödegaard
39af588a94
fix(playlist): fixed sorting issue with playlist playback, fixes #5467
2016-09-22 10:06:03 +02:00
Torkel Ödegaard
598ac0e815
docs(http api): Clarified issue with admin http api docs, fixes #5834#
2016-09-22 09:09:12 +02:00
Torkel Ödegaard
2752dbd13a
feat(templating): minor fixes to recent refactorings
2016-09-22 09:00:15 +02:00
Torkel Ödegaard
6257ae094c
feat(sqlstore): added index for dashboard_id in dashboard_tag table, fixes #5868
2016-09-21 21:32:51 +02:00
Torkel Ödegaard
d65fbcbb42
fix(graphite): fixed minor graphite lexer issue when nodes begin with octal syntax and end with dash identifier, fixes #6049#
2016-09-21 20:04:09 +02:00
Dan Cech
248ed2672f
remove 'Github' from oauth login error messages
2016-09-21 09:42:06 -04:00
Dan Cech
b387c1291d
Merge branch 'master' into gnet-oauth
...
Conflicts:
pkg/api/login_oauth.go
2016-09-21 09:39:35 -04:00
Torkel Ödegaard
9e26a4cfcb
fix(templating): fixed unique filter after regex pass, fixes #6086
2016-09-21 15:30:11 +02:00
Torkel Ödegaard
b4111d78e1
fix(security): fixed login issue that was a potential for social engineering, fixes #6014
2016-09-21 15:03:14 +02:00
Torkel Ödegaard
4a1693196c
fix(mixed datasource): fixed issue when exporting dashboard using mixed data source, fixes #6032
2016-09-21 14:57:19 +02:00
Torkel Ödegaard
46ab09ed60
feat(links): fixed styling for dashboard links
2016-09-21 14:20:59 +02:00
bergquist
b856d7e193
fix(prometheus): remove timerange from context
2016-09-21 13:55:42 +02:00
bergquist
ae7345b04d
style(prometheus): remove commented test
2016-09-21 13:46:26 +02:00
bergquist
c084145cba
refactor(prometheus): add timerange to alert context
2016-09-21 13:46:10 +02:00
Torkel Ödegaard
dc3b614749
fix(submenu): fixed issue with submenu and annotation display, and annotation issue in table panel
2016-09-21 13:45:26 +02:00
bergquist
af551b8825
refactor(tsdb): remove toUnix from timerange
2016-09-21 13:41:25 +02:00
bergquist
9534a04d3d
fix(prometheus): only accept matrix result
2016-09-21 13:30:41 +02:00
bergquist
ee0f1a0f36
feat(prometheus): handle more errors
2016-09-21 13:17:36 +02:00
Torkel Ödegaard
d0b75cdb66
fix(templating): fixed issue with regex in query variable introduced by yesterdays big merged refactoring of template variable system
2016-09-21 11:38:59 +02:00
bergquist
3e73be8d2e
feat(prometheus): improve error handling
2016-09-21 11:31:56 +02:00
Torkel Ödegaard
8b90eedb35
feat(table): table options tab form layout changes
2016-09-21 11:23:39 +02:00
bergquist
4c88db3e43
feat(prometheus): add support for legend formatting
2016-09-21 11:17:29 +02:00
Torkel Ödegaard
7c10af012e
feat(singlestat): slight layout changes to options tab
2016-09-21 10:56:17 +02:00
Torkel Ödegaard
7b7ba46f12
fix(styleguide): fixed theme switching in style guide
2016-09-21 09:10:25 +02:00
Torkel Ödegaard
4f892ab9bf
Merge branch 'master' of github.com:grafana/grafana
2016-09-21 09:03:57 +02:00
Torkel Ödegaard
a01836e86d
feat(adhoc filters): basic implementation for ad hoc filters for elasticsearch, #6038
2016-09-21 08:48:49 +02:00
Alexander Zobnin
392976981c
fix(table panel): update Table Panel options tab styles. ( #6087 )
2016-09-21 07:40:12 +02:00
bergquist
43d8bd5a25
feat(prometheus): initial support for prometheus
2016-09-21 07:01:53 +02:00
Dan Cech
630a8ed8aa
support setting default org role when adding user via grafana.net auth
2016-09-20 12:36:36 -04:00
Torkel Ödegaard
1b02632de8
fix(jslint): fixed lint issue
2016-09-20 17:36:20 +02:00
Dan Cech
da95a23080
remove 'Github' from oauth login error messages
2016-09-20 11:36:13 -04:00
Torkel Ödegaard
0906312046
Merge branch 'adhoc-filters'
2016-09-20 17:34:57 +02:00
Torkel Ödegaard
15423e6e51
feat(adhoc filters): initial base mvp for adhoc filters are donecloses #6038
2016-09-20 17:34:38 +02:00
Torkel Ödegaard
dfe0f91105
feat(adhoc): adhoc filters progress
2016-09-20 16:29:48 +02:00
Dan Cech
dcd96c90e2
add grafana.net auth section to defaults.ini, normalize section heading line lengths
2016-09-20 10:09:20 -04:00
Alexander Zobnin
159a8bf734
fix(singlestat): update singlestat options tab styles. ( #6084 )
2016-09-20 15:29:10 +02:00
Torkel Ödegaard
6e429b8575
feat(adhoc filters): good progress on ad hoc filters and sync from to url, #6038
2016-09-20 11:57:43 +02:00
Alexander Zobnin
20f7eee8cc
fix(graph): increase Y min and max range when series values are the same, ( #6082 )
...
fixes #6070 , #6050 .
2016-09-20 11:38:18 +02:00
Alexander Zobnin
e926b01185
Bug fixes for flexible Y-Min and Y-Max settings ( #6066 )
...
* fix(flexible_y-min/max): fixed negative values support and added tests for this.
* fix(flexible_y-min/max): fixed issue with Y-Min and Y-Max values stored as numbers.
Issue: panels with configured Y-Min and Y-Max don't display anything
after upgrade.
2016-09-20 11:23:31 +02:00
bergquist
d2fb660557
fix(cli): remove unused logging
2016-09-20 10:10:27 +02:00
Carl Bergquist
630adfaf2b
Merge pull request #6068 from fg2it/cross
...
Cross build support
2016-09-20 10:03:06 +02:00
bergquist
ec452dd704
docs(conf): remove internal options since its not working atm
2016-09-20 08:18:15 +02:00
bergquist
21fcb2c643
Merge branch 'mtanda-cloudwatch_expand_template'
2016-09-20 08:14:01 +02:00
bergquist
46866add7e
docs(changelog): add note about closing #5003
2016-09-20 08:13:53 +02:00
Mitsuhiro Tanda
71b5007ec7
refactor
2016-09-20 11:04:23 +09:00
Mitsuhiro Tanda
07cce5f6bd
refactor
2016-09-20 11:04:23 +09:00
Mitsuhiro Tanda
481cc01242
(cloudwatch) add test for expand templater variables
2016-09-20 11:04:23 +09:00
Mitsuhiro Tanda
540436e9d5
inject templateSrv
2016-09-20 11:04:23 +09:00
Mitsuhiro Tanda
490141da82
(cloudwatch) expand multi select template variable
2016-09-20 11:03:35 +09:00
Dan Cech
f5e2d61aef
Merge branch 'master' into gnet-oauth
2016-09-19 16:48:40 -04:00
Dan Cech
fc17ed351c
support logging in with grafana.net credentials
2016-09-19 16:48:07 -04:00
Torkel Ödegaard
cb522d58cd
feat(templating): back to be able to continue work on ad hoc filters, #6048
2016-09-19 18:41:42 +02:00
Torkel Ödegaard
7a6fb70026
feat(templating): progress on variable system refactoring, #6048
2016-09-19 18:32:09 +02:00
Torkel Ödegaard
9d6ecc6361
feat(templating): progress on variable system refactoring, #6048
2016-09-19 18:06:36 +02:00
Steven Arnott
6e4ed4debd
Altered DB for Prefix ( #6062 )
2016-09-19 17:12:43 +02:00
Torkel Ödegaard
945b5ee3cf
feat(templating): progress on variable system refactoring, #6048
2016-09-19 17:03:36 +02:00
bergquist
87be56a4f0
fix: add goconvey to vendor
2016-09-19 16:22:39 +02:00
bergquist
3f00834f25
tech: remove unused dependencies
2016-09-19 15:21:53 +02:00
Torkel Ödegaard
8a796c5b4b
feat(templating): progress on variable system refactoring, #6048
2016-09-19 15:15:15 +02:00
Torkel Ödegaard
5ded88fa4d
feat(templating): progress on variable system refactoring, #6048
2016-09-19 11:34:08 +02:00
bergquist
1cb45c3416
fix(alertlist): better description
2016-09-19 10:11:33 +02:00
Torkel Ödegaard
524f505664
tech(templating): refactoring, updated dashboardSrv to typescript
2016-09-19 10:08:05 +02:00
bergquist
0bde2ae689
fix(alertlist): remove timerange checkbox option
2016-09-19 10:07:53 +02:00
fg2it
0984edd8b2
avoid copy of go dep. from vendor/ for release
2016-09-19 08:03:35 +02:00
fg2it
699c515369
enforce unconditional copy
2016-09-18 11:45:46 +00:00
fg2it
c669de1169
add options to support cross build
2016-09-18 10:07:12 +00:00
fg2it
62a2f80f10
add option for grunt release
2016-09-18 09:13:00 +00:00
fg2it
174ea11b1c
avoid copy of go dep. from vendor/ for release
2016-09-18 09:03:47 +00:00
Torkel Ödegaard
5ce3e40cc9
feat(templating): more work on new variable handling code, #6048
2016-09-17 15:27:53 +02:00
Torkel Ödegaard
4188c46f83
feat(templating): more work on new variable handling code, #6048
2016-09-17 11:28:45 +02:00
Torkel Ödegaard
46ebae7304
feat(templating): progress on template system rewrite #6048
2016-09-16 16:50:30 +02:00
bergquist
05d43999dc
feat(alertlist): add support for time range lockdown
...
closes #5981
2016-09-16 15:55:38 +02:00
bergquist
77783c02cd
fix(alerting): dont log null series
...
closes #6025
2016-09-16 14:59:54 +02:00
Torkel Ödegaard
7e8b279895
feat(templating): good progress on new variable update code, #6048
2016-09-16 10:48:03 +02:00
Torkel Ödegaard
852fd66c4c
Update debian.md
2016-09-16 10:42:15 +02:00
Alexander Zobnin
4fa22e2158
Refactor: flexible Y-Min and Y-Max settings ( #6051 )
...
* Feature: Flexible Y-Min and Y-Max settings.
Y-Min and Y-Max is now string.
New usage for both Y-Min and Y-Max (Where X is a real number):
>X Y-Max/Y-Max is auto if data is above X else X
<X Y-Max/Y-Min is auto if data is below X else X
=X Y-Max/Y-Min is scaled to current value +/- X
~X Y-Max/Y-Min is caled to average value +/- X
Example: Y-Min: <100 Y-Max: >200
If all points are within 100 and 200: Y-Min is 100 and Y-Max is 200
If some points are above 200: Y-Min is 100 and Y-Max is auto
If some points are below 100: Y-Min is auto and Y-Max is 200
if some points are below 100 and above 200: Y-Min and Y-Max is auto
Tests for new settings added
* Use parseFloat instead of implicit conversion
* feat(flexible_y-min/max): refactor.
* feat(flexible_y-min/max): added more tests.
2016-09-15 21:03:54 +02:00
bergquist
a95808a7c3
docs(build): update required go version to 1.7
2016-09-15 16:29:25 +02:00
cmartin0077
f91f74be04
fix(influxdb) autocomplete measurement while typing, fixes #4278 ( #5931 )
2016-09-15 16:11:38 +02:00
bergquist
3c92f78ee7
feat(cli): add grafana version header to all request against grafana.net
2016-09-15 16:01:06 +02:00
Torkel Ödegaard
0f4a9f1ed1
feat(templating): began refactoring variables into rich behavioral classes
2016-09-15 14:53:36 +02:00
bergquist
3c966caa23
feat(cli): download all plugin dependencies
2016-09-15 14:38:11 +02:00
bergquist
fc67ab1dce
tech(build): add build grafana-server and cli to CI
2016-09-15 13:52:41 +02:00
bergquist
dd70c535ed
tech(build): upgrade ci build to 1.7.1
2016-09-15 13:43:37 +02:00
bergquist
dede58915d
Merge branch 'go_vendor'
2016-09-15 13:25:50 +02:00
bergquist
6be48269e2
tech(build): update build docs
2016-09-15 13:09:33 +02:00
bergquist
d3a5d5c058
tech(build): update makefile
2016-09-15 13:02:16 +02:00
bergquist
bda1f6493c
tech(scripts): move benchmark script into /scripts
2016-09-15 13:00:26 +02:00
bergquist
283172e78c
tech(build): remove unused file
2016-09-15 12:59:25 +02:00
bergquist
6489571179
move circle trigger to /scripts
2016-09-15 12:57:41 +02:00
bergquist
4afd7a5ef1
tech(build): update circle ci to build using vendor folder
2016-09-15 11:32:32 +02:00
Zihao Yu
6d843e3db5
update github oauth docs ( #6042 )
2016-09-15 11:29:03 +02:00
Torkel Ödegaard
94e5001c0e
feat(templating): making progress on adhoc template variable, #6038
2016-09-15 09:18:28 +02:00
Alexander Zobnin
3be84b00d5
ES nested fields autocomplete ( #6043 )
...
* Re-create PR #4527 from @arcolife:
fixes #4526 - add nested support to fieldname autocomplete; Also:
- update _mapping to first use given time range
for deducting index mapping, then fallback to
today's date based index name
* (elasticsearch): refactor getFields() method.
* (elasticsearch): add tests for getFields() method.
* (elasticsearch): fixed _get() method (tests was broken after @arcolife commit).
2016-09-15 07:30:08 +02:00
Torkel Ödegaard
83b9db51e3
feat(templating): great progress on adhoc filters, #6038
2016-09-14 17:36:28 +02:00
bergquist
6253476c73
tech(build): move dependencies to vendor folder
2016-09-14 16:14:27 +02:00
bergquist
4e567b5f02
feat(alert): order alerts by name.. instead of nothing.
2016-09-14 14:51:31 +02:00
bergquist
a23b7f1371
fix(alerting): add missing evaldata field to set state command
2016-09-14 14:35:05 +02:00
bergquist
31892ed73c
style(alertlist): remove unused code
2016-09-14 14:21:56 +02:00
bergquist
9dd8b3b408
wip
2016-09-14 14:12:19 +02:00
Torkel Ödegaard
0a44add6c9
feat(adhoc fiters): began work on ad-hoc filters, refactored submenu filters to use gf-form styles, #6038
2016-09-14 11:21:02 +02:00
bergquist
d0f9623037
feat(alertlistpanel): support state filter
...
ref #5981
2016-09-14 10:49:05 +02:00
bergquist
b49a642ca5
feat(alerting): extract method for join eval matches
2016-09-14 10:49:05 +02:00
bergquist
d02f29fb02
feat(alertlist): basic alert list panel
...
ref #5981
2016-09-14 10:49:05 +02:00
Torkel Ödegaard
babab7677c
tech(lib upgrade): fixed issue with angular 1.5.8, so can revert revert of upgrade, that is we are no on latest angularjs, #6022
2016-09-14 10:45:56 +02:00
Torkel Ödegaard
c594f9f2ad
fix(lodash): corrected checked in lodash version
2016-09-14 10:13:33 +02:00
Torkel Ödegaard
649d9f9177
tech(lodash): upraded lodash to 4.15.0, closes #6021
2016-09-14 09:17:10 +02:00
Torkel Ödegaard
0fa0066cd9
tech(lodash): began migration work
2016-09-13 22:10:44 +02:00
Torkel Ödegaard
2146e69a11
revert angularjs upgrade
2016-09-13 21:26:28 +02:00
Torkel Ödegaard
fffa26b876
tech(lib upgrade): updated jquery to 3.1, fixes #6034
2016-09-13 20:42:28 +02:00
Torkel Ödegaard
25139c77b9
tech(update angularjs): updated angularjs to 1.5.9
2016-09-13 20:33:49 +02:00
Torkel Ödegaard
f5809c0209
fix(build): trying to fix build
2016-09-13 20:14:18 +02:00
Torkel Ödegaard
9cd517780f
Merge branch 'master' of github.com:grafana/grafana
2016-09-13 16:25:48 +02:00
Torkel Ödegaard
8c30babdf1
feat(alerting): fixed build issues
2016-09-13 16:24:00 +02:00
Torkel Ödegaard
3af891d023
feat(alerting): restored alert history
2016-09-13 16:13:41 +02:00
Torkel Ödegaard
b0c7e61ef8
feat(alerting): removed severity
2016-09-13 15:09:55 +02:00
wvl
a73424d6af
Secure Elasticsearch datasources a bit ( #6031 )
...
Instead of allowing users to access the
entire cluster, apply some sane restrictions.
Change-Id: Ib2e93722bf2e39d700d4afa713ff49ec556f2fdf
2016-09-13 15:04:21 +02:00
bergquist
6a723dff37
feat(notifications): set default value to false for new notifications
2016-09-13 14:25:48 +02:00
Torkel Ödegaard
6375418d8c
Merge branch 'alerting' into grafana-annotations
2016-09-13 09:38:12 +02:00
Mitsuhiro Tanda
1264a1b3a6
(cloudwatch) add metrics/dimensions ( #6020 )
2016-09-13 09:08:33 +02:00
Jouni Kuusisto
e53b815956
Enable "With Credentials" for InfluxDB datasource ( #6018 )
2016-09-13 08:57:39 +02:00
Carl Bergquist
52dc2db769
Merge pull request #6008 from rubycut/patch-1
...
Increase datasource limit to 1000 #3910
2016-09-13 08:38:07 +02:00
bergquist
3ba3d9d445
docs(changelog): add note about closing #2839
2016-09-13 08:14:43 +02:00
bergquist
f7abf01efb
Merge branch 'mtanda-template_sort'
2016-09-13 08:12:23 +02:00
bergquist
03fb152d4b
tech(templates): extract sort method
2016-09-13 08:11:04 +02:00
bergquist
9c5436c648
feat(templating): set default sort order
2016-09-13 07:39:30 +02:00
bergquist
e348822190
Merge branch 'template_sort' of https://github.com/mtanda/grafana into mtanda-template_sort
2016-09-13 07:16:34 +02:00
Carl Bergquist
1c7b76cb43
Merge pull request #6013 from mtanda/cloudwatch_kinesis_analytics
...
(cloudwatch) add metrics/dimensions
2016-09-12 17:03:25 +02:00
Mitsuhiro Tanda
f998b86ade
(cloudwatch) add metrics/dimensions
2016-09-12 23:47:31 +09:00
bergquist
157ab1ba36
fix(setting): broken code
2016-09-12 14:57:37 +02:00
bergquist
811b7188c4
docs(config): add docs for how to run grafana behind a reverse proxy
2016-09-12 14:47:21 +02:00
bergquist
d7bf70a77b
tech(tsdb): remove skip ssl setting. should be based on datasource settings
2016-09-12 13:37:00 +02:00
bergquist
6c5860d3e8
feat(metrics): measure proxy requests
2016-09-12 13:29:31 +02:00
Rubycut
501f89e829
Increase datasource limit to 1000 #3910
2016-09-12 10:45:17 +02:00
bergquist
eb673fd16d
fix(middleware): typo
2016-09-12 10:11:55 +02:00
Torkel Ödegaard
014b70ded9
fix(graph): fixed showing rendering error in inspector, fixes #5995
2016-09-10 12:00:33 +02:00
Torkel Ödegaard
7aab4a4a59
fix(table): fixed issue with using mixed data source in table panel, fixes #5999
2016-09-10 09:57:25 +02:00
Chen Chenglong
7b1c374f64
support connect ldap server with starttls ( #5969 )
...
* support connect ldap server with starttls
* add more doc for start_tls option
2016-09-10 09:40:56 +02:00
bergquist
4edb31723c
fix(metrics): ignore datasource proxy requests
2016-09-09 13:53:50 +02:00
bergquist
e7b56c6389
tech(metrics): move all request counters into one middleware
2016-09-09 13:28:19 +02:00
Torkel Ödegaard
4a2f2fba73
feat(alerting): show panel specific alert annotations, #5694
2016-09-09 11:30:55 +02:00
bergquist
583790e650
fix(alering): the crocdile turned on me > <
...
closes #5855
2016-09-09 07:42:07 +02:00
Carl Bergquist
51d2534f6a
Merge pull request #5994 from mtanda/prometheus_fix_legend_template
...
(prometheus) fix template variable expansion in legend
2016-09-08 18:37:27 +02:00
Mitsuhiro Tanda
9d09e5bbd0
(prometheus) fix template variable expansion in legend
2016-09-09 00:46:04 +09:00
bergquist
aa80b52c07
feat(alerting): make it possible to skip ssl verification for alerting https requests
2016-09-08 16:29:31 +02:00
bergquist
7b9099ef93
fix(query): requires all that all series are empty to set NoDataFound
2016-09-08 14:33:10 +02:00
Torkel Ödegaard
0ac4ece00d
feat(annotations): refactoring annotations srv to typescript, #5990
2016-09-08 14:31:30 +02:00
bergquist
9511f89a22
fix(alerting): fixes bug in query conditions
2016-09-08 13:28:41 +02:00
Torkel Ödegaard
23de094a81
feat(alerting/annotations): fixed broken test
2016-09-08 13:22:30 +02:00
bergquist
bec099cd84
tech: remove unused files
2016-09-08 11:41:56 +02:00
Torkel Ödegaard
b8081b29fd
Merge branch 'master' into grafana-annotations
2016-09-08 11:26:55 +02:00
Torkel Ödegaard
d60bd77658
feat(annotations): added support to show grafana stored annotations in graphs, #5982
2016-09-08 11:25:45 +02:00
bergquist
3c9432b7e9
fix(metrics): default updateSince to ms
2016-09-08 10:48:11 +02:00
bergquist
acf74cdacc
fix(alerting): change execution time to ms
2016-09-08 10:45:10 +02:00
bergquist
5f934e0238
feat(emails): move bg color to main table
2016-09-08 09:59:51 +02:00
bergquist
21c5b543fb
feat(profile): hide orgs list when it only contains one org
2016-09-08 09:03:29 +02:00
bergquist
592ae5a39a
tests(alerting): fixes broken tests. pointers and stuff 🤷
2016-09-07 17:05:41 +02:00
bergquist
30f36fe2c4
docs(changelog): add note about merging #4718
2016-09-07 15:24:38 +02:00
bergquist
f56d45ac56
feat(alerting): include default notifications in alert tab
2016-09-07 15:13:24 +02:00
bergquist
c769148701
Merge branch 'emails'
2016-09-07 13:52:16 +02:00
bergquist
62372978e4
style: convert tabs to spaces
2016-09-07 13:51:17 +02:00
bergquist
59cb51dc6f
test(emails): update fake data model
2016-09-07 13:47:57 +02:00
bergquist
9595916a5f
feat: right align value metrics
2016-09-07 13:47:21 +02:00
bergquist
712061ab4f
test(alerting): fixes broken unit tests
2016-09-07 11:45:38 +02:00
bergquist
166df66f66
docs(go): update go dep to 1.6
2016-09-07 11:28:22 +02:00
bergquist
f26824049f
Merge branch 'master' into emails
2016-09-07 11:19:52 +02:00
bergquist
374016b9b5
Merge branch 'kfitzpatrick-custom-github-style-oauth'
2016-09-07 11:07:30 +02:00
bergquist
10b3ee362c
docs(oauth): add generic_auth to docs
2016-09-07 11:06:59 +02:00
bergquist
53dddf1a8f
fix(oauth): remove github refs from generic auth
2016-09-07 10:55:46 +02:00
bergquist
3b6820ef03
feat(oauth): create struct for generic oauth and add config values
2016-09-07 10:34:56 +02:00
Torkel Ödegaard
0d083bad14
Merge branch 'master' of github.com:grafana/grafana
...
Conflicts:
pkg/components/imguploader/s3uploader.go
2016-09-07 10:14:36 +02:00
Torkel Ödegaard
50b41130ca
feat(alerting): fixed s3 upload issue, progress on alerting on null/missing data, updated ini package to get the support for line continuations
2016-09-07 10:11:00 +02:00
bergquist
d1a7a23c84
test(imageupload): add more specific tests
...
torkels commit will fix this unit test :)
2016-09-07 10:05:01 +02:00
bergquist
4646723cbb
Merge branch 'custom-github-style-oauth' of https://github.com/kfitzpatrick/grafana into kfitzpatrick-custom-github-style-oauth
2016-09-07 08:15:44 +02:00
Torkel Ödegaard
fc8f0721cd
Merge branch 'master' of github.com:grafana/grafana
...
Conflicts:
pkg/services/alerting/eval_context.go
2016-09-06 20:40:49 +02:00
Torkel Ödegaard
fbae6abb3c
feat(alerting): progress on handling no data in alert query, #5860
2016-09-06 20:40:12 +02:00
bergquist
2e8d5ca519
docs(changelog): add note about updating systemd description
2016-09-06 17:32:18 +02:00
Carl Bergquist
a02bef7d94
Merge pull request #5971 from cicku/master
...
Update systemd unit's description to be more understandable
2016-09-06 17:11:46 +02:00
Christopher Meng
6afb456bef
Update systemd unit's description to be more understandable
...
Signed-off-by: Christopher Meng <i@cicku.me >
2016-09-06 16:29:15 +02:00
bergquist
04690ca920
feat(alerting): add support for retries
...
ref #5855
2016-09-06 15:09:49 +02:00
bergquist
0d7a871223
style(alerting): remove blank lines
2016-09-06 14:57:15 +02:00
bergquist
22805ce56b
fix(alert_tab): fix broken alert history
2016-09-06 14:42:34 +02:00
bergquist
55b560a4a8
feat(alerting): filter notifications based on severity
...
closes #5851
2016-09-06 14:27:48 +02:00
Torkel Ödegaard
b1ed641d73
fix(graph): fixed issue with duplicate metric calls when doing full page reload of graph in edit/view mode
2016-09-06 09:20:34 +02:00
Torkel Ödegaard
6b17cdbca6
feat(alerting): Save As removes alerts from panels, closes #5965
2016-09-06 09:14:11 +02:00
bergquist
2ca7284a56
tech(notifications): splitt into 3 queries
...
closes #5883
2016-09-06 08:43:15 +02:00
bergquist
c893e5d241
feat(notifications): add support for default notifications
...
ref #5883
2016-09-05 21:35:37 +02:00
bergquist
eb0396ad95
chore(tsdb): remove some logging
2016-09-05 21:35:24 +02:00
bergquist
015423b233
tech(gitignore): ignore vscode folder
2016-09-05 21:35:24 +02:00
Carl Bergquist
b501590a75
fix(.editorconfig): correct spelling of indent_style
...
Unleash the fucking fury
2016-09-05 17:38:55 +02:00
bergquist
d11bc57c37
feat(notifications): make it possible to send test alert notifications
...
closes #5847
2016-09-05 14:45:15 +02:00
Torkel Ödegaard
4c5461d4ba
feat(alerting): alerting scheduling distribution, only distibutes it on seconds for now, not sub second distribution, #5854
2016-09-05 14:26:08 +02:00
Torkel Ödegaard
e2f5bf1666
feat(alerting): fixed confirm delete dashboard issue
2016-09-05 13:38:25 +02:00
Torkel Ödegaard
395213abd7
feat(graph panel): more refactoring of #5917
2016-09-05 11:46:16 +02:00
Torkel Ödegaard
31642b472c
refactoring(graph panel): #5917
2016-09-05 11:07:41 +02:00
Torkel Ödegaard
36252602af
Merge branch 'master' into graph-panel-non-timeseries
2016-09-05 09:58:07 +02:00
bergquist
daea38060f
feat(notifications): redirect to notification list after creation.
2016-09-05 08:27:12 +02:00
Carl Bergquist
002cfb09cb
Merge pull request #5953 from kobtea/fix/ng-ctrl
...
fix typo
2016-09-05 07:56:57 +02:00
Carl Bergquist
ae2fe11166
Merge pull request #5957 from tdi/master
...
Changed EBS to ELB
2016-09-05 07:54:03 +02:00
Dariusz Dwornikowski
1b283d052b
Changed EBS to ELB
2016-09-02 20:49:28 +02:00
Hiroaki Kobayashi
3645fb371c
fix typo
2016-09-02 15:22:04 +09:00
bergquist
1955defc43
fix(api): add missing jsonData field to dto
...
The field is available on the dto so I guess is should be used.
Otherwise we should remove the field rather then not setting it.
ref #5944
2016-09-01 17:21:13 +02:00
bergquist
86aea89214
style(tsdb): extract some methods
2016-09-01 13:03:15 +02:00
bergquist
d73547c0dc
feat(tsdb): add missing content type and join url using path
2016-09-01 11:12:35 +02:00
bergquist
3d3365f242
tech(graphite): add more logging
2016-09-01 10:09:13 +02:00
bergquist
94389a3a44
tech(tsdb): improve logging for graphite client
2016-09-01 09:38:43 +02:00
bergquist
29b60329cc
stupid stupid stupid me
2016-09-01 09:17:57 +02:00
bergquist
000eb669df
tech(build): change min go version to 1.6
2016-09-01 08:13:48 +02:00
bergquist
7ddd625e9d
feat(alerting): add slack/email support for execution errors
2016-08-31 15:55:01 +02:00
bergquist
4619a05f43
feat(alerting): save execution error message to annotations
2016-08-31 14:06:54 +02:00
bergquist
c624f3d470
fix(alerting): measure state result instead of severity
2016-08-31 11:55:35 +02:00
bergquist
e493015f54
fix(alerting): replace one hack with another hack
2016-08-31 10:10:39 +02:00
bergquist
53a9dec407
feat(alerting): move timestamp to new row
...
ref #5850
2016-08-31 09:48:58 +02:00
bergquist
a5d49c9820
docs(config): add note about poodle vulnerabillity in <3.0
...
closes #3483
2016-08-31 08:34:15 +02:00
Trent White
00f82010f8
tweaked alert example to see if there were any visual changes
2016-08-30 12:11:00 -04:00
Trent White
852a8b77e4
table tweak
2016-08-30 12:04:26 -04:00
bergquist
1a70e69447
mark second td as last
2016-08-30 15:23:59 +02:00
bergquist
ae428b9177
docs(changelog): add note about cli fix
2016-08-30 13:49:50 +02:00
bergquist
645293e590
fix(cli): improve error message for upgrade-all
...
closes #5885
2016-08-30 13:47:42 +02:00
bergquist
b55b7cde4b
fix(alerting): remove error message when model is valid again
...
closes #5921
2016-08-30 13:36:13 +02:00
bergquist
11a4ff0f8a
feat(alerting): add basic UI for history in alert tab
...
ref #5850
2016-08-30 13:22:59 +02:00
bergquist
650a87dc05
feat(alerting): add alert history api endpoint
...
ref #5850
2016-08-30 09:32:56 +02:00
bergquist
1f1d232ea6
tech(githooks): remove symlink bash script
2016-08-30 07:48:15 +02:00
Trent White
90873cfe76
getting tables to behave on mobile
2016-08-29 16:55:19 -04:00
bergquist
a2525f77d9
fix(config): comment sample value
2016-08-29 21:14:47 +02:00
bergquist
ff9b95f4b3
docs(changelog): adds note about closing #5827
2016-08-29 16:24:23 +02:00
Carl Bergquist
47438ad9b9
Merge pull request #5926 from cmartin0077/5827-add-elapsed-influxdb
...
feat(influxdb) add elapsed(), fixes #5827
2016-08-29 16:21:59 +02:00
bergquist
9c92d8c4e9
fix(circle-ci): change to ubuntu 14 for CI
2016-08-29 16:12:42 +02:00
chrismartin0077
88ca695361
feat(influxdb) add elapsed(), fixes #5827
2016-08-29 07:05:10 -07:00
Carl Bergquist
7d4cc098a8
Merge pull request #5924 from cmartin0077/master
...
feat(api) HEAD response, fixes #3854
2016-08-29 15:54:21 +02:00
bergquist
c0697b99d6
fix(alerting): adds support for basic auth
...
closes #5897
2016-08-29 15:50:11 +02:00
chrismartin0077
0050707134
feat(api) HEAD response, fixes #3854
2016-08-29 06:07:44 -07:00
cmartin0077
9c08d7aef5
fix(influxdb) fix tag value autocomplete with upper case values, fixes #5399 ( #5919 )
2016-08-29 13:03:54 +02:00
Torkel Ödegaard
9d69eaf07b
Merge branch 'issue-5812-x-axis' of https://github.com/alexanderzobnin/grafana into graph-panel-non-timeseries
2016-08-27 09:53:10 +02:00
paulroche
5ba6bab237
redact provider_config ( #5915 )
2016-08-27 09:50:35 +02:00
Trent White
ab4f06bc54
redesign email template
2016-08-26 14:25:39 -04:00
Alexander Zobnin
1bdd24ab9e
Graph panel: fix merge conflicts introduced by alerting branch, issue #5812 .
2016-08-26 21:22:46 +03:00
Alexander Zobnin
7a6d32138b
Graph panel: refactor, issue #5812 .
2016-08-26 20:47:12 +03:00
Alexander Zobnin
06af566f3f
Graph panel: initial elastic raw document format support, issue #5812 .
2016-08-25 22:03:42 +03:00
Trent White
35b90afdd0
initial styling
2016-08-24 17:41:29 -04:00
Alexander Zobnin
d23e9fa3c3
Graph panel: table format support improvements, issue #5812 .
2016-08-23 20:44:58 +03:00
Carl Bergquist
5b9366a9c3
tech(docker): update prometheus config
2016-08-23 11:50:17 +02:00
bergquist
d0ca4ca3cd
chore(alerting): remove unused files
2016-08-22 17:01:23 +02:00
bergquist
0cbedb4473
chore(api): remove commented endpoints
2016-08-22 16:56:28 +02:00
bergquist
b8ccb82382
Merge branch 'alerting'
2016-08-22 16:10:36 +02:00
bergquist
7095a9d7e1
Merge branch 'master' into alerting
2016-08-22 15:31:33 +02:00
bergquist
3b8bba3e9f
feat(alerting): add more fields to webhook
2016-08-22 15:11:27 +02:00
bergquist
1ff21b3ee8
docs(example): remove old properties
2016-08-22 14:55:16 +02:00
bergquist
f3d6035c59
feat(alerting): add alerts for notification edits
2016-08-22 14:49:40 +02:00
Carl Bergquist
90388710af
Merge pull request #5874 from mtanda/cw_api_gateway
...
(cloudwatch) add api gateway metrics/dimensions
2016-08-22 14:36:40 +02:00
Carl Bergquist
1c25d22f9e
Merge pull request #5875 from mtanda/prometheus_time
...
(prometheus) refactor time calculation
2016-08-22 14:25:52 +02:00
bergquist
457eb91c2f
docs(alerting): example dashboards
2016-08-22 13:30:57 +02:00
bergquist
77f9c24050
feat(alerting): add support for count reducer
2016-08-22 13:25:31 +02:00
bergquist
26c6437846
Merge branch 'master' into alerting
2016-08-22 12:27:08 +02:00
bergquist
69de3bcfc7
chore(example): remove example file and add links
2016-08-22 12:26:26 +02:00
bergquist
5a33679470
fix(alerting): remove has no value condition
2016-08-22 12:20:07 +02:00
Mitsuhiro Tanda
d9fe41cc8d
(prometheus) refactor time calculation
2016-08-20 22:51:33 +09:00
Mitsuhiro Tanda
6bd2bb04a7
(cloudwatch) add api gateway metrics/dimensions
2016-08-20 21:57:20 +09:00
bergquist
3077f992bb
docs(changelog): add note about closing #5613
2016-08-19 15:19:08 +02:00
Carl Bergquist
9fdda0e269
Merge pull request #5613 from ctrochalakis/group_by_nodes
...
feat(graphite): added groupByNodes func def, closes #5612
2016-08-19 15:16:40 +02:00
bergquist
8d49b66dae
Merge branch 'Scalingo-database_url'
2016-08-19 14:53:38 +02:00
bergquist
aeb1b99648
docs(changelog): add note about closing #5456
2016-08-19 14:51:09 +02:00
bergquist
92a52ccdf7
docs(conf): add more info about using database.url
2016-08-19 14:48:40 +02:00
bergquist
c663e32ea8
Merge branch 'database_url' of https://github.com/Scalingo/grafana into Scalingo-database_url
2016-08-19 13:15:44 +02:00
Alexander Zobnin
c683c7a448
Graph panel: initial support for table format, issue #5812 .
2016-08-18 21:59:28 +03:00
bergquist
e415412691
feat(alerting): add image for howto popup
...
closes #5784
2016-08-18 18:36:58 +02:00
bergquist
d3421c671c
fix(alerting): make sure xorm can reset execution_error
2016-08-18 17:25:32 +02:00
bergquist
28ac05b1d1
docs(changelog): add filter for org switcher
...
closes #2609
2016-08-18 15:52:14 +02:00
bergquist
6d60d125d3
Merge branch 'Othyus-filter_orgs'
2016-08-18 15:48:47 +02:00
bergquist
e3bbf96b37
Merge branch 'filter_orgs' of https://github.com/Othyus/grafana into Othyus-filter_orgs
2016-08-18 15:48:01 +02:00
Alexander Zobnin
284a6ee629
Graph panel: rename X axis modes, issue #5812 .
2016-08-18 15:34:32 +03:00
bergquist
def4632f08
test(alerting): add falsification test
2016-08-18 14:13:39 +02:00
bergquist
cbe7f8b697
feat(config): add ascii dragon to sample.ini
2016-08-18 14:13:02 +02:00
bergquist
d28df71c3b
feat(alerting): add support for "no_value" evaluator
2016-08-18 11:44:25 +02:00
Torkel Ödegaard
09cdf3e9e1
feat(alerting): show execution errors in alert list
2016-08-18 11:37:35 +02:00
Torkel Ödegaard
5cf9711862
feat(alerting): added eval match to test results
2016-08-18 11:22:24 +02:00
Torkel Ödegaard
2f953d75a6
Merge branch 'alerting' of github.com:grafana/grafana into alerting
2016-08-18 10:07:45 +02:00
Torkel Ödegaard
9028d4899f
feat(alerting): alert list fixes
2016-08-18 10:07:31 +02:00
bergquist
631acc2bf9
feat(alerting): only show available queries in alert query
2016-08-18 10:02:17 +02:00
Torkel Ödegaard
9b5a7b5ef6
feat(alerting): added alert howto text, closes #5784
2016-08-18 09:58:20 +02:00
Torkel Ödegaard
902314d3a1
Merge branch 'alerting' of github.com:grafana/grafana into alerting
2016-08-18 09:04:00 +02:00
Torkel Ödegaard
75a6c2b612
feat(alerting): added validation that checks valid data source and checks for template variables in graphite query, #5841
2016-08-18 09:03:46 +02:00
beejeebus
998ed097d3
Update aws-sdk from v1.0.0 to v1.4.1, fixes #5763 . ( #5813 )
2016-08-18 08:19:53 +02:00
Roman Vynar
d086f5d398
Align step with interval passed to Prometheus query using rate() ( #5839 )
2016-08-18 08:19:32 +02:00
bergquist
6d080904fa
tech(alerting): empty string does not update database
2016-08-17 22:13:27 +02:00
bergquist
4154a4066f
feat(alerting): handle all results, even due they have errors
...
DON'T SWALLOW THE ERR CARL
2016-08-17 22:12:08 +02:00
bergquist
158ce06167
fix(alerting): cleanup alerting example dashboard
2016-08-17 17:21:57 +02:00
Torkel Ödegaard
eabba50bbf
Merge branch 'alerting' of github.com:grafana/grafana into alerting
2016-08-17 15:49:18 +02:00
Torkel Ödegaard
2e7cb04490
feat(alerting): some final changes to alert list #5784
2016-08-17 15:48:58 +02:00
Torkel Ödegaard
63a283b4bc
feat(alerting): working on alert state filters for alert list
2016-08-17 11:00:00 +02:00
bergquist
7d1e5b6374
tech(alerting): remove old crit/warn properties from dashboard
2016-08-17 10:53:24 +02:00
bergquist
d8cfe22318
tech(alerting): add example dashboard with many alerts
2016-08-17 10:35:48 +02:00
Torkel Ödegaard
da59d6547f
Merge branch 'alerting' of github.com:grafana/grafana into alerting
2016-08-17 10:03:57 +02:00
Torkel Ödegaard
05697d5ecd
Merge branch 'master' into alerting
...
Conflicts:
conf/sample.ini
2016-08-17 10:03:33 +02:00
Torkel Ödegaard
6fae5a3b4e
Merge branch 'v3.1.x'
2016-08-17 10:02:08 +02:00
Torkel Ödegaard
093563ac37
fix(metrics): restored prefix default to prod.grafana..
2016-08-17 10:01:55 +02:00
Torkel Ödegaard
f9b628ad0e
Merge branch 'v3.1.x'
...
Conflicts:
conf/defaults.ini
conf/sample.ini
pkg/metrics/graphite.go
pkg/metrics/graphite_test.go
2016-08-17 09:53:46 +02:00
Torkel Ödegaard
2b2b64865b
Merge branch 'master' of github.com:grafana/grafana
2016-08-17 09:42:52 +02:00
Torkel Ödegaard
159ea69e5d
fix(OpenTSDB): correct content-type, fixes #4965
2016-08-17 09:42:40 +02:00
bergquist
6497b307c4
feat(alerting): save execution error upon state changed
2016-08-17 09:27:29 +02:00
bergquist
9915f15ed0
feat(alerting): adds sql layer for saving execution errors
2016-08-17 07:49:14 +02:00
Torkel Ödegaard
0951da9c89
Merge branch 'v3.1.x' of github.com:grafana/grafana into v3.1.x
2016-08-16 22:31:51 +02:00
Torkel Ödegaard
a5f0f508ea
feat(inspector): fixed error handling, showing response body when data proxy returns text/html body
2016-08-16 22:31:26 +02:00
Torkel Ödegaard
434332f02d
feat(alerting): changed fontsize in alert list
2016-08-16 21:26:54 +02:00
Alexander Zobnin
93515d0ffc
Graph panel: display only bars in histogram mode, issue #5812 .
2016-08-16 21:53:53 +03:00
Alexander Zobnin
113173be3d
Graph panel: preserve series options (colors and other), issue #5812 .
2016-08-16 21:12:35 +03:00
Alexander Zobnin
63886598e9
Graph panel: add value option (min, max, avg, etc), issue #5812 .
2016-08-16 19:43:14 +03:00
Alexander Zobnin
e39e5f9a9b
Graph-panel: Add initial histogram option, issue #5812 .
2016-08-16 18:45:57 +03:00
Torkel Ödegaard
15c11fdb54
Merge branch 'alerting' of github.com:grafana/grafana into alerting
2016-08-16 16:51:24 +02:00
Torkel Ödegaard
0b7fa3c19d
feat(alerting): minor progress on alert list, #5784
2016-08-16 16:50:36 +02:00
bergquist
de714e3398
tech(docker): add default db for postgres
2016-08-16 15:54:13 +02:00
bergquist
c7cb93a33a
style(alerting): improve codestyle for evaluators
2016-08-16 12:44:31 +02:00
bergquist
fb7f2ae2e2
feat(alerting): adds within_range and outside_range evaluators
...
closes #5829
2016-08-16 12:37:07 +02:00
bergquist
b5d92b6191
test(alerting): fix broken tests
2016-08-16 12:37:07 +02:00
Torkel Ödegaard
6b90587d27
feat(alerting): fixing failing go unit test
2016-08-16 10:22:16 +02:00
Torkel Ödegaard
65ce01fbff
feat(alerting): fixing failing typescript build
2016-08-16 10:09:07 +02:00
Torkel Ödegaard
fe9d591b28
Merge branch 'alerting' of github.com:grafana/grafana into alerting
...
Conflicts:
pkg/services/sqlstore/migrations/alert_mig.go
2016-08-16 09:54:06 +02:00
Torkel Ödegaard
f934081bcb
feat(alerting): making progress on alerting list, #5784
2016-08-16 09:52:45 +02:00
Alexander Zobnin
7588ee974d
Working on non time series X-axis feature.
2016-08-15 22:46:34 +03:00
bergquist
aaabdbe33b
feat(alerting): make post execution fields nullable
2016-08-15 20:26:36 +02:00
bergquist
2c2157f3b0
fix(alerting): rename events to evalMatches
2016-08-15 20:17:32 +02:00
Claudius Zingerli
08932b8ebc
InfluxDB data source: Removed 'required' attribute from User/Password ( #5820 )
2016-08-15 17:56:46 +02:00
Torkel Ödegaard
9f29c54170
Merge branch 'query_part_refactor' into alerting
...
Conflicts:
pkg/services/sqlstore/migrations/alert_mig.go
pkg/services/sqlstore/migrations/heartbeat_mig.go
2016-08-15 17:54:42 +02:00
Torkel Ödegaard
d8d951c810
feat(alerting): can now change reducer
2016-08-15 17:53:44 +02:00
Torkel Ödegaard
1418cbbd8b
feat(query_part): refactoring query part
2016-08-15 17:20:45 +02:00
Torkel Ödegaard
0392fde34e
feat(alerting): doing schema changes
2016-08-15 15:12:43 +02:00
bergquist
3195209878
tech(circle): rearrange build order
2016-08-15 14:01:20 +02:00
Torkel Ödegaard
befca9bb2f
feat(query parts): refactoring query part component to support actions
2016-08-15 13:51:55 +02:00
bergquist
f7a9102523
feat(metrics): improve graphite settings
...
Fixes the broken support for overriding settings with ENV variables.
closes #5769
2016-08-15 09:59:55 +02:00
bergquist
cf6736d480
fix(metrics): add ending dot for graphite prefix
2016-08-15 09:58:32 +02:00
bergquist
41790c6709
fix(metrics): hide none existing metrics settings
2016-08-15 09:58:23 +02:00
bergquist
ebecc5e5a0
fix(metrics): make metrics cfg backwards compatible
2016-08-15 09:57:49 +02:00
Torkel Ödegaard
2c1b893c55
feat(metrics): minor fix for internal metrics fix PR #5758
2016-08-15 09:57:23 +02:00
bergquist
0524d0c625
fix(metrics): replaces . with _ in instance name
...
closes #5739
2016-08-15 09:57:00 +02:00
bergquist
2b2e015d62
feat(cli): add default plugin folder for MAC OS
...
closes #5806
2016-08-15 09:18:56 +02:00
Torkel Ödegaard
cd9bd5be17
Update CHANGELOG.md
2016-08-15 09:15:20 +02:00
bergquist
7ce13ef075
docs(changelog): add note about fixing #5806
2016-08-15 09:13:49 +02:00
bergquist
7a913f77d3
feat(cli): add default plugin folder for MAC OS
...
closes #5806
2016-08-15 08:54:35 +02:00
bergquist
4d0982a21c
Merge branch 'master' into alerting
2016-08-15 07:58:30 +02:00
Torkel Ödegaard
0ea3458f69
Merge branch 'v3.1.x'
...
Conflicts:
public/app/features/dashboard/dynamic_dashboard_srv.ts
2016-08-14 14:47:14 +02:00
Torkel Ödegaard
58df60f670
fix(templating): another fix for repeating panels and having old panels/scoped vars stuck after switching repeat variable, fixes #5795
2016-08-14 14:45:49 +02:00
Julian Einwag
cbf0e77add
fix repeat panels ( #5796 )
2016-08-14 13:59:16 +02:00
Torkel Ödegaard
1eca0d7c53
docs(): updated docs
2016-08-14 13:58:04 +02:00
Torkel Ödegaard
76e4b7ce3b
Merge branch 'master' of github.com:grafana/grafana
2016-08-14 13:51:09 +02:00
Julian Einwag
deb245f526
fix repeat panels ( #5796 )
2016-08-14 13:50:49 +02:00
Mitsuhiro Tanda
7a1011ac39
(cloudwatch) support ApplicationELB ( #5802 )
2016-08-14 13:21:17 +02:00
Torkel Ödegaard
8499d32d0f
Merge branch 'master' of github.com:grafana/grafana
2016-08-14 13:18:55 +02:00
Torkel Ödegaard
d894c13718
fix(graph): fixed issue with tooltip introduced in recent commit
2016-08-14 13:18:23 +02:00
Torkel Ödegaard
46ea3ed971
fix(godep): fixed godep dependency
2016-08-13 13:07:55 +02:00
bergquist
fb7a6c0764
feat(alerting): list all series in alert email
2016-08-13 12:50:51 +02:00
Carl Bergquist
a530df8449
Merge pull request #5809 from kou/patch-1
...
Update the number of ways
2016-08-13 12:18:01 +02:00
bergquist
c4e905474a
feat(alerting): improve email notifications layout
2016-08-13 11:24:03 +02:00
Kouhei Sutou
46630df88d
Update the number of ways
2016-08-13 14:12:29 +09:00
Torkel Ödegaard
74dbd7fb36
feat(alerting): disable visual thresholds while alert is enabled
2016-08-12 13:19:06 +02:00
Torkel Ödegaard
7242dc2ebe
feat(thresholds): hide threshold handles when second y axis is shown
2016-08-12 10:50:31 +02:00
Torkel Ödegaard
597103a1f2
Merge branch 'alerting' of github.com:grafana/grafana into alerting
2016-08-12 10:32:58 +02:00
Torkel Ödegaard
06210a4a22
feat(thresholds): refactoring and adding many unit tests
2016-08-12 10:32:46 +02:00
bergquist
1dcae464fe
chore(notifications): remove commented test
2016-08-12 10:17:21 +02:00
bergquist
16e75a3036
feat(alerting): add alert message to slack integration
2016-08-12 10:12:04 +02:00
bergquist
e7613b8bc0
fix(metrics): typo
2016-08-12 08:15:53 +02:00
bergquist
2fa97427eb
fix(metrics): add ending dot for graphite prefix
2016-08-12 08:06:54 +02:00
Torkel Ödegaard
895cff78b6
feat(thresholds): more work on thresholds, within and outside types no work
2016-08-11 22:22:15 +02:00
Torkel Ödegaard
7a5dda9e7c
Merge branch 'alerting' of github.com:grafana/grafana into alerting
2016-08-11 21:33:29 +02:00
Torkel Ödegaard
6793eed6c5
feat(thresholds): dragging thresholds works again
2016-08-11 21:32:59 +02:00
Torkel Ödegaard
224ceb0ae5
feat(thresholds): updated design for grab handles
2016-08-11 21:22:40 +02:00
bergquist
937726499f
feat(alerting): add global usage metrics for alerting
...
closes #5786
2016-08-11 21:12:46 +02:00
Torkel Ödegaard
89ca15f3a1
feat(thresholds): lots of progress on thresholds
2016-08-11 18:25:41 +02:00
bergquist
ae15de119f
Merge branch 'master' into alerting
2016-08-11 17:01:35 +02:00
bergquist
f07b2ac446
fix(metrics): hide none existing metrics settings
2016-08-11 17:00:09 +02:00
bergquist
cb6fd4ca78
test(alerting): fixes broken unit test
2016-08-11 16:55:08 +02:00
bergquist
99e99922b4
feat(alerting): add support for uploading images to webdav.
...
closes #5770
2016-08-11 16:48:54 +02:00
Torkel Ödegaard
72a67b39f1
feat(thresholds): more work thresholds
2016-08-11 15:18:21 +02:00
Torkel Ödegaard
6881db87bb
Merge branch 'alerting' into thresholds_v3
2016-08-11 10:31:39 +02:00
Torkel Ödegaard
8878a55dc6
Merge branch 'master' into alerting
2016-08-11 10:31:15 +02:00
Torkel Ödegaard
da6ac07b1d
Merge branch 'v3.1.x'
2016-08-11 10:29:48 +02:00
Torkel Ödegaard
0d26bc63ae
fix(graphite): minor fix/improvement to graphite error handling when doing metric exploration in query editor, fixes #5778
2016-08-11 10:29:28 +02:00
Torkel Ödegaard
780ec92dd8
fix(docs): fixed plugins docs, fixes #5777
2016-08-11 07:39:34 +02:00
Jeremy Bingham
7150571e60
Mac grafana wrapper script ( #5779 )
...
* One of the homebrew folks first asked for a wrapper script to make launching grafana easier. Later I was asked to remove it and submit it upstream, so here it is.
* add instructions for installing grafana HEAD from git with homebrew back to the docs
2016-08-11 07:37:35 +02:00
Jeremy Bingham
2c4ab4af02
Mac grafana wrapper script ( #5779 )
...
* One of the homebrew folks first asked for a wrapper script to make launching grafana easier. Later I was asked to remove it and submit it upstream, so here it is.
* add instructions for installing grafana HEAD from git with homebrew back to the docs
2016-08-11 07:36:14 +02:00
Torkel Ödegaard
fbb8f8e691
feat(alerting): making progress on alert handles
2016-08-10 21:37:10 +02:00
Torkel Ödegaard
2639c38912
fix(threshold): remove old threshold properties
2016-08-10 20:44:39 +02:00
Torkel Ödegaard
bdb8d77562
feat(thresholds): migration from previous threshold schema
2016-08-10 20:41:21 +02:00
Alexander Zobnin
124961a9e3
Explicitly set charset to utf-8 in viewJson(), fixes #5719 . ( #5774 )
2016-08-10 20:23:58 +02:00
Torkel Ödegaard
7c0675798e
feat(thresholds): new thresholds options are looking ok
2016-08-10 17:32:34 +02:00
Torkel Ödegaard
0f8c8517e3
feat(thresholds): adding a new form of thresholds options
2016-08-10 15:27:33 +02:00
bergquist
95c1a4a936
feat(alerting): implement more simple reducers
2016-08-10 14:06:17 +02:00
bergquist
f2436fc7cd
test(alerting): add tests for simple reducer
2016-08-10 13:52:15 +02:00
Torkel Ödegaard
4fd8b2ace4
Merge branch 'master' into alerting
2016-08-10 12:53:41 +02:00
Torkel Ödegaard
a56cf9d6fd
Merge branch 'v3.1.x'
2016-08-10 12:44:43 +02:00
Torkel Ödegaard
9a7e0eaf42
fix(dashboard): fixed drag and drop issue in chrome, fixes #5767
2016-08-10 12:43:36 +02:00
bergquist
03f0bc46a1
fix(metrics): make metrics cfg backwards compatible
2016-08-10 11:15:49 +02:00
Torkel Ödegaard
c5d0c9f088
Merge branch 'v3.1.x'
2016-08-10 08:42:30 +02:00
Torkel Ödegaard
c0301349fb
docs(): update mac docs
2016-08-10 08:39:57 +02:00
Torkel Ödegaard
624e30e743
fix(docs): minor doc fixes, fixes #5751
2016-08-10 08:38:08 +02:00
Torkel Ödegaard
d95545b5d3
feat(graph tooltip): refactoring PR #3063
2016-08-10 08:31:53 +02:00
Torkel Ödegaard
34804bda6d
Merge branch 'issue-3063' of https://github.com/alexanderzobnin/grafana into alexanderzobnin-issue-3063
2016-08-10 08:08:57 +02:00
Torkel Ödegaard
d49f0569f2
feat(metrics): minor fix for internal metrics fix PR #5758
2016-08-10 08:06:10 +02:00
Torkel Ödegaard
61756d2ae6
feat(alerting): removed delete button
2016-08-10 07:58:40 +02:00
bergquist
de47710f1e
tech(circle): rearrange build order
2016-08-09 14:28:44 +02:00
bergquist
5b57210aeb
fix(metrics): replaces . with _ in instance name
...
closes #5739
2016-08-09 14:06:03 +02:00
bergquist
d6fdb598b0
fix(alerting): gofmt
2016-08-08 14:46:47 +02:00
Alexander Zobnin
f8f7543d4a
Fix Elastic datasource tests - use moment.utc() instead moment() to prevent timezone-related issues, fixes #5733 . ( #5746 )
2016-08-07 12:01:53 +02:00
bmundt
6d1dd95ab3
adds check for making datasource template variables children of other template variables ( #5717 )
2016-08-05 10:03:46 +02:00
hc4
4d40326706
Add refresh query parameter parsing ( #5729 )
2016-08-04 18:58:59 +02:00
Torkel Ödegaard
34ea7312bc
docs(): added missing snapshot config options, fixes #5708
2016-08-02 09:35:15 +02:00
Torkel Ödegaard
01e5fd623b
Update latest.json
2016-08-02 09:31:02 +02:00
Torkel Ödegaard
e044a65d08
feat(alerting): updated
2016-08-01 22:15:28 +02:00
Alexander Zobnin
2c283ddd77
Fixed shared tooltip time calculation. Fixes #3063 .
2016-08-01 20:41:15 +03:00
Torkel Ödegaard
1edd224168
feat(alerting): fixing failing unit tests
2016-08-01 14:34:58 +02:00
Torkel Ödegaard
e6c4e47849
updated dependencies
2016-08-01 14:15:41 +02:00
Torkel Ödegaard
2bfccd77d4
docs(): updated release links
2016-08-01 12:47:55 +02:00
Torkel Ödegaard
84d7305d37
docs(): updated release links
2016-08-01 12:45:31 +02:00
Torkel Ödegaard
fbad17d3a1
docs(): updated changelog
2016-08-01 12:27:03 +02:00
Torkel Ödegaard
317ffd1b68
Merge branch 'master' of github.com:grafana/grafana
2016-08-01 12:24:01 +02:00
Torkel Ödegaard
49abb205a0
Merge branch 'v3.1.x'
...
Conflicts:
public/sass/_variables.light.scss
2016-08-01 12:23:36 +02:00
Torkel Ödegaard
a4d27083d0
fix(tests): fixed unit test broken in recent dynamic dashboard fix
2016-08-01 12:20:16 +02:00
Torkel Ödegaard
a9cf7cd4f0
fix(light theme): fixes issue with hidden queries in light theme, fixes #5697
2016-08-01 11:58:12 +02:00
Torkel Ödegaard
44d1393480
fix(templating): fixed issue with panel/row repeat when saving dashboard, fixes #5591
2016-08-01 10:50:33 +02:00
Torkel Ödegaard
b46af0069e
fix(footer): fixed link in footer, #5690
2016-08-01 10:09:43 +02:00
Torkel Ödegaard
357358898d
feat(annotations): working on alert annotations, #5694
2016-08-01 10:07:00 +02:00
Torkel Ödegaard
c5e90b1801
feat(alerting): more polish on alerting tab UI
2016-07-31 21:58:12 +02:00
Torkel Ödegaard
3b69c8f687
feat(alerting): new design for alert tab with sidemenu
2016-07-31 09:31:32 +02:00
Torkel Ödegaard
2b276d5cd1
feat(alerting): working on alert notification and image rendering
2016-07-30 13:36:21 +02:00
Torkel Ödegaard
f9ddfb4337
Merge branch 'master' into alerting
2016-07-29 15:07:47 +02:00
Torkel Ödegaard
79138e211f
Merge branch 'v3.1.x'
2016-07-29 15:07:17 +02:00
Torkel Ödegaard
741b7353c1
Merge branch 'v3.1.x' of github.com:grafana/grafana into v3.1.x
2016-07-29 15:06:09 +02:00
Torkel Ödegaard
c4e7a3ae89
fix(png rendering): another fix for #5606
2016-07-29 15:04:51 +02:00
Torkel Ödegaard
4fc50742a0
feat(alerting): working on image rendering with alert notifications
2016-07-29 14:55:02 +02:00
Torkel Ödegaard
f9a28d3306
feat(alerting): slack notification improvements, #5679
2016-07-29 13:41:42 +02:00
Torkel Ödegaard
01da3f6cb2
feat(alerting): worked on improving slack alerts
2016-07-28 17:03:53 +02:00
Torkel Ödegaard
717cce014b
feat(alerting): refactoring
2016-07-27 17:07:44 +02:00
Torkel Ödegaard
6aaf4c97a2
feat(alerting): refactoring conditions out to seperate package
2016-07-27 16:18:10 +02:00
Torkel Ödegaard
ae5f8a76d9
feat(alerting): lots of progress on notifications, refactored them out to their own package, restored webhook notitication and added slack notification
2016-07-27 12:09:55 +02:00
Torkel Ödegaard
77c66a88d9
Merge branch 'master' into alerting
2016-07-27 10:22:00 +02:00
Torkel Ödegaard
c997923b17
Merge branch 'master' of github.com:grafana/grafana
2016-07-27 10:21:38 +02:00
Torkel Ödegaard
e789d0df63
Merge branch 'v3.1.x'
2016-07-27 10:21:16 +02:00
Torkel Ödegaard
89dc3b88d1
fix(test): fixed failing test caused by recent change
2016-07-27 10:20:48 +02:00
Torkel Ödegaard
c2eeb6dda0
fix(alerting): minor notification fix
2016-07-27 10:15:21 +02:00
Thib17
732c84c230
Enable scaling down seconds unit s > ms > µs > ns ( #5642 )
2016-07-27 10:10:01 +02:00
Torkel Ödegaard
cde1bbff78
Merge branch 'alert_conditions' into alerting
2016-07-27 09:52:42 +02:00
Torkel Ödegaard
c675ffc682
Merge branch 'master' into alerting
2016-07-27 09:45:16 +02:00
Mark Henderson
39be7cf7d7
Added grafana-cli command. Added public documentation for specifying plugin version when installing. ( #5665 )
2016-07-27 09:41:33 +02:00
Torkel Ödegaard
e8e8463828
docs(): updated changelog
2016-07-27 09:39:46 +02:00
Torkel Ödegaard
e4592c8d53
Merge branch 'v3.1.x'
2016-07-27 09:36:46 +02:00
Torkel Ödegaard
971e2d62f1
fix(zoom): fixed zoom in and out issues when graph is embedded, fixes #5666 , fixes #4489
2016-07-27 09:36:35 +02:00
Torkel Ödegaard
5155c8a753
feat(templating): set default min span to 4, fixes #5662
2016-07-26 17:20:27 +02:00
Torkel Ödegaard
0b0f6b0848
feat(alerting): made very basic threshold viz work again
2016-07-26 14:35:42 +02:00
Torkel Ödegaard
0d9b98da6d
feat(alerting): progress on email notifications
2016-07-26 12:29:52 +02:00
Torkel Ödegaard
6cb1dafb1d
feat(alerting): progress on notifications
2016-07-25 16:26:28 +02:00
Torkel Ödegaard
8df558dece
feat(notifications): refactoring notification handling
2016-07-25 13:52:17 +02:00
Torkel Ödegaard
9f14b209bd
fix(html): moved body tag, fixes #5648
2016-07-25 12:21:51 +02:00
Torkel Ödegaard
d4e2bb70e9
Merge branch 'v3.1.x'
...
Conflicts:
package.json
2016-07-25 12:20:59 +02:00
Torkel Ödegaard
66a72e9ece
changed version to 3.1.1
2016-07-25 12:20:21 +02:00
Torkel Ödegaard
ee0d6ecfe6
Merge branch 'master' of github.com:grafana/grafana
2016-07-25 12:04:58 +02:00
Torkel Ödegaard
def4d8f8dc
docs(): updated changelog
2016-07-25 12:04:43 +02:00
Torkel Ödegaard
9fd7676846
Merge branch 'v3.1.x'
2016-07-25 12:03:40 +02:00
Torkel Ödegaard
0de0f4d014
feat(templating): fixed issue with template variables set to reload on dashboard load being issued multiple times, fixes #5637
2016-07-25 12:02:59 +02:00
bmundt
f6b1d5a84a
Added '!=' option for where clause in the influx query builder ( #5646 )
2016-07-25 10:36:38 +02:00
Torkel Ödegaard
9f777a535b
fix(): removed dashboard version to schema version migration
2016-07-23 13:29:48 +02:00
Torkel Ödegaard
6d28365e84
docs(): updated changelog
2016-07-23 12:59:07 +02:00
Torkel Ödegaard
7a2e8324b9
Merge branch 'v3.1.x'
2016-07-23 12:54:23 +02:00
Torkel Ödegaard
ddf579f204
fix(mixed data sources): fix when using two graphite data sources in mixed mode, fixes #5617
2016-07-23 12:54:11 +02:00
Torkel Ödegaard
b943e41434
Merge branch 'master' of github.com:grafana/grafana
2016-07-23 12:01:48 +02:00
Torkel Ödegaard
4a33e2023f
Merge branch 'v3.1.x'
2016-07-23 12:01:27 +02:00
Torkel Ödegaard
3abbf08a17
tech(): upgrade jquery to 2.2.4, closes #5627
2016-07-23 12:00:45 +02:00
Torkel Ödegaard
474a821767
fix(elasticsearch): fix json escape logic when doing terms template value lookup, fixes #5485
2016-07-23 11:52:49 +02:00
Torkel Ödegaard
14eba30f63
feat(alerting): more work on notifications
2016-07-23 11:50:48 +02:00
Peter Bonney
62e162c44c
Update dashboard.md ( #5640 )
...
The key returned by `GET /api/dashboards/db/:slug` is "dashboard" (not "model").
2016-07-23 11:46:20 +02:00
Torkel Ödegaard
a6c6094775
feat(alerting): started reworking notifications
2016-07-22 16:45:17 +02:00
Mitsuhiro Tanda
490ea18638
(cloudwatch) fix, don't block by white list ( #5632 )
2016-07-22 13:15:18 +02:00
Torkel Ödegaard
7eb2d2cf47
feat(alerting): working on state management
2016-07-22 13:14:09 +02:00
Torkel Ödegaard
783d697529
feat(alerting): more output when testing alert
2016-07-21 21:54:12 +02:00
Torkel Ödegaard
b073fe0eba
feat(alerting): more work on handling result and saving state
2016-07-21 17:31:46 +02:00
Torkel Ödegaard
f0fc336e88
feat(alerting): worked on alert condition eval tests
2016-07-21 16:19:28 +02:00
Torkel Ödegaard
3ad38eefd2
feat(alerting): test results look better
2016-07-21 13:57:19 +02:00
Torkel Ödegaard
f6a160b270
feat(alerting): testing alert is starting to work
2016-07-21 13:09:12 +02:00
Torkel Ödegaard
9e91aacd34
feat(alerting): progress on testing alerts
2016-07-21 10:29:11 +02:00
Torkel Ödegaard
fb636344a6
feat(alerting): began work on testing alert rule from UI without having to save it
2016-07-20 16:13:36 +02:00
Torkel Ödegaard
0ce55600bb
feat(alerting): progress on alerting backend
2016-07-20 14:28:02 +02:00
Torkel Ödegaard
3219d98a92
feat(alerting): starting work on condition evaluation
2016-07-20 09:30:31 +02:00
Torkel Ödegaard
f872d5cfa3
feat(alerting): more refactoring work in backend code
2016-07-19 22:36:59 +02:00
Torkel Ödegaard
2a30baef05
feat(alerting): progress on updating extractor to work with new alert model
2016-07-19 21:00:41 +02:00
Torkel Ödegaard
f60efed5d8
feat(alerting): progress on refactoring backend alert rule model
2016-07-19 17:45:37 +02:00
Torkel Ödegaard
20fcffb71e
feat(alerting): working on alerting conditions model
2016-07-19 16:15:26 +02:00
Christos Trochalakis
824bf9f029
feat(graphite): added groupByNodes func def, closes #5612
2016-07-19 14:23:13 +03:00
Torkel Ödegaard
f38c954639
feat(alerting): more work on alert conditions
2016-07-19 11:54:41 +02:00
Torkel Ödegaard
29d308e447
feat(alerting): refactoring alert model to use conditions concept
2016-07-19 11:24:27 +02:00
Torkel Ödegaard
0f555d6ab5
fix(alerting): minor fix
2016-07-19 09:28:49 +02:00
Torkel Ödegaard
b0fe69822a
Merge branch 'master' into alerting
...
Conflicts:
public/app/core/services/alert_srv.ts
public/app/partials/confirm_modal.html
2016-07-18 18:22:35 +02:00
Torkel Ödegaard
3f861dd039
Merge branch 'v3.1.x'
2016-07-18 16:27:27 +02:00
Torkel Ödegaard
3ae327320a
fix(prometheus): fixed svg link in prometheus dashboard, fixes #5604
2016-07-18 16:27:02 +02:00
Torkel Ödegaard
78d0badffe
Merge branch 'v3.1.x' of github.com:grafana/grafana into v3.1.x
2016-07-18 16:22:31 +02:00
Torkel Ödegaard
575b015fe0
fix(panel rendering): Fixed png panel rendering timing issue, #5606
2016-07-18 16:18:00 +02:00
Torkel Ödegaard
b9a2546a10
fix(iframe): fixed issue with using full height of iframe, fixes #5605
2016-07-18 16:17:46 +02:00
Torkel Ödegaard
7ad0904fdb
:Merge branch 'master' of github.com:grafana/grafana
2016-07-18 16:16:44 +02:00
Torkel Ödegaard
b9c4107361
docs(): updated changelog
2016-07-18 16:16:35 +02:00
Torkel Ödegaard
ffd865c7ca
fix(panel rendering): Fixed png panel rendering timing issue, #5606
2016-07-18 16:13:50 +02:00
Torkel Ödegaard
e507bb6dd7
fix(iframe): fixed issue with using full height of iframe, fixes #5605
2016-07-18 15:41:06 +02:00
Torkel Ödegaard
8f8ee28e64
docs(): updated changelog
2016-07-18 14:06:31 +02:00
Torkel Ödegaard
6c6dae1c92
Merge branch 'elasticsearch_precision_threshold' of https://github.com/lucasrodcosta/grafana into lucasrodcosta-elasticsearch_precision_threshold
2016-07-18 13:56:34 +02:00
Torkel Ödegaard
c82d5f86ac
fix(singlestat): fixed minor editor blur issue on decimal option that did not cause update of rendered value, fixes #5004
2016-07-18 11:24:41 +02:00
Loren West
51940fa209
Tooltip detatch too soon on mobile click ( #5598 )
...
* Tooltip detatch too soon on mobile click
* Fixed syntax error
2016-07-18 09:04:06 +02:00
Torkel Ödegaard
f13b869aa4
feat(alerting): work on alerting
2016-07-14 13:32:16 +02:00
Jack Meagher
2c77f2231e
Do not substitute #[A-Z] in graphite target when invalid ref ( #5581 )
...
* Do not substitute #[A-Z] in graphite target when invalid ref
In the case where #[A-Z] does not reference another query, such as #J when there
are only 2 queries, do not perform the substitution. This prevents the situation
target name without a query labelled J (10th query).
* Do not substitute #[A-Z] in graphite target when invalid ref
In the case where #[A-Z] does not reference another query, such as #J when there
are only 2 queries, do not perform the substitution. This prevents the situation
target name without a query labelled J (10th query).
2016-07-14 10:29:22 +02:00
Torkel Ödegaard
624cd6fc0a
feat(alerting): cleanup, removed alert changes table and code
2016-07-13 11:58:55 +02:00
Torkel Ödegaard
82eebf64b6
fix(graph): Fix so that zoom works even when no data exists, fixes #5570
2016-07-13 10:02:53 +02:00
Torkel Ödegaard
cc5c45112a
Merge branch 'master' of github.com:grafana/grafana
2016-07-12 15:55:10 +02:00
Torkel Ödegaard
4bb4d7f7d3
Merge branch 'v3.1.x'
2016-07-12 15:54:31 +02:00
Torkel Ödegaard
383b313027
Update CHANGELOG.md
2016-07-12 15:17:04 +02:00
Torkel Ödegaard
0f9f903e09
Update latest.json
2016-07-12 15:16:46 +02:00
Torkel Ödegaard
6c2a61001a
docs(): updated download links
2016-07-12 13:19:20 +02:00
Torkel Ödegaard
d007363e7c
bumbped version from beta1 to stable
2016-07-12 08:42:28 +02:00
Torkel Ödegaard
b2acac3a41
feat(apps): more polish on app dashboard save warning, #5529
2016-07-12 08:41:56 +02:00
Torkel Ödegaard
f3db2fa262
feat(plugins): hide link on small screens
2016-07-11 19:16:35 +02:00
Torkel Ödegaard
5b4fd8e9c8
Merge branch 'v3.1.x' of github.com:grafana/grafana into v3.1.x
2016-07-11 19:07:32 +02:00
Torkel Ödegaard
81af8f072c
feat(links): updated links to grafana.net
2016-07-11 19:07:16 +02:00
Torkel Ödegaard
d9096110f8
Merge branch 'master' into alerting
...
Conflicts:
pkg/api/dashboard.go
pkg/models/dashboards.go
pkg/services/sqlstore/dashboard.go
2016-07-11 18:28:07 +02:00
Torkel Ödegaard
817f24e6fb
Merge remote-tracking branch 'origin/development'
2016-07-11 15:24:24 +02:00
Bryan Irvine
eafb0f3248
get rid of weird line breaks and use action ( #4926 )
...
* get rid of weird line breaks and use action
When using restarts/stops/starts you'd get weird output sometimes, Strange line breaks 'OK' status overlapping the next lines etc...
This fixes those moves OK to the right place and colorizes them correctly.
* added : for more uniformity
when doing a restart the output looked like:
Stopping Grafana Server ... [ OK ]
Starting Grafana Server: ... [ OK ]
The Stopping line did not have a colon. I added it just to make it look better.
2016-07-11 15:23:39 +02:00
stuart nelson
eb35f8cb89
[prometheus] Use panelId and target.refId for requestId
...
Using these two values ties requests to a
particular query position within a panel, ensuring
that requests are canceled if:
- Duplicate requests with the same query are sent
- Requests from the same query position (but a
different query) are sent
The last point is important as it identifies
queries by a physical location in the dashboard
instead of with the query expression. If a
different query from the same position in a panel
is sent, the previous request should be canceled.
2016-07-11 14:47:14 +02:00
Torkel Ödegaard
9055beff1a
fix(table): fixed merge issue
2016-07-11 11:09:20 +02:00
Torkel Ödegaard
e518f50248
docs(): updated changelog
2016-07-11 10:09:49 +02:00
Torkel Ödegaard
08202dcb83
Merge branch 'v3.1.x'
2016-07-11 09:39:17 +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
4c4cb20bde
tech(sass): changed sass lint version to 1.7.0
2016-07-08 22:12:10 +02:00
Torkel Ödegaard
4133526d8d
feat(build): updated sass lint
2016-07-08 21:04:58 +02:00
Alexander Akulov
010dbddf59
Fix double slashes in POST request to ES ( #5536 )
2016-07-08 18:24:08 +02:00
Torkel Ödegaard
12d455f3c3
Merge branch 'v3.1.x' of github.com:grafana/grafana into v3.1.x
2016-07-08 18:23:15 +02:00
Torkel Ödegaard
615b692442
feat(apps): fixed unit tests
2016-07-08 18:21:25 +02:00
Torkel Ödegaard
ebdf0564eb
feat(apps): plugin dashboard sync is starting to work
2016-07-08 17:44:57 +02:00
Torkel Ödegaard
68a8d9bc91
feat(apps): more work on plugin dashboard sync
2016-07-08 13:41:46 +02:00
Torkel Ödegaard
85be7dd902
feat(apps): progress on app dashboard sync
2016-07-08 12:26:51 +02:00
Torkel Ödegaard
d44325affd
feat(apps): progress on app dashboard imports
2016-07-08 09:35:06 +02:00
Fraser Savage
5a8efa9a52
Update configuration.md ( #5527 )
...
Insert missing backtick.
2016-07-08 07:12:26 +02:00
Torkel Ödegaard
b62f1f00cd
feat(apps): auto update dashboard dashboards, #5529
2016-07-07 18:11:03 +02:00
Torkel Ödegaard
3f83bf6e47
Merge branch 'v3.1.x'
2016-07-07 14:48:41 +02:00
Torkel Ödegaard
4545b4d323
fix(login): minor fix redirect on login change
2016-07-07 14:48:22 +02:00
bmundt
e58ccc5a83
Hex units ( #5530 )
...
* added hex units
* deleted blank line, to fix style error
* added unit tests
* updated unit tests and changed the way it handles negative hex0x
2016-07-07 08:54:51 +02:00
Torkel Ödegaard
60abe75615
Merge branch 'v3.1.x'
2016-07-06 10:10:25 +02:00
Torkel Ödegaard
d74eb8c188
fix(login): fixed so that you get redirect back to the page or dashboard you where on when you clicked on sign in link, fixes #3312
2016-07-06 10:09:53 +02:00
Torkel Ödegaard
89c3880a59
Merge branch 'master' of github.com:grafana/grafana
2016-07-06 08:26:24 +02:00
Torkel Ödegaard
7c7e26bc18
feat(templating): refactoring template variable handling for variables that change on time refresh, closes #5021
2016-07-06 08:25:46 +02:00
Torkel Ödegaard
069100099d
Merge branch 'reflect_panel_repeat_when_time_range_changed' of https://github.com/mtanda/grafana
2016-07-06 07:40:51 +02:00
Adrián López
65aa6df45c
Warn user if there are no mappings ( #5246 )
2016-07-06 07:31:42 +02:00
Torkel Ödegaard
aad76d9220
Merge branch 'master' of github.com:grafana/grafana
2016-07-06 07:23:20 +02:00
Torkel Ödegaard
9088023116
fix(error handling): improved dashboard init error handling and notifications
2016-07-06 07:23:09 +02:00
Torkel Ödegaard
ad1d7f0ffb
Update package.json
2016-07-06 07:22:29 +02:00
Torkel Ödegaard
41bffd503d
Update CHANGELOG.md
2016-07-06 07:22:03 +02:00
Torkel Ödegaard
b4493155fc
fix(error handling): improved dashboard init error handling and notifications
2016-07-06 07:18:58 +02:00
Torkel Ödegaard
c1b7bd0f1b
Merge branch 'notify_migration_error' of https://github.com/mtanda/grafana
2016-07-06 06:34:17 +02:00
Torkel Ödegaard
6a8c774dcc
fix(graph): show graph panel render errors as panel errors, fixes #5414
2016-07-06 06:31:32 +02:00
Torkel Ödegaard
435aa88c05
Merge branch 'issue_5372' of https://github.com/kipe/grafana into kipe-issue_5372
2016-07-06 06:05:50 +02:00
Torkel Ödegaard
782427b5f2
Update latest.json
2016-07-06 05:28:49 +02:00
herver
9c73b2fa1c
Support data units for both IEC (Binary) and Metric (Decimal) variants ( #5473 )
2016-07-06 05:27:35 +02:00
Torkel Ödegaard
53f110c942
Merge branch 'master' of github.com:grafana/grafana
2016-07-05 18:02:23 +02:00
Torkel Ödegaard
fd5f7c2e34
fix(): updated changelog
2016-07-05 18:02:10 +02:00
Torkel Ödegaard
5595fc2683
refactor(): refactored date handling and locale handling in #5517
2016-07-05 17:59:43 +02:00
Torkel Ödegaard
f31960d325
Update latest.json
2016-07-05 16:39:36 +02:00
Torkel Ödegaard
c029e47a12
Merge branch 'moment-locale' of https://github.com/gofore/grafana into gofore-moment-locale
2016-07-05 16:22:33 +02:00
Joona Romppanen
438a73c58a
Added moment.js locales. Set locale from window.navigator at app init(). Use firstDayOfWeek on time picker
2016-07-05 17:08:44 +03:00
Torkel Ödegaard
460820a117
conf(): updated sample config and root_url to better explain it
2016-07-05 14:10:23 +02:00
Carl Bergquist
9312a13e6e
Merge pull request #5496 from joemiller/doc-update
...
grammar fix in docs
2016-07-03 09:44:00 -07:00
Torkel Ödegaard
8bd6b953b8
fix(elasticsearch): fix json escape logic when doing terms template value lookup, fixes #5485
2016-07-02 12:01:04 -04:00
joe miller
a6554a85c0
grammar fix in docs
2016-07-02 08:27:31 -07:00
Carl Bergquist
c047dacf18
Merge pull request #5442 from mtanda/snapshot_orig_url
...
(snapshot) save original url
2016-07-01 13:09:34 -07:00
Mitsuhiro Tanda
630d0d0793
(snapshot) add open original dashboard button
2016-07-02 02:26:27 +09:00
Kimmo Huoman
522a3408e9
Export CSV in the same format as presented in Table panel. Fixes issue #5372 .
...
The data is exported in the same exact format as presented in the table panel.
This is achieved by using the same renderer as the UI uses.
2016-07-01 20:21:53 +03:00
Mitsuhiro Tanda
cc519adcfc
(snapshot) restrict saving original url for local snapshot
2016-07-02 02:16:23 +09:00
Mitsuhiro Tanda
7aaa15ad95
(snapshot) save original url
2016-07-02 02:16:23 +09:00
bergquist
07e522bb64
Merge branch 'influxdb_stop_hidden_queries'
2016-07-01 02:09:40 +02:00
bergquist
22ba51a631
Merge branch 'master' into influxdb_stop_hidden_queries
2016-07-01 02:09:10 +02:00
bergquist
b47a307106
Merge branch 'master' into influxdb_stop_hidden_queries
2016-07-01 02:06:19 +02:00
Andris Raugulis
1c293781e3
Log to default log directory, only if custom configuration failed. ( #5393 )
2016-06-30 16:37:06 -07:00
Kevin Fitzpatrick
f2baa5b210
Make Generic OAuth Configs ENV VARS-friendly
...
Use underscores instead of dashes.
2016-06-30 15:07:55 -07:00
Kevin Fitzpatrick
b4646b6c3a
Allow users to use a generic oauth that conforms to the github style.
...
Enables users to set their own link text.
2016-06-30 15:07:55 -07:00
Carl Bergquist
603e5fe0bf
Merge pull request #5469 from stuartnelson3/create-unique-prometheus-req-id
...
[prometheus] Use `panelId` and `target.refId` for requestId
2016-06-30 13:13:01 -07:00
stuart nelson
0590c51524
[prometheus] Use panelId and target.refId for requestId
...
Using these two values ties requests to a
particular query position within a panel, ensuring
that requests are canceled if:
- Duplicate requests with the same query are sent
- Requests from the same query position (but a
different query) are sent
The last point is important as it identifies
queries by a physical location in the dashboard
instead of with the query expression. If a
different query from the same position in a panel
is sent, the previous request should be canceled.
2016-06-30 11:29:02 +02:00
Torkel Ödegaard
5676a35d9a
fix(css): added responsive media query for phones that fix header wrap
2016-06-29 14:35:58 -07:00
Torkel Ödegaard
ae8fabdad3
fix(modal): fixed duplicate confirm modal issue
2016-06-29 14:26:21 -07:00
Carl Bergquist
b289497db6
Merge pull request #5455 from rakotomandimby/patch-1
...
Update debian.md to Debian Jessie
2016-06-29 12:35:32 -07:00
Carl Bergquist
fe7438c7ff
Merge pull request #5461 from mtanda/pr_cloudwatch_add_metrics
...
(cloudwatch) add metrics
2016-06-29 12:08:44 -07:00
Carl Bergquist
7b84c4b4dc
Merge pull request #5465 from tmc/patch-1
...
properly quote font-family on singlestat
2016-06-29 12:07:53 -07:00
Travis Cline
bca6101609
properly quote font-family on singlestat
2016-06-29 11:03:07 -07:00
Soulou
aa064b18e8
Test environment override for secret and url with credentials
2016-06-29 13:49:41 +02:00
Mitsuhiro Tanda
9ca5ba96be
reorder metrics/dimensions
2016-06-29 14:11:01 +09:00
Mitsuhiro Tanda
511f8d3213
add cloudwatch metrics and dimensions
2016-06-29 13:55:16 +09:00
bergquist
4fc16c36ed
feat(alerting): saves new state when alert updates
2016-06-29 00:05:48 +02:00
Torkel Ödegaard
5a65dc5d23
Merge branch 'alerting' of github.com:grafana/grafana into alerting
2016-06-28 14:04:38 -07:00
Torkel Ödegaard
9b4c0cca07
fix(flot): fixed flot issue introduced in alerting branch
2016-06-28 14:04:29 -07:00
Carl Bergquist
3460c12491
Merge pull request #5454 from Scalingo/node_version_package_json
...
Fix node version in package.json
2016-06-28 14:26:30 -04:00
Soulou
e2c5fac9df
Predefine url to let the environment variable overrider do its job
2016-06-28 17:45:55 +02:00
Soulou
03d0f11407
Accept URL parameter [database] config
2016-06-28 15:31:34 +02:00
Rakotomandimby Mihamina
16e2c660ac
Update debian.md
2016-06-28 15:58:00 +03:00
Soulou
122b0d20a9
Fix node version in package.json
...
Value was incoherent since
https://github.com/grafana/grafana/commit/1900c81d9f9507ed4dbd18e95569480dfd0922f7
2016-06-28 14:36:15 +02:00
Othyus
f3a6848710
feat(sidemenu): add style(margin and witdh) for the input and label filter
2016-06-28 08:30:36 +02:00
Othyus
31317abbeb
feat(sidemenu): add limit for shown organizations
2016-06-28 08:11:37 +02:00
bergquist
6bf42dde18
tech(alerting): remove some logging
2016-06-27 01:27:30 +02:00
Mitsuhiro Tanda
8af3bb739c
refactor
2016-06-26 22:39:34 +09:00
bergquist
4ed6b99d9a
Merge branch 'alerting_notifications' into alerting
2016-06-26 04:05:56 +02:00
bergquist
af216ecf83
tech(cli): remove loop and head straight for plugindir
2016-06-26 03:47:15 +02:00
bergquist
07be2c89a3
tech(cli): lets use the fact that we have a compiler
2016-06-26 03:47:15 +02:00
bergquist
88e208bddf
feat(gf-form): add support for small input fields
2016-06-25 23:30:51 +02:00
Carl Bergquist
92835f0a04
Merge pull request #5434 from saboorian/master
...
Escape html chararcters in singlestat renderer
2016-06-25 20:49:16 +02:00
bergquist
aecd487775
Merge branch 'f1yegor-master'
2016-06-25 20:42:38 +02:00
bergquist
241b9ee329
fix(kbn): add calculator for opn,rpm and wpm
2016-06-25 20:42:24 +02:00
bergquist
4cbde7e747
Merge branch 'master' of https://github.com/f1yegor/grafana into f1yegor-master
2016-06-25 20:38:43 +02:00
bergquist
12570bb959
feat(singlestat): add serie name as an value option
...
closes #4740
2016-06-25 20:17:23 +02:00
bergquist
8b8bfa8a17
fix(singlestat): rename seriename scoped var
2016-06-25 20:17:05 +02:00
Torkel Ödegaard
b31fccb889
Merge branch 'master' of github.com:grafana/grafana
2016-06-25 17:53:42 +02:00
Carl Bergquist
ab104bcfd7
Merge pull request #5401 from alexanderzobnin/issue-4740
...
Issue #4740 - able to use $SeriesName variable in prefix of postfix.
2016-06-25 17:49:44 +02:00
Torkel Ödegaard
35f135f6c2
Merge branch 'master' of github.com:grafana/grafana
2016-06-25 17:46:07 +02:00
Torkel Ödegaard
6dad6241ed
docs(): updated changelog
2016-06-25 17:45:39 +02:00
Carl Bergquist
2d4cb50490
Merge pull request #5394 from hailthemelody/master
...
fix z-index order in Series Overrides
2016-06-25 17:43:47 +02:00
Torkel Ödegaard
0d6222c803
Merge branch 'master' of github.com:grafana/grafana
2016-06-25 17:43:22 +02:00
Torkel Ödegaard
b275fa8109
fix(alerts): fixed login and other alert popups not showing, fixes #5435
2016-06-25 17:42:08 +02:00
Carl Bergquist
c223994155
Merge pull request #5411 from mtanda/pr_dynamodb_add_metrics
...
add cloudwatch metrics
2016-06-25 17:36:50 +02:00
bergquist
ff15a90e6d
fix(login): fixes broken validation for login
2016-06-25 17:34:47 +02:00
bergquist
638a8a1528
docs(changelog): add note about closing #4674
...
closes #4674
2016-06-25 16:37:28 +02:00
bergquist
16fa631ea0
tech(tests): remove unused code that breaks gorename
2016-06-25 16:34:42 +02:00
bergquist
c2689b0c2b
Merge branch 'kfitzpatrick-recreate-4675'
2016-06-25 16:31:11 +02:00
bergquist
690a74c6b7
feat(login): invert naming for dissallow user pass login
2016-06-25 16:30:41 +02:00
Torkel Ödegaard
346ca3fc89
Merge branch 'master' into alerting
2016-06-25 09:56:57 -04:00
bergquist
092b6517dc
Merge branch 'recreate-4675' of https://github.com/kfitzpatrick/grafana into kfitzpatrick-recreate-4675
2016-06-25 15:53:42 +02:00
Mohammad Mehdi Saboorian
1e486398cc
Escape html chararcters in singlestat renderer
2016-06-25 13:43:58 +04:30
Torkel Ödegaard
23345c563c
changed version in master to 3.2-pre
2016-06-24 16:51:55 +02:00
Torkel Ödegaard
60f45c965c
Merge branch 'master' of github.com:grafana/grafana
2016-06-24 10:25:44 +02:00
Mitsuhiro Tanda
6ef27a87e4
fix catch clause
2016-06-24 13:44:10 +09:00
Kevin Fitzpatrick
040586604b
Allow configuration to disable the username and password login interface.
...
Used for when admins only want users to login via OAuth.
2016-06-23 10:09:13 -07:00
Alexander Zobnin
e593cc3e9f
Issue #4740 - change variable $SeriesName to $seriesName.
2016-06-23 19:35:50 +03:00
Torkel Ödegaard
efad4bcb56
docs(): updated changelog
2016-06-23 17:45:29 +02:00
Torkel Ödegaard
9435e70b37
docs(): spelling fix
2016-06-23 17:31:22 +02:00
bergquist
48e1a17ac2
feat(alerting): remove dummie values from email notifier
2016-06-23 16:30:12 +02:00
bergquist
6121d15ba7
feat(alerting): more aggressive requirements for parsing alertrules
2016-06-23 16:08:18 +02:00
bergquist
8b05af2f90
feat(alerting): add exeuction time to alertResult
2016-06-23 15:52:45 +02:00
bergquist
2063fee4fe
docs(changelog): add note about cli fix #5410
2016-06-23 15:16:26 +02:00
Torkel Ödegaard
c3e1955792
docs(): updated export docs
2016-06-23 13:21:30 +02:00
bergquist
6af2d99862
style(light-theme): make text-color-weak a little bit darker
...
otherwise its not possible to see which queries are disabled
in the query editor
2016-06-23 13:17:53 +02:00
Emmanuel Quentin
6487814007
Avoid to request influxdb when query is hidden
2016-06-23 13:11:16 +02:00
bergquist
f95be63c43
feat(alerting): move response handling to seperate file
2016-06-23 12:57:10 +02:00
bergquist
67197d54f9
feat(alerting): add triggeredAlerts as json to alert_state
2016-06-23 11:14:40 +02:00
bergquist
488b42377b
feat(alerting): update state if not been updated for 15min
2016-06-23 11:03:27 +02:00
Torkel Ödegaard
838284c09f
docs(): updated changelog
2016-06-23 10:38:11 +02:00
Torkel Ödegaard
1d35b90484
docs(): updated download links
2016-06-23 10:35:47 +02:00
Mitsuhiro Tanda
44b2a292eb
notify dashboard migration fail
2016-06-23 16:56:18 +09:00
Torkel Ödegaard
f3c1a894de
changed version to 3.1-beta1
2016-06-23 09:12:17 +02:00
bergquist
eb54fbaef5
docs(changelog): add note about cli fix #5410
2016-06-23 08:41:25 +02:00
bergquist
af1c8dc5d9
feat(cli): adds support for dist/plugin.json location for plugins
...
ref #5410
2016-06-23 08:35:40 +02:00
bergquist
2123fbdf9b
feat(cli): make remove command an alias for uninstall
2016-06-23 08:21:55 +02:00
Mitsuhiro Tanda
16dc095329
(templating) support asc/desc sort
2016-06-23 11:26:41 +09:00
Mitsuhiro Tanda
8987cfe0a2
(templating) add sort order option
2016-06-23 11:26:41 +09:00
Mitsuhiro Tanda
09f7222e79
add cloudwatch metrics
2016-06-23 11:24:21 +09:00
bergquist
14169c5092
tech(docker): add memcached exporter target for prom
2016-06-22 17:36:22 +02:00
bergquist
925806df87
tech(alerting): add recovery logging
2016-06-22 13:43:11 +02:00
Othyus
e204c308bf
feat(sidemenu): filtering organizations by an input, issue #2609
2016-06-22 13:04:38 +02:00
Torkel Ödegaard
0555525f97
tech(): updated list of docker stuff
2016-06-22 11:01:11 +02:00
bergquist
7952723b71
feat(alerting): add warn/crit filter
2016-06-22 08:09:45 +02:00
bergquist
b5a29b6246
test(alerting): add tests for when to send notifcations
2016-06-22 07:58:30 +02:00
bergquist
6edae37ac9
feat(alerting): rename state response method
2016-06-22 07:23:31 +02:00
Torkel Ödegaard
24a54cd95b
feat(units): refactoring #5404
2016-06-21 21:08:07 +02:00
Torkel Ödegaard
a7a5f36b49
Merge branch 'issue-2971' of https://github.com/alexanderzobnin/grafana into alexanderzobnin-issue-2971
2016-06-21 21:00:00 +02:00
Alexander Zobnin
ab0155c861
Issue #2971 - add time units for use in singlestat panel.
2016-06-21 20:56:34 +03:00
Torkel Ödegaard
53c424caf8
docs(): title change
2016-06-21 18:25:24 +02:00
Torkel Ödegaard
23cfbac4ec
feat(docs): updated import / export docs
2016-06-21 18:24:25 +02:00
Torkel Ödegaard
f23d72001d
fix(dashboard): fixed issue triggering refresh after leaving fullscreen/edit mode with time range change
2016-06-21 17:21:45 +02:00
Torkel Ödegaard
302ad5f1f9
Merge branch 'master' of github.com:grafana/grafana
2016-06-21 17:08:16 +02:00
Torkel Ödegaard
257e6c469e
feat(collectd): updated collectd config
2016-06-21 17:07:01 +02:00
bergquist
ef9766eb96
docs(3.1): initial post about whats new in 3.1
2016-06-21 16:29:17 +02:00
Alexander Zobnin
cc433c1fbd
Issue #4740 - able to use $SeriesName variable in prefix of postfix.
2016-06-21 15:48:18 +03:00
bergquist
aa9e524e73
tech(docker): add node exporter to prometheus
2016-06-21 11:46:08 +02:00
Carl Bergquist
3b1ae3f7d2
Merge pull request #5396 from hailthemelody/fix_issue_template_typos
...
fix typos in GitHub Issue Template
2016-06-21 10:27:41 +02:00
hailthemelody
cccfe47bf0
fix typos in GitHub Issue Template
2016-06-20 21:39:11 -04:00
hailthemelody
13d1fec2cb
fix z-index order in Series Overrides
2016-06-20 20:54:01 -04:00
Carl Bergquist
87ab97b5ed
Merge pull request #5391 from wkruse/prometheus-annotations-doc
...
Add Prometheus annotations doc
2016-06-20 18:49:00 +02:00
Wadim Kruse
3b47b1ecbd
Add Prometheus annotations doc
2016-06-20 18:36:05 +02:00
bergquist
403fdebca3
docs(alerting): rewrite alert docs
2016-06-20 17:05:16 +02:00
bergquist
5d62c84a19
feat(alerting): adds default checkbox to ui
2016-06-20 16:19:15 +02:00
bergquist
f5297db8f3
tech(alerting): remove console log that spams tests
2016-06-20 15:30:00 +02:00
bergquist
fa309ec925
feat(alerting): add default notification group
2016-06-20 15:24:48 +02:00
bergquist
0a85efbf18
feat(alerting): add datasource type to settings
2016-06-20 11:44:06 +02:00
bergquist
a18506e2e4
feat(alerting): changing notifications should require org admin
2016-06-20 11:32:55 +02:00
bergquist
0c5da9155f
feat(alerting): only expose DTO info when requesting all notifications
2016-06-20 11:31:20 +02:00
bergquist
12706fd6db
Revert "docs(changelog): add note about singlestat to datetime func"
...
This reverts commit 8efa94e42a .
2016-06-20 11:04:01 +02:00
Carl Bergquist
d8be2f1ecc
Merge pull request #5389 from grafana/revert-5383-issue-4747
...
Revert "issue #4747 - add date and time units to singlestat panel."
2016-06-20 11:02:43 +02:00
Carl Bergquist
b6f9d9feb0
Revert "issue #4747 - add date and time units to singlestat panel."
2016-06-20 11:02:29 +02:00
bergquist
8efa94e42a
docs(changelog): add note about singlestat to datetime func
2016-06-20 10:59:47 +02:00
Carl Bergquist
b94527f661
Merge pull request #5383 from alexanderzobnin/issue-4747
...
issue #4747 - add date and time units to singlestat panel.
2016-06-20 10:57:08 +02:00
bergquist
96e5ad3f5c
Merge branch 'alerting' into alerting_notifications
2016-06-20 10:45:05 +02:00
bergquist
dd8c3d0355
Merge branch 'master' into alerting
2016-06-20 10:44:48 +02:00
bergquist
3adee1eda0
tech(sass): sasslint fixes for css3
...
Pseudo-elements must start with double colons pseudo-element
2016-06-20 10:37:47 +02:00
bergquist
7c09a140c7
test(alerting): fixes broken tests for alerting thresholds
2016-06-20 10:06:18 +02:00
bergquist
4c4164bb40
test(alerting): adds test email creater
2016-06-20 07:49:08 +02:00
Alexander Zobnin
398e9f5195
issue #4747 - add date and time units to singlestat panel.
2016-06-17 22:51:08 +03:00
bergquist
adea539b8d
feat(alerting): add link to panel png
2016-06-17 16:43:14 +02:00
bergquist
ea4b14ac22
feat(alerting): rename critical -> crit
2016-06-17 16:40:48 +02:00
bergquist
212fd27252
feat(alerting): add support for email notifications
2016-06-17 15:30:17 +02:00
bergquist
774add94c1
feat(alerting): skip warn check if crit is triggered
2016-06-17 15:24:17 +02:00
Torkel Ödegaard
90c063060a
fix(png): fixed phantomjs rendering issue with graph and y-axis label rotation, fixes #5220
2016-06-17 14:36:10 +02:00
Torkel Ödegaard
3bcda9268a
feat(styleguide): removed unused/empty tabs
2016-06-17 14:18:24 +02:00
Torkel Ödegaard
e2b398a6bf
Merge branch 'master' of github.com:grafana/grafana
2016-06-17 14:16:25 +02:00
Torkel Ödegaard
fa10fc994a
fix(graph): remove panel width cache, causing issues, does not handle window resize and fullscreen to dashboard, #5297
2016-06-17 14:16:01 +02:00
Drew Farris
cb2b8dea96
OpenTSDB: consistent options for http requests ( #5233 )
...
* OpenTSDB: consistent options for http requests
. the get function wasn't using the same request options wrt to credentials/auth as
the timeseries http request
* OpenTSDB: `_get` `_performTimeSeriesQuery` refactor copied code
2016-06-17 14:04:40 +02:00
Torkel Ödegaard
9bcd5de8ff
fix(share): fixed PNG render link generated from share modal when opened from edit mode, fixes #5295
2016-06-17 14:03:59 +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
305a6ae110
feat(dashboards): dashboard sharing fixes
2016-06-17 11:36:35 +02:00
Torkel Ödegaard
10daf1d63a
Revert "Enable the "limit" param in /api/search"
...
This reverts commit 3d77685108 .
2016-06-17 11:22:39 +02:00
bergquist
90e3d8afda
Merge branch 'alerting' into alerting_notifications
2016-06-17 09:55:58 +02:00
bergquist
c96108226c
fix(alerting): use alert frequency
2016-06-17 09:55:42 +02:00
bergquist
764c58ba8d
Merge branch 'alerting' into alerting_notifications
2016-06-17 09:54:38 +02:00
bergquist
9481fcb830
fix(alerting): use alert frequency
2016-06-17 09:54:11 +02:00
Torkel Ödegaard
23aa614baf
feat(rendering): fixed issue with png rendering, recently introduced by profiler refactoring
2016-06-17 08:49:11 +02:00
bergquist
ebada26b85
Merge branch 'alerting' into alerting_notifications
2016-06-17 08:27:58 +02:00
bergquist
e8a324c7f5
feat(alerting): add frequency back to alert model
2016-06-17 08:27:38 +02:00
Torkel Ödegaard
5c35fac8fe
fix(dataproxy): removed accidental debug code
2016-06-17 08:11:37 +02:00
bergquist
946dc0ecf3
Merge branch 'alerting' into alerting_notifications
2016-06-17 07:44:39 +02:00
bergquist
1771ab032e
Merge branch 'master' into alerting
2016-06-17 07:44:21 +02:00
bergquist
8b2f6fffc9
test(dashboards): comment code in broken tests
2016-06-17 07:43:57 +02:00
Torkel Ödegaard
32479503bd
fix(build): another windows build issue
2016-06-16 21:10:30 +02:00
Torkel Ödegaard
b06ec734f1
fix(build): windows, another windows build fix, #5370
2016-06-16 18:21:12 +02:00
bergquist
b035074613
tech(alerting): disable update state api
2016-06-16 17:02:45 +02:00
bergquist
a0418da160
Merge branch 'alerting' into alerting_notifications
2016-06-16 16:49:16 +02:00
bergquist
8ec311ade4
Merge branch 'master' into alerting
2016-06-16 16:29:41 +02:00
bergquist
3c4d2b8ca1
feat(alerting): add basic body for webhooks
2016-06-16 16:25:23 +02:00
bergquist
6705efef6f
feat(alerting): make some settings properties required
2016-06-16 16:18:40 +02:00
bergquist
f3009dc23b
fix(alerting): broken link
2016-06-16 16:06:40 +02:00
bergquist
b907ce341c
feat(alerting): enables deletes for alert notifications
2016-06-16 15:21:44 +02:00
bergquist
149c2ae913
feat(alerting): add submenu for alerting
2016-06-16 15:21:23 +02:00
Torkel Ödegaard
b039a81375
feat(build): fixing windows build issue, #5370
2016-06-16 14:36:19 +02:00
bergquist
7f767224af
feat(alerting): basic support for creating and updating notifications
2016-06-16 14:29:20 +02:00
Joel Smith
46fe9a167e
Update file_export.ts ( #5325 )
...
Prepended first line to export file containing
`sep=;\n`
which I believe should be all that is required for Excel to interpret the CSV file as semicolon delimited.
2016-06-16 14:27:00 +02:00
Torkel Ödegaard
79eb971fad
docs(): updated changelog
2016-06-16 10:49:40 +02:00
Torkel Ödegaard
81e9aa4de4
feat(datasource): cancel in flight data source requests, refeatoring #5321
2016-06-16 10:48:26 +02:00
bergquist
c51facfaef
style(alerting): move filter below HR
2016-06-16 09:23:53 +02:00
bergquist
00fc2e2593
test(alerting): fixes broken unittest
2016-06-16 09:09:09 +02:00
Torkel Ödegaard
6d3521c240
Merge branch 'cancel-in-flight-repeats' of https://github.com/stuartnelson3/grafana into stuartnelson3-cancel-in-flight-repeats
2016-06-16 08:57:31 +02:00
bergquist
72e23bca5f
tech(alerting): improve/cleanup logging
2016-06-16 08:56:19 +02:00
Torkel Ödegaard
23e0240410
fix(build): removed logging call that caused wrong dependency to be used
2016-06-16 08:55:36 +02:00
bergquist
4d03e04172
feat(alerting): enable email notifiter
2016-06-16 08:29:49 +02:00
Torkel Ödegaard
1ae24b366f
feat(profiler): fixed issues with frontend perf profiler
2016-06-16 08:28:50 +02:00
bergquist
2e809cae05
tech(alerting): enforce POST for webhooks
2016-06-16 08:16:16 +02:00
bergquist
efea3bc9cb
feat(alerting): skeleton commit for webhook
2016-06-16 08:16:16 +02:00
bergquist
a3b7ea7704
feat(alerting): skeleton for alert notification configuration page
2016-06-16 08:16:16 +02:00
bergquist
4c5d2d6079
style(alerting): remove unused code
2016-06-16 08:16:16 +02:00
bergquist
b9b65cf2d4
tech(alerting): add logging about failed notifications
2016-06-16 08:16:16 +02:00
bergquist
9a8416416d
feat(alerting): converter for db model to notification
2016-06-16 08:16:16 +02:00
bergquist
6eca26e8ec
style(alerting): improve formating
2016-06-16 08:16:16 +02:00
bergquist
dbf3795aaf
feat(alerting): add sql layer for alert notifications
2016-06-16 08:16:16 +02:00
bergquist
8b91e57ef6
feat(alerting): notification query
2016-06-16 08:16:16 +02:00
Torkel Ödegaard
2ceb58d0c4
feat(elasticsearch): removed dashboard import migration
2016-06-16 08:11:40 +02:00
Torkel Ödegaard
e1f63a3346
docs(): updated changelog
2016-06-16 08:10:15 +02:00
Torkel Ödegaard
ec0b09450c
Merge branch 'export-dashboard'
...
Conflicts:
conf/defaults.ini
pkg/setting/setting.go
public/app/core/components/grafana_app.ts
public/app/core/core.ts
public/app/features/dashboard/dashboardCtrl.js
2016-06-16 08:06:43 +02:00
Torkel Ödegaard
4b78ab5bcd
feat(graph): graph tooltip sort order PR refactored/changed #4944 , changed the layout graph display options, #4944
2016-06-15 17:20:55 +02:00
Torkel Ödegaard
ae554a736b
change(graphite): removed graphite png option in graph panel, closes #5367
2016-06-15 14:20:44 +02:00
bergquist
779ea55ee0
style(alerting): rename executor -> handler
2016-06-15 11:49:20 +02:00
bergquist
777ca4cd7d
style(alerting): rename level.level to level.value
2016-06-15 11:39:25 +02:00
Torkel Ödegaard
a893152141
feat(alerting): thesholds unification
2016-06-15 10:41:21 +02:00
Torkel Ödegaard
f03e8292a2
feat(alerting): progress on threshold unification
2016-06-14 17:00:51 +02:00
Torkel Ödegaard
ed7a539ddb
feat(alerting): thresholds rethink
2016-06-14 16:45:51 +02:00
Carl Bergquist
f842e28b85
Merge pull request #5343 from utkarshcmu/opentsdb-template
...
Implemented nested template variables functionality for Opentsdb
2016-06-14 07:43:41 +02:00
utkarshcmu
33aa3f0fc5
Made tag_values query more robust
2016-06-13 14:21:46 -07:00
Torkel Ödegaard
dac8b35a1a
feat(alerting): renamed scheduler to handler
2016-06-13 15:58:22 +02:00
bergquist
7f22b9eb6e
tech(alerting): expression -> settings
2016-06-13 15:18:19 +02:00
bergquist
bb6888885e
fix(alerting): makes valid to save more explicit
2016-06-13 15:01:07 +02:00
bergquist
0d60b042c8
style(alerting): revemo commented code
2016-06-13 14:57:24 +02:00
bergquist
ca33622698
style(alerting): rename max retries
2016-06-13 14:54:06 +02:00
bergquist
3ad90c389c
style(alerting): improve naming
2016-06-13 14:01:57 +02:00
utkarshcmu
e4e042e389
CHANGELOG entry
2016-06-13 04:53:21 -07:00
bergquist
04436c8a52
test(alerting): make sure the worst state is captured
2016-06-13 13:45:26 +02:00
utkarshcmu
f3003a97ef
Added required documentation
2016-06-13 04:34:23 -07:00
utkarshcmu
6550bc97ba
Added unit tests
2016-06-13 04:24:27 -07:00
utkarshcmu
862de3a9dc
Added templated dependency in Opentsdb
2016-06-13 03:59:12 -07:00
bergquist
6cb4bdd6cb
feat(alerting): adds a result list to alertresult
...
Since one query can return multiple series we might be
interested in getting the result for each serie
2016-06-13 11:44:47 +02:00
bergquist
a77824939f
chore(alerting): remove alerting model.json
2016-06-13 11:10:28 +02:00
bergquist
1e41eb8c97
tech(alerting): remove frequency from alert model
2016-06-13 10:42:36 +02:00
bergquist
94f059838c
feat(alerting): implemention duration parser
2016-06-13 10:40:46 +02:00
bergquist
2cf72715fb
test(alerting): fixes broken unit tests
2016-06-13 09:33:14 +02:00
bergquist
d52fc8d0ad
Merge branch 'alert_ui_take2' into alerting
2016-06-13 09:20:00 +02:00
Torkel Ödegaard
9216492d55
Merge branch 'alert_handles' into alert_ui_take2
...
Conflicts:
pkg/services/alerting/commands.go
2016-06-13 07:53:13 +02:00
bergquist
77746f277d
chore(alerting): move transformers to seperate package
2016-06-13 07:46:54 +02:00
bergquist
22407fc897
fix(metrics): 64bit aligns standardcounter
...
Due to a bug in golang the 64bit variable i
need to come first to be 64bit aligned.
https://golang.org/pkg/sync/atomic/#pkg-note-BUG
closes #5341
2016-06-13 06:56:16 +02:00
Carl Bergquist
dba6fe8af3
Merge pull request #5340 from hailthemelody/master
...
update pricing to include 1 million free API requests per month
2016-06-13 06:54:00 +02:00
hailthemelody
ef9500a8f0
update pricing to include 1 million free API requests per month
2016-06-12 11:41:43 -04:00
Torkel Ödegaard
e3b281dbac
feat(alerting): more work on alerting thresholds
2016-06-12 11:43:18 +02:00
Torkel Ödegaard
5b6fb3b124
feat(alerting): level handle progress
2016-06-11 23:52:25 +02:00
Torkel Ödegaard
ec640bd5da
feat(alerting): more work on alerting ui
2016-06-11 23:31:49 +02:00
Torkel Ödegaard
1500c0e954
feat(alerting): alert threshold handles progress
2016-06-11 22:33:02 +02:00
Torkel Ödegaard
f387e39b67
mend
2016-06-11 14:37:52 +02:00
Torkel Ödegaard
0b919c752b
feat(alerting): poc of dragable alert handles
2016-06-11 14:37:33 +02:00
Torkel Ödegaard
66c2594262
feat(alerting): sql update fixes
2016-06-11 14:08:55 +02:00
Torkel Ödegaard
71c1c0ab65
feat(alerting): trying to get things to work with new model
2016-06-11 13:49:11 +02:00
Torkel Ödegaard
0ef6801117
Merge branch 'master' into alert_ui_take2
2016-06-11 12:17:14 +02:00
Torkel Ödegaard
bf1ea560e9
feat(logging): error logging improvements
2016-06-11 12:16:33 +02:00
Torkel Ödegaard
77a5e3f14d
feat(alerting): minor fixes
2016-06-11 11:54:46 +02:00
Torkel Ödegaard
086b59483e
feat(loggin): disable logging by default so unit tests are not full of logging
2016-06-11 11:38:25 +02:00
Torkel Ödegaard
382f396247
feat(alerting): more model changes
2016-06-11 10:54:24 +02:00
Torkel Ödegaard
a362984c57
feat(alerting): renamed AlertRuleModel to just Alert, think making a distinction between an Alert and an Alert Rule is just confusing and was a mistake on my part
2016-06-11 10:26:48 +02:00
Torkel Ödegaard
2b4a9954b1
feat(alerting): progress on alerting UI and model, refactoring of dashboard parser and tests into extractor component, moved tests from sqlstore to alerting package
2016-06-11 10:13:33 +02:00
bergquist
1fa9ae810b
test(alerting): enable disabled tests
2016-06-10 15:49:23 +02:00
bergquist
83c422e6ef
feat(alerting): implement transform objects
2016-06-10 15:31:17 +02:00
Torkel Ödegaard
c18017381b
Merge branch 'alert_ui_take2' of github.com:grafana/grafana into alert_ui_take2
...
Conflicts:
public/app/plugins/panel/graph/alert_tab_ctrl.ts
2016-06-10 14:52:17 +02:00
Torkel Ödegaard
48cbeb96bf
feat(alerting): updated rule model and UI
2016-06-10 14:49:54 +02:00
bergquist
ea8fb66f73
test(alerting): fixes broken unittests
2016-06-10 13:47:54 +02:00
bergquist
3c0b5fe78e
tech(alerting): add graphite dateformat replacer
2016-06-10 13:26:19 +02:00
bergquist
8cd1d17916
feat(alerting): new alerting model\
2016-06-10 13:15:16 +02:00
bergquist
0c69c5afb1
test(alerting): fixes broken unittests
2016-06-10 11:37:03 +02:00
bergquist
ef35184a80
feat(alerting): rename alertrule model to alertruleDAO
2016-06-10 10:00:00 +02:00
bergquist
b17298c97c
test(alerting): remove unused code to enable gorename
2016-06-10 07:11:14 +02:00
bergquist
fdf051ad5a
feat(alerting): begin alert rule storage refactoring
2016-06-09 22:21:28 +02:00
stuart nelson
048bcf19f6
Use panel+ref for unique id
...
Previously, if a user changed the query between
requests, the previous query would not be
canceled. This handles that edge-case.
2016-06-09 15:17:17 +02:00
stuart nelson
8797be9f89
Add existence check for canceler.
2016-06-09 15:16:53 +02:00
bergquist
3898f427f5
feat(alerting): update the ux model
2016-06-09 15:10:50 +02:00
bergquist
1e4761854e
Merge branch 'alerting_definitions' into alert_ui_take2
2016-06-09 13:03:40 +02:00
stuart nelson
cc64d65c2f
Rename cacheKey to exprID/requestID
...
Depending on context in the code, rename cacheKey
to exprID when it identifies a unique expression,
and rename cacheKey to requestID when it is
identifying a request.
2016-06-09 12:57:55 +02:00
Torkel Ödegaard
55af988e02
feat(alerting): mocking with new alert rule model
2016-06-09 12:14:50 +02:00
stuart nelson
efdb990e56
Return an error for a canceled request.
...
Allow the datasource to decide how to handle a
canceled request.
2016-06-09 12:13:17 +02:00
stuart nelson
bc7c2cd3f5
Create cacheKey at top-level
...
Responsibility is now to pass the cacheKey through
to `datasourceRequest` in each datasources'
implementation of `query`.
2016-06-09 11:36:46 +02:00
bergquist
66d47a9303
tech(alerting): go vet fix
2016-06-09 10:49:25 +02:00
Torkel Ödegaard
c85bb47675
Merge branch 'alerting_definitions' into alert_ui_take2
2016-06-09 10:46:03 +02:00
Torkel Ödegaard
dee5f582d7
Merge branch 'master' into alerting_definitions
2016-06-09 10:45:16 +02:00
Torkel Ödegaard
1584dac00a
Merge branch 'master' of github.com:grafana/grafana
2016-06-09 10:43:46 +02:00
Torkel Ödegaard
79986e5593
Merge branch 'query-part-refactor'
...
Conflicts:
public/app/plugins/datasource/influxdb/query_part.ts
2016-06-09 10:43:07 +02:00
Torkel Ödegaard
b8aa8b3079
feat(prometheus): restore old prometheus query editor, revert this commit in prometheus query editor v2 branch
2016-06-09 10:37:33 +02:00
bergquist
544073b7e1
feat(alerting): make sure saved alerts are valid
2016-06-09 10:27:23 +02:00
Torkel Ödegaard
071c16b73c
feat(alerting): start on new ui
2016-06-09 10:13:34 +02:00
bergquist
a1f97e0b77
feat(alerting): add heartbeat writer
2016-06-09 10:00:34 +02:00
Mark Baas
ced3bafa99
returns correct index ( #5275 )
2016-06-09 08:13:31 +02:00
Mukesh
755ec552de
Bugfix: org select btn was not working on profile ( #5317 )
2016-06-09 00:43:38 +02:00
stuart nelson
18f9f6c159
Add in-flight identifier for Prometheus requests
...
Repeat Prometheus requests with the same query
will cancel preceding requests.
2016-06-08 18:05:46 +02:00
stuart nelson
6da7ed9706
Add support for canceling in-flight requests
...
Repeat requests, if they already exist in the
in-flight request map, will cause the previous
request to cancel.
The implementation of the unique key is the
responsibility of individual datasources.
2016-06-08 18:04:31 +02:00
Torkel Ödegaard
a66027830b
Merge branch 'alerting_definitions' of github.com:grafana/grafana into alerting_definitions
2016-06-08 09:42:31 +02:00
Torkel Ödegaard
26d93d7130
Merge branch 'master' into alerting_definitions
2016-06-08 09:36:50 +02:00
bergquist
ffac5c1299
docs(changelog): add note about changelog
2016-06-08 09:35:34 +02:00
Carl Bergquist
fe5673134f
Merge pull request #5292 from Thib17/master
...
Enable the "limit" param in /api/search
2016-06-08 09:19:58 +02:00
bergquist
366fb11416
style(alerting): add fmt fixes
2016-06-08 08:50:11 +02:00
Torkel Ödegaard
1d8fdc09e7
feat(logging): added log format option, #4590
2016-06-08 08:48:46 +02:00
Torkel Ödegaard
7d6cda4916
Merge branch 'master' of github.com:grafana/grafana
2016-06-08 08:10:22 +02:00
Torkel Ödegaard
b25cb60259
Merge branch 'new-logger'
...
Conflicts:
CHANGELOG.md
2016-06-08 08:09:59 +02:00
Torkel Ödegaard
87e98f01cd
feat(logging): updated syslog writer to work with log15 log interface, closes #4590
2016-06-08 08:09:29 +02:00
Karl
22cda198ae
Apply EscapeFilter to username to address grafana/grafana#5121 ( #5279 )
2016-06-08 07:28:16 +02:00
Tom Hukins
d1c06a93df
Fix a typo ( #5306 )
2016-06-08 07:27:52 +02:00
Torkel Ödegaard
eed0d9c8d2
feat(graph performance): graph performance tweaks, refactoring #5297
2016-06-08 07:23:44 +02:00
Torkel Ödegaard
bf82fdb678
Merge branch 'perf_graph_js' of https://github.com/mtanda/grafana into mtanda-perf_graph_js
2016-06-08 06:53:28 +02:00
Torkel Ödegaard
e1e7fbf83d
Merge branch 'master' of github.com:grafana/grafana
2016-06-08 06:51:43 +02:00
Torkel Ödegaard
c739428c30
feat(profiling): refactorign profiling code, #5286
2016-06-08 06:51:10 +02:00
Torkel Ödegaard
2a7d2ffccb
Merge branch 'profiling_in_dev' of https://github.com/mtanda/grafana into mtanda-profiling_in_dev
2016-06-08 05:47:30 +02:00
Zdenek Styblik
5eceabf810
fix(): Check Organization exists before User is added ( #5302 )
...
Commit adds a check whether Organization exists before User is added to
the organization.
Fixes #3151 .
2016-06-08 05:46:21 +02:00
Torkel Ödegaard
67ad903556
feat(test metrics): fixed issue with built in Grafana test data source, fixes #5299
2016-06-08 05:45:13 +02:00
Torkel Ödegaard
36b0802789
fix(png): fixed issue with png rendering, fixes #5274
2016-06-08 05:29:38 +02:00
Torkel Ödegaard
93fdc18fd4
feat(logging): fixed dependencies
2016-06-07 15:59:50 +02:00
bergquist
8d4aa5d114
test(alerting): update dashboard json
2016-06-07 15:52:33 +02:00
Torkel Ödegaard
e4ea24dfc4
Merge branch 'new-logger' into alerting_definitions
...
Conflicts:
pkg/services/sqlstore/migrations/migrations_test.go
2016-06-07 15:51:22 +02:00
Torkel Ödegaard
73b0e6c37b
feat(logging): disable migrator logging during test
2016-06-07 15:50:16 +02:00
Torkel Ödegaard
d7c03359ea
feat(alerting): fixed test issues
2016-06-07 14:54:30 +02:00
Torkel Ödegaard
3289225b77
feat(alerting): fixed test issues
2016-06-07 14:51:53 +02:00
Torkel Ödegaard
8105ec4660
feat(alerting): fixed test issues
2016-06-07 14:27:56 +02:00
Torkel Ödegaard
461e6ae4ac
feat(alerting): added missing godep libs
2016-06-07 13:50:55 +02:00
Torkel Ödegaard
0d9c9526b9
feat(alerting): fixed graphite log issue
2016-06-07 13:47:22 +02:00
Torkel Ödegaard
0667d73660
Merge branch 'new-logger' into alerting_definitions
...
Conflicts:
pkg/api/api.go
pkg/setting/setting.go
2016-06-07 13:31:56 +02:00
Torkel Ödegaard
65aad44464
feat(logging): added uname to context logger
2016-06-07 12:20:46 +02:00
Torkel Ödegaard
a02cf5beb7
feat(logging): added loging filters
2016-06-07 12:11:41 +02:00
bergquist
b76b42f209
docs(changelog): add note about deb post install script
2016-06-07 12:09:56 +02:00
Carl Bergquist
ee88b0dc35
Merge pull request #5282 from nazco/patch-1
...
restart grafana after upgrade
2016-06-07 12:03:42 +02:00
Torkel Ödegaard
3dc7706c45
feat(loggin): improved http request panic handling
2016-06-07 10:05:10 +02:00
Torkel Ödegaard
9741af2031
feat(logging): progress on new logging #4590
2016-06-07 09:29:47 +02:00
Mitsuhiro Tanda
487b2089a9
cache label width
2016-06-07 14:28:08 +09:00
Mitsuhiro Tanda
b28368c859
cache panel width
2016-06-07 14:04:06 +09:00
Torkel Ödegaard
22778e6efd
feat(logging): a lot of progress on moving to new logging lib, #4590
2016-06-06 23:06:44 +02:00
Thibault Chataigner
3d77685108
Enable the "limit" param in /api/search
2016-06-06 16:15:20 +00:00
Mitsuhiro Tanda
25899b72d2
use applyAsync for compile ( #5287 )
2016-06-06 17:18:18 +02:00
Mitsuhiro Tanda
f877afb74d
use async apply ( #5258 )
2016-06-06 17:18:10 +02:00
Torkel Ödegaard
34e17f7282
feat(alerting): requests looks to be working again
2016-06-06 17:11:46 +02:00
Torkel Ödegaard
d1acfb4494
feat(alerting): minor progress
2016-06-06 14:24:14 +02:00
Torkel Ödegaard
7a34c129fe
feat(alerting): things are compiling and tests pass
2016-06-06 13:50:47 +02:00
Torkel Ödegaard
0cbf4ae773
feat(alerting): began work on splitting scheduler into scheduler and engine
2016-06-06 11:56:58 +02:00
Mitsuhiro Tanda
83c76981b2
fix profiling code
2016-06-06 17:42:11 +09:00
Mitsuhiro Tanda
975b53b318
enable profiling in development mode
2016-06-06 17:42:11 +09:00
Torkel Ödegaard
a191b9b1cf
feat(alerting): moved alerting models back to alerting package, models is more for storage dtos
2016-06-06 10:31:21 +02:00
Torkel Ödegaard
70cb8400c3
feat(alerting): changed name of root Alerts nav item and page from Alerts to Alerting
2016-06-06 09:17:29 +02:00
Torkel Ödegaard
f36a44c49a
Merge branch 'master' into alerting_definitions
...
Conflicts:
conf/defaults.ini
pkg/api/dashboard.go
2016-06-06 08:43:01 +02:00
Karl
2f5ae85d33
Initial patch for grafana/grafana#4267 ( #5280 )
2016-06-06 07:15:37 +02:00
Ben Oswald
51878aeca8
change start to restart also for systemctl
...
I've forgotten to update the systemctl start to restart in my first commit
2016-06-05 16:27:57 +02:00
Ben Oswald
1d2eb0f903
restart grafana after upgrade
...
The current script only tries to start the already running grafana process after an upgrade. This leads to errors due to changed js and css hashes while grafana is delivering the old ones. To load the new sources we need to restart grafana after an upgrade.
2016-06-05 16:19:53 +02:00
f1
d002cab28f
add reads/min and etc to unitFormats
2016-06-05 00:57:04 +02:00
Torkel Ödegaard
7cbaf06097
feat(instrumentation): check if enabled in http api metrics route
2016-06-03 21:22:34 +02:00
Torkel Ödegaard
1059a35bbc
feat(instrumentation): documented instrumentation options, closes #4696
2016-06-03 18:38:19 +02:00
Torkel Ödegaard
064e474b0a
Merge branch 'metrics_reporting'
2016-06-03 18:06:41 +02:00
Torkel Ödegaard
aef2b6b45f
feat(instrumentation): finial polish
2016-06-03 17:15:17 +02:00
Torkel Ödegaard
35a7a3a52b
feat(instrumentation): added some more timers
2016-06-03 17:00:39 +02:00
Torkel Ödegaard
e0c6048820
feat(instrumentation): added gauge and http endpoint
2016-06-03 16:15:36 +02:00
Torkel Ödegaard
ffb12d122f
Update ISSUE_TEMPLATE.md
2016-06-03 15:34:08 +02:00
bergquist
6a49d4ed6b
feat(alerting): remove orgid from alertrule query
2016-06-03 15:24:53 +02:00
bergquist
b08f8bab71
Merge branch 'dakerfp-patch-3'
2016-06-03 15:09:18 +02:00
Torkel Ödegaard
1a05ae2eaa
feat(instrumentation): more work
2016-06-03 15:06:57 +02:00
bergquist
961c31a747
test(util): add unit test for string util
2016-06-03 15:06:54 +02:00
bergquist
d1a345bb03
Merge branch 'patch-3' of https://github.com/dakerfp/grafana into dakerfp-patch-3
2016-06-03 15:02:46 +02:00
bergquist
2cf797b567
tech(alerting): minor refactoring and code style
2016-06-03 15:01:42 +02:00
Carl Bergquist
236aed112f
Merge pull request #5255 from dakerfp/patch-1
...
Unify signal registration in a single syscall.
2016-06-03 14:59:42 +02:00
bergquist
65eb373808
Merge branch 'master' into alerting_definitions
2016-06-03 13:48:36 +02:00
bergquist
3d7facf6ee
fix(cli): fixes broken import
2016-06-03 13:40:48 +02:00
Torkel Ödegaard
eee49a4995
feat(instrumentation): added meter, histogram and new timer, timer now send p25, p75, p90, p99 percentiles in 1000 sample exp decaying sample
2016-06-03 12:50:51 +02:00
bergquist
6de1399cf0
fix(cli): fixes broken import
2016-06-03 12:35:17 +02:00
bergquist
d0ac258474
Merge branch 'master' into alerting_definitions
2016-06-03 12:22:46 +02:00
bergquist
15aeb4aec2
tech(cli): rename log to logger to separate from server logger
2016-06-03 12:22:30 +02:00
bergquist
5bbfe39f84
tech(alerting): replace goreq with native http
2016-06-03 11:38:56 +02:00
bergquist
9c7e6a2133
feat(alerting): add basic auth support for graphite
2016-06-03 11:07:55 +02:00
Torkel Ödegaard
86f0007768
feat(instrumentation): added influxdb client
2016-06-03 09:18:21 +02:00
Torkel Ödegaard
3065d10931
feat(timing): timing is now working with graphite and influxdb
2016-06-03 09:17:36 +02:00
bergquist
eab81a7781
style(alerting): go lint fixes
2016-06-03 09:11:20 +02:00
bergquist
50d98b161c
feat(alerting): adds support for retries
2016-06-03 09:04:20 +02:00
bergquist
68f01d57d3
tech(alerting): use range in loops when possible
2016-06-03 08:44:22 +02:00
Torkel Ödegaard
4c4189d631
Update ISSUE_TEMPLATE.md
2016-06-03 08:38:48 +02:00
Torkel Ödegaard
015b409f2f
Update ISSUE_TEMPLATE.md
2016-06-03 08:38:07 +02:00
bergquist
cc65dd8bcf
tech(alerting): use pointers for updating alertjobs
2016-06-03 08:33:53 +02:00
bergquist
910253bc42
tech(alerting): remove datasource ref from alertjob
2016-06-03 07:40:47 +02:00
Torkel Ödegaard
e2c794ff31
feat(instrumentation): lots of refactoring to support tag based backend, #4696
2016-06-02 21:06:49 +02:00
Torkel Ödegaard
2a9b51d836
feat(instrumentation): influxdb is working, now need to find a way to better support tags, #4696
2016-06-02 16:56:07 +02:00
bergquist
0bea0cc5b9
feat(alerting): add interface for alert backend
2016-06-02 16:34:25 +02:00
bergquist
510360a509
docs(elastic): updates readme
2016-06-02 14:56:31 +02:00
Torkel Ödegaard
6b2a4fe8e8
feat(instrumentation): work on settings model for internal metrics publishing, #4696
2016-06-02 14:32:17 +02:00
Torkel Ödegaard
49fe90874a
Merge branch 'v3.0.x'
2016-06-02 12:09:10 +02:00
Torkel Ödegaard
acbaef1907
fix(influxdb): fixed issue with backslash escaping in tag filter, fixes #5249
2016-06-02 12:08:13 +02:00
Torkel Ödegaard
74101eaf7c
feat(instrumentation): changed name to senders
2016-06-02 12:04:50 +02:00
Torkel Ödegaard
8ab324988c
Merge branch 'v3.0.x'
2016-06-02 09:57:20 +02:00
Torkel Ödegaard
1283461b89
fix(gzip): add plugin proxy to gzip exclusion, fixes #5237
2016-06-02 09:56:53 +02:00
Torkel Ödegaard
38790e2c4b
fix(elasticsearch): fixed templating lucene / json escaping issue, fixes #5228 , fixes #5227
2016-06-02 09:54:28 +02:00
Carl Bergquist
aa718b4dce
Merge pull request #5253 from minkikim89/fix_seperate_typo
...
fixed separate typo
2016-06-02 07:42:04 +02:00
Daker Fernandes Pinheiro
2d09dfd34f
Using variadic argument to StringFallback implementation
2016-06-02 01:46:18 -03:00
Daker Fernandes Pinheiro
48e4de823a
Unify signal registration in a single syscall.
2016-06-02 01:34:37 -03:00
bergquist
65d8403a04
fix(metrics_reporting): adds missing formating varialbe
2016-06-01 15:16:17 +02:00
bergquist
a8ac37f517
feat(usage_metrics): add timer metrics
2016-06-01 15:04:58 +02:00
bergquist
b2c0679a7f
feat(metrics): initial graphite metrics writer for internal stats
2016-06-01 13:31:11 +02:00
bergquist
69229211b2
fix(alerting): move backend to seperate file
2016-06-01 11:25:29 +02:00
bergquist
4e1f801f6c
feat(alerting): add serie name to failed alert description
2016-05-31 21:02:26 +02:00
bergquist
76758d270f
feat(alerting): set basic description text of status ok
2016-05-31 20:03:15 +02:00
Carl Bergquist
8db00073b4
Merge pull request #5232 from peggyl/peggyl/fix-tags-popover-text
...
Fix wording of the dashboard tags popover text
2016-05-31 19:47:24 +02:00
Peggy Li
d36c1769e0
Fix wording of the dashboard tags popover text
2016-05-31 17:29:31 +00:00
bergquist
68f148880d
feat(alerting): add alert info at log page
2016-05-31 16:26:06 +02:00
bergquist
7c3dbe2a38
chore(alerting): move aggregations into alerting package
2016-05-31 15:29:56 +02:00
bergquist
7224ea5229
chore(alerting): convert alert levels to float
2016-05-31 14:18:12 +02:00
bergquist
338fdcb576
feat(alerting): add copy of AlertRule to AlertResult
2016-05-31 13:27:12 +02:00
bergquist
1ded0b30c2
fix(alerting): fix broken model bind in alerting tab
2016-05-31 13:12:05 +02:00
Carl Bergquist
53ecb4c1ae
Merge pull request #5222 from akiomik/patch-1
...
Fixed assets urls in 500.html
2016-05-31 07:59:24 +02:00
Akiomi KAMAKURA
616dd5c4a5
Fixed assets urls in 500.html
2016-05-31 14:26:13 +09:00
bergquist
d1daa2c817
style(alerting): give better info about actual value
2016-05-30 19:21:28 +02:00
bergquist
b75631e021
chore(alerting): move alert result to models
2016-05-30 19:08:04 +02:00
bergquist
1498db11a9
feat(alerting): extracts alert rule reading
2016-05-30 18:52:38 +02:00
bergquist
c5c261e955
feat(alerting): improve spacing in alerting tab
2016-05-30 17:50:35 +02:00
bergquist
3d5c27df91
test(alerting): add tests for multi serie checks
2016-05-30 14:58:32 +02:00
bergquist
411568351d
feat(alerting): revert operand positions
2016-05-30 14:47:59 +02:00
bergquist
2edb0ad94d
feat(influxdb): adds spread functionallity
...
closes #5211
2016-05-30 14:23:24 +02:00
bergquist
077be210da
tech(alerting): change interval -> frequency
2016-05-30 09:31:05 +02:00
bergquist
16a9e56eca
tech(alerting): change queryrange to int from str
2016-05-30 09:18:22 +02:00
bergquist
51511dd654
feat(alerting): save alert state
2016-05-30 09:03:14 +02:00
bergquist
1686d86c3b
Merge branch 'master' into alerting_definitions
2016-05-30 08:26:08 +02:00
Carl Bergquist
f8a535c6e8
Merge pull request #5195 from matschaffer/cloudwatch_metric_update_elasticbeanstalk
...
Add metrics for AWS/ElasticBeanstalk
2016-05-30 08:05:09 +02:00
Carl Bergquist
f1bd614770
Merge pull request #5183 from nfnty/master
...
package.json: Upgrade grunt-contrib-compress, Fixes #5071
2016-05-30 08:02:00 +02:00
Torkel Ödegaard
c8965d0f9a
feat(export): export will add templatize constant variables
2016-05-28 20:27:44 +02:00
Torkel Ödegaard
53bb264375
Merge branch 'master' into export-dashboard
2016-05-28 17:17:51 +02:00
Torkel Ödegaard
1ea54049d0
feat(templating): added new template variable type constant
2016-05-28 16:59:29 +02:00
Torkel Ödegaard
ca8543348b
docker(): added collectd system metrics collector that writes to graphite, just for testing
2016-05-28 10:13:51 +02:00
hc4
cf87e8ecf5
Fix parsing of intervals. defined in ms ( #5151 )
...
* Fix parsing of intervals. defined in ms
Fix parsing of intervals. defined in ms.
Increase accuracy for sub-second inrevals.
Closes #5008
* Tests for sub-ms intervals
Unit test for https://github.com/grafana/grafana/commit/2034d4b9710b0cb9fd0cdf14aa9981cd0417eda4
2016-05-27 17:26:20 +02:00
Carl Bergquist
a6afd85526
Merge pull request #5197 from minkikim89/fixtypo
...
Fixed type
2016-05-27 16:57:07 +02:00
Torkel Ödegaard
0d4c76a029
feat(import): save gnetId for dashbards imported from grafana.net
2016-05-27 16:42:32 +02:00
Torkel Ödegaard
c3708b3096
feat(import): import directly from grafana.net id/url now works
2016-05-27 16:11:05 +02:00
bergquist
e80000ce94
tech(alerting): skip if operator does not exist
2016-05-27 15:53:18 +02:00
bergquist
1f990da5c3
tech(alerting): use the timeseries ctor function
2016-05-27 15:51:34 +02:00
bergquist
5f2447976c
style(alerting): add note about making timeseries model safer
2016-05-27 15:28:47 +02:00
bergquist
22d8723c1d
feat(alerting): generelize aggregator functions
2016-05-27 15:17:48 +02:00
bergquist
abc1ae3956
feat(alerting): add timeserie aggregation functions
2016-05-27 14:59:13 +02:00
Torkel Ödegaard
22a7eaf2e7
Merge branch 'master' into export-dashboard
2016-05-27 13:52:53 +02:00
Torkel Ödegaard
540def2c39
feat(import): working on unit tests for import ctrl
2016-05-27 13:52:19 +02:00
bergquist
205afd7212
style(alerting): remove some logging
2016-05-27 12:13:09 +02:00
bergquist
422234d03a
feat(alerting): abstract graphite from executor
2016-05-27 12:06:41 +02:00
bergquist
3d66ec816d
chore(alerting): minor refactoring
2016-05-27 10:34:44 +02:00
Torkel Ödegaard
bf90fbc678
fix(templating): fixed failing templating unit test
2016-05-27 09:23:08 +02:00
Tim Bielawa
2b9d260686
docs(rebuild): Include new http api preferences docs in menus ( #5194 )
...
This updates the mkdocs.yml source file such that the HTTP Preferences
API is included in the website navigation bar and in the HTTP API
overview page.
This commit also refreshes the docs/README.md file with more verbose
instructions for building and viewing the documentation locally.
* Original issue: #5069 Document org & user preferences HTTP docs
* Original PR: #5087
Closes #5193
2016-05-27 08:58:42 +02:00
Torkel Ödegaard
f6633c8189
feat(export): minor dupe fix
2016-05-27 08:34:12 +02:00
Mat Schaffer
18f704533f
Add enhanced elasticbeanstalk metrics
2016-05-27 11:47:53 +09:00
Mat Schaffer
aedba5411c
Add basic metrics for AWS/ElasticBeanstalk
2016-05-27 11:30:16 +09:00
Torkel Ödegaard
e83d13848e
Merge branch 'master' into export-dashboard
...
Conflicts:
public/app/features/dashboard/submenu/submenu.ts
2016-05-26 14:22:22 +02:00
Torkel Ödegaard
696fad702f
Merge branch 'v3.0.x'
...
Conflicts:
public/app/features/templating/templateValuesSrv.js
2016-05-26 14:21:17 +02:00
Torkel Ödegaard
724a511995
fix(templating): fixed issue with value being shown instead of it's text representation, fixes #5172
2016-05-26 13:18:02 +02:00
Torkel Ödegaard
90c9c70416
fix(): another fix for panel image rendering
2016-05-26 08:49:55 +02:00
Torkel Ödegaard
f8a4661d05
Merge branch 'master' of github.com:grafana/grafana
2016-05-26 08:37:19 +02:00
Torkel Ödegaard
dd494e648a
fix(rendering): fixed issue with phantomjs panel rendering
2016-05-26 07:45:53 +02:00
bergquist
8ac635b631
style(alerting): change const names
2016-05-26 07:41:23 +02:00
Jared Wiltshire
c9d6321f38
Allow for proxying Authorization header and automatically convert ( #4832 )
...
Authorization header to X-DS-Authorization in backend_srv.js
2016-05-26 07:13:29 +02:00
Mukesh
4038b4d17e
Set active org through admin api ( #5179 )
2016-05-26 06:51:23 +02:00
nfnty
46551e9d65
package.json: Upgrade grunt-contrib-compress, Fixes #5071
2016-05-26 01:03:22 +02:00
bergquist
957cb407c5
feat(alerting): naiv graphite executor
2016-05-25 17:21:20 +02:00
Torkel Ödegaard
1060eeb197
feat(dashboard): include org id query parameter in dashboard url, #1613
2016-05-25 17:06:41 +02:00
Torkel Ödegaard
201d30a944
fix(export): style fixes and markup fixes for share modal
2016-05-25 13:01:40 +02:00
bergquist
b2a4d8083e
feat(alerting): add datasource ref to alert rule
2016-05-25 12:57:49 +02:00
Torkel Ödegaard
fc2a069180
feat(export): fixed refactoring issue with dynamic dashbord srv
2016-05-25 12:45:52 +02:00
Torkel Ödegaard
392407136d
Merge branch 'export-dashboard' of github.com:grafana/grafana into export-dashboard
2016-05-25 12:33:30 +02:00
Torkel Ödegaard
ba6573af61
Merge branch 'master' into export-dashboard
...
Conflicts:
public/app/features/dashboard/submenu/submenu.ts
2016-05-25 12:32:56 +02:00
Matt Toback
8d988f9582
Export dashboard bulletfactory ( #5160 )
...
* create descriptions and styles for share dropdown
* Updating actual modal layout for Sharing
* Updated the modals to follow the new styles, fixed the wrapping issue on the main menu. Standardized buttons.
2016-05-25 12:30:27 +02:00
Torkel Ödegaard
f923edc424
Merge branch 'v3.0.x'
2016-05-25 12:29:35 +02:00
Torkel Ödegaard
2712d9ae8b
Update latest.json
2016-05-25 12:23:32 +02:00
Torkel Ödegaard
3312a042dd
docs(): updated download links
2016-05-25 11:50:00 +02:00
Torkel Ödegaard
5040570ea9
docs(): updated changelog
2016-05-25 11:07:29 +02:00
Torkel Ödegaard
f5c5d1b1da
Merge branch 'master' of github.com:grafana/grafana
2016-05-25 11:04:27 +02:00
Torkel Ödegaard
2cd6c2e7e0
Merge branch 'v3.0.x'
2016-05-25 11:04:12 +02:00
Torkel Ödegaard
0daadc954c
fix(templating): fixed issue with detecting data source variable in other template variable definition, fixes #5165
2016-05-25 10:46:55 +02:00
bergquist
ec98b7d672
docs(changelog): add note about fix for 5167
2016-05-25 10:01:49 +02:00
bergquist
8c2b6b532d
fix(preferences): fixes broken default home dashboard
...
closes #5167
2016-05-25 09:56:45 +02:00
Torkel Ödegaard
71d62012e1
fix(panel): fixed issue with fullscreen panel view and switching to another dashboard, fixes #5163
2016-05-25 09:46:15 +02:00
Torkel Ödegaard
41deea90ee
feat(dashboard): template variable changes updates url, closes #5002
2016-05-24 16:34:17 +02:00
Torkel Ödegaard
a81806d3d0
feat(dashboard): sync time range with url, closes #458
2016-05-24 16:32:28 +02:00
bergquist
0f58f8a679
feat(alerting): add timeout handler for check execution
2016-05-24 10:30:39 +02:00
Torkel Ödegaard
5607a114f9
updated changelog
2016-05-24 09:53:28 +02:00
Torkel Ödegaard
e81614b9e9
Merge branch 'v3.0.x'
2016-05-24 09:50:41 +02:00
Torkel Ödegaard
6f094ef215
fix(templating): fixed issue with nested template variables and multi select, the child variable selection state is now updated like single select variables, so if none matches the first option is selected, fixes #4861
2016-05-24 09:50:23 +02:00
Torkel Ödegaard
366baea099
docs(): updated changelog
2016-05-24 08:14:40 +02:00
Torkel Ödegaard
dc9dcd045d
Merge branch 'master' of github.com:grafana/grafana
2016-05-24 08:11:52 +02:00
Torkel Ödegaard
10c47ee27c
feat(footer): some minor changes to footer to make it look good in light theme, closes #4889
2016-05-24 08:11:28 +02:00
Torkel Ödegaard
8f0240a295
Merge branch 'footer'
2016-05-24 07:53:13 +02:00
Torkel Ödegaard
fd08c821f9
Merge branch 'v3.0.x'
...
Conflicts:
package.json
2016-05-24 07:52:27 +02:00
Torkel Ödegaard
c41c771e9a
fix(home dashboard): fixed handling error when default dashboard is not found, fixes #5141
2016-05-24 07:39:58 +02:00
bergquist
448ee5812c
feat(alerting): make sure the map contains the responding alert
2016-05-24 07:24:45 +02:00
Zdenek Styblik
fff5aa3020
Add missing option Read-Only Editor to auto_assign_org_role description ( #5139 )
...
Commit adds missing option `Read-Only Editor` to `auto_assign_org_role` description.
2016-05-23 21:24:23 +02:00
Torkel Ödegaard
f1ec270e3e
bumped version to 3.0.4
2016-05-23 21:24:02 +02:00
Torkel Ödegaard
a3f2f574c6
fix(singlestat): fixed Gauge positioning issue, fixes #5143
2016-05-23 21:23:31 +02:00
Utkarsh Bhatnagar
ec19a97156
[Bug Fix] #5136 ( #5142 )
2016-05-23 21:00:06 +02:00
Torkel Ödegaard
9a7817a271
Merge branch 'master' into footer
...
Conflicts:
pkg/api/frontendsettings.go
2016-05-23 20:59:23 +02:00
Utkarsh Bhatnagar
8a0d5aa38d
[Bug Fix] #5136 ( #5142 )
2016-05-23 20:58:21 +02:00
Trent White
a52869507e
hide footer on non-dashboard pages
2016-05-23 12:46:13 -04:00
Torkel Ödegaard
c77d72b29f
feat(prometheus): progress on new prometheus query editor, #5117
2016-05-23 18:03:17 +02:00
Trent White
76d18e7156
remove height: 100% on .main-view
2016-05-23 11:45:54 -04:00
bergquist
7229fb7a76
tech(alerting): change from array to map
2016-05-23 17:04:57 +02:00
bergquist
77ec575b46
tech(alerting): fixes broken unit-tests
2016-05-23 14:51:41 +02:00
bergquist
9d500df2bb
chore(alerting): remove redundant code
2016-05-23 14:36:24 +02:00
bergquist
9f8c67e352
feat(alerting): only start unfinnished jobs
2016-05-23 14:14:02 +02:00
Torkel Ödegaard
9e6056551d
docs(): updated download links
2016-05-23 14:13:30 +02:00
Torkel Ödegaard
bbea698af3
Update latest.json
2016-05-23 12:30:46 +02:00
bergquist
cb21bf41b0
tech(alerting): split code into different files
2016-05-23 12:15:36 +02:00
bergquist
b496b6a252
test(alerting): add test for alertjob selection
2016-05-23 12:04:34 +02:00
Torkel Ödegaard
9eec68985d
docs(): updated download links
2016-05-23 11:49:07 +02:00
bergquist
4fce82344e
feat(alerting): async exeuction on a shoestring
2016-05-23 11:47:41 +02:00
bergquist
f95fa51322
feat(alerting): make rule execution async
2016-05-23 11:17:07 +02:00
Torkel Ödegaard
cd82f579bd
docs(): updated changelog
2016-05-23 11:08:08 +02:00
Torkel Ödegaard
93665f49b1
Merge branch 'v3.0.x'
2016-05-23 11:06:53 +02:00
bergquist
a7fcb3a2cc
feat(alerting): add dummie executor
2016-05-23 10:59:28 +02:00
Torkel Ödegaard
dc77d555f9
fix(elasticsearch): fixed templating issue with elasticsearch, fixes #5135
2016-05-23 10:58:31 +02:00
Torkel Ödegaard
dfe3806d01
fix(elasticsearch): fixed query editor issue with elasticsearch
2016-05-23 10:14:40 +02:00
bergquist
f05cae23d2
feat(alerting): alert rule selector
2016-05-23 10:07:04 +02:00
Torkel Ödegaard
cfc7710205
docs(): changelog updated
2016-05-23 09:31:52 +02:00
Torkel Ödegaard
c60d737928
Merge branch 'v3.0.x'
...
Conflicts:
package.json
2016-05-23 09:29:14 +02:00
Torkel Ödegaard
1da149d9e1
feat(annotations): annotations can now use a template variable as data source, closes #5054
2016-05-23 09:28:14 +02:00
bergquist
411178d384
tech(alerting): disable feature toggle
...
this feature toggle caused migration tests to fail
2016-05-23 08:24:10 +02:00
bergquist
45b2b4bc52
feat(alerting): add feature toggles for alerting functions
2016-05-23 08:00:42 +02:00
Torkel Ödegaard
43ba563a1c
fix(logging): change log level to trace for plugin proxy logging call, fixes #5126
2016-05-23 07:55:55 +02:00
minki
05cb6048ae
fixed separate typo
2016-05-23 09:32:18 +09:00
minki
70d6b32e14
Fixed type
2016-05-22 05:38:57 +09:00
Trent White
75940c1f5d
turn watch all back on
2016-05-21 13:21:31 -04:00
Mitsuhiro Tanda
1d27a7f93d
(cloudwatch) fix wrong cache key of credentials ( #5124 )
2016-05-21 09:02:04 +02:00
Trent White
cffcc4c7a5
make footer unordered list. add new icons.
2016-05-20 16:44:19 -04:00
Trent White
c727c3c441
resize and color of links
2016-05-20 15:58:14 -04:00
Torkel Ödegaard
fb4dc77f36
docs(): updated changelog with 3.0.3 fixes
2016-05-20 15:26:19 +02:00
Torkel Ödegaard
9eb7b192b8
Merge branch 'master' of github.com:grafana/grafana
2016-05-20 15:16:05 +02:00
Torkel Ödegaard
06d63dda6e
Merge branch 'v3.0.x'
2016-05-20 15:15:30 +02:00
Torkel Ödegaard
e6f251011f
fix(panel span): fixed issue setting panel span while in fullscren and also an issue when changing repeat variable while in fullscreen view, fixes #4957
2016-05-20 15:15:02 +02:00
Torkel Ödegaard
6a813aa33d
fix(export): better error handling
2016-05-20 14:45:22 +02:00
bergquist
9d016a2756
feat(alerting): add migration for create and update
2016-05-20 14:23:24 +02:00
David J. Felix
441682b598
Fix linking for /dashboard-solo/ proxy prefix ( #5116 )
...
Fixes #5109
2016-05-20 14:01:12 +02:00
Mitsuhiro Tanda
9c672f6ec1
(prometheus) support new legend format (with backward compatibility) ( #5096 )
...
* (prometheus) support new legend format (with backward compatibility)
* (prometheus) use regex replace for legend format
* (prometheus) allow white space
2016-05-20 12:29:10 +02:00
Torkel Ödegaard
35c05463e7
Merge branch 'v3.0.x'
2016-05-20 12:23:50 +02:00
Torkel Ödegaard
f00cbc0aeb
fix(panel height): fixed issue with singlestat height, fixes #4679 , fixes #4894 , fixes #5113
2016-05-20 12:23:26 +02:00
Torkel Ödegaard
ee86d24797
fix(elasticsearch): minor editor layout fix
2016-05-20 10:31:22 +02:00
Torkel Ödegaard
58a9324db0
Merge branch 'v3.0.x'
2016-05-20 10:24:54 +02:00
Torkel Ödegaard
e0e8fd6637
fix(templating): fixed handling of numeric values in tempalting query results, fixes #5097
2016-05-20 10:24:24 +02:00
Torkel Ödegaard
2416ee04c8
fix(templating): fixed detection of nested template variables, fixes #5103
2016-05-20 09:58:07 +02:00
Torkel Ödegaard
91c6ebb06c
Merge branch 'v3.0.x'
2016-05-20 09:06:39 +02:00
Torkel Ödegaard
df0ddc0b50
fix(prometheus): fixed bug in prometheus query editor, fixes #5107
2016-05-20 09:03:52 +02:00
Torkel Ödegaard
2e02abffc0
fix(render): fixed issue with image renderer caused by disabling angular debug info
2016-05-20 08:34:35 +02:00
Torkel Ödegaard
e47957ce6d
Merge branch 'master' of github.com:grafana/grafana
2016-05-20 08:32:40 +02:00
Torkel Ödegaard
c54e688272
Merge branch 'v3.0.x'
2016-05-20 08:31:51 +02:00
Torkel Ödegaard
37821e6d63
fix(share modal): fixed link in share modal when sub app url is /dashboard/, fixes #5109
2016-05-20 08:31:27 +02:00
Torkel Ödegaard
a3ee388b66
Merge branch 'master' into query-part-refactor
2016-05-19 14:52:18 +02:00
Torkel Ödegaard
855e913bbd
feat(dashboards): began work on dashboard list
2016-05-19 11:03:10 +02:00
Richard Hartmann
78360ece8a
ISSUE_TEMPLATE.md: Improve wording and fix typos ( #5101 )
2016-05-19 10:59:38 +02:00
Richard Hartmann
7c46423727
ISSUE_TEMPLATE.md: Fix typo ( #5099 )
2016-05-19 10:34:12 +02:00
Torkel Ödegaard
fb74d10573
feat(export): added grafana version to requires array, #5084
2016-05-19 10:21:16 +02:00
Torkel Ödegaard
430bcf192f
feat(export): templetize annotations and template vars, #5084
2016-05-19 10:01:31 +02:00
Torkel Ödegaard
cac723dab3
Merge branch 'master' into export-dashboard
2016-05-19 08:48:24 +02:00
bergquist
402499c071
Merge branch 'master' into alerting_definitions
2016-05-19 08:47:34 +02:00
bergquist
617d18e587
feat(panel): active tab is now placed in querystring aswell
2016-05-19 08:42:21 +02:00
bergquist
a379b0057a
feat(alerting): link to dashboard goes directly to alerting tab
2016-05-19 08:13:20 +02:00
bergquist
ef4f5147be
Merge branch 'master' into alerting_definitions
2016-05-19 08:05:35 +02:00
bergquist
2b06ceda71
feat(panels): adds queryparameter for choose active tab in edit mode
2016-05-19 08:00:48 +02:00
Torkel Ödegaard
1bb4ca22e7
fix(test): fixed failing unsaved changes test
2016-05-19 07:58:44 +02:00
Tim Bielawa
24a410ae8f
docs(preferences): Document user and org preferences ( #5087 )
...
closes #5069
2016-05-18 18:31:59 +02:00
Torkel Ödegaard
673984a7db
feat(export): more export stuff
2016-05-18 15:53:13 +02:00
Torkel Ödegaard
10339090b8
fix(annotations): fixed annotation error handling, fixes #5077
2016-05-18 15:22:40 +02:00
Torkel Ödegaard
b6dcf6bd02
Merge branch 'v3.0.x'
2016-05-18 14:23:59 +02:00
Torkel Ödegaard
280e7bb04d
Merge branch 'master' of github.com:grafana/grafana
2016-05-18 14:23:41 +02:00
Torkel Ödegaard
03551a5961
Merge remote-tracking branch 'origin/development'
2016-05-18 14:23:21 +02:00
Torkel Ödegaard
d474eba53a
fix(logging): fixed reading config level from config file, fixes #5079
2016-05-18 14:18:08 +02:00
Mitsuhiro Tanda
392cb2a714
(cloudwatch) update changelog ( #5080 )
...
* update cloudwatch.md
* update changelog
2016-05-18 13:27:19 +02:00
bergquist
92ac370415
tech(docker): rename fake data writers
2016-05-18 12:29:37 +02:00
Torkel Ödegaard
c41e3dcb91
updated changelog
2016-05-18 12:04:37 +02:00
Torkel Ödegaard
602d1a5fbc
Merge branch 'v3.0.x'
2016-05-18 12:02:53 +02:00
Torkel Ödegaard
cd80884b76
fix(dashboard timepicker): fixed issue with time picker and UTC when reading time from url, fixes #5078
2016-05-18 12:01:11 +02:00
Torkel Ödegaard
bfadc932d7
Merge branch 'master' of github.com:grafana/grafana
2016-05-18 11:50:56 +02:00
Torkel Ödegaard
0cd2e150d5
feat(snapshots): performance improvements to deep clone, makes snapshot's a lot quicker for big dashboards with a lot of panels and data
2016-05-18 11:50:40 +02:00
Carl Bergquist
5aaaeb05a0
Merge pull request #5075 from mtanda/prometheus_templating_fix
...
(prometheus) fix metric find query
2016-05-18 11:40:33 +02:00
Torkel Ödegaard
26ea0bc360
feat(export): work on export
2016-05-18 11:11:53 +02:00
Mitsuhiro Tanda
a86d218891
(prometheus) fix metric find query
2016-05-18 16:36:57 +09:00
Torkel Ödegaard
6632f883c0
Merge branch 'master' into export-dashboard
...
Conflicts:
.floo
.flooignore
2016-05-18 08:08:15 +02:00
Mitsuhiro Tanda
66bcae353c
(prometheus) pass dashboard time range to template query ( #5007 )
...
* (prometheus) pass dashboard time range to template query
* (prometheus) add passing time test of templating
2016-05-18 07:56:23 +02:00
Mitsuhiro Tanda
07d355851e
(cloudwatch) assume role support ( #5065 )
...
* (cloudwatch) assume role support
* save godep
* (cloudwatch) add assumeRoleArn field
* (cloudwatch) set cred provider for sts
* (cloudwatch) fix test
2016-05-18 07:54:24 +02:00
Mitsuhiro Tanda
8d2f350ad1
(prometheus) fix prometheus link
2016-05-18 07:50:30 +02:00
Mitsuhiro Tanda
fc1891320e
(prometheus) fix prometheus link ( #5074 )
2016-05-18 07:49:32 +02:00
Utkarsh Bhatnagar
8a9455d901
Fixed singlestat mapping typo ( #5070 )
2016-05-18 07:44:01 +02:00
Torkel Ödegaard
46b6ab7db7
Merge branch 'master' of github.com:grafana/grafana
2016-05-17 21:51:31 +02:00
Torkel Ödegaard
958f97232f
fix(pluginlist): fixed issue with plugin list, fixes #5068
2016-05-17 21:51:19 +02:00
Torkel Ödegaard
05d064ca8d
export(): moved to share modal
2016-05-17 21:18:47 +02:00
Carl Bergquist
47f88346d2
Merge pull request #5058 from hijklmno/master
...
Add dBm as an option in energy units
2016-05-17 15:57:05 +02:00
bergquist
b5fc12fb80
docs(opentsdb): add working image of add datasource for opentsdb
...
closes #4984
2016-05-17 15:32:33 +02:00
Torkel Ödegaard
83f5080274
feat(angular): disable debug in production for angular compiler
2016-05-17 15:00:48 +02:00
Torkel Ödegaard
c133a00125
feat(alerting): minor progress on scheduler
2016-05-17 14:31:52 +02:00
Torkel Ödegaard
df50fa2332
feat(export): export dashboard modal
2016-05-17 11:17:11 +02:00
Torkel Ödegaard
ad7a1e15b4
feat(export): began working on export modal
2016-05-17 10:29:57 +02:00
bergquist
efe6fd154b
tech(docker): add default writer for influxdb
2016-05-17 09:03:52 +02:00
bergquist
fb8296524e
tech(docker): add default fake-data-gen for prometheus
2016-05-17 09:03:52 +02:00
Torkel Ödegaard
00957a42d4
Merge branch 'v3.0.x'
2016-05-17 08:40:28 +02:00
Torkel Ödegaard
99db89067e
fix(): reverted RESTART_ON_UPGRADE change
2016-05-17 08:34:34 +02:00
hijklmno
f1b5a265ab
fix trailing whitespace in kbn.js
2016-05-16 15:35:42 -07:00
hijklmno
451e917e7d
Add dBm as an option in energy units
2016-05-16 15:24:31 -07:00
Torkel Ödegaard
d443079cf6
fix(): fixed sass issue
2016-05-16 18:48:13 +02:00
Torkel Ödegaard
163e55c0eb
Update latest.json
2016-05-16 18:07:42 +02:00
bergquist
fa19e0d9c6
style(modal): use standard valid styles
2016-05-16 17:03:01 +02:00
bergquist
6435fa6b99
fix(modal): add undefined check
2016-05-16 16:48:28 +02:00
bergquist
8dbb5bad4b
test(alerting): fix broken unit tests
2016-05-16 16:20:28 +02:00
Torkel Ödegaard
77b7cdfadb
feat(alerting): added few fields to alert rule
2016-05-16 15:39:09 +02:00
bergquist
2ce9d4571c
fix(alerting): fix spacing
2016-05-16 14:29:54 +02:00
Torkel Ödegaard
495404ef73
Merge branch 'master' into alerting_definitions
2016-05-16 14:12:56 +02:00
Torkel Ödegaard
09f11cf66e
updated
2016-05-16 14:11:55 +02:00
Torkel Ödegaard
4ea3002572
added floobits stuff
2016-05-16 14:02:34 +02:00
Torkel Ödegaard
840cd7b2e1
doc(): updated changelog
2016-05-16 13:58:38 +02:00
Torkel Ödegaard
0760528f4a
Merge branch 'v3.0.x'
2016-05-16 13:57:44 +02:00
Torkel Ödegaard
7f0fe31881
docs(): updated download links
2016-05-16 13:41:50 +02:00
Mitsuhiro Tanda
f585d22ce7
(templating) update dynamic dashboard only if variable is changed
2016-05-16 19:26:24 +09:00
bergquist
80f7fe8646
feat(alerting): add confirm text dialog when deleting dashboards with alerts
2016-05-16 11:54:28 +02:00
Torkel Ödegaard
2be8658034
Merge remote-tracking branch 'origin/development'
2016-05-16 11:40:12 +02:00
Torkel Ödegaard
494bee1d6b
bumped version
2016-05-16 11:39:16 +02:00
bergquist
31698a1c55
Merge branch 'master' into alerting_definitions
2016-05-16 09:28:14 +02:00
bergquist
0c345e2b09
docs(changelog): remove invalid chars
2016-05-16 09:06:39 +02:00
Carl Bergquist
adce8c15bb
Merge pull request #5041 from LindsayHill/patch-1
...
Fixed minor typo s/seperate/separate/
2016-05-15 22:25:15 +02:00
Torkel Ödegaard
7cd663bbe8
feat(import): more import work
2016-05-14 10:00:43 +02:00
Lindsay Hill
85758a2dd2
Fixed minor typo s/seperate/separate/
...
Fixed small typo in help text
2016-05-14 17:51:08 +12:00
Utkarsh Bhatnagar
7bc15ec6c1
[Bug Fix] Opentsdb Alias issue ( #4910 )
...
* Fixed Opentsdb Alias issue
* Fixed Opentsdb query editor
2016-05-13 22:22:56 +02:00
Torkel Ödegaard
d9d46096dd
feat(import): lots of work on dashboard import
2016-05-13 17:39:22 +02:00
bergquist
da68f7d31a
feat(docker): fake data writer for opentsdb
2016-05-13 16:53:28 +02:00
bergquist
41ed0e670a
feat(docker): fake data writer for graphite
2016-05-13 16:25:03 +02:00
bergquist
579b36754a
Merge branch 'master' into development
2016-05-13 14:30:47 +02:00
bergquist
e50211572f
docs(changelog): add note about fix for graph panel
2016-05-13 13:54:39 +02:00
bergquist
6849bfae16
fix(graph): fixes broken hide xaxis option
...
closes #5024
2016-05-13 13:52:57 +02:00
bergquist
c3f1d1a647
fix(influxdb): fixes extra semi colon due to hidden series
...
closes #5005
2016-05-13 13:36:57 +02:00
bergquist
ac674bd405
docs(changelog): add note about graph fix
2016-05-13 12:23:58 +02:00
bergquist
d5899aacfb
fix(graph-panel): fixes broken PNG rendering
...
When refactoring y-axies for graph panel these
was forgotten and which caused the graphite datasource
to send invalid data.
closes #5025
2016-05-13 12:20:39 +02:00
bergquist
9e5a8c3fc8
docs(changelog): add info about configurable theme
2016-05-13 11:38:54 +02:00
Carl Bergquist
83707f7b35
Merge pull request #5011 from acmnu/default_theme
...
Add new parameter to config: default_theme.
2016-05-13 11:36:32 +02:00
Torkel Ödegaard
ca8df67947
feat(import): things are starting to work
2016-05-13 11:26:02 +02:00
Mitsuhiro Tanda
3b85901b95
reflect panel repeat status when variable updated
2016-05-13 16:29:11 +09:00
Prajwal Rao
3feb6492e6
fixed datasources icon ( #5015 )
2016-05-12 21:49:58 +02:00
Anton Chevychalov
c6744925c4
Add new parameter to config: default_theme.
2016-05-12 18:21:11 +03:00
bergquist
88b2f48493
Merge branch 'master' into development
2016-05-12 16:22:18 +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
28eae1e7ff
Merge branch 'master' into export-dashboard
...
Conflicts:
packaging/publish/publish.sh
public/app/features/dashboard/dynamicDashboardSrv.js
public/test/specs/dynamicDashboardSrv-specs.js
2016-05-12 10:50:37 +02:00
Dan Cech
9f9f4e7fef
use new plugin-specific repo route when installing or updating a single plugin ( #4992 )
2016-05-12 10:43:31 +02:00
Denny Schäfer
2f6b00b6f7
Add What's New in Grafana 3.0 link into the readme ( #5001 )
2016-05-12 10:41:36 +02:00
Torkel Ödegaard
35f55cabf0
fix(templating): improved detection of nested template variables, fixes #4986 , fixes #4987
2016-05-12 10:41:15 +02:00
Torkel Ödegaard
0201ac24e7
fix(templating): fixed issue with mixing repeated row and repeated panel, fixes #4988
2016-05-12 10:31:36 +02:00
Torkel Ödegaard
731c35540f
packaging(): default RESTART_ON_UPGRADE to true, closes #4993
2016-05-12 07:29:33 +02:00
Dan Cech
dac62ec560
fix rpm download link
2016-05-11 14:09:03 -04:00
Torkel Ödegaard
2c7447eaca
feat(): started work on new import system
2016-05-11 16:18:52 +02:00
Torkel Ödegaard
b170b6ec8b
feat(query part): moved query part editor from influxdb to core
2016-05-11 14:52:44 +02:00
bergquist
e69658128c
docs(alerting): change api url layout
2016-05-11 14:08:45 +02:00
Torkel Ödegaard
8a3bdb3685
fix(typo): corrected spelling in error message, fixes #4982
2016-05-11 13:21:25 +02:00
Torkel Ödegaard
85e8cba7a1
Merge branch 'master' of github.com:grafana/grafana
2016-05-11 13:20:14 +02:00
Torkel Ödegaard
56bf9c5612
fix(): changed how package iteration/build is generated
2016-05-11 13:20:01 +02:00
bergquist
c76c2f30a8
tech(alerting): add default values for alerts
2016-05-11 13:04:03 +02:00
bergquist
b58be91e71
feat(alerting): add delete button for removing alerts
2016-05-11 11:11:45 +02:00
bergquist
18bf2b2391
docs(alerting): add syles for optional params
2016-05-11 10:47:51 +02:00
Torkel Ödegaard
549eb15c32
Update latest.json
2016-05-11 10:37:21 +02:00
Torkel Ödegaard
03663c5b28
docs(): updated download links
2016-05-11 10:23:17 +02:00
Torkel Ödegaard
bbd52c0b71
changelog(): updated and updated version
2016-05-11 09:36:07 +02:00
Trent White
995f6be2c4
old grafana wordmark was still showing on login and sidebar ( #4972 )
2016-05-11 09:08:25 +02:00
Torkel Ödegaard
5b42753b8b
feat(export): progress on dashboard export
2016-05-10 21:09:15 +02:00
Torkel Ödegaard
959714a6ef
feat(docs): updated what's new article
2016-05-10 20:33:42 +02:00
Torkel Ödegaard
79a8017fe9
feat(export): more progress on dashboard export
2016-05-10 20:31:47 +02:00
Carl Bergquist
e4a24e1785
Merge pull request #4969 from peggyl/peggyl/fix-update-checker-typo
...
Fix typo in error message from update checker
2016-05-10 18:17:09 +02:00
Peggy Li
9b0da20d90
Fix typo in error message from update checker
2016-05-10 16:06:51 +00:00
Torkel Ödegaard
db664c61a4
Merge branch 'master' into export-dashboard
2016-05-10 16:46:58 +02:00
bergquist
dd47f7382a
docs(alerting): initial info
2016-05-10 16:40:46 +02:00
Torkel Ödegaard
c299b86983
docs(): updated readme
2016-05-10 16:33:05 +02:00
bergquist
33108df13f
docs(conf): add warning about alerting in conf file
2016-05-10 16:32:20 +02:00
Torkel Ödegaard
56e53d7da2
docs(): update readme dependency section
2016-05-10 16:07:59 +02:00
Torkel Ödegaard
d676840258
docs(): added homebrew info to mac install docs
2016-05-10 16:02:00 +02:00
Torkel Ödegaard
cca37caf33
feat(prometheus): began work on prometheus query model
2016-05-10 15:48:07 +02:00
bergquist
1fe2055743
tech(alerting): disable DEL for alert rules in the api
2016-05-10 15:02:11 +02:00
Torkel Ödegaard
4358687bfa
Merge branch 'master' into query-part-refactor
2016-05-10 14:38:49 +02:00
Torkel Ödegaard
ae66c3f289
fix(influxdb): minor editor display fix
2016-05-10 14:38:11 +02:00
Torkel Ödegaard
d3bbc245c9
feat(query_part): began query part refactor to be able to reuse it in prometheus query editor
2016-05-10 14:32:25 +02:00
bergquist
5ee1b6ca97
docs(changelog): add note about merged PR
2016-05-10 12:54:25 +02:00
Carl Bergquist
c522341136
Merge pull request #4944 from Gueust/optional_tooltip_ordering
...
Add optional tooltip ordering (against the development branch)
2016-05-10 12:51:44 +02:00
bergquist
2cebe151f2
Merge branch 'master' into development
2016-05-10 12:40:17 +02:00
Torkel Ödegaard
ecf5b61e86
Update ISSUE_TEMPLATE.md
2016-05-10 11:36:45 +02:00
Richard Hartmann
c01ab63744
ISSUE_TEMPLATE.md: different layout ( #4960 )
2016-05-10 11:33:33 +02:00
Torkel Ödegaard
72b324c95b
fix(go16): fixed hang with go 1.6 by updating sqlite3, fixes #4367
2016-05-10 11:22:06 +02:00
bergquist
1bb8bc58b8
feat(alerting): add parameteters for filtering alerts
2016-05-10 09:45:56 +02:00
minkikim89
0c5abc491d
Update index.md ( #4956 )
2016-05-10 08:44:18 +02:00
bergquist
b8421a478f
feat(alerting): move state filter to the right
2016-05-10 08:26:40 +02:00
bergquist
2ddffc8234
feat(alerting): add support for multiple state in ui
2016-05-09 16:32:35 +02:00
bergquist
b2cf2e877a
test(alerting): improve unit test
2016-05-09 15:19:11 +02:00
bergquist
9da2e6e907
feat(alerting): update path
2016-05-09 15:17:26 +02:00
bergquist
1be513fabd
feat(alerting): add support for alert page filter
2016-05-09 14:44:44 +02:00
LaszloHont
a5e2e59385
Clarify admin_password ( #4948 )
...
Closes #4923
2016-05-09 13:44:11 +02:00
bergquist
3e462f2914
chore(alerting): style refactoring
2016-05-09 12:10:53 +02:00
bergquist
35c73902da
Merge branch 'master' into alerting_definitions
2016-05-09 11:34:56 +02:00
bergquist
47070f2d1f
chore(alerting): struct names and url refactoring
2016-05-09 11:25:21 +02:00
Torkel Ödegaard
040dd91d2e
fix(templating): fixed issue with current data source variable value, fixes #4934
2016-05-09 10:17:30 +02:00
Torkel Ödegaard
c6c07599c7
conf(): updated comments in config file, fixes #4933
2016-05-09 09:21:33 +02:00
Peggy Li
04ef25b6ff
Set custom type for templating variables ( #4941 )
2016-05-07 07:58:01 +02:00
bergquist
74d5410a38
feat(alerting): add inital doc page
2016-05-06 15:59:38 +02:00
Carl Bergquist
05ca7158d6
Merge pull request #4886 from Gueust/contribute_doc
...
Add documentation on the build system for occasional contributors
2016-05-06 15:04:14 +02:00
bergquist
27274f37e8
feat(alerting): update paths for alert state
2016-05-06 14:37:41 +02:00
Torkel Ödegaard
c7e7a0cd16
fix(singlestat): rerender singlestat and reevaluate thresholds on render, fixes #4920
2016-05-05 10:29:14 +02:00
Utkarsh Bhatnagar
70f7177025
Fixed deleting row bug ( #4919 )
2016-05-05 09:57:21 +02:00
Mathieu Payeur Levallois
c86cdb1805
opentsdb: apply templating on filters ( #4594 )
2016-05-04 13:47:05 +02:00
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
Carl Bergquist
e30745f19c
Merge pull request #4881 from mmckinst/kairosdb_broken_image
...
fix broken link for kairosdb image
2016-05-04 11:05:05 +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
Martin Häger
0764a4313b
AWS Elasticsearch Service Dimensions ( #4903 )
2016-05-04 10:47:35 +02:00
Denny Schäfer
e0ef6dd8d4
Fix changelog formatting for 3.0.0-beta7 ( #4905 )
2016-05-04 10:47:17 +02:00
bergquist
3d366c2a4c
feat(graphs): align forms for line mode checkbox
2016-05-04 10:42:12 +02:00
Carl Bergquist
2018e30366
Merge pull request #4902 from idanz/patch-4
...
Bring back threshold line mode
2016-05-04 10:39:36 +02:00
bergquist
26941284da
feat(alerting): add limit and since id options for alert logs
2016-05-04 09:57:53 +02:00
fg2it
303cd8a5af
[RenderToPng fix] ( #4901 )
...
* removing useless code
* fix various minor typo
* don't silence phantomjs timeout and allow more time
* fix gofmt
2016-05-04 09:07:45 +02:00
bergquist
7757d6d636
feat(alerting): set default title for alerts
2016-05-04 08:22:44 +02:00
Idan Zalzberg
2f7af968bf
Bring back threshold line mode
...
Threshold line mode was somehow discarded from the HTML in the ui redesign, this brings it back
2016-05-04 10:04:00 +07:00
Matt Toback
543d247af8
Wrapped the form in a form tag and added a submit, the ng-click shoudl work the same, but now enter works. @torkelo, pls review ( #4898 )
2016-05-03 21:02:57 +02:00
Jean-Baptiste Lespiau
ca1182e783
Stress the required version of node JS
2016-05-03 19:10:32 +02:00
Jean-Baptiste Lespiau
a34a784b43
Add more documentation on how to contribute
...
Add more documentation on how to fork the project, and how to
build on changes using grunt
2016-05-03 19:10:31 +02:00
Torkel Ödegaard
3bd4b5ccc6
Merge branch 'master' of github.com:grafana/grafana
2016-05-03 19:00:57 +02:00
Torkel Ödegaard
f4a013946f
feat(pluginlist): link in plugin list now goes to app/plugin default nav unless enabled
2016-05-03 19:00:42 +02:00
Matt Toback
d2fd829a58
Update module.html
2016-05-03 12:42:37 -04:00
bergquist
2ccb3956a6
feat(alerting): set default value for query
2016-05-03 17:55:41 +02:00
bergquist
1624dc9dfd
feat(alerting): separate operator and level
2016-05-03 17:31:04 +02:00
bergquist
27c34745a6
feat(alerting): add link to alerts in side menu
2016-05-03 16:46:10 +02:00
Torkel Ödegaard
bb6f4fff87
feat(export/import): minor progress
2016-05-03 16:40:21 +02:00
bergquist
4ea0e6ca93
feat(alerting): remove delete option from alerts page
2016-05-03 16:39:52 +02:00
bergquist
3c7e793c1f
feat(alerting): add color to alert state icons
2016-05-03 16:36:49 +02:00
bergquist
b0a16a9e6b
Merge branch 'master' into alerting_definitions
2016-05-03 14:32:31 +02:00
Torkel Ödegaard
5ffd57695c
feat(table): added support for column units overriding style units for table
2016-05-03 11:29:51 +02:00
bergquist
02ae1f79f7
docs(changelog): add node about range to text mappings in singlestat
2016-05-03 10:42:01 +02:00
Torkel Ödegaard
f42b47e65b
Merge branch 'master' into export-dashboard
...
Conflicts:
public/app/features/dashboard/dashnav/dashnav.ts
2016-05-03 10:26:40 +02:00
Torkel Ödegaard
6dc24ab2d7
Merge branch 'master' of github.com:grafana/grafana
2016-05-03 10:25:16 +02:00
Torkel Ödegaard
fe0b7533a1
fix(influxdb): quote number valued tag values, only not quote when operator is > or <, fixes #4885
2016-05-03 10:25:06 +02:00
Utkarsh Bhatnagar
b8d861edc1
Fixed query editor UI for keywords ( #4890 )
2016-05-03 10:09:03 +02:00
Torkel Ödegaard
de26a17dc7
feat(footer): began work on page footer
2016-05-03 09:00:58 +02:00
Mark McKinstry
37907e4110
fix broken link for kairosdb image
2016-05-02 12:31:39 -04:00
bergquist
1c082670c4
feat(alerting): make alertname link to status page
2016-05-02 18:06:17 +02:00
bergquist
7c5c7c6f32
feat(alerting): renames go to dashboard -> edit
2016-05-02 18:02:33 +02:00
bergquist
bac89775e2
tech(alerting): fixes broken refactoring
2016-05-02 18:00:10 +02:00
bergquist
9083392341
feat(alerting): to straight for panel in alert link
2016-05-02 17:37:08 +02:00
Torkel Ödegaard
152e085310
fix(elasticsearch): minor form fix to elastic query editor
2016-05-02 16:34:07 +02:00
bergquist
b606d9b7da
test(alerting): fixes broken test
2016-05-02 16:27:02 +02:00
bergquist
743a6fa37c
feat(alerting): add support for deleting alert rules
2016-05-02 16:07:19 +02:00
Torkel Ödegaard
372b394f5b
Merge branch 'master' of github.com:grafana/grafana
2016-05-02 15:41:20 +02:00
bergquist
a573d2504c
feat(alerting): pixels have been pushed
2016-05-02 15:37:18 +02:00
Torkel Ödegaard
3889052c31
docs(): added whats new in v3 guide
2016-05-02 15:35:49 +02:00
bergquist
05459de344
feat(alerting): add gf icons for alerts page
2016-05-02 15:31:40 +02:00
bergquist
3eab0cde70
feat(alerting): add gf icons for alert state page
2016-05-02 15:20:58 +02:00
Torkel Ödegaard
43182cb1eb
updated
2016-05-02 14:49:50 +02:00
bergquist
9c5b4e6f25
feat(alerting): auto convert thresholds if existing
2016-05-02 14:41:29 +02:00
bergquist
bc892789c1
feat(alerting): change state from ALERT to CRITICAL
2016-05-02 14:33:38 +02:00
bergquist
ca959d1ab0
Merge branch 'master' into alerting_definitions
2016-05-02 13:22:58 +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
8f976fd980
Merge branch 'utkarshcmu-rangeMaps'
2016-05-02 13:10:17 +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
072f51e300
fix(): updated changelog
2016-05-02 10:18:22 +02:00
Torkel Ödegaard
af95993d6d
feat(): updated download links
2016-05-02 09:54:11 +02:00
Torkel Ödegaard
e6bccc5eff
feat(influxdb): Added new functions moving_average and difference to query editor, closes #4698
2016-05-02 09:07:44 +02:00
yershalom
1b262d33f3
Added json to file name when exporting dashboard ( #4869 )
2016-05-01 15:31:01 +02:00
Jean-Baptiste Lespiau
c555bbce3d
Add optional tooltip ordering
2016-05-01 01:32:36 +02:00
Utkarsh Bhatnagar
f6d538bb98
Bug fix, match tooltip timezone to X-axis timezone ( #4855 )
...
* Bug fix, match tooltip timezone to X-axis timezone
* Small improvement
2016-04-30 16:41:24 +02:00
joelanford
cbefd8f8ae
Fixed legend labeling bug in Prometheus datasource ( #4858 )
2016-04-30 16:40:41 +02:00
Torkel Ödegaard
736ee3ffff
fix(influxdb): Fixed issue with missing plus group by icon, fixes #4862
2016-04-30 16:35:42 +02:00
Torkel Ödegaard
36c583dddf
fix(graphite): Fixed issue graphite png rendering option, fixes #4864
2016-04-30 16:26:25 +02:00
Torkel Ödegaard
70d03b7a1c
fix(query editor): Fixed issue with removing query for data sources without collapsable query editors, fixes #4856
2016-04-29 23:20:48 +02:00
Torkel Ödegaard
0d85254a19
fix(annotations): Fixed issue with entering annotation edit view, fixes #4857
2016-04-29 23:14:39 +02:00
Torkel Ödegaard
e3376136ca
fix(css): Fixed max dashboard title width (media query) for large screens, fixes #4859
2016-04-29 23:07:37 +02:00
bergquist
de7544fabd
fix(alerting): set alertin enabled to false
2016-04-29 15:40:16 +02:00
Torkel Ödegaard
f8b4fcdc42
Merge branch 'master' into export-dashboard
...
Conflicts:
packaging/publish/publish.sh
2016-04-29 15:01:47 +02:00
Torkel Ödegaard
2546ec062b
Merge branch 'master' into dash-edit-mode
...
Conflicts:
public/app/features/dashboard/partials/settings.html
2016-04-29 14:50:17 +02:00
bergquist
6d66d9f42d
feat(alerting): adds fearture toogle for alerting
2016-04-29 14:35:58 +02:00
Torkel Ödegaard
6c340dcb65
docs(): updated download links
2016-04-29 11:24:43 +02:00
Torkel Ödegaard
6b467d5b3e
fix(): spelling fix in templating editor
2016-04-29 08:40:53 +02:00
Archit Sharma
5372bcc7a2
fixes #4849 - minor fix for metric-segment-model (agg.field)
2016-04-29 07:21:52 +02:00
Lucas Costa
9b84b88518
Add support to Elasticsearch precision_threshold
2016-04-28 19:23:45 -03:00
Torkel Ödegaard
0c9a19e38c
Merge branch 'ds-template-var'
2016-04-28 19:31:56 +02:00
Torkel Ödegaard
8b4c7c94b8
feat(templating): completed work on templating as data source, closes #816
2016-04-28 19:31:43 +02:00
Torkel Ödegaard
c4440eab4c
fix(dashboard): fixed issue with render event after resize
2016-04-28 19:15:54 +02:00
Torkel Ödegaard
7349427189
feat(data source variable): progress on data source as variable
2016-04-28 19:08:35 +02:00
Torkel Ödegaard
89ea25ca08
feat(templating): minor sort fix
2016-04-28 18:26:41 +02:00
bergquist
bd30a4d23e
Merge branch 'master' into alerting_definitions
2016-04-28 16:04:28 +02:00
bergquist
16cede30f6
feat(alerting): move alertingtab to seperate directive
2016-04-28 16:03:14 +02:00
Torkel Ödegaard
5d652dcaef
fix(table): table column sorting fix
2016-04-28 15:48:49 +02:00
Torkel Ödegaard
d69788c9df
Merge branch 'master' of github.com:grafana/grafana
2016-04-28 15:30:09 +02:00
Torkel Ödegaard
69c2fafa7a
feat(elasticsearch): added geo hash bucket aggregation
2016-04-28 15:29:54 +02:00
bergquist
f442adca47
feat(alerting): adds api endpoints for alerts per dashboard and panel
2016-04-28 15:13:42 +02:00
Torkel Ödegaard
620e3a602d
Merge pull request #4842 from grafana/pluginSettingFix
...
allow updates to secureJsonData.
2016-04-28 13:07:39 +02:00
woodsaj
ad8dbbb559
allow updates to secureJsonData.
...
SecureJsonData is stored as a json object in the DB. As the
secureJsonData is never returned to the user they are unable
to provide the full json object when performing updates instead
the user can only provide the specific keys they wish to update.
This commit ensures that only the provided keys are updated and
existing keys in the secureJsonData object are left untouched.
2016-04-28 18:39:23 +08:00
bergquist
1f414c1372
test(alerting): add test that validates rule updates do not change state
2016-04-28 11:47:14 +02:00
bergquist
ecfbc2edca
feat(alerting): adds alert history page
2016-04-28 11:42:03 +02:00
bergquist
5bc3672296
Merge branch 'master' into alerting_definitions
2016-04-28 11:03:33 +02:00
bergquist
0f0fa0c257
feat(alerting): adds endpoint for getting alert states log
2016-04-28 10:59:46 +02:00
Torkel Ödegaard
5a241a8290
fix(): minor query editor fix
2016-04-28 10:29:36 +02:00
Torkel Ödegaard
4a332065d0
changelog(): updated changelog with notice about new query editors, closes #3900
2016-04-28 10:22:17 +02:00
Torkel Ödegaard
0e4b70a4a8
feat(query_editors): more work
2016-04-28 10:13:18 +02:00
bergquist
3ecc13506c
feat(alerting): adds alert state go ui
2016-04-28 08:53:34 +02:00
bergquist
1631673485
feat(alerting): dont change state when updating alert definitions
2016-04-28 08:42:51 +02:00
bergquist
e7be7d2835
feat(alerting): add api endpoint for alert state
2016-04-28 08:23:50 +02:00
Torkel Ödegaard
f1d4fd3e67
feat(query editors): changed chevron position
2016-04-27 21:24:41 +02:00
Torkel Ödegaard
7b560f9080
feat(query editors): converted OpenTSDB editor to new form styles
2016-04-27 16:29:59 +02:00
bergquist
6a5ecb3fca
feat(alerting): adds basic page for listing alerts
2016-04-27 13:02:28 +02:00
bergquist
3cf6532515
feat(alerting): add json encoding name for properties
2016-04-27 11:44:04 +02:00
Torkel Ödegaard
0ebd921bbb
feat(query editors): updated cloudwatch to new form styles
2016-04-27 11:07:26 +02:00
Torkel Ödegaard
206cb51219
feat(query editors): updated prometheus editor
2016-04-27 10:50:29 +02:00
Torkel Ödegaard
5e6485c210
feat(query editors): minor progress
2016-04-27 10:16:04 +02:00
bergquist
44dd98e277
tech(alerting): rename alerting sql server
2016-04-27 09:25:11 +02:00
bergquist
7041169ffb
feat(alerting): add datasource name field
2016-04-27 09:06:19 +02:00
bergquist
973db1ac38
feat(alerting): add api route for alert changes
2016-04-27 08:59:33 +02:00
Torkel Ödegaard
65b4945548
Merge branch 'master' into query-editor-style
2016-04-27 08:43:34 +02:00
bergquist
2e097f4af1
Merge branch 'master' into alerting_definitions
2016-04-26 17:38:29 +02:00
bergquist
9b50313f11
feat(alerting): add api endpoints for listing alerts
2016-04-26 17:36:50 +02:00
bergquist
996eec3ce2
tech(alerting): refactored save alerts code
2016-04-26 16:31:13 +02:00
bergquist
55e83a3d62
feat(alerting): rename alerting dashboard names
2016-04-26 16:06:29 +02:00
bergquist
3ef2be13df
feat(alerting): move alert deletion to alert code
2016-04-26 15:48:29 +02:00
Torkel Ödegaard
aa98ada141
fix(snapshots): fixed snapshot issue introdiuced yesterday
2016-04-26 14:51:06 +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
Torkel Ödegaard
bce5c447b3
fix(apps): app dashboards can now be updated, fixes #4817
2016-04-26 12:52:44 +02:00
Torkel Ödegaard
34cb17546d
fix(): minor fix for event emitter
2016-04-26 12:39:24 +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
Torkel Ödegaard
7c06604f16
Merge branch 'master' of github.com:grafana/grafana
2016-04-26 11:00:20 +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
bergquist
baac7809c5
docs(changelog): add notes about fixes for singlestat
2016-04-26 10:04:39 +02:00
bergquist
79ed99a940
fix(singlestat): fixes font size diffs for gauge
2016-04-26 10:00:13 +02:00
Torkel Ödegaard
bca0894f73
feat(query editors): progress on query editors
2016-04-26 09:58:55 +02:00
bergquist
9316bcf307
fix(singlestat): enables autoupdate on change
...
closes #4809
closes #4812
2016-04-26 09:51:31 +02:00
Torkel Ödegaard
60855643c4
Merge pull request #4807 from grafana/makefile
...
add basic Makefile, remove need for global grunt-cli
2016-04-25 19:01:44 +02:00
Dan Cech
650bb4c719
use npm test to run npm tests
2016-04-25 12:53:15 -04:00
Dan Cech
2244224b12
add basic Makefile, remove need for global grunt-cli
2016-04-25 12:44:26 -04:00
bergquist
bb42579b0f
Merge branch 'master' into alerting_definitions
2016-04-25 16:42:33 +02:00
bergquist
ddd826616b
feat(alerting): serialize whole target obj from dashboard
2016-04-25 16:38:27 +02:00
bergquist
25f6ec8b53
feat(alerting): add support for alert_rule updates
2016-04-25 16:18:28 +02:00
Torkel Ödegaard
bbf4d00319
fix(query editors): added select style to segment, used by data source selector
2016-04-25 15:49:33 +02:00
Torkel Ödegaard
6b813b4e2a
feat(query editors): remember collapsed state
2016-04-25 15:11:40 +02:00
bergquist
c83af353b2
feat(alerting): renames alert table to alert_rule
2016-04-25 14:42:24 +02:00
Torkel Ödegaard
529cb43397
Merge branch 'master' of github.com:grafana/grafana into query-editor-style
2016-04-25 14:30:41 +02:00
Torkel Ödegaard
6bc898b215
fix(influxdb): fixed issue with using multi value template vars in influxdb measurement clause, fixes #4797
2016-04-25 14:29:51 +02:00
Torkel Ödegaard
1a433de0b4
Merge branch 'master' into query-editor-style
2016-04-25 14:22:36 +02:00
Torkel Ödegaard
4d802df040
fix(influxdb): fixed issue with using multi value template vars in influxdb measurement clause, fixes #4797
2016-04-25 14:22:15 +02:00
bergquist
8ca7ccae38
feat(alerting): add functionallity for converting tresholds to alerts
2016-04-25 14:18:45 +02:00
Torkel Ödegaard
04a79175bf
fix(plugins): only add app nav link if it has any pages/dashboards with role matching current user, fixes #4784
2016-04-25 14:00:49 +02:00
bergquist
f167ce19ab
test(alerting): add test for deleting alerts
2016-04-25 13:00:05 +02:00
bergquist
bdd3e2ad73
Merge branch 'master' into alerting_definitions
2016-04-25 11:22:35 +02:00
Torkel Ödegaard
97656d65ec
db(dashboard): minor fix for dashboard delete
2016-04-25 11:22:13 +02:00
Torkel Ödegaard
ba28d2e13f
Merge branch 'master' of github.com:grafana/grafana
2016-04-25 09:26:57 +02:00
Torkel Ödegaard
711992c8e2
fix(influxdb): minor fix for duplicated db param to proxied influxdb call, fixes #4703
2016-04-25 09:26:47 +02:00
bergquist
5d5999561a
test(dashboard): add failing test for deleting dashboards
2016-04-25 08:46:15 +02:00
bergquist
44310921b5
test(alerting): add commented failed test
2016-04-25 08:34:48 +02:00
Carl Bergquist
31624b410a
Merge pull request #4800 from 1tylermitchell/patch-1
...
typo
2016-04-25 08:01:39 +02:00
Torkel Ödegaard
00827ce921
fix(): let binding cycle complete before adding panel to dom
2016-04-24 12:50:33 +02:00
Tyler Mitchell
21d2a51cd3
typo
...
tabs != tags
2016-04-23 22:00:42 -07:00
bergquist
c0384a04f8
Merge branch 'cli_upgradeFix'
2016-04-23 14:40:05 +02:00
bergquist
ee0c4cd194
docs(changelog): add note about cli issue
...
closes #4651
2016-04-23 14:39:42 +02:00
bergquist
07b13e24fa
style(cli): add some color to error messages
2016-04-23 14:39:42 +02:00
bergquist
0855f51436
feat(cli): improves defer error handling
2016-04-23 14:39:42 +02:00
bergquist
70acfb2cfd
fix(cli): adds better help text.
...
The zip lib is throwing panics sometimes when the response is malformed.
The cli will now try to download the zip file up to three times before
aborting. The cli gives a better error message and informes the user
about retrying.
closes #4651
2016-04-23 14:39:42 +02:00
bergquist
03e6fc951f
feat(alerting): delete alerts when dashboard gets deleted
2016-04-23 14:14:18 +02:00
bergquist
ec6dbe3067
tests(alerting): connect alerts to dashboard
2016-04-23 10:41:50 +02:00
Torkel Ödegaard
29a2b2032a
Merge pull request #4794 from grafana/issue-4767
...
Updated link color in text panel to be -link-color
2016-04-22 18:37:03 +02:00
Torkel Ödegaard
af2efbe480
Merge pull request #4796 from grafana/g-net-links
...
fix broken link to grafana.net, standardize on https://grafana.net for links
2016-04-22 18:36:42 +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
bergquist
84115c8038
feat(alerting): delete alerts when panels are removed
2016-04-22 17:49:50 +02:00
Matt Toback
349f6b51a5
Updated link color in text panel to be -link-color
2016-04-22 11:32:19 -04:00
bergquist
8bb62a79d0
feat(alerting): excisting alerts are now updated
2016-04-22 16:51:24 +02:00
bergquist
ba5978abd3
Merge branch 'master' into alerting_definitions
2016-04-22 15:52:56 +02:00
Torkel Ödegaard
9917de09af
fix(graph): removed angular copy that was no longer needed
2016-04-22 15:49:51 +02:00
Torkel Ödegaard
884eef32c9
Merge pull request #4793 from daniellee/panel_defaults
...
fix(panels): avoid deep copy problem for panel defaults
2016-04-22 15:47:59 +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
be19f8888e
Merge pull request #4792 from grafana/revert-4790-revert-3688-gauges
...
Revert "Revert "Gauges""
2016-04-22 15:06:13 +02:00
Torkel Ödegaard
3bbc86bcf2
Merge pull request #4719 from nlf/master
...
dont quote numbers for influxdb, closes #4163
2016-04-22 15:04:14 +02:00
Torkel Ödegaard
8b656f15b9
feat(graphite): added stddevSeries func def, closes #4782
2016-04-22 14:57:16 +02:00
Carl Bergquist
453f8b312a
Revert "Revert "Gauges""
2016-04-22 14:55:35 +02:00
Torkel Ödegaard
723bfa70db
fix(table panel): fixed issue with string array formating, fixes #4791
2016-04-22 14:46:32 +02:00
Torkel Ödegaard
45dd9c5795
fix(graph panel): fix for graph panel alignment when legend is in table mode, fixes #4772
2016-04-22 14:36:20 +02:00
Torkel Ödegaard
fa479afdaa
Merge branch 'master' of github.com:grafana/grafana
2016-04-22 14:00:08 +02:00
Torkel Ödegaard
1dfeb192a3
fix(templating): another fix for templating and custom all value escaping, fixes #4787
2016-04-22 13:59:54 +02:00
Carl Bergquist
1f9c2add7c
Merge pull request #4790 from grafana/revert-3688-gauges
...
Revert "Gauges"
2016-04-22 13:05:54 +02:00
Carl Bergquist
24fbcd8dea
Revert "Gauges"
2016-04-22 13:05:43 +02:00
bergquist
db15bf23b8
fix(sass): fixes sass lint issue
2016-04-22 12:09:02 +02:00
bergquist
de52ca4785
docs(changelog): adds gauges to changelog
2016-04-22 11:54:09 +02:00
Carl Bergquist
2748a3fbd8
Merge pull request #3688 from keis/gauges
...
Gauges
2016-04-22 11:49:35 +02:00
Torkel Ödegaard
dfe36fb702
feat(panel): added new panel event panel-initialized
2016-04-22 11:41:56 +02:00
Torkel Ödegaard
297c829bdc
tech(): updatad sass-lint
2016-04-22 09:47:30 +02:00
Torkel Ödegaard
bd933badb1
Merge pull request #4779 from bergquist/fix_snapshots
...
Fix broken snapshots in grafana 2.6
2016-04-22 09:35:02 +02:00
bergquist
d21f97e69b
feat(alerting): adds basic alerting tab
2016-04-21 11:47:30 +02:00
bergquist
0fb4141ce4
docs(changelog): add note about scrollbar fix #4769
2016-04-21 10:23:09 +02:00
bergquist
51de894692
fix(snapshots): sets default value for snapshot name
...
make it possible for < 3.0 instances to publish snapshots
ref #4778
2016-04-21 09:59:48 +02:00
Torkel Ödegaard
7079b5d770
fix(dashboard list): fixed minor issue with dashboard list panel, fixes #4768
2016-04-20 09:15:45 -07:00
Torkel Ödegaard
41e5812a22
Merge pull request #4771 from mtanda/cloudwatch_kinesis_metrics
...
(cloudwatch) add kinesis metrics
2016-04-20 08:57:26 -07:00
Torkel Ödegaard
8d5f28b33a
Merge pull request #4774 from ycombinator/update-es-logo
...
Updating Elasticsearch logo
2016-04-20 08:56:21 -07:00
Shaunak Kashyap
3925bcb94c
Updating Elasticsearch logo
2016-04-20 08:50:28 -07:00
bergquist
96e88ee84d
refactor(alerting): changes interval to string from int
2016-04-20 16:57:03 +02:00
bergquist
262821e7e7
feat(alerting): tests that alertes can be read from db
2016-04-20 16:46:24 +02:00
bergquist
ef92fd4ebc
feat(alerting): renames error_level to crit_level
2016-04-20 15:02:49 +02:00
bergquist
7860a2a1b8
feat(alerting): make sure dashboard id exists
2016-04-20 09:55:32 +02:00
Mitsuhiro Tanda
8d1ac8c7f5
(cloudwatch) add kinesis metrics
2016-04-20 14:33:08 +09:00
Mitsuhiro Tanda
ab9abee67b
(cloudwatch) add test for interval variable
2016-04-20 01:27:44 +09:00
Carl Bergquist
9f4ad73698
Merge pull request #4758 from bergquist/cli_local_pluginfolder
...
CLI: Adds support for local plugin folder
2016-04-19 17:30:01 +02:00
bergquist
ca3ad7d17c
tests(alerting): add tests for saving alerts
2016-04-19 16:52:20 +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
David Keijser
44c1d8c1e5
Add jquery.flot.gauge
2016-04-19 16:18:09 +02:00
Mitsuhiro Tanda
2e5a1328a8
(cloudwatch) support interval template variable
2016-04-19 22:57:34 +09:00
bergquist
832e38af34
feat(alerting): limit alerts to one per panel
2016-04-19 15:34:23 +02:00
bergquist
ff22f43002
fix(cli): fixes missplaced %
2016-04-19 14:46:03 +02:00
bergquist
4e8396dbce
fix(graph): sets legend table scroll to auto
...
closes #4760
2016-04-19 13:41:35 +02:00
bergquist
d38d4efc18
style(cli): improve logging to find install crash
2016-04-19 10:39:55 +02:00
bergquist
a8c68e33db
feat(cli): add more logging for failed install
2016-04-19 10:22:02 +02:00
bergquist
903d1b7797
tech(cli): dont use defer statements in loops
2016-04-19 09:13:58 +02:00
bergquist
5abaf26b5f
style(cli): remove some logging
2016-04-19 08:39:22 +02:00
bergquist
485a377800
fix(cli): adds support for local plugin folder
...
closes #4572
2016-04-19 08:27:26 +02:00
Torkel Ödegaard
bd21a08bc9
fix(templating): fixed encoding of all value for regex, and custom all value, fixes #4755 , fixes #4736
2016-04-18 17:33:51 -04:00
Torkel Ödegaard
99ae38a232
Merge pull request #4750 from bergquist/fix_influxb_showtag_values
...
[Influxb] Support for multible measurement results in showtag values
2016-04-18 13:22:07 -04:00
bergquist
c148e54bbd
style(influxdb): improve naming
2016-04-18 18:52:09 +02:00
bergquist
267ab822c2
tech(influxdb): uses hashmap for uniqueness
2016-04-18 18:46:50 +02:00
Torkel Ödegaard
39cdaf5175
ux(query-editors): more progress and fixes
2016-04-18 11:35:24 -04:00
bergquist
80818f80a9
tech(grunt): add check for not including "only" in tests
2016-04-18 17:12:53 +02:00
bergquist
fde6eee4f4
fix(influxdb): adds support for multi table values
...
When quering for tag values without measurement
all tags and values should be shown
closes #4726
2016-04-18 16:27:06 +02:00
Torkel Ödegaard
14ec69a160
Merge remote-tracking branch 'origin/master' into query-editor-style
2016-04-18 09:51:35 -04:00
Torkel Ödegaard
8ebe9d1e16
Merge branch 'query-editor-style' of github.com:grafana/grafana into query-editor-style
2016-04-18 09:51:28 -04:00
bergquist
7e66d0bcc1
fix(): remove only usage in tests
2016-04-18 15:25:06 +02:00
Torkel Ödegaard
4515e66783
feat(query editors): more progress on ES query editor
2016-04-18 08:43:11 -04:00
bergquist
daa5468801
feat(alerting): parses dashboard alerts
2016-04-18 14:15:03 +02:00
bergquist
769016783f
feat(alerting): add aggregator field
2016-04-18 11:10:52 +02:00
bergquist
bcf10a6483
Merge branch 'master' into alerting_definitions
2016-04-18 10:28:40 +02:00
Torkel Ödegaard
1069f485da
ux(query_editors): handle text overflow in collapsed mode
2016-04-17 22:24:40 -04:00
Torkel Ödegaard
4c4835e869
ux(query-editors): more progress on elastic query editor
2016-04-17 22:04:43 -04:00
Torkel Ödegaard
a1faaa133c
feat(): query editors, started work on updated ES query editor
2016-04-17 17:17:30 -04:00
Torkel Ödegaard
805fd18b7b
feat(query editors): more work on query editors make over
2016-04-17 16:43:13 -04:00
Torkel Ödegaard
33f7b8479e
ux(query editors): progress on new query editor styles
2016-04-17 12:14:25 -04:00
Torkel Ödegaard
68bd82f1b6
Merge branch 'master' into query-editor-style
2016-04-16 13:46:05 -04:00
Torkel Ödegaard
13471ae2c4
feat(templating): templated ds progress
2016-04-16 13:43:16 -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
1cce5fdfe1
feat(templating): polished variable template edit forms, added new template variable type: datasource
2016-04-16 12:03:29 -04:00
Torkel Ödegaard
6b2fedb1c2
Merge branch 'master' of github.com:grafana/grafana
2016-04-15 19:57:12 -04:00
Torkel Ödegaard
e307ada374
ux(): tooltip improvement
2016-04-15 19:56:39 -04:00
Matt Toback
a7e8e64d78
The beginnings of the build mode and rows
2016-04-15 19:52:18 -04:00
Torkel Ödegaard
4f2628c221
fix(): fixed issue with templating preview, fixes #4714
2016-04-15 18:50:48 -04:00
Torkel Ödegaard
0f16066915
fix(): zoom out tooltip fix, fixes #4729
2016-04-15 18:32:03 -04:00
Torkel Ödegaard
5f6ecac3f9
poc(editmode): experimental edit mode
2016-04-15 15:11:40 -04:00
Matt Toback
151d8db98d
removed unnecessary style
2016-04-15 15:00:29 -04:00
Matt Toback
614b26fff6
Fixed inline code styles and increase line heights in lists to accommodate code
2016-04-15 14:58:20 -04:00
Torkel Ödegaard
49b2743a37
Merge branch 'master' of github.com:grafana/grafana
2016-04-15 14:36:51 -04:00
Torkel Ödegaard
8e37de19c9
ux(): minor fix to tooltip in template editor view
2016-04-15 14:36:43 -04:00
Matt Toback
38bda92bdc
Update dashnav.html
2016-04-15 13:26:27 -04:00
Torkel Ödegaard
83ba6638a1
bumped version
2016-04-15 10:50:21 -04:00
Torkel Ödegaard
4832ecf3e7
docs(): updated download links
2016-04-15 09:25:09 -04:00
Torkel Ödegaard
2e8ed97355
changelog(grafana-cli): fixed issue with grafana-cli and plugins dir, fixes #4723
2016-04-15 09:13:06 -04:00
Torkel Ödegaard
d98839fc19
Revert "feat(cli): detects plugin folder for dev env"
...
This reverts commit a5eda6a87b .
2016-04-15 09:01:27 -04:00
Torkel Ödegaard
0f71838fdf
feat(dash export): dashboard export can now replace datasource names with variable and add inputs section
2016-04-14 21:13:01 -04:00
Nathan LaFreniere
b6de656cf1
dont quote numbers for influxdb, closes #4163
2016-04-14 17:08:54 -07:00
Torkel Ödegaard
75555c470b
Update latest.json
2016-04-14 18:09:04 -04:00
Torkel Ödegaard
4d0b14fbb4
feat(exporter): stared work on dashboard exporter that cleans up repeated panels etc
2016-04-14 17:31:34 -04:00
Torkel Ödegaard
1f9922a5aa
refactor(): moved dashboard_srv and DashboardCtrl to typescript
2016-04-14 16:53:19 -04:00
Torkel Ödegaard
b3f3b70b90
Merge branch 'master' of github.com:grafana/grafana
2016-04-14 14:15:59 -04:00
Torkel Ödegaard
924800b7df
bumped version
2016-04-14 14:15:47 -04:00
Matt Toback
d27da57b02
Fixed the fix.
2016-04-14 12:39:37 -04:00
Torkel Ödegaard
f1a01aed7e
Merge pull request #4711 from grafana/issue-4704
...
Updated colors to fix issue
2016-04-14 12:30:47 -04:00
Matt Toback
c1a5771fcd
Updated colors to fix issue
2016-04-14 11:38:07 -04:00
Matt Toback
8ac5c36735
Still not fixed, not sure why.
...
despite having pushed that code with @torkelo.
2016-04-14 11:12:00 -04:00
Torkel Ödegaard
6355896584
fix(snapshots): Fixed issue with empty snapshots, fixes #4706
2016-04-14 11:06:48 -04:00
Torkel Ödegaard
6216ce455f
fix(pluginlist): fixed issue with pluginlist link, fixes #4705
2016-04-14 10:55:24 -04:00
Torkel Ödegaard
c0832995ae
Merge branch 'master' of github.com:grafana/grafana
2016-04-14 08:47:38 -04:00
Torkel Ödegaard
9469b20cbd
fix(graph): Fixed issue with light theme text color issue in tooltip, fixes #4702
2016-04-14 08:41:54 -04:00
Torkel Ödegaard
573457c03f
fix(build): fixed build script issue
2016-04-13 17:48:20 -04:00
Torkel Ödegaard
5c395424c6
updated changelog
2016-04-13 17:42:33 -04:00
Torkel Ödegaard
f6d53df282
Merge branch 'master' of github.com:grafana/grafana
2016-04-13 17:33:17 -04:00
Torkel Ödegaard
e4374b1d56
docs(): updated download links
2016-04-13 17:33:03 -04:00
Torkel Ödegaard
7302ddaba5
docs(): fixed docs fixes #46688
2016-04-13 16:43:00 -04:00
Torkel Ödegaard
7456514816
fix(templating): fixed issue with template variables that use regex extraction, fixes #4672
2016-04-13 16:41:19 -04:00
Torkel Ödegaard
d9ad4cf2fc
fix(): made plugin settings api call accessable for viewer roles
2016-04-13 13:03:41 -04:00
Torkel Ödegaard
8b4efbed06
Merge branch 'master' of github.com:grafana/grafana
2016-04-13 12:23:45 -04:00
Torkel Ödegaard
10131aa8a0
fix(pluginlist): fixed issue with home dashboard and new pluginlist panel that casued permission denied error for non admin users, fixes #4686
2016-04-13 12:23:29 -04:00
Torkel Ödegaard
23dc85c1de
Merge pull request #4628 from timstanley1985/master
...
Fix build on RPi. Building from source timesout on karma tests so increase timeouts
2016-04-13 10:32:46 -04:00
Torkel Ödegaard
338c6b5a5c
Merge pull request #4671 from grafana/login-page-style
...
Updated background color on div
2016-04-13 10:28:40 -04:00
bergquist
91a1a823e2
feat(alerting): add basic tables for alerting definitions
2016-04-13 10:33:45 +02:00
Matt Toback
c13ebce2f6
Update module.html
2016-04-12 17:01:30 -04:00
Matt Toback
b6ccd7ffbe
Updated background color on div
2016-04-12 15:18:47 -04:00
Torkel Ödegaard
ad0794cc59
ux(): updated light theme
2016-04-12 14:26:55 -04:00
Torkel Ödegaard
6961cb7440
ux(): reduced tooltip border radius
2016-04-12 13:29:31 -04:00
Torkel Ödegaard
9868edb138
ux(): changed tooltip style
2016-04-12 13:00:33 -04:00
Torkel Ödegaard
e822fad505
fix(timepicker): fixed issues and added some polish to timepicker shift back/forward buttons
2016-04-12 12:41:17 -04:00
Torkel Ödegaard
3ab5427019
fix(timepicker): fixed issues and added some polish to timepicker shift back/forward buttons
2016-04-12 12:39:59 -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
29dff7ba1a
fix(graph): fixed color picker appearingunder pinned side nav, fixes #4556
2016-04-12 11:07:34 -04:00
Torkel Ödegaard
329ee8d9f1
fix(prometheus): added template variable escape format to prometheus annotations queries, fixes #4656
2016-04-12 10:50:58 -04:00
Torkel Ödegaard
f70e0003f8
Merge branch 'master' of github.com:grafana/grafana
2016-04-12 10:29:07 -04:00
Torkel Ödegaard
bb0eb29c82
Update latest.json
2016-04-12 10:28:56 -04:00
Torkel Ödegaard
47bba71d7f
fixed update check
2016-04-12 10:28:32 -04:00
bergquist
6b8921c8c5
Merge branch 'utkarshcmu-move'
2016-04-12 16:22:27 +02:00
bergquist
7d09579e3f
feat(timepicker): adds arrows to move back and forth in current dashboard
...
closes #119
2016-04-12 16:21:29 +02:00
bergquist
e5c9a24c33
Merge branch 'master' into utkarshcmu-move
2016-04-12 16:21:20 +02:00
Torkel Ödegaard
e7626befc5
updated version
2016-04-12 10:17:39 -04:00
Torkel Ödegaard
905d31442c
fix(annotations): make sure a data source that supports annotations is used in annotation editor when creating new
2016-04-12 10:16:40 -04:00
Torkel Ödegaard
917fabbc9b
docs(): updated links again
2016-04-12 09:52:12 -04:00
bergquist
963001ba1a
Merge branch 'move' of https://github.com/utkarshcmu/grafana into utkarshcmu-move
2016-04-12 15:22:38 +02:00
Torkel Ödegaard
782c484cad
docs(): updated release links
2016-04-12 09:20:27 -04:00
Torkel Ödegaard
859ef48e51
fix(): changed graph panel tooltip higlight style
2016-04-11 21:32:18 -04:00
Torkel Ödegaard
51aed2dbc6
Merge branch 'master' of github.com:grafana/grafana
2016-04-11 21:11:08 -04:00
Torkel Ödegaard
497e9343aa
Merge branch 'pluginlist'
2016-04-11 21:10:54 -04:00
Torkel Ödegaard
6ce934f1dd
feat(pluginlist): worked on plugin list
2016-04-11 20:33:58 -04:00
Matt Toback
3a64a11745
Merge branch 'pluginlist' of https://github.com/grafana/grafana into matt-plugin-list
2016-04-11 19:02:55 -04:00
Matt Toback
f4fc3f48a7
New modal for upgrades and updated styles on list
2016-04-11 19:01:18 -04:00
Torkel Ödegaard
9e15320fd0
Merge branch 'master' of github.com:grafana/grafana
2016-04-11 18:54:08 -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
7031645f4b
fix(): fixed sass lint warning
2016-04-11 18:27:53 -04:00
Torkel Ödegaard
75649c49d5
Merge branch 'master' into wizard
2016-04-11 18:18:09 -04:00
Torkel Ödegaard
f1ff044967
Merge branch 'master' of github.com:grafana/grafana
2016-04-11 18:16:57 -04:00
Torkel Ödegaard
9c14b9672f
fix(): admin stats and postgres
2016-04-11 18:16:35 -04:00
Torkel Ödegaard
f93b039e42
change(grafana-cli): changed upgrade to update in command line, upgrade and upgrade-all will still work as aliases
2016-04-11 18:05:28 -04:00
Torkel Ödegaard
3849b59627
feat(updates): changed to new api
2016-04-11 17:16:52 -04:00
bergquist
a5eda6a87b
feat(cli): detects plugin folder for dev env
...
closes #4572
2016-04-11 22:32:46 +02:00
Torkel Ödegaard
31441f0b43
feat(dashlist): updated dashlist
2016-04-11 16:21:25 -04:00
Torkel Ödegaard
451a8bef39
feat(pluginslist): minor update
2016-04-11 14:17:38 -04:00
Torkel Ödegaard
c518fdc155
Merge branch 'updatecheck' into pluginlist
2016-04-11 13:43:29 -04:00
Torkel Ödegaard
ab34b174f9
Added update notice to plugin list
2016-04-11 13:42:52 -04:00
Torkel Ödegaard
6ac3bd4c7c
feat(): update checks starting to work
2016-04-11 12:47:04 -04:00
Torkel Ödegaard
b4a8c227cc
feat(update checks): started work on update checks
2016-04-11 12:21:48 -04:00
Torkel Ödegaard
01c6b56685
Update latest.json
2016-04-11 11:54:07 -04:00
Torkel Ödegaard
5a81cf6c17
Merge branch 'master' of github.com:grafana/grafana
2016-04-11 09:27:30 -04:00
bergquist
eeb7524c0f
feat(cli): improve helptext for cli
2016-04-11 14:50:34 +02:00
bergquist
2fd25f0093
feat(cli): add uninstall alias for remove
2016-04-11 14:49:12 +02:00
Torkel Ödegaard
8047f902a5
stats(): updated stats
2016-04-10 18:36:54 -04:00
Torkel Ödegaard
788a0154d3
Merge branch 'master' of github.com:grafana/grafana
2016-04-10 14:59:03 -04:00
Torkel Ödegaard
a8f4b0227f
fix(graph): Fixed issue with legend height in table mode with few series, affected iframe embedding as well, fixes #4640
2016-04-10 14:58:52 -04:00
Torkel Ödegaard
cdf8c0fac9
Merge pull request #4635 from idanz/patch-2
...
Table module calls renderingCompleted
2016-04-10 14:09:34 -04:00
Torkel Ödegaard
8b5f71fb55
Merge pull request #4637 from utkarshcmu/version
...
Consistency in options for future support
2016-04-10 14:08:46 -04:00
utkarshcmu
c100df412d
Consistency in options for future support
2016-04-10 01:30:58 -07:00
Idan Zalzberg
cf00775bb8
Table module calls renderingCompleted
2016-04-10 11:00:25 +07:00
Torkel Ödegaard
97be3c05e6
feat(pluginlist panel): updates to pluginlist panel, hooked up plugin type categories
2016-04-09 15:32:41 -04:00
Torkel Ödegaard
4fd5552d3d
Merge branch 'pluginlist' of github.com:grafana/grafana into pluginlist
2016-04-09 15:02:01 -04:00
Torkel Ödegaard
12800f831a
Merge branch 'master' into pluginlist
2016-04-09 15:01:39 -04:00
Torkel Ödegaard
e8a209c9b5
fix(): removed obsolete call to setTimeQueryStart
2016-04-09 15:00:47 -04:00
Torkel Ödegaard
781fed1079
fix(mixed data source): fixed issue with mixed data sources in same graph, fixes #4604
2016-04-09 14:44:50 -04:00
Torkel Ödegaard
ebb373eedb
fix(graph): fixed issue with toggling series on and off would loose stacking, fixes #4557
2016-04-09 14:37:30 -04:00
Torkel Ödegaard
9f75bda8be
refactor(): minor cleanup in sidemenu component
2016-04-09 13:28:34 -04:00
Torkel Ödegaard
370589d6c0
fix(org switch): fixed issue with switching orgs, fixes #4614
2016-04-09 13:27:06 -04:00
Torkel Ödegaard
262c341bdc
fix(influxdb): fixed annotation queries containting template variables, fixes #4602
2016-04-09 13:09:03 -04:00
Torkel Ödegaard
22b11d7d4d
feat(graph panel): changed to PR #4493 and other polish, removed the relative time from graph tooltip, did not think it worked that well
2016-04-09 12:45:35 -04:00
timstanley1985
92f5f8dced
Fix build on RPi. Building from source timesout on karma tests so increase timeouts
2016-04-09 17:09:55 +01:00
Torkel Ödegaard
034244217f
Merge pull request #4493 from mtanda/highlight_tooltip
...
highlight series name in tooltip when shared tooltip enabled
2016-04-09 11:29:05 -04:00
Torkel Ödegaard
5d9c3d595f
fix(graph): fixed issue with y-axis labels overlapping with the yaxis, fixes #4626
2016-04-09 11:26:48 -04:00
Torkel Ödegaard
ed62822d44
feat(influxdb): changed multi query encoding in order to support InfluxDB >v0.11, closes #4533
2016-04-09 11:00:35 -04:00
Matt Toback
cf750c53fd
Few more style adjustments
2016-04-08 19:07:20 -04:00
Matt Toback
d2421d964a
New styles almost ready
2016-04-08 18:46:45 -04:00
Torkel Ödegaard
52e2091f2c
fix(): fixed issue with series override color selector when using the mouse to select color option, fixes #4620
2016-04-08 18:12:08 -04:00
Torkel Ödegaard
1a29a769c6
fix(series overrides): graph no rerenders with new styles after updating series override, fixes #4621
2016-04-08 17:43:13 -04:00
Torkel Ödegaard
d66d25ff14
feat(pluginlist): added plugin logo
2016-04-08 17:01:17 -04:00
Torkel Ödegaard
d70ef90bdd
feat(): plugin list panel
2016-04-08 16:42:33 -04:00
Torkel Ödegaard
f772a5cf38
Merge branch 'event-changes'
2016-04-08 09:28:34 -04:00
bergquist
583c0f09a8
feat(cli): adds better support for plugin folder in dev
2016-04-08 11:59:45 +02:00
Torkel Ödegaard
4d63b576f7
tech(): put in a real event emitter instead of rxjs based on that was broken
2016-04-07 19:47:48 -04:00
Torkel Ödegaard
44cf66d7ff
refactoring(): fixing event things
2016-04-07 19:23:20 -04:00
Matt Toback
469c43ca25
Merge pull request #4607 from grafana/new-styles
...
Updated font and a new style
2016-04-07 17:13:20 -04:00
Matt Toback
bb7dc0fd93
Updated font and a new style
2016-04-07 15:11:54 -04:00
Torkel Ödegaard
b8baeac860
Merge branch 'master' of github.com:grafana/grafana
2016-04-07 11:00:56 -04:00
Torkel Ödegaard
a425ce0826
fix(graph panel): Fixed legend option max not updating, fixes #4601
2016-04-07 10:57:55 -04:00
bergquist
513aa61d17
fix(singlestat): start timer for refreshs
2016-04-07 12:01:43 +02:00
utkarshcmu
6a55ec6955
Changed time shift icons
2016-04-07 02:21:54 -07:00
utkarshcmu
e470786fb9
Backward and forward arrows for time shift
2016-04-07 01:30:49 -07:00
Torkel Ödegaard
c3d88aa53d
fix(graph panel): fixed issue where newly added graph panels shared axes config binding, fixes #4582
2016-04-06 15:27:29 -04:00
Torkel Ödegaard
cb5b6af9db
docs(): updated readme, again
2016-04-06 13:19:06 -04:00
Torkel Ödegaard
b188a02956
docs(): updated
2016-04-06 13:11:43 -04:00
Torkel Ödegaard
604e21e32c
docs(): updated readme
2016-04-06 13:10:08 -04:00
Torkel Ödegaard
7dbebef3ff
docs(): updated readme again
2016-04-06 12:55:59 -04:00
Torkel Ödegaard
f8a4ebd4a8
docs(): updated readme again
2016-04-06 12:53:30 -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
Torkel Ödegaard
727deaf1a6
Merge pull request #4589 from grafana/mention-just-example
...
clarify that this is only an example. fix 2 of #4576
2016-04-06 08:04:58 -07:00
Dieter Plaetinck
b7410ee718
clarify that this is only an example. fix 2 of #4576
2016-04-06 11:03:15 -04:00
Carl Bergquist
583bfdf9bb
Merge pull request #4588 from utkarshcmu/unused
...
Fixed typos, lang
2016-04-06 16:30:55 +02:00
utkarshcmu
41dcefb174
Fixed typos, lang
2016-04-06 07:26:22 -07:00
Torkel Ödegaard
91bdb2f344
Merge pull request #4587 from utkarshcmu/unused
...
Removed unused option
2016-04-06 07:22:31 -07:00
utkarshcmu
58b76bac0d
Removed unused option
2016-04-06 07:12:38 -07: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
Torkel Ödegaard
a27d72b437
fix(): fixed issue with scripted dashboard example, fixes #4579
2016-04-06 08:49:51 -04:00
Torkel Ödegaard
22126e99c1
Merge branch 'master' of github.com:grafana/grafana
2016-04-06 08:44:24 -04:00
Torkel Ödegaard
dc7f8014a2
fix(app config): fixed issue with app config tab, fixes #4575
2016-04-06 08:43:06 -04:00
Torkel Ödegaard
e112175abe
Merge pull request #4570 from Dieterbe/document-godep
...
document godep build dependency
2016-04-06 05:25:18 -07:00
Torkel Ödegaard
f7fd1f2a89
Merge pull request #4585 from vitorboschi/fix4584
...
Fix percentage checkbox naming. Fix #4584
2016-04-06 05:24:05 -07:00
Vitor Boschi
ed1fe93648
Fix percentage checkbox naming. Fix #4584
2016-04-06 08:53:20 -03:00
Dieter Plaetinck
616b8f82ee
document godep build dependency
2016-04-05 13:24:19 -04:00
Torkel Ödegaard
43896dc416
fix(): updated changelog and version to beta3
2016-04-05 11:29:12 -04:00
Torkel Ödegaard
9b30634217
fix(postgres): fixed issue with postgres caused by wrong prefrences table types, dropped table and created it with correct column types, fixes #4558
2016-04-05 11:24:21 -04:00
bergquist
676e950fa3
fix(cli): improve error message for not using sudo
...
closes #4562
2016-04-05 15:37:09 +02:00
Torkel Ödegaard
90b86313db
Merge branch 'master' of github.com:grafana/grafana
2016-04-05 09:05:43 -04:00
Torkel Ödegaard
3c1e9e9a25
fix(table): fixed issue with table panel and annotations, fixes #4563
2016-04-05 09:05:34 -04:00
Daniel Lee
b39aa02b52
fix(plugins): Fix broken link in plugins readme
...
Another link to setup instructions that it is broken.
2016-04-05 12:05:14 +02:00
Daniel Lee
860e771493
fix(plugins): Fix broken link in plugins readme
...
Can't find the DEVELOPMENT.md file so linked to
http://docs.grafana.org/project/building_from_source/ instead.
2016-04-05 12:01:13 +02:00
Torkel Ödegaard
e027770213
docs(): updated links to beta2
2016-04-04 17:49:33 -04:00
Torkel Ödegaard
6bb001e416
Merge branch 'master' into query-editor-style
2016-04-04 13:55:55 -04:00
Torkel Ödegaard
43ebc172cb
fix(profile): fixed change password link and page, fixes #4542
2016-04-04 13:52:41 -04:00
Torkel Ödegaard
892e79a982
fix(table): another fix for table panel sorting, fixes #4544
2016-04-04 13:43:13 -04:00
Torkel Ödegaard
542e080f0a
fix(graph): fixed issue with graph legend when in table mode and series on righ-y axis, also fixed so that you can see what series are on right-y axis when legend is in table mode, fixes #4551 , fixes #1145
2016-04-04 13:13:25 -04:00
Torkel Ödegaard
f35eb0f148
fix(metrics tab): Fix for missing datasource name in datasource selector, fixes #4540
2016-04-03 16:19:14 -04:00
Torkel Ödegaard
c764e7fd97
fix(elasticsearch): add a better default terms size limit of 10, fixes #4013
2016-04-03 16:11:42 -04:00
Torkel Ödegaard
1c97f10d8a
fix(table panel): fixed column sort issue with table panel, #4532
2016-04-03 16:01:48 -04:00
Torkel Ödegaard
d8499e6941
fix(influxdb): added regex start string char to templating suggestion, fixes #4405
2016-04-03 15:51:54 -04:00
Torkel Ödegaard
105a678d64
fix(): another test fix
2016-04-03 10:28:31 -04:00
Torkel Ödegaard
a12de09533
changelog(): updated with preferences features
2016-04-03 10:21:11 -04:00
Torkel Ödegaard
431a610f00
fix(): fixed failing unit test
2016-04-03 10:12:43 -04:00
Torkel Ödegaard
6e6ebc5947
trying to fix karma issue
2016-04-03 09:43:33 -04:00
Torkel Ödegaard
b30b78e442
feat(preferences): got timezone option to work on org and profile level, as well as dashboard
2016-04-03 06:05:43 -07:00
Torkel Ödegaard
cab859a0e4
Merge branch 'master' into preferences
2016-04-03 05:33:11 -07:00
Torkel Ödegaard
a2c6469d41
fix(): A Datasource with null jsonData would make Grafana fail to load page, fixes #4536
2016-04-03 05:32:15 -07:00
Torkel Ödegaard
55d95f9009
feat(prefs): moved context srv to typescript
2016-04-03 05:27:35 -07:00
Torkel Ödegaard
ab1048b7ee
feat(preferences): theme and home dashbord settings now work work on profile and org settings page
2016-04-02 13:54:06 -07:00
Torkel Ödegaard
38a10f8be4
progress
2016-04-01 17:34:30 -07:00
Torkel Ödegaard
f165ba6480
Merge branch 'master' into preferences
2016-04-01 16:02:02 -07:00
Torkel Ödegaard
bcc875a39c
Merge branch 'master' of github.com:grafana/grafana
2016-04-01 10:57:17 -07:00
Torkel Ödegaard
2f2029a5c1
fix(dashboard): fixed dashboard layout for mobile devices, fixes #4529
2016-04-01 10:56:56 -07:00
Torkel Ödegaard
8dd509c31b
Merge pull request #4491 from grafana/code-snippets
...
Code snippets
2016-04-01 10:45:10 -07:00
Torkel Ödegaard
171f6422b1
docs(): corrected version
2016-03-31 07:05:44 -07:00
Torkel Ödegaard
5e6c3f314c
build(): trying to fix windows build on appveyor
2016-03-31 06:47:50 -07:00
Torkel Ödegaard
efc97d177a
Merge branch 'master' of github.com:grafana/grafana
2016-03-31 06:24:04 -07:00
Torkel Ödegaard
601e90f5fe
docs(): updated install instructions
2016-03-31 06:23:52 -07:00
Torkel Ödegaard
decede394a
Merge pull request #4517 from pborreli/patch-1
...
doc(plugins): typo
2016-03-31 05:54:34 -07:00
Pascal Borreli
eb850ddd36
doc(plugins): typo
2016-03-31 11:43:04 +01:00
Torkel Ödegaard
2bf305b177
build(): updated build version
2016-03-30 22:30:41 -07:00
Torkel Ödegaard
d3a4b7a799
Merge branch 'master' of github.com:grafana/grafana
2016-03-30 21:27:08 -07:00
Torkel Ödegaard
b85b5e00d4
fix(): fixed panel resize and fullscreen panel height issue
2016-03-30 21:26:54 -07:00
Daniel Lee
45b90972dc
feat(plugins): adds a readme for every native plugin
2016-03-30 23:33:30 +02:00
Torkel Ödegaard
4a807b6373
feat(preferences): still a lot more work needed in prefernces branch
2016-03-30 14:10:32 -07:00
Torkel Ödegaard
6ed9164c9d
Merge branch 'master' of github.com:grafana/grafana into preferences
2016-03-30 13:35:17 -07:00
Torkel Ödegaard
7180d6aa07
Merge pull request #4504 from sebito91/master
...
Issue with templating latest InfluxDB v0.11.0, force query to lowercase
2016-03-30 13:20:48 -07:00
Torkel Ödegaard
9d6445d4ce
build(): updated publish script
2016-03-30 12:41:16 -07:00
Torkel Ödegaard
953f9da3b5
build(): build fix
2016-03-30 12:02:44 -07:00
Torkel Ödegaard
97b304abc9
build(): added unix timestamp to iteration builds
2016-03-30 10:05:30 -07:00
Torkel Ödegaard
49a1d4417d
fix(dashlist): fixed dashlist bug
2016-03-30 09:49:07 -07:00
Torkel Ödegaard
8451de8752
tech(): changed deps in package.json
2016-03-30 08:10:22 -07:00
Torkel Ödegaard
32bed83a17
docs(): updated
2016-03-30 08:01:54 -07:00
Torkel Ödegaard
92edce8fa1
Merge branch 'master' of github.com:grafana/grafana
2016-03-30 08:01:43 -07:00
Torkel Ödegaard
545d3208c8
docs(): updated plugin docs
2016-03-30 16:56:22 +02:00
Mitsuhiro Tanda
0a13b7c559
highlight series name in tooltip when shared tooltip active
2016-03-30 22:46:46 +09:00
Torkel Ödegaard
b745726462
Merge branch 'master' of github.com:grafana/grafana
2016-03-30 00:16:15 +02:00
Torkel Ödegaard
3dbfd49414
ux(): templating forms polish
2016-03-29 22:24:08 +02:00
Torkel Ödegaard
2ee9376df2
ux(): form tweaks
2016-03-29 20:49:42 +02:00
Sebastian Borza
aa62c2eff6
Force the query check to lowercase for tag values, fix issue with templating influxdb v0.11.0
2016-03-29 12:36:21 -05:00
Torkel Ödegaard
50d773988b
ux(): updated graphite editor
2016-03-29 19:17:32 +02:00
Torkel Ödegaard
d2239427f2
ux(): big progress on updating query editors
2016-03-29 19:03:24 +02:00
Torkel Ödegaard
24a7d4f816
ux(): query editors, added group by
2016-03-29 17:56:34 +02:00
Torkel Ödegaard
a4f9621473
Merge branch 'master' into query-editor-style
2016-03-29 17:45:24 +02:00
Anthony Woods
04d142cd62
Merge pull request #4502 from grafana/issue4501
...
add missing ngInject comment.
2016-03-29 23:09:49 +08:00
woodsaj
2f3627e74b
add missing ngInject comment. fixes #4501
2016-03-29 22:53:02 +08:00
Torkel Ödegaard
d545902acc
ux(): updated and polished legend option forms
2016-03-29 15:53:41 +02:00
Torkel Ödegaard
4871a8f43e
refactor(graph): changed how graph stores panel yaxis options
2016-03-29 14:54:33 +02:00
Torkel Ödegaard
32c8f495ab
ux(): redesign of axis & grid forms
2016-03-29 12:32:40 +02:00
Torkel Ödegaard
0c21d2c047
fix(ux): css fix for tabbed view caused edit views in dashboard to create horizontal scrollbar
2016-03-29 11:07:55 +02:00
Torkel Ödegaard
0964a06ab5
Merge branch 'master' of github.com:grafana/grafana
2016-03-29 11:01:32 +02:00
Torkel Ödegaard
3e50ee6193
ux(): dashboard settings form polish, added on hover tooltip for checkbox directive
2016-03-29 11:01:00 +02:00
Anthony Woods
da98f47502
Merge pull request #4496 from grafana/issue4494
...
handle errors when requesting plugin list.
2016-03-29 16:16:17 +08:00
Anthony Woods
036f407d6a
gofmt
2016-03-29 16:04:24 +08:00
Anthony Woods
2c60dbd4fb
handle errors when requesting plugin list. fixes #4494
2016-03-29 15:35:08 +08:00
Torkel Ödegaard
b12ca1da88
build(): fixed failing build
2016-03-29 08:25:03 +02:00
Torkel Ödegaard
d4ada51fad
build(): fixed issue with peer dependencies in package.json, fixes #4487
2016-03-29 06:16:49 +02:00
Matt Toback
ef89dabb61
Go away extra line
2016-03-28 18:37:52 -04:00
Matt Toback
9be1ffd633
Fixed code blocks in Grafana
2016-03-28 18:37:02 -04:00
Torkel Ödegaard
f0ae6a0bb1
fix(build): fixed js issue with optimized build
2016-03-28 21:45:31 +02:00
Torkel Ödegaard
1e44ee9e9b
feat(grafana-cli): minor changes
2016-03-28 21:42:26 +02:00
Torkel Ödegaard
b3bda2aa64
Merge branch 'master' of github.com:grafana/grafana
2016-03-28 20:44:54 +02:00
Torkel Ödegaard
82ad5a632d
tech(): fixed broken tests due to angularjs upgrade
2016-03-28 20:44:32 +02:00
Torkel Ödegaard
21213a2587
Merge pull request #4488 from grafana/repoUrl
...
update default repo url in grafana-cli
2016-03-28 18:14:45 +02:00
Anthony Woods
776af45c09
update default repo url in grafana-cli
2016-03-28 23:36:27 +08:00
Torkel Ödegaard
70b66382eb
tech(): updated angularjs
2016-03-28 17:08:31 +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
f27ce7e1e4
Merge pull request #4461 from dfwarden/ldap_nested_groups
...
LDAP Nested Groups
2016-03-28 11:19:28 +02:00
Torkel Ödegaard
91c5515d5b
Merge branch 'master' of github.com:grafana/grafana
2016-03-28 11:16:03 +02:00
Torkel Ödegaard
6ab1937ff5
changelog(): comment about possible breaking change with templated dashboards
2016-03-28 11:15:48 +02:00
Torkel Ödegaard
576a490435
Merge pull request #4472 from volter/issue-3728
...
Solve issue #3728
2016-03-28 11:06:33 +02:00
Torkel Ödegaard
0afa545b06
Merge branch 'master' of github.com:grafana/grafana
2016-03-28 10:34:57 +02:00
Torkel Ödegaard
937cefe824
Merge pull request #4477 from grafana/dashlist-style
...
add card style css for dashlist panels and remove dark border on dash…
2016-03-28 10:34:49 +02:00
Torkel Ödegaard
896605f838
ux(): minor fix for row menu in pinned sidemenu state
2016-03-28 10:23:36 +02:00
Torkel Ödegaard
250e98837f
Merge pull request #4484 from notpeter/CloudWatch-ListExamples
...
Docs: Examples for listing CloudWatch resources in templates.
2016-03-28 09:39:09 +02:00
Peter Tripp
2cb3505dce
Examples for listing CloudWatch resources in templates.
2016-03-27 17:20:33 -07:00
Torkel Ödegaard
73f11fae2e
Merge pull request #4483 from utkarshcmu/docs
...
Fixed some minor typos in docs
2016-03-27 13:42:52 +02:00
utkarshcmu
4ced5bbbc0
Fixed some minor typos in docs
2016-03-26 20:15:36 -07:00
Matt Toback
4421fda877
Merge pull request #4479 from grafana/worldping
...
Tightened up the bottom padding on playlist headers - distance to bot…
2016-03-25 17:42:39 -04:00
Matt Toback
5407052e0c
Tightened up the bottom padding on playlist headers - distance to bottom border
2016-03-25 17:41:31 -04:00
Torkel Ödegaard
437b880b3e
feat(plugins): work on setup wizard started
2016-03-25 22:14:29 +01:00
Trent White
90c7943242
backing out card style on dashlist
2016-03-25 12:12:46 -04:00
Trent White
70d536c6c4
add card style css for dashlist panels and remove dark border on dashlist items to match the dropdown dashboard picker list
2016-03-25 11:54:50 -04:00
Torkel Ödegaard
319b934967
fix(): fixed failing test
2016-03-25 15:52:28 +01:00
Torkel Ödegaard
61017fc204
feat(plugins): import all dashboards feature
2016-03-25 15:35:58 +01: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
Torkel Ödegaard
7045d06221
Merge pull request #4474 from grafana/worldping-adjustments
...
Added a new util class for highlight words, proper variables added fo…
2016-03-25 13:44:36 +01:00
Torkel Ödegaard
05cc370c55
feat(plugins): added disable button to app config tab
2016-03-25 13:43:13 +01:00
Torkel Ödegaard
963e202745
fix(): data push fix
2016-03-25 09:40:05 +01:00
Matt
82b1a11820
Added a new util class for highlight words, proper variables added for light and dark
2016-03-24 22:01:33 -04:00
Trent White
694c6e8fd2
added new icons for default panels
2016-03-24 16:14:51 -04:00
Volker Fröhlich
45186255cf
Solve issue 3728
...
Conditionally add a format element to ES annotation queries
2016-03-24 17:58:03 +01:00
bergquist
a531a1709e
docs(plugin): add apps page
2016-03-24 11:55:36 +01:00
bergquist
f85a3ad44d
docs(plugins): minor improvesments to plugin dev guide
2016-03-24 11:29:11 +01:00
Torkel Ödegaard
ee7afcbe9e
ux() some final tweaks
2016-03-23 22:40:48 +01:00
Torkel Ödegaard
b3b63f836a
ux(): checkbox v3 with hover style
2016-03-23 22:28:38 +01:00
Torkel Ödegaard
c2ef2ef287
ux(): updated checkbox v3 experiment
2016-03-23 21:18:37 +01:00
Torkel Ödegaard
e65fd45c65
ux(): checkbox experiment
2016-03-23 21:10:06 +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
481139772b
Merge branch 'master' of github.com:grafana/grafana
2016-03-23 16:38:47 +01:00
Torkel Ödegaard
5dfac9a765
feat(plugins): added plugin logo to navbar on plugin page, #4452
2016-03-23 16:37:58 +01:00
Carl Bergquist
ee92fee212
Merge pull request #4460 from grafana/influxdb
...
[InfluxDB] Adds support for 0.11.0 tags
2016-03-23 16:12:15 +01:00
Torkel Ödegaard
b06d809364
ux(): changed name again
2016-03-23 15:42:46 +01:00
Torkel Ödegaard
f8fb97d912
ux(): restored natural language input class
2016-03-23 15:41:01 +01:00
bergquist
5f2f4a0897
test(influxdb): remove redundant test
2016-03-23 15:23:14 +01:00
Torkel Ödegaard
b7d198793f
refactor(): minor refactoring of #4455
2016-03-23 15:09:48 +01:00
bergquist
991b6eafca
tech(influxdb): convert datasource to TS class
2016-03-23 14:45:24 +01:00
bergquist
5b75eea8cf
fix(influxdb): remove unused parameter
2016-03-23 14:45:24 +01:00
bergquist
ba48f40d21
feat(influxdb): bases parsing upon query
2016-03-23 14:45:23 +01:00
bergquist
6fafc8dba1
add(influxdb): add support for 0.11.0 tags
2016-03-23 14:45:23 +01:00
bergquist
53312852e9
tests(influxdb): adds tests for influxdb response
2016-03-23 14:45:23 +01:00
Torkel Ödegaard
2d59112c1b
Merge pull request #4455 from grafana/g3-app-improvements
...
Form adjustments for app work
2016-03-23 14:32:42 +01:00
Torkel Ödegaard
637db29fad
tech(): updated phantomjs npm package to use phantomjs-prebuilt
2016-03-23 13:26:38 +01:00
David Warden
87aca5bf1b
new config option for source of %s in group_search_filter, useful for nested LDAP groups
2016-03-23 08:21:25 -04:00
Torkel Ödegaard
585503f9fb
fix(): renamed plugin.json for wip for new work in progress data source
2016-03-23 13:11:55 +01:00
Torkel Ödegaard
19e07a610a
tech(): added gorilla dependency
2016-03-23 13:08:09 +01: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
Matt Toback
30b2a7169f
Form adjustments for app work
2016-03-22 18:41:04 -04:00
Torkel Ödegaard
cb49e11eca
feat(live): panel sdk/api refactorings
2016-03-22 21:27:53 +01:00
David Warden
5b5cf9f006
documentation for ldap nested groups
2016-03-22 13:54:36 -04:00
David Warden
2bf94d8db4
version bump go-ldap to v2.2.1
2016-03-22 13:54:36 -04:00
Torkel Ödegaard
7366cef1fe
Merge branch 'master' into websocket
2016-03-22 18:33:39 +01:00
Torkel Ödegaard
1854381456
tech(): updated es6-shim, removed es5-shim, no longer needed as we upraded phantomjs to 2.x, also removed es6-promise, dont think we need it
2016-03-22 18:32:08 +01:00
Torkel Ödegaard
8dee54bf5d
feat(live): progress on panel <-> data source communication patterns
2016-03-22 18:21:21 +01:00
bergquist
bbc4c361bb
fix(npm): updates phantomjs requirement
2016-03-22 17:23:15 +01:00
bergquist
83b7397398
Revert "feat(influxdb): add support for 0.11.0 tags"
...
This reverts commit b73d196c6b .
2016-03-22 16:07:00 +01:00
Matt Toback
04a887dafa
Merge pull request #4447 from grafana/grafana-worldping-tweaks
...
Updated card views to accommodate a 2 column layout at lg breakpoints
2016-03-22 10:33:00 -04:00
Matt Toback
4c5291f941
Updated card views to accommodate a 2 column layout at lg breakpoints
2016-03-22 10:21:47 -04:00
bergquist
b73d196c6b
feat(influxdb): add support for 0.11.0 tags
...
this change is backwards compatible.
closes #4392
2016-03-22 14:35:46 +01:00
Torkel Ödegaard
d0564933a2
Merge branch 'master' into websocket
2016-03-22 10:42:41 +01:00
Torkel Ödegaard
03f91e8d85
fix(panel resize): fixed panel resize drag handling
2016-03-22 10:42:29 +01:00
Torkel Ödegaard
c711fb67c8
Merge branch 'master' into websocket
2016-03-22 10:31:57 +01:00
Torkel Ödegaard
7e6314dcac
Merge branch 'master' of github.com:grafana/grafana
2016-03-22 10:16:01 +01:00
Torkel Ödegaard
10df9dc8c3
feat(plugins): finished app navigation enhancements, closes #4434
2016-03-22 10:15:47 +01:00
bergquist
4110c7ffb0
fix(switchorg): fixes broken redirect when switchin org
2016-03-22 09:25:46 +01:00
Carl Bergquist
7f79024e6a
Merge pull request #4440 from utkarshcmu/redirect
...
Redirect to home when switching orgs
2016-03-22 08:28:39 +01:00
utkarshcmu
f6cbbe1e64
Redirect to home when switching orgs
2016-03-21 22:56:46 -07:00
Torkel Ödegaard
64312ceded
ux(): updated http settings view with new checkboxes
2016-03-21 21:36:30 +01:00
Torkel Ödegaard
98206ab49f
ux(): created new gf-form-switch directive clean/refactoring
2016-03-21 21:24:06 +01:00
Torkel Ödegaard
56622ee2c6
Merge branch 'master' of github.com:grafana/grafana
2016-03-21 19:07:19 +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
Torkel Ödegaard
8498bfd2c2
Merge pull request #4436 from grafana/org-details-improvements
...
Finishing touches
2016-03-21 17:17:59 +01:00
Torkel Ödegaard
7403b94b9d
Merge branch 'checkboxv2' of github.com:grafana/grafana into checkboxv2
2016-03-21 14:19:32 +01:00
Torkel Ödegaard
d40cc32393
Merge branch 'master' of github.com:grafana/grafana into checkboxv2
2016-03-21 14:18:05 +01:00
Torkel Ödegaard
fc983f9751
ux(): checkbox v2 tweaks
2016-03-21 14:08:18 +01:00
Torkel Ödegaard
ae255a7adf
ux(): new checkbox tweaks
2016-03-21 13:37:56 +01:00
bergquist
90c6b04361
fix(backendsrv): remove invalid check
2016-03-21 12:43:30 +01:00
bergquist
86a274a7ee
feat(backendsrv): improves error response handling
...
datasourceRequests that could not reach the destination threw
invalid errors due to missing property. This fixes gives the user
a better error message.
closes #4428
2016-03-21 12:30:13 +01:00
Torkel Ödegaard
530b6a5088
ux(): another checkbox design
2016-03-21 11:27:53 +01:00
Torkel Ödegaard
5e52aaac6f
ux(): checkbox style test
2016-03-21 11:07:37 +01:00
Torkel Ödegaard
3ea441d1a0
feat(live): tricky
2016-03-21 10:42:10 +01:00
bergquist
14df3c6249
feat(cli): use built in envvar support
2016-03-21 10:11:08 +01:00
bergquist
7f8643efde
feat(cli): make all plugin commands subcommands
2016-03-21 10:01:07 +01:00
Torkel Ödegaard
bd6a68bfe5
ux(): more changes to influxdb query editor
2016-03-20 18:01:25 +01:00
Torkel Ödegaard
a5a244767a
Merge branch 'master' into query-editor-style
2016-03-20 17:39:31 +01:00
Torkel Ödegaard
273311eed2
ux(graph styles tab): updated forms in graph styles tab
2016-03-20 17:33:30 +01:00
Torkel Ödegaard
55189200a4
ux(): updated query editor test
2016-03-20 16:18:31 +01:00
Torkel Ödegaard
5e431149cd
feat(preferences): removed unused api prefernce methods, these need to be abstracted more from an http api perpsective, they are too low level for the http api, #4399
2016-03-20 11:54:24 +01:00
Torkel Ödegaard
7023dedc05
feat(preferences): refactoring PR #4399
2016-03-20 11:52:19 +01:00
Torkel Ödegaard
9e98c86ae1
Merge branch 'master' into preferences
2016-03-20 11:27:49 +01:00
Torkel Ödegaard
071237d322
Merge pull request #4399 from utkarshcmu/preferences
...
Set home dashboard per user per org #3214
2016-03-20 11:25:03 +01:00
Torkel Ödegaard
06468d6f43
Merge pull request #4368 from simnv/variable-escape
...
Slash escape regex
2016-03-20 11:22:33 +01:00
Torkel Ödegaard
4377e95c99
fix(graph legend): minor correction to last commit
2016-03-20 11:21:06 +01:00
Torkel Ödegaard
f4feb38089
fix(graph): fixed issue with graph and legend to the right in snapshots, closes #4400
2016-03-20 11:17:53 +01:00
Torkel Ödegaard
82232e2530
changelog(): added nested ldap group to changelog, #4401
2016-03-20 10:57:53 +01:00
Torkel Ödegaard
9c2809a1a4
ux(): button style tweaks, align with grafana.net styles more
2016-03-20 10:31:50 +01:00
simnv
dd5b4a25d1
Slash escaping test
2016-03-20 00:13:48 +06:00
Torkel Ödegaard
73e5c70d80
fix(ux): fixed ux issue in new cards data source list, now handles overflowing urls and titles, fixes #4403
2016-03-19 11:37:40 +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
662dbaf8b2
Merge pull request #4420 from grafana/grafana-worldping-tweaks
...
Beginngings of style adjustments to support worldPing app
2016-03-19 11:10:14 +01:00
Torkel Ödegaard
e63ff1c762
feat(dataproxy): set flush interval, need a setting for this
2016-03-19 11:09:26 +01:00
Matt Toback
084ad69c53
Beginngings of style adjustments to support worldPing app
2016-03-18 19:32:50 -04:00
Torkel Ödegaard
1ccde201be
feat(live datasouces): moved from Observable to Subject
2016-03-18 13:52:26 +01:00
bergquist
48a721e259
feat(tslint): remove two space requirements for comments
2016-03-18 13:20:49 +01:00
bergquist
4c7f638f3c
fix(datasources): fixes header condition
...
closes #4402
2016-03-18 09:48:26 +01:00
bergquist
35e53ee511
docs(plugin): add info about enabling apps
2016-03-18 09:48:26 +01:00
bergquist
b1881e5f54
docs(plugins): update links to new examples
2016-03-18 09:48:26 +01:00
bergquist
3c39a935f8
docs(plugins): docs for app plugins
2016-03-18 09:48:26 +01:00
bergquist
2b0499c968
docs(plugin): update link to datasource docs
2016-03-18 09:48:26 +01:00
Carl Bergquist
504d800a0d
Merge pull request #4412 from utkarshcmu/viewer
...
Viewer not able to delete snapshot anymore
2016-03-18 09:16:17 +01:00
utkarshcmu
9d4fa87914
Viewer not able to delete snapshot
2016-03-18 01:13:34 -07:00
Matt Toback
6016033b8b
Finishing touches
2016-03-17 15:14:26 -04:00
Matt Toback
5af54c57ba
Update admin.md
2016-03-17 14:31:55 -04:00
utkarshcmu
cb42cfc6af
Removed unwanted api, moved logic into backend
2016-03-17 02:29:34 -07:00
Torkel Ödegaard
9ddf22ea93
Merge branch 'master' into websocket
2016-03-17 10:16:05 +01:00
Torkel Ödegaard
b2fe7e518f
ux(): added specific fallback logos for plugin depending on type, polished layout selector style
2016-03-17 10:15:16 +01:00
utkarshcmu
4fbe954a79
Home dashboard per user per org works
2016-03-17 01:38:18 -07:00
utkarshcmu
66621d762e
Added getDashboardSlugById api
2016-03-17 01:01:58 -07:00
utkarshcmu
9dd6aefcec
Minor corrections
2016-03-16 23:35:06 -07:00
utkarshcmu
749fd618a9
Saving home dashboard id in table
2016-03-16 23:22:27 -07:00
Matt Toback
6bf05a8154
Made the input shadow a bit more subtle while maintaining the box shadow
2016-03-16 16:08:18 -04:00
bergquist
a08809f8fe
fix(phantomjs): upgrades to 2.1.1 for ssl support
...
closes #4371
2016-03-16 16:30:08 +01:00
bergquist
57ecb276c8
fix(singlestat): use exact value for coloring
...
closes #4259
2016-03-16 16:04:35 +01:00
Torkel Ödegaard
79a803ea8f
feat(ds observable): minor progress on handling data source observable
2016-03-16 15:59:21 +01:00
Torkel Ödegaard
0f6579801d
Merge branch 'master' into websocket
...
Conflicts:
public/app/core/core.ts
2016-03-16 15:19:32 +01:00
Torkel Ödegaard
fcaf2bfdba
fix(datasource): when addding data source withCredentials did not get set, fixes #4389
2016-03-16 15:16:28 +01:00
Torkel Ödegaard
4144f71e23
Merge branch 'datasource-lists-cards'
2016-03-16 15:05:46 +01:00
Torkel Ödegaard
852ecd71f7
ux(): update data source list to card view, #4364
2016-03-16 15:05:07 +01:00
bergquist
aadc6e0bbd
fix(fonts): move icon fonts back to main css
2016-03-16 14:45:39 +01:00
Torkel Ödegaard
a738945a88
feat(data source observerable): started work on handling data source observerable
2016-03-16 14:19:30 +01:00
bergquist
9d3cbfe896
Merge branch 'cli_colors'
2016-03-16 14:18:19 +01:00
bergquist
1a11f1e8c6
Merge branch 'master' into cli_colors
2016-03-16 14:17:35 +01:00
bergquist
a12f5376b5
feat(cli): adds some colors to ls command
2016-03-16 14:09:30 +01:00
Carl Bergquist
fd531e84fc
Merge pull request #4384 from vitorboschi/fixTypo
...
fix typo
2016-03-16 13:40:39 +01:00
Torkel Ödegaard
d26d7162a5
fix(opentsdb): fixed templating issue for single value variables, fixes #4312
2016-03-16 13:11:07 +01:00
Vitor Boschi
a9cdf580a7
fix typo
2016-03-16 09:06:44 -03:00
Carl Bergquist
990acb3fd3
Merge pull request #4383 from bbinet/patch-1
...
[docs] typos in plugins/installation.md
2016-03-16 11:59:51 +01:00
Bruno Binet
3486bf92eb
[docs] typos
2016-03-16 11:56:19 +01:00
bergquist
ed1864e076
feat(dashlist): stores recently visited dashboards per orgid
2016-03-16 11:52:25 +01:00
bergquist
0998ce81f3
Merge branch 'local_fonts'
2016-03-16 11:08:53 +01:00
bergquist
99e068643b
feat(fonts): download fonts from grafana instead of CDN
...
Makes its possible to run grafana without internet access.
The performance hit by not using a cdn is very small since
most grafana instances are setup on locally.
closes #4223
2016-03-16 10:51:59 +01:00
Torkel Ödegaard
0d7eb18d7b
Merge branch 'master' of github.com:grafana/grafana
2016-03-16 10:32:24 +01:00
Torkel Ödegaard
81c11ebb53
fix(dashlist): fixed issue with viewing last viewed dashboards, when you had more than dashboards in last viewed than panel limit they did not show up in list
2016-03-16 10:32:11 +01:00
Carl Bergquist
2e73c58338
Merge pull request #4379 from mtanda/cloudwatch_tag_search_fix
...
(cloudwatch) remove duplicative attribute
2016-03-16 08:33:59 +01:00
Mitsuhiro Tanda
381a48f21d
(cloudwatch) remove duplicative attribute
2016-03-16 15:41:52 +09:00
Torkel Ödegaard
a88176e060
feat(preferences): lots of refactoring and changes to #3214
2016-03-15 22:49:52 +01:00
Torkel Ödegaard
e06756bcab
Merge branch 'preferences' of github.com:grafana/grafana into preferences
2016-03-15 22:15:27 +01:00
Torkel Ödegaard
9c222a445f
Merge branch 'master' into preferences
2016-03-15 22:14:35 +01:00
Torkel Ödegaard
51bde36dee
Merge pull request #4354 from utkarshcmu/preferences
...
Ability to save Preferences
2016-03-15 22:04:10 +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
1abdd170d3
ux(): fixes to cards and sorting plugin list, #4364
2016-03-15 15:52:29 +01:00
Torkel Ödegaard
dddd155afa
Merge branch 'master' of github.com:grafana/grafana
2016-03-15 15:28:55 +01:00
Torkel Ödegaard
c411714546
ux(): added card layout selector and list view mode, #4364
2016-03-15 15:28:37 +01:00
Trent White
cba7c1726f
add graphite logo to datasource card
2016-03-15 10:08:23 -04:00
simnv
be8ec24106
Slash escape regex
...
Slash symbol "/" wasn't escaped when we chose variable from template dropdown, so we couldn't choose interface names like Gi9/10 when querying from influxdb.
2016-03-15 16:05:32 +05:00
Carl Bergquist
0b3ccaff27
Merge pull request #4361 from bergquist/remove_staticRoot
...
plugin.json: remove staticRoot field
2016-03-15 10:07:08 +01:00
Torkel Ödegaard
b273cd1339
Merge branch 'master' into websocket
2016-03-15 09:52:36 +01:00
Torkel Ödegaard
82eb32a71e
ux(): initial pass at new card / list design, #4364
2016-03-15 09:15:24 +01:00
bergquist
e905c2c6b5
feat(plugin.json): remove staticRoot field
2016-03-15 09:00:55 +01:00
Torkel Ödegaard
13376d89cc
Merge pull request #4363 from cookiefission/fix/trim-edges-typo
...
Fix minor typo in tooltip
2016-03-14 22:29:14 +01:00
Torkel Ödegaard
2e1f26096f
feat(grafana_live): more work pushing data to websocket, #4355
2016-03-14 22:26:43 +01:00
Sean Kenny
8f97e8d5ed
Fix minor typo in tooltip
2016-03-14 19:40:23 +00:00
Torkel Ödegaard
92f20b9b7d
feat(websocket): reconnection and resubscription handling, #4355
2016-03-14 19:21:32 +01:00
Torkel Ödegaard
3d5251d9a5
feat(websocket): more work websocket ds, # 4355
2016-03-14 17:32:48 +01:00
Torkel Ödegaard
195be2742c
feat(live): wip work
2016-03-14 16:18:07 +01:00
Torkel Ödegaard
2adc4d12be
feat(live): work on websocket data source, #3455
2016-03-14 13:20:55 +01:00
Torkel Ödegaard
8d7b7009c3
Merge branch 'master' into websocket
2016-03-14 12:01:43 +01:00
Torkel Ödegaard
ca5a34ad1e
fix(datasource): filter out built in data sources from data source type dropdown
2016-03-14 12:00:56 +01:00
Torkel Ödegaard
fbd94fc6ce
feat(websockets): inital work on websockets, #4355
2016-03-14 11:59:51 +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
utkarshcmu
e371e03696
Able to save preference version, created, updated fields
2016-03-14 03:12:52 -07:00
Torkel Ödegaard
5b6754ce6c
Merge branch 'master' into websocket
2016-03-14 10:33:11 +01:00
Torkel Ödegaard
4aba3bc62b
fix(opentsdb): fixed templating issue for OpenTSDB, fixes #4312 , fixes #4311
2016-03-14 10:18:43 +01:00
Torkel Ödegaard
fc6ad2059a
docs(): updated doc version
2016-03-14 10:03:18 +01:00
Torkel Ödegaard
69c8bb1eb3
feat(plugins): added filter (type) tabs po plugin list view
2016-03-14 09:10:32 +01:00
utkarshcmu
0bf721a74c
Able to save home dashboard
2016-03-13 23:57:38 -07:00
Torkel Ödegaard
c504abb84d
feat(plugins): added dashboards tab to plugin edit page, #4275
2016-03-13 20:18:45 +01:00
Torkel Ödegaard
2527289e3e
Merge branch 'master' of github.com:grafana/grafana
2016-03-13 19:21:56 +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
bergquist
8e70e9c1c3
feat(cli): improve error message for missing permission
2016-03-13 11:29:43 +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
d575a5ce12
feat(plugins): added prometheus dashboard to prometheus data source, #4298
2016-03-12 10:40:55 +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
3fb0b71822
refactor(): refactoring json usage
2016-03-12 00:13:06 +01:00
Torkel Ödegaard
40b2f00dc5
fix(): fixed from db -> json
2016-03-11 23:39:42 +01:00
Torkel Ödegaard
749da42ffc
updated lib
2016-03-11 23:29:45 +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
utkarshcmu
43b474143c
Preferences model updated
2016-03-11 06:30:05 -08:00
bergquist
740478344b
Merge branch 'master' into cli_colors
2016-03-11 14:43:12 +01:00
bergquist
5094c1db2a
feat(cli): improves error message for 401 requests
2016-03-11 14:34:48 +01:00
bergquist
f5bb2b11e5
feat(cli): improve error handling for missing plugin dir
2016-03-11 14:11:25 +01:00
bergquist
8da702c2e7
feat(cli): add grafana net url
2016-03-11 13:59:09 +01:00
Torkel Ödegaard
d2b0bad1cf
fix(): fixed changed partials paths
2016-03-11 13:02:21 +01:00
Torkel Ödegaard
ece8a925a6
Merge branch 'master' of github.com:grafana/grafana
...
Conflicts:
examples/nginx-app/package.json
examples/nginx-app/plugin.json
2016-03-11 12:39:10 +01:00
Torkel Ödegaard
fc54c01f01
feat(plugins): more work on plugin dashboard install, #4298
2016-03-11 12:31:56 +01:00
Torkel Ödegaard
3fd420c901
Merge pull request #4335 from mtanda/cloudwatch_tag_query
...
(cloudwatch) support tag query
2016-03-11 11:21:12 +01:00
Mitsuhiro Tanda
01788e86e5
(cloudwatch) add document for new query
2016-03-11 18:18:14 +09:00
bergquist
4f52bc138f
docs(examples): move app example into new repo
2016-03-11 10:06:44 +01:00
Torkel Ödegaard
2de439bd1e
feat(plugins): progress on dashboard installs , #4298
2016-03-11 09:57:20 +01:00
Mitsuhiro Tanda
b989e2ce37
minor fix
2016-03-11 17:04:42 +09:00
Mitsuhiro Tanda
25f08ddd39
(cloudwatch) change parameter form of ec2_instance_attribute()
2016-03-11 16:59:06 +09:00
bergquist
a16c799da9
fix(examples): update link in readme
2016-03-11 08:52:14 +01:00
Mitsuhiro Tanda
0052e9d136
(cloudwatch) add ec2_instance_attribute() query
2016-03-11 16:48:29 +09:00
bergquist
b72cf90ed4
example(panel): rename to match new convetion
2016-03-11 08:39:05 +01:00
bergquist
69013ef8ad
Merge branch 'master' of github.com:grafana/grafana
2016-03-11 08:35:24 +01:00
Carl Bergquist
16132e86a3
Merge pull request #4331 from mtanda/cloudwatch_add_metrics_dimensions
...
(cloudwatch) add metrics/dimensions of AWS/Events and AWS/Logs
2016-03-11 08:28:00 +01:00
Carl Bergquist
047191abf0
Merge pull request #4330 from tdyas/fix_nginx_app_example
...
remove extra comma in nginx-app's package.json
2016-03-11 08:02:48 +01:00
Torkel Ödegaard
11372ac9ff
Merge pull request #4332 from simnv/influxdb-tags-multiple
...
InfluxDB: Fix groupby selection
2016-03-11 07:14:48 +01:00
simnv
336c1b7b6e
Fix groupby selection
...
Default groupby selection for influxdb is escaped not like a regex, but as a glob. It works fine with one value in variable, but when you select multiple values, query is incorrect:
> SHOW TAG KEYS FROM "os.disk.fs.space_total" WHERE "host" =~ /{host-1,host-2}$/
2016-03-11 08:30:56 +05:00
Mitsuhiro Tanda
2c5abed2f1
(cloudwatch) add metrics/dimensions of AWS/Events and AWS/Logs
2016-03-11 12:11:01 +09:00
Tom Dyas
8c6890c95f
remove extra comma in nginx-app's package.json
...
otherwise grunt fails due to a syntax error in package.json
2016-03-10 17:48:17 -05:00
Torkel Ödegaard
60adcedebe
feat(plugins): worked on plugin dashboard import handling
2016-03-10 19:57:48 +01:00
bergquist
95de5f6fe1
feat(cli): adds some amazing colors
2016-03-10 17:33:44 +01:00
bergquist
788aafff3c
feat(cli): disable dependecy downloads until needed
2016-03-10 17:16:01 +01:00
bergquist
c09d506245
feat(navigation): hide new and import for viewers
...
closes #4326
2016-03-10 16:38:16 +01:00
bergquist
18c5e90076
Merge branch 'cli_compose_download_url'
2016-03-10 16:29:37 +01:00
bergquist
fee0745e98
feat(cli): support for asking grafana net about plugins
2016-03-10 16:25:34 +01:00
bergquist
43073da7eb
feat(renderer): add timeout for the renderer api
...
closes #4325
2016-03-10 16:02:10 +01:00
bergquist
0b6fee138a
docs(configuration): add redis as session storage
2016-03-10 14:49:37 +01:00
Torkel Ödegaard
78b9c3004a
feat(plugins): minor progress on dashboard imports
2016-03-10 14:28:31 +01:00
Carl Bergquist
c99aa74140
Merge pull request #4322 from utkarshcmu/add-api
...
#4258 Implemented GetDataSourceIdByName API
2016-03-10 11:46:32 +01:00
utkarshcmu
4fbff99186
Implemented GetDataSourceIdByName API
2016-03-10 01:31:10 -08:00
utkarshcmu
8afd56575c
Moved api in correct group
2016-03-10 00:48:38 -08:00
Torkel Ödegaard
1951f3856f
feat(plugins): refactored datasourceEditCtrl to typescript, #4298
2016-03-10 09:47:29 +01:00
Torkel Ödegaard
8357cdf591
Merge pull request #4313 from PaulMest/patch-1
...
Update ldap.md
2016-03-10 07:29:41 +01:00
Torkel Ödegaard
499bad5f53
Merge pull request #4320 from mtanda/templating_fix_on_time_range_change
...
fix to use variable.refresh flag
2016-03-10 07:26:24 +01:00
Mitsuhiro Tanda
df2a23d1a7
fix to use variable.refresh flag
2016-03-10 13:19:07 +09:00
Paul Mestemaker
d6ecf74db4
Update ldap.md
...
Added clearer language on which versions offer LDAP support.
2016-03-09 11:25:42 -08:00
bergquist
6670e6cd29
feat(cli): allow redirect for plugin-repo.json
2016-03-09 16:10:46 +01:00
Torkel Ödegaard
d8b11adfd5
Merge branch 'master' into dashboard-thing
2016-03-09 13:11:48 +01:00
Torkel Ödegaard
4a5b753fd8
feat(templating): refactoring of the refresh values of #4281
2016-03-09 13:10:02 +01:00
bergquist
d9231eb805
github(pr_template): minor guide for PRs
2016-03-09 12:42:36 +01:00
Torkel Ödegaard
bb1e7f62a0
fix(build): updated moment.js to fix systemjs build issue, fixes #4306
2016-03-09 12:39:05 +01:00
bergquist
e5ffb2bfd2
github(issue_template): minor improvement
2016-03-09 12:08:09 +01:00
bergquist
6fff0b3e2a
Merge branch 'mtanda-refresh_temp_value_by_time_range_changes'
2016-03-09 12:02:02 +01:00
bergquist
f0d1853a66
style(templating): tigth-form -> gf-form
2016-03-09 11:56:52 +01:00
bergquist
7224728ab8
Merge branch 'refresh_temp_value_by_time_range_changes' of https://github.com/mtanda/grafana into mtanda-refresh_temp_value_by_time_range_changes
2016-03-09 11:46:49 +01:00
bergquist
ca7c3cc27d
docs(changelog): add opentsdb annotations to changelog
2016-03-09 11:34:59 +01:00
Carl Bergquist
ac439d83fe
Merge pull request #4296 from knowroozi/opentsdb_annotations
...
add annotations for opentsdb
2016-03-09 11:31:05 +01:00
Torkel Ödegaard
c0b92eb5d0
fix(jshint): fixed jshint warning
2016-03-09 10:31:43 +01:00
Torkel Ödegaard
5599bdf1bc
Merge branch 'master' of github.com:grafana/grafana
2016-03-09 10:26:11 +01:00
Torkel Ödegaard
de41536046
fix(share): fixed checkboxes in share modal, fixes #4301
2016-03-09 10:26:00 +01:00
Torkel Ödegaard
30d321998c
Merge pull request #4295 from utkarshcmu/nav-fix
...
Minor nav fix
2016-03-09 09:27:38 +01:00
bergquist
59a02ce76a
example(plugin.json): add example dashboard file
2016-03-08 22:13:40 +01:00
bergquist
2c396d4922
example(plugin.json): align example app with latests version
2016-03-08 21:50:02 +01:00
Torkel Ödegaard
3191678b14
feat(plugins): work on plugins that include dashboards
2016-03-08 20:46:25 +01:00
Torkel Ödegaard
7ecf057901
Merge branch 'master' of github.com:grafana/grafana
2016-03-08 20:28:04 +01:00
Torkel Ödegaard
091726b374
feat(plugins): commented out dashboard import list
2016-03-08 20:27:40 +01:00
Torkel Ödegaard
dfaa6d8eb9
feat(plugins): a lot of work on #4298
2016-03-08 18:17:47 +01:00
Mitsuhiro Tanda
aff4bf8f6c
minor refactoring
2016-03-09 01:47:38 +09:00
Mitsuhiro Tanda
ba1e1532ac
change option name more clearly
2016-03-09 00:53:43 +09:00
bergquist
ae3bda81c5
example(plugin.json): add dashboards array in includes
2016-03-08 16:52:48 +01:00
bergquist
0ec747630d
examples(plugin.json): add includes info
2016-03-08 16:50:33 +01:00
Kaveh Nowroozi
945131ccab
add annotations for opentsdb
2016-03-08 10:47:36 -05:00
NickG123
f11b4cb481
Added a select box to templates that allows template values to be refreshed on refresh
2016-03-09 00:40:33 +09:00
utkarshcmu
92c6025390
Minor nav fix
2016-03-08 07:39:41 -08:00
Carl Bergquist
138c738db9
Merge pull request #4294 from utkarshcmu/docs-fix
...
Fixed some typos in docs
2016-03-08 16:30:53 +01:00
utkarshcmu
4fae1958fa
Fixed some typos
2016-03-08 07:28:25 -08:00
bergquist
fb450385d7
docs(github): move markdown files into .github folder
2016-03-08 15:56:54 +01:00
Torkel Ödegaard
7b1d827460
Merge branch 'master' into dashboard-thing
...
Conflicts:
public/app/features/datasources/partials/edit.html
2016-03-08 15:48:01 +01:00
Torkel Ödegaard
74ebc2d3b0
Merge branch 'master' of github.com:grafana/grafana
2016-03-08 15:32:15 +01:00
bergquist
95f3e52064
feat(cli): use commandline object all the way
2016-03-08 14:54:18 +01:00
bergquist
da2b65cd7c
feat(editorconfig): add config for go files
2016-03-08 14:31:31 +01:00
bergquist
2fcb8b849e
style(cli): fixed typos
2016-03-08 14:30:25 +01:00
bergquist
d7a72e30c0
gofmt
2016-03-08 13:29:42 +01:00
bergquist
f397d0ddd7
fix(cli): retry download when panicing
...
Will retry to download plugins once if the zip lib panics.
closes #4068
2016-03-08 13:16:58 +01:00
Torkel Ödegaard
db98632078
feat(plugins): progress on plugins page
2016-03-08 12:31:37 +01:00
Torkel Ödegaard
1509b4cb6e
Merge pull request #4291 from utkarshcmu/ds-api
...
Pulled out the common code
2016-03-08 12:03:49 +01:00
utkarshcmu
f20f4d130b
Pulled out the common code
2016-03-08 02:51:03 -08:00
Torkel Ödegaard
3af4b1ff98
Merge pull request #4287 from grafana/raintank-issue4283
...
refactor how template vars are updated. fixes #4283
2016-03-08 11:33:37 +01:00
Torkel Ödegaard
f80c2406a8
feat(plugins): remove app bundled plugins from plugins list
2016-03-08 11:29:36 +01:00
Carl Bergquist
17006b4539
Merge pull request #4290 from utkarshcmu/utkarshcmu-api-docs
...
Update data_source.md
2016-03-08 11:27:21 +01:00
Utkarsh Bhatnagar
e5d400ebb9
Update data_source.md
2016-03-08 02:19:52 -08:00
Carl Bergquist
f824004e4f
Merge pull request #4279 from utkarshcmu/ds-api
...
Implemented GetDataSourceByName API
2016-03-08 11:13:22 +01:00
bergquist
453eebbac8
style(graph): convert query options to gf-form
2016-03-08 11:08:43 +01:00
utkarshcmu
1a39d93b4e
Implemented GetDataSourceByName API
2016-03-08 01:54:10 -08:00
Torkel Ödegaard
6fac471415
feat(templating): fixed failing unit tests in PR #4287
2016-03-08 10:41:20 +01:00
bergquist
252568c91b
fix(graph): type in html
2016-03-08 10:33:38 +01:00
bergquist
8e11f8dc21
feat(graph): add spacing above Series specific overrides
2016-03-08 10:30:38 +01:00
Torkel Ödegaard
2475ca8f9a
fix(templaing): refactoring PR #4283
2016-03-08 09:32:54 +01:00
bergquist
2a18430a45
docs(plugin): add table reponse format for queries
2016-03-08 09:26:31 +01:00
woodsaj
dc4743a392
ensure current template variable is set.
...
- When distributing a dashboard it is often not practical to have
"current" template variable option set. This commit ensures that
for dashboards with no current, it is assigned when the dashboard
loads (assuming refresh on load is set.)
2016-03-08 15:41:24 +08:00
woodsaj
0cb57f52de
refactor how template vars are updated. fixes #4283
...
Use promises to order the updates of variable options so that
parents are always updated before children.
This ensures that we only need to query the datasource once per
variable as variables that depend on other variables will only be
processed once their parent has been.
This commit also ensures that variable options are refreshed if
"refresh_on_load" is true even when query params are used to
set the variable seltion.
2016-03-08 15:03:34 +08:00
Torkel Ödegaard
d2aaa2211e
fix(plugins): fixed failing unit tests, fixes #4280
2016-03-07 21:45:49 +01:00
Torkel Ödegaard
f4666df7da
Merge branch 'master' of github.com:grafana/grafana
2016-03-07 18:04:06 +01:00
Torkel Ödegaard
4cd4ce504d
feat(plugins): worked on markdown support for plugin page, #4275
2016-03-07 18:03:45 +01:00
bergquist
fadfa7cc42
fix(postcss): change sourcemap output folder
2016-03-07 17:52:47 +01:00
bergquist
b912edbbef
feat(grunt): add autoprefix with postcss
...
closes #4250
2016-03-07 17:49:47 +01:00
Torkel Ödegaard
a6c6b00d7e
Merge branch 'master' of github.com:grafana/grafana
2016-03-07 17:26:57 +01:00
Torkel Ödegaard
2a557f67d2
Do not set remember me cookie when days are set to zero
2016-03-07 17:26:31 +01:00
bergquist
1a6af064b0
fix(cli): improve logging when folders does not exists
2016-03-07 16:41:22 +01:00
bergquist
7ef62d28a5
feat(cli): add logging to catch panics
2016-03-07 16:11:28 +01:00
Torkel Ödegaard
b8fb8cdce6
feat(plugins): progress on plugin details page, # 4275
2016-03-07 14:32:16 +01:00
Torkel Ödegaard
135679096b
feat(plugins): progress on plugin details page, # 4275
2016-03-07 14:31:17 +01:00
bergquist
1ff428087e
feat(cli): add suppot for plugindir as environment variable
2016-03-07 14:20:51 +01:00
bergquist
f6c5242a93
feat(cli): make repo url a parameter
...
this is a quick hack to support repo url as parameter. Will refactor
later
2016-03-07 13:29:45 +01:00
Carl Bergquist
3d2d8f2d86
Merge pull request #4274 from utkarshcmu/utkarshcmu-lang
...
Fixing language plus typos
2016-03-07 13:01:01 +01:00
Utkarsh Bhatnagar
aef8dab4d9
Fixing language plus typos
2016-03-07 03:49:49 -08:00
bergquist
bcb7eff6fa
docs(plugins): basic overview text
2016-03-07 12:16:52 +01:00
bergquist
e16f45e494
fix(playlist): fixes failed refactoring
2016-03-07 11:10:10 +01:00
bergquist
435d0f22f5
fix(dashlist): better handling of invalid dashboard ids
2016-03-07 11:04:02 +01:00
bergquist
dc2738afad
docs(example): move datasource example to seperate repo
2016-03-07 09:02:22 +01:00
Torkel Ödegaard
08a45e9a3b
docs(): docs update
2016-03-07 08:52:16 +01:00
Torkel Ödegaard
02221c993e
Merge pull request #4268 from utkarshcmu/save-pref
...
Added APIs for Get and Save User Preferences
2016-03-07 08:06:32 +01:00
utkarshcmu
9c8d508247
Made API handling better, removed unused components
2016-03-06 12:32:22 -08:00
utkarshcmu
8f42bec270
Implemented GetUserPreferences API
2016-03-06 11:42:15 -08:00
Torkel Ödegaard
00c70307ad
fix(panel): fixed to panel height for text panel and unknown panel
2016-03-06 19:23:22 +01:00
Carl Bergquist
883435336c
Merge pull request #4265 from utkarshcmu/hide-pass
...
Hiding password text
2016-03-06 14:56:44 +01:00
Torkel Ödegaard
2c8e35a933
fix(panel): fixed issues with png rendering, also fixed #4260
2016-03-06 12:51:36 +01:00
utkarshcmu
660d3fa1e9
Implemented savePreferences API
2016-03-06 03:47:39 -08:00
Torkel Ödegaard
7df18678a4
fix(ux): fixed hidden overflow text in api key modal, fixes #4263
2016-03-06 12:37:06 +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
utkarshcmu
00b1908f3c
Hiding password text
2016-03-05 23:47:50 -08:00
utkarshcmu
1ef332e82c
preferences UI poc
2016-03-05 23:44:56 -08:00
utkarshcmu
cf926134ef
Added savePreferencesAPI
2016-03-05 13:15:49 -08:00
Torkel Ödegaard
e73e7aea56
Merge branch 'master' of github.com:grafana/grafana
2016-03-05 13:44:24 +01:00
Torkel Ödegaard
a72d73294c
ux(): updated fonts
2016-03-05 13:44:14 +01:00
bergquist
0f546a4692
fix(dashlink): improve variable naming
2016-03-05 12:34:45 +01:00
bergquist
dd7e215e78
feat(dashslist): make sure dashbords exists in recently viewd dashboards
...
closes #4249
2016-03-05 12:27:37 +01:00
Torkel Ödegaard
fcd75422d5
ux(): update all confirm modals to new design
2016-03-04 20:57:10 +01:00
bergquist
ad6837ee47
docs(plugins): small guide for developing plugins
2016-03-04 14:28:31 +01:00
bergquist
01d5bc73cc
docs(plugins): add css to panel example
2016-03-04 13:11:05 +01:00
bergquist
f3b915c43a
feat(example): turn panel into metrics panel
2016-03-04 13:11:05 +01:00
bergquist
73a49c463d
docs(plugins): add placeholders for plugin docs
2016-03-04 13:11:05 +01:00
bergquist
d86cb92a94
docs(plugins): update readme to link to docs
2016-03-04 13:11:05 +01:00
bergquist
09c29cdda5
docs(plugins): json formating
2016-03-04 13:11:05 +01:00
bergquist
67dec6a665
docs(plugins): json formating
2016-03-04 13:11:05 +01:00
Torkel Ödegaard
b673bc1386
ux(): minor fix to login page
2016-03-04 12:13:40 +01:00
Torkel Ödegaard
4b08f3909d
fix(graph): legend height calculation now takes into account series hidden from legend, fixes #4245
2016-03-04 11:16:31 +01:00
Torkel Ödegaard
35fc5007c8
Merge pull request #4251 from utkarshcmu/pref-migrations
...
Preferences table migration
2016-03-04 10:46:13 +01:00
utkarshcmu
ac499b3aff
Minor Pre-PR fixes
2016-03-04 01:29:46 -08:00
Torkel Ödegaard
31c317f5f7
fix(graphite editor): fixed moving functions right and left, broken recently, fixes #3246
2016-03-04 09:42:35 +01:00
Torkel Ödegaard
a6623357ad
ux(): minor tweak to validation state
2016-03-04 09:42:35 +01:00
bergquist
c6a1076e3a
docs(plugins): json formating
2016-03-04 09:14:25 +01:00
bergquist
d318c84434
docs(plugins): add json formating
2016-03-04 08:47:22 +01:00
bergquist
c21a210198
docs(datasource): add request objects to docs
2016-03-04 08:45:46 +01:00
Torkel Ödegaard
fc877ae0f4
poc(websockets): websocket poc
2016-03-03 23:05:08 +01:00
Torkel Ödegaard
1049824014
ux(): minor tweak to validation state
2016-03-03 22:31:07 +01:00
bergquist
1d8222ef6a
feat(example): add basic annotation support for ds
2016-03-03 16:37:21 +01:00
bergquist
ee635be441
docs(mkdocs): remove plugins from ref folder
2016-03-03 13:26:23 +01:00
bergquist
01d3282838
docs(plugins): add initial documentation for datasource plugins
2016-03-03 13:22:09 +01:00
Torkel Ödegaard
35a502f309
Merge pull request #4238 from bergquist/mount_dist_folder
...
fix(plugins): fixes missed dist loading for plugindir
2016-03-03 11:11:17 +01:00
utkarshcmu
662579e9a9
Added preferences migrations
2016-03-03 02:08:51 -08:00
bergquist
00dd0e8a9d
fix(plugins): fixes missed dist loading for plugindir
...
closes #4230
2016-03-03 11:04:26 +01:00
Torkel Ödegaard
430c312263
Merge branch 'master' of github.com:grafana/grafana
2016-03-03 10:49:41 +01:00
Torkel Ödegaard
8ed8bfb8bc
feat(prometheus): added special regex escape for prometheus, fixes #4234
2016-03-03 10:49:30 +01:00
Carl Bergquist
0939371e2e
Merge pull request #4237 from utkarshcmu/utkarshcmu-docs
...
Updated Opentsdb docs for 2.2 support
2016-03-03 10:16:47 +01:00
Utkarsh Bhatnagar
f2dabd0731
Updated Opentsdb docs for 2.2 support
2016-03-03 01:13:30 -08:00
Torkel Ödegaard
e7ef79e0d3
refactor(): minor tweak to markdown to remove watchers
2016-03-03 09:04:06 +01:00
Carl Bergquist
ffda5bc0f7
Merge pull request #4235 from tobio/patch-1
...
Fix IAM role documentation link
2016-03-03 08:39:01 +01:00
Toby Brain
737896695c
Fix IAM role documentation link
2016-03-03 15:33:52 +11:00
Torkel Ödegaard
ae69244ac7
updated keyboard shortcuts modal
2016-03-02 21:36:34 +01:00
Torkel Ödegaard
8232552152
ux(): updated api key modal
2016-03-02 21:34:04 +01:00
Torkel Ödegaard
f7b481fc28
ux(): updated inspector modal
2016-03-02 21:31:49 +01:00
Torkel Ödegaard
8bc1af9d1a
ux(): work on new modal design #4191
2016-03-02 21:27:08 +01:00
Torkel Ödegaard
fd1a0edf7f
ux(): worked on new modal design #4191
2016-03-02 20:56:04 +01:00
bergquist
4c83dba183
go fmt....
2016-03-02 17:32:54 +01:00
Torkel Ödegaard
b641720575
Merge branch 'master' of github.com:grafana/grafana
2016-03-02 16:56:27 +01:00
Torkel Ödegaard
950455bd93
ux(): combined page header and tab views
2016-03-02 16:56:16 +01:00
bergquist
eb79436ab7
feat(plugins): mounts dist folder if exists in plugin
...
closes #4230
2016-03-02 15:13:19 +01:00
Carl Bergquist
10db47bf4c
Merge pull request #4228 from utkarshcmu/patch-1
...
Update CHANGELOG.md
2016-03-02 11:37:08 +01:00
Utkarsh Bhatnagar
4d454f8914
Update CHANGELOG.md
2016-03-02 02:31:32 -08:00
Torkel Ödegaard
eb4a46b40f
Merge pull request #4220 from mtanda/issue_1419
...
Align auto refresh interval
2016-03-02 11:26:34 +01:00
Torkel Ödegaard
7df326083d
Merge pull request #4227 from utkarshcmu/tsdb-ms
...
Grafana supports ms resolution for Opentsdb
2016-03-02 11:24:14 +01:00
utkarshcmu
48f5a61564
Grafana supports ms resolution for Opentsdb
2016-03-02 02:14:58 -08:00
bergquist
19f0f7535f
Merge branch 'example_datasource'
2016-03-02 10:45:44 +01:00
bergquist
e3e0b72b43
fix(examples): ignore dist folder
2016-03-02 10:45:17 +01:00
bergquist
3435df8b9c
feat(examples): add datasource plugin example
2016-03-02 10:43:41 +01:00
Torkel Ödegaard
7e12460303
Merge branch 'master' of github.com:grafana/grafana
2016-03-02 08:55:25 +01:00
Torkel Ödegaard
9d3d0912e5
ux(): added on hover chevron to pinned brand button
2016-03-02 08:55:13 +01:00
Torkel Ödegaard
1ed4f64e60
templating(): minor update to regex escape chars, #2918
2016-03-02 08:44:20 +01:00
bergquist
8b64b2113e
docs(plugins): improve install docs for plugins
2016-03-02 08:39:46 +01:00
bergquist
5bf2b6c382
docs(plugins): improve install docs for plugins
2016-03-02 08:38:56 +01:00
Mitsuhiro Tanda
fa0b06ac60
fix align bug
2016-03-02 16:06:54 +09:00
Mitsuhiro Tanda
ef22a87fcf
remove align option
2016-03-02 16:02:08 +09:00
Torkel Ödegaard
bfce379471
Merge pull request #4222 from raintank/pluginSettingEditHooks
...
Add support for pre/post update hooks in the PluginEditCtrl.
2016-03-02 07:56:23 +01:00
Torkel Ödegaard
4872f6d2dc
fix(jshint): removed unused var
2016-03-02 07:54:10 +01:00
Torkel Ödegaard
3c30870dc2
fix(templating): fixed issue with custom all value, fixes #4219
2016-03-02 07:52:48 +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
Mitsuhiro Tanda
7da57e0aa5
align refresh interval
2016-03-02 14:26:15 +09:00
Torkel Ödegaard
0da4168836
fix(prometheus): fixed templating issue with prometheus for when using variable with non regex operator, #2918
2016-03-01 21:35:55 +01:00
Torkel Ödegaard
df67d57bca
ux(): minor work on info popover
2016-03-01 21:01:41 +01:00
Torkel Ödegaard
82e7f1a212
Merge pull request #4201 from raintank/removeForcedHeader
...
remove forced page header from app pages.
2016-03-01 20:14:55 +01:00
Torkel Ödegaard
289521b4b7
Merge pull request #4217 from tdyas/redact_secret_settings
...
redact settings containing 'secret' besides 'password'
2016-03-01 20:14:34 +01:00
Tom Dyas
d557beb5f1
redact settings containing 'secret' besides 'password'
...
Ensure that settings with the word 'secret' in the name are redacted just
as ones with 'password' in the name are. For example, the Google Auth
client secret should be redacted now.
2016-03-01 13:50:45 -05:00
Torkel Ödegaard
2cf1193b56
Merge branch 'variable-value-formatting-rethink'
2016-03-01 19:13:11 +01:00
Torkel Ödegaard
57315f1e27
feat(templating): updates to template variable forms
2016-03-01 19:12:54 +01:00
Torkel Ödegaard
56bef637bd
feat(templating): fixes for influxdb template variable formating, #2918
2016-03-01 16:33:01 +01:00
Torkel Ödegaard
d1bac6cde0
feat(templating): prometheus now works with new template variable formating/escaping, #2918
2016-03-01 16:11:05 +01:00
Torkel Ödegaard
23a136d9ef
feat(templating): moved template interpolation into query building
2016-03-01 14:36:55 +01:00
bergquist
d8f7bce9d4
feat(dashlist): add info text about recently viewed beeing stored in localstorage
...
closes #4206
2016-03-01 14:28:47 +01:00
bergquist
39354249e9
Merge branch 'utkarshcmu-ms-detection'
2016-03-01 14:11:19 +01:00
bergquist
98e756e278
fix(tooltip): msdetection can now handle null data points
2016-03-01 14:10:09 +01:00
Anthony Woods
91ca5b6f2a
Merge pull request #4208 from raintank/suppressNav
...
add supressNav property to plugin pages.
2016-03-01 20:56:31 +08:00
bergquist
b6ac0860c6
Merge branch 'ms-detection' of https://github.com/utkarshcmu/grafana into utkarshcmu-ms-detection
2016-03-01 13:55:59 +01:00
bergquist
00dc078311
feat(playlist): render playlists if playlist id is invalid
...
close #4209
2016-03-01 13:50:55 +01:00
Torkel Ödegaard
2d9a2506b4
ux(): fixed panel margin
2016-03-01 13:50:24 +01:00
Torkel Ödegaard
fa73b1ce80
feat(templating): changed how the All templating value works
2016-03-01 13:47:02 +01:00
Torkel Ödegaard
f4b97979c4
ux(): minor fix
2016-03-01 12:26:31 +01:00
bergquist
62b21c586d
style(dashlist): rename last viewed -> recently viewed
2016-03-01 12:13:59 +01:00
bergquist
606c75162f
feat(dashlist): add support for scripted dashboards
...
- dashlist will only show dashboards from same org
- notfound dashboards will not be added
closes #4207
2016-03-01 12:05:35 +01:00
Anthony Woods
a8c10dbc08
update json field name of suppressNav
2016-03-01 18:17:40 +08:00
bergquist
c6768a93c8
fix(dashlist): avoid null ref errors
2016-03-01 11:07:56 +01:00
Anthony Woods
74949d306f
add supressNav property to plugin pages.
...
This allows pages to be registered that dont show up in the
Navigation menu when the App is pinned.
2016-03-01 18:07:51 +08:00
bergquist
77f93886da
fix(cli): add latest version to list-remote command
...
closes #4205
2016-03-01 10:55:59 +01:00
Torkel Ödegaard
8f5a7f1764
feat(templating): more work on context specific varaiable formats, #2918
2016-03-01 10:51:39 +01:00
bergquist
f78f7d6b37
docs(plugins): basic instructions for installing plugins
2016-03-01 10:42:49 +01:00
utkarshcmu
75541b9cf0
Optimized msResolution func performation
2016-03-01 01:27:14 -08:00
utkarshcmu
922b7c44ce
Added some more test for sanity
2016-03-01 01:15:29 -08:00
utkarshcmu
8bc63e9029
Added spec tests for millisecond resolution
2016-03-01 01:09:14 -08:00
bergquist
2647f59df1
docs(plugins): add skeleton pages for plugins
2016-03-01 09:39:10 +01:00
utkarshcmu
77f6449db9
Added millisecond detection in series
2016-03-01 00:20:34 -08:00
Torkel Ödegaard
f3ad71d751
feat(templating): lots of progress on template variable context specific formats, #2918 , all elasticsearch / lucene use cases seem to work now
2016-03-01 08:43:54 +01:00
Torkel Ödegaard
2db62a211a
Merge pull request #4202 from grafana/loading-pulse
...
Loading pulse
2016-03-01 08:36:32 +01:00
Carl Bergquist
4e6c1335d5
Merge pull request #4200 from grafana/mattttt-patch-1
...
Update repo in package.json to point to official
2016-03-01 08:15:57 +01:00
Carl Bergquist
f185528f1c
Merge pull request #4195 from peggyl/fix-dashboard-typo
...
Fix typo in function name
2016-03-01 08:15:17 +01:00
Matt
2b668e628a
Shame, bra toml
2016-03-01 15:14:50 +08:00
Matt
0688d7ca9f
Moving from raintank to grafana, rebranded in Grafana orange
2016-03-01 15:14:04 +08:00
Anthony Woods
0135dff001
remove forced page header from app pages.
2016-03-01 15:00:33 +08:00
Matt Toback
efe25db40f
Update repo in package.json to point to official
2016-03-01 11:25:54 +08:00
Peggy Li
773a5631c5
Fix typo in function name
2016-02-29 10:52:57 -08:00
bergquist
5d5f5cd9a6
fix(impressionstorage): remove console logging
2016-02-29 19:52:52 +01:00
bergquist
ad9b2ab617
fix(impressionStorage): use title instead of slut
...
closes #4194
2016-02-29 19:51:35 +01:00
Torkel Ödegaard
cb8b038795
feat(templating): progress on templating rethink
2016-02-29 17:31:31 +01:00
Torkel Ödegaard
078e69d06d
feat(templating): simplified templating forms removed all formats
2016-02-29 17:07:53 +01:00
bergquist
df8e56ddf8
docs(plugins): move plugins into seperate folder
2016-02-29 16:53:47 +01:00
Torkel Ödegaard
f44d6e063c
Merge branch 'master' into variable-value-formatting-rethink
2016-02-29 16:42:25 +01:00
Torkel Ödegaard
113509a4e9
Merge branch 'master' of github.com:grafana/grafana
2016-02-29 16:41:36 +01:00
Torkel Ödegaard
839c675cb9
ux(): minor tweak
2016-02-29 16:38:45 +01:00
bergquist
854c360def
Merge branch 'plopp-master'
2016-02-29 15:02:14 +01:00
bergquist
0cbb95ed1e
fix(export_csv): rename export to csv label
2016-02-29 15:01:26 +01:00
bergquist
d8929b1d3e
Merge branch 'master' of https://github.com/plopp/grafana into plopp-master
2016-02-29 14:58:38 +01:00
Carl Bergquist
fa99a6745d
Merge pull request #4192 from bergquist/last_viewed_dashboards
...
feat(dashlist): list last x viewed dashboards
2016-02-29 14:51:20 +01:00
bergquist
b79217be1e
feat(impressionStore): remove un needed js-ts bridge
2016-02-29 14:37:09 +01:00
Torkel Ödegaard
d27a0f5b0c
ux(): small ux fix for inspector modal
2016-02-29 14:35:55 +01:00
Torkel Ödegaard
97c27668bc
fix(): fix failing build and removed panel icon from edit mode tabs
2016-02-29 14:15:46 +01:00
bergquist
e5970e83ff
feat(dashlist): list last x viewed dashboards
...
closes #3896
2016-02-29 14:14:43 +01:00
Torkel Ödegaard
d3c022f89e
Merge branch 'master' of github.com:grafana/grafana
2016-02-29 13:43:18 +01:00
Torkel Ödegaard
3624587f08
misc(): added elasticsearch.yml config file to docker test env
2016-02-29 13:42:55 +01:00
Torkel Ödegaard
56c080417a
fix(logging): only log to xorm.log when in dev mode, fixes #4182
2016-02-29 13:42:07 +01:00
Torkel Ödegaard
da4e3784e9
Merge pull request #4190 from raintank/issue4185
...
fix app->plugin renamin in more places
2016-02-29 12:59:31 +01:00
Anthony Woods
35f7a71f9a
fix app->plugin renamin in more places
2016-02-29 19:54:36 +08:00
Torkel Ödegaard
bf22b4cbfe
Merge pull request #4189 from raintank/issue4185
...
correct path for app page links.
2016-02-29 12:50:13 +01:00
Anthony Woods
4741152f05
correct path for app page links.
2016-02-29 19:37:35 +08:00
bergquist
fb33cf4576
docs(changelog): add info about templated timeshift
2016-02-29 11:14:24 +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
4299feee37
feat(templates): collapse submenu if none visable templates
2016-02-29 10:49:11 +01:00
bergquist
86b1906798
fix(templating): make checkboxes a new row
2016-02-29 10:29:40 +01:00
bergquist
18a0a85df6
Merge branch 'hide_template' of https://github.com/mtanda/grafana into mtanda-hide_template
2016-02-29 10:20:44 +01:00
bergquist
05ba32b552
feat(datasource): add type to datasource list
...
closes #4183
2016-02-29 10:18:50 +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
ae604b6289
ux(annotations): minor polish to annotations editor
2016-02-29 09:50:40 +01:00
Anthony Woods
fc8146b53d
Merge pull request #4187 from raintank/issue4185
...
replace 'app' with 'plugins' where needed.
2016-02-29 15:59:30 +08:00
Anthony Woods
641845519d
replace 'app' with 'plugins' where needed.
2016-02-29 15:50:02 +08:00
Carl Bergquist
b32809d03f
Merge pull request #4105 from benrubson/issue3982-2
...
Add some more steps for template auto interval
2016-02-29 08:49:27 +01:00
Carl Bergquist
02b2c7482a
Merge pull request #4138 from utkarshcmu/tsdb-refac2
...
Opentsdb 2.2 support without breaking 2.1
2016-02-29 06:55:41 +01:00
Torkel Ödegaard
6fd0d5e267
Merge pull request #4178 from mtanda/prometheus_template_label
...
(prometheus) fix label_values() templating
2016-02-28 16:40:37 +01:00
benrubson
a4ecacb9b5
rebase against master
2016-02-28 15:32:34 +01:00
Torkel Ödegaard
b9e0fcdf85
Merge pull request #4103 from benrubson/issue3982
...
Add a minimum value option for template auto interval
2016-02-28 15:11:33 +01:00
Torkel Ödegaard
4ef79d250d
feat(templating): initial work on rethink of value formating
2016-02-28 11:44:11 +01:00
utkarshcmu
18c57ea230
Made opentsdb query_ctrl robust
2016-02-28 01:50:50 -08:00
utkarshcmu
a883424d25
smooth upgrade from Grafana 2.6 to 3.0
2016-02-28 01:50:11 -08:00
utkarshcmu
7fa170cee9
Fixed the UI as per new UX convention
2016-02-28 01:50:10 -08:00
utkarshcmu
8925329950
Added default opentsdb version to datasource
2016-02-28 01:50:10 -08:00
utkarshcmu
4aa5dab62d
Added query ctrl tests for Opentsdb
2016-02-28 01:50:10 -08:00
utkarshcmu
936dd2eaaa
Added relevant docs and changes
2016-02-28 01:50:10 -08:00
utkarshcmu
09e80f0390
Labels fixed in legend for Filters
2016-02-28 01:49:34 -08:00
utkarshcmu
63dfa303e5
Datasource working with filters after fixing bugs
2016-02-28 01:49:34 -08:00
utkarshcmu
599b1eb689
Smooth transition from opentsdb 2.1 to 2.2
2016-02-28 01:49:34 -08:00
utkarshcmu
4a636b6da7
add, edit, remove filters functionality implemented
2016-02-28 01:49:34 -08:00
utkarshcmu
d92172f50c
Added Filters UI
2016-02-28 01:49:34 -08:00
utkarshcmu
2623240635
Fill Policy visible only in <=2.2
2016-02-28 01:49:34 -08:00
utkarshcmu
908e8577bb
Removed unused code from datasource.js
2016-02-28 01:49:33 -08:00
utkarshcmu
f90fda8e6f
Tracking opentsdb version in opentsdb config
2016-02-28 01:49:33 -08:00
benrubson
f4037667fa
rebase against master
2016-02-28 10:43:11 +01:00
benrubson
a1fd12ef42
rebase against master
2016-02-28 10:05:12 +01:00
Torkel Ödegaard
517721eaa4
Merge pull request #4108 from benrubson/issue3982-3
...
Make auto interval calculation more accurate
2016-02-28 07:58:48 +01:00
Torkel Ödegaard
b56a2c14bb
Merge pull request #4161 from godfreyhe/fix_bug_getAggregators
...
fix bug: can't get the aggregators from opentsdb server
2016-02-28 07:52:02 +01:00
Torkel Ödegaard
62d703fdf7
fix(snapshots): fixed share nav link in snapshots, fixes #4172
2016-02-28 07:39:24 +01:00
Torkel Ödegaard
f29899e566
Merge branch 'master' of github.com:grafana/grafana
2016-02-28 07:29:09 +01:00
Torkel Ödegaard
9cebcc45c1
fix(unsaved changes): fix for unsaved changes warning when changing time range to relative rime range, #4176
2016-02-28 07:28:55 +01:00
Mitsuhiro Tanda
3125177e5c
(prometheus) fix label_values() templating
2016-02-28 13:33:29 +09:00
godfreyhe
7810413699
use ES6 arrow function instead of self var on getAggregators
2016-02-28 11:48:54 +08:00
Torkel Ödegaard
261db14c4b
Merge pull request #4169 from utkarshcmu/nav-fix
...
Playlist nav fix
2016-02-27 09:49:29 +01:00
utkarshcmu
16783bff16
Playlist nav fix
2016-02-27 00:40:39 -08:00
Torkel Ödegaard
352cdc137d
fix(ux): fixed select box appearance in firefox, fixes #4168
2016-02-27 07:12:05 +01:00
Torkel Ödegaard
bd2e1ef67e
feat(plugins): fixed failing api test
2016-02-26 20:27:29 +01:00
Torkel Ödegaard
7f970bbc7b
ux(): mini polish to forms, reducing padding between checkbox and label
2016-02-26 19:06:35 +01:00
Torkel Ödegaard
35609fe3d1
ux(): mini fix to alert close btn
2016-02-26 18:59:24 +01:00
Torkel Ödegaard
4fcca7c61b
Merge branch 'plugins-list-and-edit-view'
2016-02-26 18:55:33 +01: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
godfreyhe
8e7a127792
fix bug: can't get the aggregators from opentsdb server
2016-02-26 20:47:22 +08:00
bergquist
6afe2c4e9f
ux(influxdb): query options minor changes
2016-02-26 13:25:31 +01:00
bergquist
be69e2c02c
ux(influxdb): tight-form -> gf-form
2016-02-26 11:58:59 +01:00
bergquist
e3be9f7fe9
ux(graph): widen input in general tab
2016-02-26 11:36:23 +01:00
bergquist
ca3cb07fcb
ux(settings_meta): add space to fill empty labels
2016-02-26 11:33:19 +01:00
Torkel Ödegaard
b98e5690eb
ux(): sidemenu, fix to hide subnav menu when you click on hover subnav items
2016-02-26 10:22:06 +01:00
Mitsuhiro Tanda
45e6187c1a
add hide template variable option
2016-02-26 00:43:48 +09:00
Torkel Ödegaard
c521182ceb
feat(plugins): more work on plugins list/edit view
2016-02-25 15:56:28 +01:00
bergquist
83662b5195
Merge branch 'master' of github.com:grafana/grafana
2016-02-25 15:05:20 +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
Torkel Ödegaard
30f3b55baf
fix(prometheus): set default templating format to pipe
2016-02-25 10:26:07 +01:00
bergquist
8750ba94c8
fix(docker): rename docker-compose build file
2016-02-25 10:18:48 +01:00
Torkel Ödegaard
b5beac879e
Merge branch 'matt-tab-style-tweaks'
2016-02-25 09:32:06 +01:00
Torkel Ödegaard
e8b6995cc7
ux(): form tweaks
2016-02-25 09:28:58 +01:00
Matt
7ca8db15d9
Removed commented out old code
2016-02-25 12:36:03 +11:00
Matt
9d96382ecc
Reduced height of tabs and nav-tabs elsewhere
2016-02-25 12:30:36 +11:00
Matt
b86b8965f1
Reduced the heigh of the tabs, adjusted padding on h3
2016-02-25 12:05:19 +11:00
Torkel Ödegaard
f6c49daaa6
Merge branch 'master' of github.com:grafana/grafana
2016-02-24 19:33:08 +01:00
Torkel Ödegaard
a129a6192a
ux(): fixed hight of top navbar
2016-02-24 18:34:31 +01:00
Torkel Ödegaard
22ae259cf5
ux(): varios tweaks and polish
2016-02-24 17:49:08 +01:00
Torkel Ödegaard
e627820d3d
ux(): padding / margin tweaks and polish
2016-02-24 17:06:02 +01:00
bergquist
65711f4bfe
ux(settings_meta): move create new button to bottom of page
2016-02-24 16:01:28 +01:00
bergquist
4531f39c30
ux(settings_rows): move create new button to bottom of page
2016-02-24 15:55:50 +01:00
bergquist
3db1188444
ux(templates): move create new button to bottom of page
2016-02-24 15:18:08 +01:00
bergquist
be3d38ac92
ux(annotations): move create new button to bottom of page
2016-02-24 15:07:34 +01:00
bergquist
b490bdfe33
ux(row_editor): tight-form -> gf-form
2016-02-24 13:49:42 +01:00
Carl Bergquist
95725e407e
Merge pull request #4137 from tinyspeck/fix-debian-bin-path
...
Fix the path to grafana-webserver in the Debian install docs.
2016-02-24 12:26:37 +01:00
bergquist
f6457a2023
ux(templating): tight-form -> gf-form
2016-02-24 11:56:45 +01:00
bergquist
7dcb85010a
ux(annotations): change to new tab header
2016-02-24 11:19:09 +01:00
bergquist
0525bf5d4e
ux(table): tight-form -> gf-form
2016-02-24 10:42:53 +01:00
Torkel Ödegaard
7207068181
ux(): worked more on new tabs view
2016-02-24 10:32:22 +01:00
bergquist
59d2fe8aa4
ux(dashlist_options): tight-form -> gf-form
2016-02-24 10:09:12 +01:00
Daniel Lee
be92c8bde1
chore(docker): rename fig.yml to docker-compose.yml
...
Support for the old fig.yml file standard has been removed
in newer versions of docker-compose.
2016-02-24 09:56:57 +01:00
bergquist
a3e22091be
ux(submenu): tight-form -> gf-form
2016-02-24 08:32:09 +01:00
bergquist
17b7dfb27b
ux(api-keys): tight-form -> gf-form
2016-02-24 07:33:04 +01:00
bergquist
06173b9194
ux(admin): tight-form -> gf-form
2016-02-24 07:25:05 +01:00
bergquist
2a45e879bb
ux(panel_timesettings): tight-form -> gf-form
2016-02-24 07:20:54 +01:00
Andrew MacDonald
ce6c67f9bc
Fix the path to grafana-webserver in the Debian install docs.
2016-02-23 16:06:56 -08:00
Carl Bergquist
87cb0c2aec
Merge pull request #4133 from utkarshcmu/snapshot-shortcut
...
keyboard shortcut for taking snapshot
2016-02-23 20:31:47 +01:00
utkarshcmu
d0b191af18
Changed snapshot shortcut to CTRL+I
2016-02-23 11:23:13 -08:00
bergquist
b607adadcf
ux(panel_links): tight-form -> gf-form
2016-02-23 19:04:54 +01:00
bergquist
e7828c1e5e
ux(templating): tight-form -> gf-form
2016-02-23 19:04:54 +01:00
Torkel Ödegaard
c051cb8be1
Merge branch 'tag-box-shadow'
2016-02-23 17:48:29 +01:00
Torkel Ödegaard
6f51fc34c3
ux(): mini tweak to page header gradient line opacity
2016-02-23 17:48:22 +01:00
Torkel Ödegaard
02b02c51e8
ux(): minor change to dashboard header style
2016-02-23 17:40:39 +01:00
Torkel Ödegaard
a414dd028c
updated panel edit view
2016-02-23 17:31:19 +01:00
utkarshcmu
c2439b04c9
keyboard shortcut for taking snapshot
2016-02-23 08:11:04 -08:00
bergquist
ed550a894f
ux(reset_password): tight-form -> gf-form
2016-02-23 16:14:29 +01:00
bergquist
8b51f58fe7
ux(row_editor): tight-form -> gf-form
2016-02-23 15:48:39 +01:00
bergquist
310b0e888d
ux(dashboard_timepicker): tight-form -> gf-form
2016-02-23 15:26:44 +01:00
bergquist
c189c20164
ux(modal): tight-form -> gf-form
2016-02-23 14:49:10 +01:00
Torkel Ödegaard
0811338370
ux(): updated dashboard settings view
2016-02-23 14:05:12 +01:00
Torkel Ödegaard
ecc22757b8
ux(): added dashboard-padding variable
2016-02-23 13:32:14 +01:00
Torkel Ödegaard
5e553e40fa
ux(): restored style for tabbed-view-title
2016-02-23 13:29:26 +01:00
Torkel Ödegaard
26c5029256
ux(): new dashboard tabs view
2016-02-23 13:20:59 +01:00
bergquist
75454b02c0
fix(dataproxy): remove partially used cache
...
closes #4044
2016-02-23 13:05:47 +01:00
bergquist
bbc079e57b
ux(snapshots): migrates to gf-form
2016-02-23 13:05:47 +01:00
Carl Bergquist
83bbffd491
Merge pull request #4127 from utkarshcmu/export-shortcut
...
Export shortcut
2016-02-23 12:37:29 +01:00
bergquist
fc5e1d97af
ux(dashboard_links): start migration to gf-form
2016-02-23 10:25:58 +01:00
bergquist
85041d297c
ux(import): minor fixes
2016-02-23 10:24:47 +01:00
utkarshcmu
17c7ce9b40
Added export option in Help modal
2016-02-23 00:57:39 -08:00
utkarshcmu
6506161107
Added keyboard shortcut to export dashboard
2016-02-23 00:55:34 -08:00
Torkel Ödegaard
590da0cab3
ux(): fixes to light theme popover / tooltip colors
2016-02-23 09:48:52 +01:00
Torkel Ödegaard
44b6a3a054
changelog(): updated with feature links in annotations
2016-02-23 08:43:34 +01:00
Torkel Ödegaard
a11396c901
Merge branch 'annotations-v2'
2016-02-23 08:42:08 +01:00
Torkel Ödegaard
cd52c24e87
feat(annotations): more work on new annotations
2016-02-23 08:42:03 +01:00
Torkel Ödegaard
2e52008542
feat(annotations): updated editor, removed line color and icon size
2016-02-23 08:22:00 +01:00
Torkel Ödegaard
a6a5f393cc
feat(annotations): updated flot events lib and refactored it to use tether-drop lib
2016-02-23 08:09:56 +01:00
bergquist
b3f2f0fa1e
ux(import): migrate to gf-form
2016-02-23 07:55:24 +01:00
Carl Bergquist
f788c8cb37
Merge pull request #3632 from mtanda/cloudwatch_annotation_describe_alarms
...
(cloudwatch) multiple CloudWatch alarm annotation support
2016-02-23 07:41:10 +01:00
Torkel Ödegaard
deaeec0bc7
Merge pull request #4124 from utkarshcmu/nav
...
some more nav fixes
2016-02-23 05:36:11 +01:00
utkarshcmu
16656af847
some more nav fixes
2016-02-22 14:03:05 -08:00
Matt
3b279983e6
Tried to reduce the opacity of the header bottom-border some to make it seem less intense. Want to get some feedback. Also added a box-shadow to the tags to smooth out the edges (something we've done at raintank)
2016-02-22 17:01:58 -05:00
Torkel Ödegaard
55d4392d90
fix(annotations editor): fixed lagging annotations editor view
2016-02-22 21:55:03 +01:00
Torkel Ödegaard
acfc119409
ux(): added New and Import under divider to dashboard subnav
2016-02-22 21:51:31 +01:00
Torkel Ödegaard
18fcb23371
Merge pull request #4119 from grafana/select-form-updates
...
Select form updates
2016-02-22 21:02:46 +01:00
Matt
1ae2fc648d
grr, .bra.toml
2016-02-22 14:32:01 -05:00
Matt
2215095be8
adjusted button copy on New playlist page
2016-02-22 14:30:35 -05:00
Matt
28d2966819
Merge branch 'master' of https://github.com/grafana/grafana into select-form-updates
2016-02-22 14:25:34 -05:00
Torkel Ödegaard
92efd17952
fix(ux): fixed panel json edit view
2016-02-22 19:03:53 +01:00
Torkel Ödegaard
3a7ec2a26e
fixed unit test
2016-02-22 19:00:48 +01:00
Torkel Ödegaard
56a05d78bd
Merge branch 'popover-to-drop'
2016-02-22 18:56:54 +01:00
Torkel Ödegaard
fa5cf602f5
removed old popover and unused boostrap components
2016-02-22 18:56:35 +01:00
Torkel Ödegaard
c94659f552
ux(color popover): refactored color popover to use drop lib
2016-02-22 18:46:58 +01:00
bergquist
1164510004
ux(dashboard): migrate view json to gf-form
2016-02-22 18:03:51 +01:00
Matt
f24867029c
Merge branch 'master' of https://github.com/grafana/grafana into select-form-updates
2016-02-22 11:47:50 -05:00
Matt
680ff95b8e
Form adjustments and startting to add sidemenu
2016-02-22 11:39:11 -05:00
bergquist
31ea5f550f
feat(playlist): changes tag result into a list
2016-02-22 16:45:14 +01:00
bergquist
fc62af6b3a
style(admin): remove white spaces
2016-02-22 16:21:14 +01:00
Carl Bergquist
f8533e6641
Merge pull request #4083 from marknmel/patch-1
...
Update kbn.js - correct typo for megabits/sec
2016-02-22 16:08:25 +01:00
Carl Bergquist
87fec9d434
Merge pull request #4093 from utkarshcmu/minor-nav
...
some nav fixes
2016-02-22 16:07:39 +01:00
bergquist
b1e9327a2b
ux(admin): migrates edit org page
2016-02-22 16:05:55 +01:00
bergquist
0aa4b47d59
ux(admin): migrated admin new user page to gf-form
2016-02-22 15:56:18 +01:00
bergquist
b9d50fa144
ux(admin): migrates admin edit user page
2016-02-22 15:32:55 +01:00
Torkel Ödegaard
3231d767d5
in progress work
2016-02-22 15:15:01 +01:00
Torkel Ödegaard
3f05b4bb1e
fix(annotations): updated annotations query editor
2016-02-22 14:54:19 +01:00
Torkel Ödegaard
9eabd956b7
ux(): tweak to help popover annimation and fixed pull-right state
2016-02-22 14:20:43 +01:00
Torkel Ödegaard
eb58414600
ux(): fixed sidemenu submenu hover issue that caused it to be hidden as the mouse tried to move on to the submenu
2016-02-22 12:39:56 +01:00
Torkel Ödegaard
cb83c237f4
Merge branch 'master' of github.com:grafana/grafana
...
Conflicts:
public/sass/_grafana.scss
2016-02-22 12:00:57 +01:00
Torkel Ödegaard
773a13dc26
fix(): fixed systemjs config for test
2016-02-22 11:45:10 +01:00
Torkel Ödegaard
8c2f7ac083
Merge branch 'master' of github.com:grafana/grafana
2016-02-22 11:42:11 +01:00
Torkel Ödegaard
f375c3000d
ux(): help popover
2016-02-22 11:41:50 +01:00
bergquist
ea4ce0ce1f
ux(playlist): finalize the ux for playlists
2016-02-22 11:29:09 +01:00
benrubson
c9fe2bab60
make it more smartly
2016-02-22 10:27:08 +01:00
bergquist
6c617ba28c
fix(annotations): rearrange missplaced save button
2016-02-22 10:21:22 +01:00
Torkel Ödegaard
b98c826e95
ux(): worked on new popover
2016-02-22 10:17:35 +01:00
benrubson
2034d4b971
update kbn specs to make tests OK
2016-02-22 10:12:02 +01:00
bergquist
f225bb0032
ux(annotations): migrate annotations editors to new form
2016-02-22 10:07:02 +01:00
benrubson
69b87fdb9a
make auto interval calculation more accurate
2016-02-22 08:55:52 +01:00
benrubson
6f70445654
Add some more auto interval steps
2016-02-22 08:02:01 +01:00
Torkel Ödegaard
145c14ed57
Merge branch 'master' of github.com:grafana/grafana
...
Conflicts:
public/sass/.sass-lint.yml
tasks/options/sasslint.js
2016-02-22 05:52:02 +01:00
benrubson
b9843fe6d1
Code style typo
2016-02-21 22:07:01 +01:00
benrubson
ab9757082e
Code style typo
2016-02-21 22:00:00 +01:00
benrubson
d6e4fb46cf
Add a minimum value option for template auto interval
2016-02-21 21:48:09 +01:00
Torkel Ödegaard
a93fe5b2b2
poc(): tether drop
2016-02-21 18:08:44 +01:00
Torkel Ödegaard
8f9c3c8381
lib(): added teather lib and tested it with the panel menu
2016-02-21 16:44:11 +01:00
Torkel Ödegaard
363f36dfae
ux(): tweaks
2016-02-21 15:21:01 +01:00
Torkel Ödegaard
7328f4d3fd
ux(): minor tweak
2016-02-21 13:07:17 +01:00
Torkel Ödegaard
8f3b6a23f6
fix(): gradient hover only on main submenu item
2016-02-21 12:49:30 +01:00
Torkel Ödegaard
cc4fdd6d0c
ux(): fixed issue with cach buster for temlpates, and updated on hover style for sidemenu to look better
2016-02-21 12:47:57 +01:00
Torkel Ödegaard
3781a099dd
fix(): removed css background that should not have been there in last commit
2016-02-21 09:06:59 +01:00
Torkel Ödegaard
e4d52b2851
fix(snapshot): fixed snapshot header, fixes #4094
2016-02-21 09:02:32 +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
1a412378db
fix(forms): reverted back to old checkboxes as the new ones are broken and missing clear state, fixes #4096
2016-02-21 08:18:49 +01:00
utkarshcmu
17904a6e8b
some nav fixes
2016-02-20 15:33:58 -08:00
Torkel Ödegaard
9c47fdeb2f
ux(): tweaks to light theme
2016-02-21 00:31:35 +01:00
Torkel Ödegaard
808ac2cefc
clean(): removed trailing whitespce
2016-02-21 00:08:35 +01:00
Torkel Ödegaard
aaf6dd2cd6
Merge branch 'avatar'
2016-02-21 00:06:45 +01:00
Torkel Ödegaard
08f7ccff38
feat(avatar): added server side proxy and cache of gravatar requests
2016-02-21 00:06:28 +01:00
Matt Toback
13720759a5
Merge pull request #4089 from grafana/matt-weekend-ui
...
Matt weekend ui
2016-02-20 15:00:44 -05:00
Matt
a2731da987
Errant space and no new line on animations mixin! grr
2016-02-20 14:44:21 -05:00
Matt
a8e1572955
Merge branch 'master' of https://github.com/grafana/grafana into matt-weekend-ui
2016-02-20 14:40:25 -05:00
Matt
3ca8e8a6d2
Added a mixin to handle vendor prefixes for animations. Trying out slight opacity on menu
2016-02-20 14:40:16 -05:00
Torkel Ödegaard
bf4a00b663
ux(): added lines backgrounds, did not add them to the page background, could not make them look good / fit in without being distracting
2016-02-20 18:50:41 +01:00
Torkel Ödegaard
4ab041f79e
ux(): added sass linter, almost no rules enabled yet
2016-02-20 18:31:09 +01:00
Torkel Ödegaard
f3fe1a5320
fix(build): trying to fix build
2016-02-20 17:54:51 +01:00
Torkel Ödegaard
f808baafa7
ux(): fixes to side menu and gravatar url
2016-02-20 17:43:26 +01:00
Torkel Ödegaard
1f28ff6890
ux(): added gf-form-select-wrapper
2016-02-20 17:21:35 +01:00
Torkel Ödegaard
640c9a49d8
ux(): merge fixes
2016-02-20 16:51:54 +01:00
Torkel Ödegaard
5d51b439d2
ux(): trying to cleanup new form styles, probably broken it
2016-02-20 16:34:40 +01:00
Matt
9ae050f0e5
Trying to fix gf-form styles
2016-02-20 10:18:16 -05:00
Torkel Ödegaard
c77f91213c
ux(): minor tweak
2016-02-20 16:16:29 +01:00
Matt
0f7d6a780a
Backed out the bra toml file
2016-02-20 10:15:41 -05:00
Matt
ab4957684f
Merged with master, I think
2016-02-20 10:13:18 -05:00
Torkel Ödegaard
1dbaabffbc
ux(): dark shade / contrast mini tweak
2016-02-20 16:09:31 +01:00
Torkel Ödegaard
d42bfc2570
ux(): fixed compile issue with last commit
2016-02-20 15:48:42 +01:00
Torkel Ödegaard
9ed45ba761
ux(): clean / simplify markup and css for navbar button
2016-02-20 15:36:52 +01:00
Matt
9d893eec01
Adding delay and animation to submenu
2016-02-20 09:02:12 -05:00
Torkel Ödegaard
52241b8e0b
ux(): completed gf-size class rename
2016-02-20 14:48:10 +01:00
Torkel Ödegaard
701a2fdcf3
ux(): tweaks and polish, and also simpifying width classes, gf-size-xxx and gf-size-max-xx are now width-(1-30), and max-width-(1-30)
2016-02-20 14:21:39 +01:00
Torkel Ödegaard
995f17493e
ux(): updated influxdb datasource edit forms
2016-02-20 12:55:47 +01:00
Torkel Ödegaard
eb787adccd
ux(): added style guide to admin page
2016-02-20 11:35:10 +01:00
Torkel Ödegaard
57e6e0092d
ux(): more work on style guide
2016-02-20 11:32:50 +01:00
Torkel Ödegaard
a685e46fb6
ux(): minor tweaks
2016-02-20 11:05:06 +01:00
Matt
1144988443
Merged trent's styles and added admin submenu
2016-02-19 22:00:29 -05:00
Matthew Toback
27dc32e2e8
Started moving select box styles into gf-form
2016-02-19 21:24:46 -05:00
Trent White
6721cec73f
created secondary button style, added a couple of variables, played with the plugins page to get the underline in place. Worth a look, but check that I was building everything properly :)
2016-02-19 18:22:24 -05:00
Trent White
18bbefee1c
saw how checkbox images were called in css variables, so updated pageImgURL variable.
2016-02-19 17:39:18 -05:00
Trent White
bd0357b637
added angular gradient to page and login. Tweaked header underline to not be so heavy. Tweaked stacked logo on login. Created an alternative to avatar when there's no connection to gravatar - could use work, but I think you get the idea.
2016-02-19 17:34:09 -05:00
Matt Toback
49507ea377
Beginnings of changes
2016-02-19 14:09:48 -05:00
marknmel
2c0b191ef5
Updated typos - Kilobits, Megabits and Gigabits
...
Update typos - Kilobits, Megabits and Gigabits - not Kilobites, Megabites, or Gigabites
2016-02-19 10:24:49 -05:00
marknmel
02ac7a4001
Update kbn.js
...
data rate for Mbits has typo - should be megabits/sec - not megabites/sec
2016-02-19 10:05:01 -05:00
Torkel Ödegaard
fbe422008a
ux(): began work on sasslint
2016-02-19 15:58:26 +01:00
Torkel Ödegaard
d0d21ba9a6
ux(): updated orange color and fixed sidemenu background on dark theme
2016-02-19 15:33:24 +01:00
bergquist
c78669353f
ux(playlist): migrate playlists page to new styles
2016-02-19 15:19:01 +01:00
bergquist
afb62638a8
ux(import): convert to new css format
2016-02-19 15:04:49 +01:00
Torkel Ödegaard
4a062b6d00
ux(): colors refactoring
2016-02-19 14:24:19 +01:00
bergquist
6590e6fae8
feat(panel-menu): remove duplicate in fullscreen
...
closes #4064
2016-02-19 14:18:26 +01:00
bergquist
ab7bbd5a44
ux(datasource): align name and http settings
2016-02-19 14:08:23 +01:00
bergquist
317f2d043f
ux(playlist): migrate to new stylesheet
2016-02-19 13:53:29 +01:00
Torkel Ödegaard
c21b353042
ux(): color/grays palate refactoring
2016-02-19 12:26:59 +01:00
bergquist
a73ef353f0
Merge branch 'timepicker'
2016-02-19 09:13:41 +01:00
bergquist
d769f6c084
ux(timepicker): fix css for the timepicker
2016-02-19 09:13:22 +01:00
Torkel Ödegaard
ed58474c37
Merge pull request #4072 from AutogrowSystems/settings-validation-static-root-path-error-fix
...
Fixed bug that wasn't showing the StaticRootPath when validation failed
2016-02-19 07:49:40 +01:00
Robert McLeod
4c3048964d
removed unused import: errors
2016-02-19 16:09:40 +13:00
Robert McLeod
cacf14a41e
Fixed bug that wasn't showing the StaticRootPath when validation failed
2016-02-19 16:00:51 +13:00
Torkel Ödegaard
e24e34619a
ux(): began long on tiresome work on color refactors, polished button styles, added buttons to styleguide
2016-02-18 20:41:23 +01:00
Torkel Ödegaard
ac1648c946
ux(): minor tweaks
2016-02-18 19:47:00 +01:00
Torkel Ödegaard
65f9cc986a
ux(): styleguide with auto generated colors generated from the sass variable files
2016-02-18 18:01:24 +01:00
Torkel Ödegaard
252cd4901b
ux(): added style guide page
2016-02-18 18:01:23 +01:00
bergquist
a2b69e96b9
fix(playlist): give buttons more space to not squash
2016-02-18 15:58:02 +01:00
Torkel Ödegaard
3a0a8810d1
ux(): making light theme better and changing page header
2016-02-18 15:22:20 +01:00
Torkel Ödegaard
b9c60125e8
fix(ux): fixed broken tight forms (mainly query editors)
2016-02-18 14:57:04 +01:00
Torkel Ödegaard
cae975cb39
ux(): fixed login, signup, signup step2 and invite views
2016-02-18 14:44:36 +01:00
Torkel Ödegaard
2f2326006d
Merge remote-tracking branch 'origin/master' into style-changes-bulletfactory
2016-02-18 13:37:31 +01:00
bergquist
d183c11e69
feat(cloudwatch): add more metrics for Route53
...
Thank you https://github.com/aruetten for helping
us find the new metrics
closes #4053
2016-02-18 13:09:50 +01:00
bergquist
653d4b1d6a
chore(docs): remove old http api docs
2016-02-18 12:53:43 +01:00
Carl Bergquist
d1f6bbf32f
Merge pull request #3923 from utkarshcmu/docs-refac
...
Arranged http_api docs in a better way
2016-02-18 12:52:50 +01:00
Torkel Ödegaard
22fac87473
added little more spacing between sections
2016-02-18 12:28:49 +01:00
Torkel Ödegaard
3003a8cb6e
ux(sass): a lot of polish on headings and margins, ONLY USE bottom margins, othewise margin collapse causes issues
2016-02-18 12:16:47 +01:00
bergquist
f4908b6315
feat(panel): disable span options in fullscreen
...
closes #4018
2016-02-18 11:19:29 +01:00
bergquist
63ca9f6f5a
fix(legend): only add overflow scroll when needed
...
In firefox the scrollbar is always show when setting
overflow: scroll. This commit makes sure the overflow
setting is only applied when needed.
closes #4049
2016-02-18 11:08:13 +01:00
Carl Bergquist
b9059181fd
Merge pull request #4066 from utkarshcmu/user-removal
...
Added Confirmation modal for user deletion
2016-02-18 09:53:59 +01:00
Torkel Ödegaard
25ca751ab8
Merge branch 'style-changes-bulletfactory' of github.com:grafana/grafana into style-changes-bulletfactory
2016-02-18 09:44:46 +01:00
Torkel Ödegaard
08c1def8b7
ux(): minor update
2016-02-18 09:44:40 +01:00
utkarshcmu
71210dd624
Merge branch 'master' of https://github.com/grafana/grafana into user-removal
2016-02-17 23:09:23 -08:00
Dieter Plaetinck
fee9df4c2b
Merge pull request #4065 from grafana/log-level-fix
...
allow setting level on logger.
2016-02-18 17:03:42 +11:00
Dieter Plaetinck
5d7d165be5
allow setting level on logger.
...
performance workaround, see https://github.com/grafana/grafana/issues/4055
2016-02-18 16:46:47 +11:00
Trent White
b5d4a678d4
pinned sidebar min-height fix
2016-02-17 12:55:57 -05:00
Torkel Ödegaard
8193d50da7
ux(): updated graph form styles
2016-02-17 13:46:18 +01:00
Torkel Ödegaard
ffc9a8322b
Merge pull request #4054 from mtanda/cloudwatch_template_dimension_fix
...
(cloudwatch) fix template replace in legend
2016-02-17 06:11:26 +01:00
Mitsuhiro Tanda
f28eec8be3
(cloudwatch) fix template replace with panel repeat
2016-02-17 11:59:53 +09:00
Mitsuhiro Tanda
807c052fea
(cloudwatch) fix dimension template replace in legend
2016-02-17 11:55:11 +09:00
Matt Toback
45e232ef62
Added a calc to make the page height 100%. Well supported, verified on caniuse
2016-02-16 16:32:09 -05:00
Torkel Ödegaard
9accb962aa
ux(sass): temp fix for dashboard edit tabs
2016-02-16 15:21:07 +01:00
Torkel Ödegaard
4ab3542c88
ux(): fixes
2016-02-16 15:12:20 +01:00
Torkel Ödegaard
5a67ca255f
ux(): fixes to light theme
2016-02-16 15:03:33 +01:00
Torkel Ödegaard
c97dbf390e
ux(): fixed invite box
2016-02-16 14:39:45 +01:00
Torkel Ödegaard
008a031493
ux(sass): fixes and tweaks
2016-02-16 14:07:41 +01:00
Torkel Ödegaard
b05939ec9a
ux(sass): work on sass variables, getting messy
2016-02-16 12:15:09 +01:00
Carl Bergquist
84e50f9003
Merge pull request #4046 from utkarshcmu/patch-1
...
Updated contributing.md with gofmt check
2016-02-16 11:36:34 +01:00
Torkel Ödegaard
7c917156ee
ux(sass): variable refactoring
2016-02-16 10:42:06 +01:00
bergquist
6a7e9134a5
fix(renderer): add .exe for phantomjs on windows
...
closes #3657
2016-02-16 10:12:17 +01:00
Utkarsh Bhatnagar
86ef33f84f
fixed language
2016-02-16 00:45:07 -08:00
Utkarsh Bhatnagar
6f794b7d11
Adding gofmt test run to contributing.md
2016-02-16 00:43:48 -08:00
Torkel Ödegaard
febad7b1d7
ux(saas): variable renaming
2016-02-16 09:42:46 +01:00
bergquist
48c5e26acd
docs(changelog): add info about cli tool
2016-02-16 09:33:54 +01:00
Carl Bergquist
3f0679896b
Merge pull request #4037 from grafana/cmd
...
Move grafana/grafana-cli into grafana/grafana
2016-02-16 09:31:15 +01:00
Carl Bergquist
96e98f6d4c
Merge pull request #4045 from utkarshcmu/patch-1
...
Typo in contributing.md
2016-02-16 09:26:20 +01:00
Utkarsh Bhatnagar
b067317595
Typo in contributing.md
2016-02-16 00:19:11 -08:00
Carl Bergquist
1febd578a4
Merge pull request #4020 from AxelVoitier/master
...
Adding units volt-ampere (VA), kilovolt-ampere (kVA) and volt-ampere reactive (var)
2016-02-16 09:00:19 +01:00
bergquist
4131d8b57a
feat(cli): add command for upgrading one plugin
2016-02-16 08:49:27 +01:00
bergquist
36f4f1d0f3
fix(cli): add new executables to gitignore
2016-02-16 08:47:26 +01:00
Torkel Ödegaard
1cd3985913
ux(sass): variable renaming
2016-02-16 08:30:37 +01:00
Torkel Ödegaard
058c905432
ux(sass): variable renaming
2016-02-16 08:17:08 +01:00
Torkel Ödegaard
41b775561a
ux(): datasource form tweaks
2016-02-16 07:57:58 +01:00
Torkel Ödegaard
0ee7ac2c5e
Merge pull request #4015 from onlyjob/codespell
...
minor spelling corrections
2016-02-16 07:27:12 +01:00
Dmitry Smirnov
3fd6ae597d
minor spelling corrections
...
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org >
2016-02-16 12:12:04 +11:00
Marcus Kempe
14312d225c
Added exporting graph data to CSV with series.alias in columns.
2016-02-15 22:49:25 +01:00
Torkel Ödegaard
262a03667e
ux(): updated some forms with the new flexbox based classes
2016-02-15 22:37:48 +01:00
Torkel Ödegaard
422decde3b
ux(): trying out flexbox for new form styles
2016-02-15 22:24:28 +01:00
Torkel Ödegaard
6fc2b69697
ux(sass): restored old responsive rules
2016-02-15 19:04:35 +01:00
Torkel Ödegaard
594ab0e2b5
ux(sass): restored missing clearfix class
2016-02-15 18:44:49 +01:00
bergquist
ea9ac0d2d2
chore(cli): improve unittests
2016-02-15 18:32:36 +01:00
Torkel Ödegaard
9045be0c12
ux(sass): rename less folder to sass
2016-02-15 18:17:06 +01:00
Torkel Ödegaard
bc4c71a7c6
ux(sass): added bootstrap 4 grid and breakpoint system
2016-02-15 18:04:45 +01:00
Torkel Ödegaard
18079aaced
ux(sass): restored label colors
2016-02-15 17:15:54 +01:00
Torkel Ödegaard
47644f2755
ux(): restored dropdown divider class
2016-02-15 17:14:02 +01:00
Torkel Ödegaard
43b91ea0d6
ux(saas): renamed scss partial files to have underscore before
2016-02-15 17:07:46 +01:00
Torkel Ödegaard
83bf63641c
ux(): mini light theme fix
2016-02-15 16:55:39 +01:00
Torkel Ödegaard
1e891f434d
move to sass is starting to work
2016-02-15 16:44:23 +01:00
bergquist
746257710b
fix(cli): align code with core grafana
2016-02-15 16:11:37 +01:00
Torkel Ödegaard
30ddfc7a28
ux(): fix for dashboard header
2016-02-15 16:09:05 +01:00
Torkel Ödegaard
5447bd007a
ux(css): migrated from less to saas
2016-02-15 16:02:58 +01:00
Torkel Ödegaard
f8e233e400
commit(): saas changs
2016-02-15 15:27:41 +01:00
bergquist
9c50b89d64
feat(build): make build more generic for executables
2016-02-15 15:22:03 +01:00
bergquist
063b54aefe
feat(cli): add grafana-cli to linux packages
2016-02-15 14:58:16 +01:00
Torkel Ödegaard
c961d6218d
ux(less): removed normalize
2016-02-15 14:43:33 +01:00
Torkel Ödegaard
1176b68c6a
ux(less): moved and consolidated remaining bootstrap stuff, now only grid system left
2016-02-15 14:24:51 +01:00
bergquist
5adac86b43
fix(cli): remove dev text values
2016-02-15 14:19:59 +01:00
Torkel Ödegaard
580cd510d5
ux(less): moved mixins out from bootstrap and removed unused mixins
2016-02-15 14:18:17 +01:00
bergquist
d59beec354
feat(cli): move cli into main repo
2016-02-15 14:09:34 +01:00
Torkel Ödegaard
c11322a016
ux(less): more less cleanup, restructuring
2016-02-15 13:51:56 +01:00
bergquist
fe4cdc59be
fix(bra): fix bra runner
2016-02-15 13:19:03 +01:00
Torkel Ödegaard
35a1a04f50
ux(buttons): began work on buttons consolidation and cleanup / refactor
2016-02-15 11:50:31 +01:00
bergquist
6e7813f2f8
feat(build): move grafana into grafana-server
2016-02-15 11:15:38 +01:00
Torkel Ödegaard
7c9728df47
ux(less): refactoring and cleanup
2016-02-15 10:49:20 +01:00
bergquist
da8782a9d0
remove unused imports
2016-02-15 10:34:47 +01:00
bergquist
d523d45124
fix(playlist): dont swallow errors
2016-02-15 10:09:15 +01:00
bergquist
c4d6051477
add fig option for opentsdb
2016-02-15 07:52:34 +01:00
utkarshcmu
cd060c64d5
Merge branch 'master' of https://github.com/grafana/grafana into docs-refac
2016-02-14 22:52:10 -08:00
Carl Bergquist
f881ada45c
Merge pull request #4032 from utkarshcmu/snap-bug
...
Fixing snapshot templating bug
2016-02-15 07:32:17 +01:00
utkarshcmu
b9b3b75c0c
Fixing snapshot templating bug
2016-02-14 22:13:59 -08:00
Torkel Ödegaard
37b031afcf
ux(css): more progress on css refactor / cleanup
2016-02-14 22:33:03 +01:00
Torkel Ödegaard
fcc3a7f6e4
ux(less): more less refactoring and cleanup, modals, and dropdowns
2016-02-14 22:13:06 +01:00
Torkel Ödegaard
5836a6ec4b
ux(less): more less refactoring and cleanup, consolidating alerts
2016-02-14 21:50:06 +01:00
Torkel Ödegaard
9e0ed7bc8e
ux(less): less cleanup of unused styles, restructuring and consolidating, part 2
2016-02-14 21:00:25 +01:00
Torkel Ödegaard
50c79df70f
ux(less): less cleanup of unused styles, restructuring and consolidating
2016-02-14 20:44:41 +01:00
Torkel Ödegaard
f888716d81
ux(less): refactoring and restructuring less files
2016-02-14 20:05:22 +01:00
Torkel Ödegaard
5274f93db7
ux(less): began less / bootstrap less cleanup and restructuring
2016-02-14 18:02:53 +01:00
Torkel Ödegaard
e32ee9f02e
ux(admin): admin pages overhaul
2016-02-14 17:37:05 +01:00
Torkel Ödegaard
48c936e9a9
Merge branch 'style-changes-bulletfactory' of github.com:grafana/grafana into style-changes-bulletfactory
2016-02-14 15:09:22 +01:00
Torkel Ödegaard
b77bce1961
Merge branch 'master' of github.com:grafana/grafana into style-changes-bulletfactory
2016-02-14 15:09:10 +01:00
Torkel Ödegaard
f3d277cbab
ux(): general ux polish and experimental work on page header
2016-02-14 13:41:42 +01:00
Torkel Ödegaard
afa4ee9a28
Merge branch 'master' of github.com:grafana/grafana
2016-02-14 10:39:30 +01:00
Torkel Ödegaard
92f4442356
fix(influxdb): fixed annotations editor, broken recently in master due to plugin changes, fixes #4023
2016-02-14 10:39:20 +01:00
utkarshcmu
47b6f01c8b
confirmation box added for user removal
2016-02-13 18:21:18 -08:00
utkarshcmu
68225d64aa
Converted org_users_ctrl to typescript
2016-02-13 17:55:49 -08:00
Torkel Ödegaard
fa06040ed2
ux(): updated playlist, other other minor fixes
2016-02-13 22:12:15 +01:00
Torkel Ödegaard
eae4bb74dd
ux(profile): update profile forms with new form markup and classes
2016-02-13 20:54:00 +01:00
Torkel Ödegaard
caa765ec32
ux(forms): major simplification of norm-form markup and css
2016-02-13 19:42:05 +01:00
Axel Voitier
e00f9611f4
Adding units volt-ampere (VA), kilovolt-ampere (kVA) and volt-ampere reactive (var).
2016-02-13 19:23:30 +01:00
Torkel Ödegaard
1004515bda
ux(fix): fixed page header height without using fixed height, now 100% height works
2016-02-13 17:01:18 +01:00
Torkel Ödegaard
7d75e0e53c
ux(): minor fixes and cleanup, fixes for white theme
2016-02-13 16:45:07 +01:00
Torkel Ödegaard
f7e3297a0f
ux(): updated navbar on all pages to new style, no subnav/dropdown yet though
2016-02-13 14:32:20 +01:00
Torkel Ödegaard
14952de2ee
Merge pull request #4009 from utkarshcmu/viewer-bug
...
Viewers restricted to edit panel
2016-02-13 10:30:02 +01:00
Trent White
f98dbd249e
update navbar and elements on playlist snapshots and change apps to plugins
2016-02-12 17:20:58 -05:00
Torkel Ödegaard
b369b7e495
ux(): added page-dashboard body class
2016-02-12 18:55:45 +01:00
utkarshcmu
23167a0bb3
Viewers restricted to edit panel
2016-02-12 07:34:56 -08:00
Torkel Ödegaard
8c1195b277
refactor(): no change, only minor refactor, and update of fontsize to 14px
2016-02-12 15:00:47 +01:00
Torkel Ödegaard
6cdc1e4d37
feat(ux): minor tweaks and fixes, added hover submenu dropdowns
2016-02-12 11:21:42 +01:00
Torkel Ödegaard
e7a202fe4d
Merge branch 'master' into style-changes-bulletfactory
2016-02-12 10:14:06 +01:00
Torkel Ödegaard
b5dc1727d2
fix(postgres): If password or user is empty use empty quotes for connection string, #3985
2016-02-12 10:10:07 +01:00
Torkel Ödegaard
53f5cb6553
fix(api): org name taken error now returns HTTP status code 409, closes
2016-02-12 10:01:52 +01:00
Torkel Ödegaard
f797b19825
fix(build): changed from postinstall script to regular grunt task for the copying of npm dependencies into public dir, fixes #4003
2016-02-12 09:58:00 +01:00
Torkel Ödegaard
814ca99e3d
fix(google tag manager): fixed link to google tag manager, fixes #4005
2016-02-12 09:52:52 +01:00
Carl Bergquist
c483b2ff98
Merge pull request #3999 from mtanda/cloudwatch_custom_metrics_namespace
...
(cloudwatch) custom metrics namespace support
2016-02-12 09:47:42 +01:00
Carl Bergquist
2496202417
Merge pull request #3998 from utkarshcmu/ds-conf-box
...
Added DS deletion confirmation modal
2016-02-12 09:46:41 +01:00
Matt Toback
3c6fadb6f8
Merge pull request #4001 from mattttt/matt-updates-to-bulletactor
...
Matt updates to bulletactor
2016-02-11 15:55:32 -05:00
Matt Toback
055e5aff2a
Merge branch 'style-changes-bulletfactory' of https://github.com/grafana/grafana into matt-updates-to-bulletactor
2016-02-11 15:47:50 -05:00
Matt Toback
692878b0c0
Checkbox fixes for light and dark themes, ready to hand over to trent for new images
2016-02-11 15:46:37 -05:00
Matt Toback
a6061ce555
Checkboxes working
2016-02-11 15:29:57 -05:00
Torkel Ödegaard
2ea548850e
Merge branch 'master' into style-changes-bulletfactory
...
Conflicts:
pkg/api/index.go
public/less/sidemenu.less
2016-02-11 21:23:54 +01:00
Torkel Ödegaard
87fc83678c
feat(imports): work on datasource dashboards
2016-02-11 21:02:01 +01:00
Trent White
d8b43a3d76
button size tweaks, user form tweaks
2016-02-11 14:41:21 -05:00
Trent White
6189208fa5
org and user form tweaks
2016-02-11 14:18:55 -05:00
Trent White
daf8db71a8
button spacing tweak. Dropdown hover color tweak, sexy pattern added
2016-02-11 13:00:36 -05:00
Trent White
c186d8b2be
button text position to center text vertically
2016-02-11 12:27:32 -05:00
Trent White
cd40362d47
sidenav tweaks, creating a content channel for the main content on non-dashboard pages
2016-02-11 12:02:12 -05:00
Mitsuhiro Tanda
81ad469533
(cloudwatch) custom metrics namespace support
2016-02-12 00:30:33 +09:00
utkarshcmu
bb77070aab
Merge branch 'master' of https://github.com/grafana/grafana into ds-conf-box
2016-02-11 07:03:04 -08:00
utkarshcmu
c051ff3eac
Removed unused commented code
2016-02-11 07:01:45 -08:00
Trent White
ff913333a2
update sidebar
2016-02-11 09:53:48 -05:00
Torkel Ödegaard
ac5f7ecdea
fix(img): fixed img link on signup
2016-02-11 15:49:55 +01:00
Torkel Ödegaard
4e33e80957
fix(): clicking on items in graphites add function menu did not work, now works again, broken in recent panel refactorings
2016-02-11 15:25:34 +01:00
Torkel Ödegaard
bf1b60564e
fix(png rendering): fixed broken png rendering due to recent panel change
2016-02-11 14:34:15 +01:00
Torkel Ödegaard
50ddf7913a
docs(): work on example app
2016-02-11 14:28:04 +01:00
Torkel Ödegaard
39bb9ce118
Merge branch 'master' of github.com:grafana/grafana
2016-02-11 13:42:33 +01:00
Torkel Ödegaard
2d8180fc9c
fix(panels): restored panel name to edit mode
2016-02-11 13:42:18 +01:00
utkarshcmu
fac51d92c5
Added DS deletion confirmation modal
2016-02-11 00:06:04 -08:00
utkarshcmu
c3fc340c09
Merge branch 'master' of https://github.com/utkarshcmu/grafana into docs-refac
2016-02-10 23:12:41 -08:00
Trent White
581fb8ebfd
dropdown.less added
2016-02-10 18:14:52 -05:00
Trent White
0fa0b3b256
style changes to forms, icons updates and new buttons
2016-02-10 18:14:26 -05:00
Torkel Ödegaard
3b21e9fcf0
Merge pull request #3991 from utkarshcmu/small-fix
...
Minor html fix
2016-02-10 20:43:41 +01:00
utkarshcmu
4c35c83b84
Minor html fix
2016-02-10 11:13:17 -08:00
Torkel Ödegaard
37c6a1ddf0
feat(app routes): worked on app routes, added unit test, changed Grafana-Context header to start with X to be standard compliant, got cloud saas queries to work via app route feature and header template
2016-02-10 16:43:35 +01:00
Torkel Ödegaard
9c0b89b9b0
Merge branch 'master' of github.com:grafana/grafana
2016-02-10 13:18:13 +01:00
Torkel Ödegaard
ae39ec8585
feat(plugins): changed so that plugins can load css async via util function exposed from app/plugins/sdk
2016-02-10 13:09:39 +01:00
bergquist
e37817285a
docs(readme): declare code as bash
2016-02-10 12:08:04 +01:00
Torkel Ödegaard
dfe0e258cd
feat(text and css): html partials and css can be loaded via systemjs
2016-02-10 11:54:17 +01:00
Torkel Ödegaard
eda23252e1
Merge branch 'master' of github.com:grafana/grafana
2016-02-10 11:03:26 +01:00
Torkel Ödegaard
257b824d4f
feat(plugins): better logging and handling of loading plugins, try to create plugins dir if it does not exist, fixes #3974
2016-02-10 11:03:12 +01:00
bergquist
b469904c7f
fix(login): hide divider if no oath
...
closes #3980
2016-02-10 10:41:43 +01:00
Torkel Ödegaard
509b37eb91
dependency(): upgraded angularjs to 1.5.1
2016-02-10 10:15:11 +01:00
Torkel Ödegaard
9dac382fbf
dependency(): updated go lib go-xorm
2016-02-10 10:09:24 +01:00
Torkel Ödegaard
ddbdb54c04
Merge branch 'master' of github.com:grafana/grafana
2016-02-10 09:57:21 +01:00
Torkel Ödegaard
181a671bfb
dependency(): upgraded go-sql-driver/mysql, fixes #3969
2016-02-10 09:56:58 +01:00
Torkel Ödegaard
1ce34ed907
Merge pull request #3968 from daniellee/issue3831
...
Fixes when panel repeat is removed by clearing the templating variables
2016-02-10 09:41:06 +01:00
Torkel Ödegaard
f9e7b14f2c
cleanup(): removed old file
2016-02-10 08:32:16 +01:00
Torkel Ödegaard
dad394523f
fix(build): fixed minor issue in systemjs builder, and added SystemJs cache buster
2016-02-10 06:50:17 +01:00
Torkel Ödegaard
1c50eb345c
Merge pull request #3975 from mtanda/prometheus_fix_annotation
...
fix template url for prometheus annotation editor
2016-02-10 05:43:14 +01:00
Mitsuhiro Tanda
5c7689388d
fix template url for annotation editor
2016-02-10 11:42:59 +09:00
Torkel Ödegaard
baff9b0267
feat(apps): lots of work making apps easier to develop, module paths are handled automatically
2016-02-09 22:10:36 +01:00
Torkel Ödegaard
fe2e6b8a80
feat(apps): began work on support for apps that contain data sources
2016-02-09 18:37:08 +01:00
Torkel Ödegaard
fb74ebb4ea
:Merge branch 'master' of github.com:grafana/grafana
2016-02-09 18:17:43 +01: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
fba3d7cb0f
Merge pull request #3970 from raintank/appScreenShots
...
add support for screenshots in plugins.
2016-02-09 16:31:28 +01:00
woodsaj
f953033ba7
add support for screenshots in plugins.
...
Allow plugin creators to include screenshots of their plugin
in action. Primarily for use in Grafana.net info pages.
2016-02-09 22:36:42 +08:00
Daniel Lee
72415be2db
fix(dashboard): fixes when panel repeat with templating removed
...
The original panel should clear all the templating variables and
look like it did before repeat was selected. Fixes #3831 . Also
cleans up after a row repeat is removed
2016-02-09 14:59:24 +01:00
Torkel Ödegaard
9653f43466
fix(): unit tests
2016-02-09 14:41:43 +01:00
Torkel Ödegaard
1acbd5b7d8
:merge branch 'app-pages'
...
Conflicts:
examples/nginx-app/module.js
examples/nginx-app/partials/stream.html
examples/nginx-app/plugin.json
2016-02-09 14:22:08 +01:00
Torkel Ödegaard
f0ecbd3878
feat(apps): removed some on hover stuff from sidemenu to make it ready to merge to master
2016-02-09 14:20:41 +01:00
Torkel Ödegaard
9dcfe6dc39
feat(apps): more work on app pages and sidemenu subnav
2016-02-09 14:06:23 +01:00
Torkel Ödegaard
397e4e4766
fix(img): img link on login
2016-02-09 12:20:09 +01:00
Torkel Ödegaard
5b9ed82d29
feat(plugins): working on plugin examples
2016-02-09 12:20:09 +01:00
Torkel Ödegaard
0def04ad34
feat(apps): more progress on app pages
2016-02-09 12:10:59 +01:00
Daniel Lee
e9982bb27e
Merge pull request #3952 from bergquist/table_html_escape
...
Escape html in table panel
2016-02-09 11:23:10 +01:00
Torkel Ödegaard
18eb9d6076
feat(apps): began work on app pages
2016-02-09 11:17:49 +01:00
bergquist
e7ff018487
feat(table): uses lodash to escape html
2016-02-09 11:16:07 +01:00
bergquist
6ba5471bd4
docs(changelog): add html encoding for table panel
2016-02-09 11:16:07 +01:00
bergquist
ddb1d0c684
fix(table): escape / chars as well
2016-02-09 11:14:08 +01:00
bergquist
7d89cf228c
fix(table): remove html for htmlencoding option
2016-02-09 11:14:08 +01:00
bergquist
5775c0a341
feat(table): remove option to disable html encoding
2016-02-09 11:14:08 +01:00
bergquist
d750908e36
feat(table): escape html by default
...
closes #3673
2016-02-09 11:14:08 +01:00
bergquist
b1a648608b
test(table): rewrite invalid tests
2016-02-09 11:14:08 +01:00
bergquist
b7147a8bd2
docs(changelog): add prometheus annotation support
2016-02-09 10:27:43 +01:00
Torkel Ödegaard
82d5d1b003
feat(plugins): working on plugin examples
2016-02-09 09:53:56 +01:00
Carl Bergquist
f4e90df406
Merge pull request #3472 from mtanda/prometheus_query_template
...
(prometheus) templating by query result
2016-02-09 08:26:52 +01:00
Mitsuhiro Tanda
2cce057df1
(prometheus) add query result template query
2016-02-09 01:37:43 +09:00
Torkel Ödegaard
dea2234b14
Merge branch 'master' of github.com:grafana/grafana
2016-02-08 16:57:41 +01:00
Torkel Ödegaard
99a053bbdd
feat(): removed unused routes and minor fixes
2016-02-08 16:57:29 +01:00
bergquist
b7fd6bcf7d
docs(changelog): add update about fixed height legend
2016-02-08 14:53:29 +01:00
Carl Bergquist
a3b6efdbfa
Merge pull request #2883 from mtanda/prometheus_annotation_support
...
Prometheus annotation support
2016-02-08 14:51:59 +01:00
Torkel Ödegaard
3a1dff6636
fix(): karma now works again, broken in last commit
2016-02-08 14:39:57 +01:00
Torkel Ödegaard
cf92011fb9
Merge branch 'master' of github.com:grafana/grafana
2016-02-08 14:35:45 +01:00
Torkel Ödegaard
0106033293
refactor(): removed stuff
2016-02-08 14:35:34 +01:00
Carl Bergquist
4a43cc1df6
Merge pull request #3958 from bergquist/ux_login
...
Login: UX improvements
2016-02-08 13:05:05 +01:00
bergquist
0f52b4397f
feat(login): minor ux improvements
...
make buttons bigger and introduce the login divider.
closes #3698
2016-02-08 11:18:41 +01:00
Torkel Ödegaard
9c0da733e8
Merge branch 'master' of github.com:grafana/grafana
2016-02-08 10:31:36 +01:00
Torkel Ödegaard
de90ad8967
feat(influxdb): escape influxdb tag values, fixes #3950
2016-02-08 10:31:26 +01:00
bergquist
2f3d1ec2ef
Merge branch 'graph_legend_height'
2016-02-08 10:07:53 +01:00
bergquist
73bed3880f
feat(graph): sets fixed height for right side legend
...
closes #1277
2016-02-08 09:49:53 +01:00
bergquist
edebdb166e
fix(graph): add missing ctrl in variable
2016-02-08 09:24:30 +01:00
Torkel Ödegaard
7f83be3d0d
ux(): mini fix!
2016-02-08 09:06:28 +01:00
Torkel Ödegaard
50920b1423
ux(forms): minor upgrade to new form design
2016-02-07 20:05:49 +01:00
Torkel Ödegaard
42b1c8c80d
Merge branch 'master' into style-changes-mattttt
2016-02-07 19:47:14 +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
ff4dbea19d
ux(navbar): worked on responsive breakpoints for navbar
2016-02-07 12:28:06 +01:00
Matthew Toback
1bd58bc1c0
Added new file and removed change to .bra.toml
2016-02-06 17:38:36 -05:00
Matthew Toback
21b0945d08
Beginnings of form restyling, nowhere near merge yet
2016-02-06 17:37:33 -05:00
Torkel Ödegaard
89ef019b7c
fix(): back to dashboard link fix
2016-02-06 10:32:07 +01:00
Torkel Ödegaard
801129530e
feat(plugins): base clases are now in app/plugins/sdk
2016-02-05 18:08:21 +01:00
bergquist
23fa5fa1c7
Merge branch 'influxdb_global_interval'
2016-02-05 15:13:27 +01:00
bergquist
020277c045
style(panel): fix intendention issue
2016-02-05 15:10:55 +01:00
bergquist
f8b3c0a64c
feat(influxdb): add default interval setting
...
closes #1552
2016-02-05 15:10:33 +01:00
Carl Bergquist
d03ae3bfe5
Merge pull request #3944 from doubledutch/github-api-url
...
Add github api_url to github auth docs
2016-02-05 14:13:17 +01:00
bergquist
6f9896c2fe
docs(contributing): minor updates to old doc
2016-02-05 13:59:16 +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
0fab210ad2
feat(apps): changed edit apps view to use plugin-component for apps config view
2016-02-05 12:13:59 +01:00
Torkel Ödegaard
9fc0a83b83
Merge branch 'master' of github.com:grafana/grafana
2016-02-05 11:08:44 +01:00
Torkel Ödegaard
aa8bd044c5
fix(): various fixes to snapshots
2016-02-05 11:05:47 +01:00
utkarshcmu
0201b9769c
Merged with grafana/master
2016-02-05 01:50:47 -08:00
utkarshcmu
4ff6748eb4
Linked docs from main nav
2016-02-05 01:47:34 -08:00
Carl Bergquist
59cb429d2d
Merge pull request #3949 from bergquist/table_panel_thresholds
...
tablepanel: using two thresholds
2016-02-05 10:38:31 +01:00
Torkel Ödegaard
454ccb451b
Merge branch 'master' of github.com:grafana/grafana
2016-02-05 10:37:23 +01:00
Torkel Ödegaard
273fbaac68
refactor(): minor changes
2016-02-05 10:37:14 +01:00
bergquist
8ff997594f
fix(tablepanel): change to using two thresholds
...
fixes #3878
2016-02-05 10:30:46 +01:00
utkarshcmu
616a6bec38
Added api heading in the main menu
2016-02-05 01:15:09 -08:00
Carl Bergquist
a6c736b8a2
Merge pull request #3947 from utkarshcmu/route-fix
...
Fixed snapshot route
2016-02-05 09:51:00 +01:00
Carl Bergquist
5b02d63c89
Merge pull request #3948 from utkarshcmu/changelog
...
Added snapshot UI feature in Changelog
2016-02-05 09:50:30 +01:00
utkarshcmu
c1fc8995ce
Added snapshot UI feature in Changelog
2016-02-05 00:41:54 -08:00
utkarshcmu
34f261588f
Fixed snapshot route
2016-02-05 00:35:02 -08:00
Torkel Ödegaard
f188900379
Merge branch 'master' of github.com:grafana/grafana
2016-02-05 08:50:31 +01:00
Torkel Ödegaard
f80d5f8c03
refactor(): minor refactor
2016-02-05 08:50:15 +01:00
Torkel Ödegaard
fcc960e9a2
Merge pull request #3792 from utkarshcmu/snapshot-view
...
UI Review: Snapshot view
2016-02-05 08:49:23 +01:00
Torkel Ödegaard
db27bbb162
Merge pull request #3918 from utkarshcmu/metadata
...
Added metadata fields under Settings tab
2016-02-05 08:47:57 +01:00
Torkel Ödegaard
1bce8f6669
Merge pull request #3736 from mtanda/cloudwatch_custom_metrics_alpha
...
(cloudwatch) custom metrics support
2016-02-05 08:44:50 +01:00
Kevin Pike
15fb56e607
Add github api_url to github auth docs
2016-02-04 13:46:02 -08:00
Torkel Ödegaard
714129c8e3
fix(): package.json use local grunt in postinstall script
2016-02-04 22:44:25 +01:00
utkarshcmu
59a384b453
Merge branch 'master' of https://github.com/grafana/grafana into metadata
2016-02-04 13:34:32 -08:00
utkarshcmu
b5a5b7b912
Removed totalStats from PR
2016-02-04 13:34:23 -08:00
Torkel Ödegaard
a167eb4fa1
fix(row repeat): fix for row repeat where repeated row was added to the bottom and not next to the source row, fixes #2942
2016-02-04 22:33:53 +01:00
Torkel Ödegaard
660ce3a61d
fix(row editor): row editor fix and cleanup of unused code
2016-02-04 22:19:46 +01:00
Torkel Ödegaard
edf5868c38
fix(panel timeshift): fixed so that panel time range works when dashboard time range does not end in now, like and , fixes #3941
2016-02-04 21:52:05 +01:00
Torkel Ödegaard
5588e7597c
feat(inspector): minor fix for inspector making the error not clear when having dashboard refresh, fixes #3938
2016-02-04 15:31:54 +01:00
Torkel Ödegaard
68a5fb66ff
ux(panel menu): changed remove icon to trash icon, closes #3939
2016-02-04 15:28:24 +01:00
Torkel Ödegaard
33dc9fdd76
fix(inspector): fixed broken panel error inspect
2016-02-04 15:23:40 +01:00
Torkel Ödegaard
316e1aac67
fix(build): minor fix
2016-02-04 15:12:44 +01:00
Torkel Ödegaard
2ed3cd7f1a
Merge branch 'master' of github.com:grafana/grafana
2016-02-04 15:04:20 +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
6f923ecd17
Merge pull request #3901 from bobrik/opentsdb-tag-name-suggestions
...
Show relevant tag name suggestions for OpenTSDB, closes #3610
2016-02-04 14:30:33 +01:00
Torkel Ödegaard
501f21b16c
fix(dashlist): fix for entering dashboard list edit mode
2016-02-04 13:58:43 +01:00
Ivan Babrou
f4ad673b6d
Show relevant tag name suggestions for OpenTSDB, closes #3610
2016-02-04 10:57:19 +00:00
Torkel Ödegaard
37ff432f9d
fix(influxdb): fix for influxdb when using format as table and having group by time, fixes #2928
2016-02-04 09:48:17 +01:00
Mitsuhiro Tanda
20283a46f9
fix annotation editor error
2016-02-04 14:14:19 +09:00
Mitsuhiro Tanda
634699c8e2
fix prometheus datasource plugin
2016-02-04 14:10:27 +09:00
Mitsuhiro Tanda
7d97f381cf
fix tslint error
2016-02-04 14:09:59 +09:00
Mitsuhiro Tanda
7a1326ff14
follow new plugin format
2016-02-04 14:06:01 +09:00
Mitsuhiro Tanda
ee84d4371b
fix prometheus annotation, reflect API change
2016-02-04 14:05:51 +09:00
Mitsuhiro Tanda
f8b05e0f42
add prometheus annotation query
2016-02-04 14:05:44 +09:00
Mitsuhiro Tanda
a4e5b7ea37
fix cloudwatch test error
2016-02-04 13:21:29 +09:00
Mitsuhiro Tanda
a20443b577
(cloudwatch) refactor annotation query
2016-02-04 13:16:55 +09:00
Mitsuhiro Tanda
e96d72d669
reuse credentials
2016-02-04 13:16:55 +09:00
Mitsuhiro Tanda
defb15bea1
CloudWatch multiple alarm annotation support
2016-02-04 13:16:55 +09:00
Mitsuhiro Tanda
10016d9d38
add CloudWatch DescribeAlarms API support
2016-02-04 13:14:03 +09:00
Mitsuhiro Tanda
73ec486434
(cloudwatch) custom metrics support
2016-02-04 13:07:02 +09:00
Mitsuhiro Tanda
ccb063df06
(cloudwatch) add test for custom metrics
2016-02-04 13:07:02 +09:00
Mitsuhiro Tanda
b90a078be0
(cloudwatch) change implementation to testable
2016-02-04 13:07:02 +09:00
Torkel Ödegaard
80e15dd754
feat(css): minor css tweaks
2016-02-03 19:41:39 +01:00
Torkel Ödegaard
de394311e0
feat(datasources): minor fix for optimized build for the refactored query editors
2016-02-03 19:10:01 +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
c465e594d7
Merge branch 'master' of github.com:grafana/grafana
2016-02-03 18:27:39 +01:00
Torkel Ödegaard
0da733de9c
feat(plugins): migrated opentsdb plugin
2016-02-03 18:25:39 +01:00
Torkel Ödegaard
2fc8da7a87
feat(plugins): migrated cloudwatch and fixed a bunch of issues with data source edit views
2016-02-03 17:01:53 +01:00
Torkel Ödegaard
0bea6aba63
feat(plugins): migrated elasticsearch to new plugin editor model, also minor fixes
2016-02-03 16:31:07 +01:00
Torkel Ödegaard
fe2c096166
Merge pull request #3929 from myokoym/patch-1
...
doc: fix a broken link
2016-02-03 16:29:21 +01:00
Masafumi Yokoyama
c90619c665
doc: fix a broken link
2016-02-03 23:10:48 +09:00
utkarshcmu
952e4dab3e
Arranged http_api docs in a better way
2016-02-02 22:59:22 -08:00
Torkel Ödegaard
eecf844ca2
feat(plugins): migrated influxdb query editor to new plugin model
2016-02-02 22:58:37 +01:00
utkarshcmu
8952c7c9d1
Merge branch 'master' of https://github.com/grafana/grafana into metadata
2016-02-02 11:56:17 -08:00
utkarshcmu
c6ab63ec47
Calculated total stats in frontend
2016-02-02 11:50:01 -08:00
Torkel Ödegaard
05dfccbb74
feat(plugins): moved annotation editor to new plugin component loader
2016-02-02 18:16:30 +01:00
Torkel Ödegaard
fc829b32d9
feat(plugins): minor fixes to breaking out query editor row into reusable component
2016-02-02 16:57:05 +01:00
Torkel Ödegaard
f2700822e9
feat(plugins): extracted first plugin row to its own component
2016-02-02 16:32:36 +01:00
Torkel Ödegaard
21f6c07686
feat(plugins): more progress on plugin editors
2016-02-02 15:15:20 +01:00
Carl Bergquist
4bafb88720
Merge pull request #3915 from pra85/patch-1
...
Fix typo in docs
2016-02-02 15:02:29 +01:00
Prayag Verma
7c61ed99ae
Fix typo in docs
...
Remove extra `of`
2016-02-02 17:47:06 +05:30
Torkel Ödegaard
356f7b9db6
feat(plugins): good progress on converting query editors, graphite's query ctrl is now working as is unit tests
2016-02-02 13:07:54 +01:00
Torkel Ödegaard
822c8f1575
feat(plugins): migrating graphite query editor to new model
2016-02-02 12:52:43 +01:00
Torkel Ödegaard
efdd4a6682
feat(plugins): more work on plugin editors,prometheus query editor is working
2016-02-02 10:19:15 +01:00
Torkel Ödegaard
eaaf9246b7
feat(plugins): more work on refining datasource editors
2016-02-02 09:12:58 +01:00
utkarshcmu
00a6efa15e
Excluded total calculations from backend
2016-02-01 23:26:11 -08:00
utkarshcmu
c5377fb429
Merge branch 'master' of https://github.com/utkarshcmu/grafana into metadata
2016-02-01 23:12:36 -08:00
Torkel Ödegaard
0583ec0f93
feat(plugins): more work on plugin directives and isolation
2016-02-01 23:32:12 +01:00
Torkel Ödegaard
12f487e223
feat(plugin-editors): more work on plugin editor loading
2016-02-01 23:24:08 +01:00
Torkel Ödegaard
30a8a434a1
Merge branch 'master' into plugin-editors
...
Conflicts:
public/app/features/panel/panel.ts
public/app/features/panel/panel_directive.js
public/app/plugins/datasource/grafana/module.ts
2016-02-01 21:37:36 +01:00
Torkel Ödegaard
79db997e8c
login(): testing new login look on login page
2016-02-01 21:31:54 +01:00
Torkel Ödegaard
137ef1f781
ux(home dashboard): minor polish to home dashboard header
2016-02-01 21:17:18 +01:00
utkarshcmu
338afc80d5
Merge branch 'master' of https://github.com/grafana/grafana into metadata
2016-02-01 10:32:36 -08:00
Torkel Ödegaard
78598df96e
fixes(): fixes for changed app -> public/app paths and fixes for optimized build
2016-02-01 19:00:40 +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
84609a4a3b
fix(panel links): changed icon back
2016-02-01 17:18:39 +01:00
Torkel Ödegaard
0b25a29a9c
Merge branch 'panelbase'
2016-02-01 17:11:08 +01:00
Torkel Ödegaard
b1bfd35968
feat(datasources): last fixes for data sources
2016-02-01 17:06:44 +01:00
Torkel Ödegaard
a053552fee
fixes to data source query editors
2016-02-01 13:51:47 +01:00
Torkel Ödegaard
6886faa944
feat(plugins): fixed cloudwatch query editor
2016-02-01 13:30:20 +01:00
Torkel Ödegaard
c843637a6a
more progress on some experimental stuff
2016-02-01 13:02:11 +01:00
Torkel Ödegaard
2f78584cdb
poc(plugin editors): experimential test for plugin editors
2016-02-01 12:42:10 +01:00
Torkel Ödegaard
6b7491e111
Merge pull request #3903 from grafana/log-fixes
...
Log fixes
2016-02-01 11:02:14 +01:00
Torkel Ödegaard
2e20c680cb
Merge pull request #3892 from pfischermx/master
...
Allow the use of auth and credentials in opentsdb
2016-02-01 11:01:15 +01:00
Pablo Fischer
f33de8e911
Fix lint/syntax (grunt test)
2016-02-01 09:29:57 +00:00
Dieter Plaetinck
fbc90e038c
prevent needless cpu burning in unused levels. fix #3898
2016-02-01 17:49:37 +13:00
Dieter Plaetinck
bf943ddba3
actually make use of the LogLevel type
...
why else would it be defined?
and this is sane anyway.
2016-02-01 17:48:42 +13:00
Torkel Ödegaard
3f945e886b
merge sync with master
2016-01-31 19:51:23 +01:00
Torkel Ödegaard
931d7cd039
Merge branch 'master' into panelbase
2016-01-31 16:57:04 +01:00
Torkel Ödegaard
3f5b33b060
css(): minor tweaks to navbar and timepicker margins/paddings
2016-01-31 11:38:38 +01:00
Torkel Ödegaard
fa63d26485
feat(timepicker): added validation to timepicker, and validation state to apply button, fixes #3870
2016-01-31 11:30:18 +01:00
Torkel Ödegaard
d617d029d2
fix(css): fixed issues introduced in recent sidemenu enhancements, fixes #3893 , fixes #3894
2016-01-30 12:55:47 -05:00
Pablo Fischer
98082a940c
Allow the use of auth and credentials in opentsdb
2016-01-30 01:09:55 +00:00
Torkel Ödegaard
12460af0ec
Merge pull request #3830 from raintank/apiPlugin
...
Add secureJsonData field to appSettings model
2016-01-29 17:17:37 -05:00
bergquist
34eb5acee7
feat(dataproxy): remove 'SetCookie' from reponse
...
set cookie could potentialll leak information about the
datasource if in proxy mode.
closes #3845
2016-01-29 23:17:11 +01:00
Torkel Ödegaard
9ec3216ab0
Merge branch 'master' of github.com:grafana/grafana
2016-01-29 16:52:44 -05:00
Torkel Ödegaard
92c2f8d556
feat(pinned sidemenu): completed side menu pinned stuff
2016-01-29 16:52:30 -05:00
bergquist
eef506d8c4
tests(playlist): add more test for playlist ui
2016-01-29 22:31:53 +01:00
Daniel Lee
7f15e2c167
Merge pull request #3889 from grafana/dashboard-share-menu
...
New dropdown menu to surface the snapshot feature, basic styling in p…
2016-01-29 21:58:05 +01:00
Torkel Ödegaard
03aea09ce9
feat(pinned): updated
2016-01-29 15:49:13 -05:00
Daniel Lee
2897f618a6
Merge pull request #3880 from vitorboschi/fix3877
...
add default value for fill policy
2016-01-29 21:44:08 +01:00
Torkel Ödegaard
5f2aba6c5b
feat(sidemenu): pinned state
2016-01-29 15:36:41 -05:00
Daniel Lee
21632d22ab
Merge pull request #3882 from bergquist/playlist_tags
...
Add support for playlist based on tags
2016-01-29 21:32:58 +01:00
Matt Toback
f59f6a5486
Standardized on fa-link icon for Link instead of external-link, which generally means Open In New Window or Go Offsite
2016-01-29 15:27:42 -05:00
Torkel Ödegaard
32989f4cca
Merge branch 'master' into pinned
2016-01-29 15:13:35 -05:00
Torkel Ödegaard
b5ef793ae4
feat(sidemenu): pinned work started
2016-01-29 15:12:56 -05:00
bergquist
d405176367
chore(playlist): remove commented code
2016-01-29 20:33:01 +01:00
Daniel Lee
74cb4b6590
Merge pull request #3891 from grafana/new-icon-font
...
New icon font
2016-01-29 20:27:13 +01:00
bergquist
15087251fb
test(playlist): add test for playlist sqlstoretest(playlist): add test for playlist sqlstoretest(playlist): add test for playlist sqlstoretest(playlist): add test for playlist sqlstoretest(playlist): add test for playlist sqlstoretest(playlist): add test for playlist sqlstoretest(playlist): add test for playlist sqlstoretest(playlist): add test for playlist sqlstoretest(playlist): add test for playlist sqlstore
2016-01-29 20:24:19 +01:00
bergquist
73d6b95339
chore(playlist): remove unused code
2016-01-29 20:24:06 +01:00
Anthony Woods
c3032f7ba3
Merge pull request #3890 from daniellee/joinurlfragments
...
No added trailing slash if proxypath is empty in JoinUrlFragments
2016-01-29 14:11:43 -05:00
Trent White
339e73ee3d
change file names to remove the rt reference in the icon files
2016-01-29 13:57:48 -05:00
bergquist
a2c00f1cc5
docs(playlist): add docs about tags in playlist
2016-01-29 19:44:02 +01:00
Trent White
6da3f87736
use svg icon instead of png file
2016-01-29 12:52:29 -05:00
Trent White
6ae464f33a
add rt-fonts file and point refs to snapshot icon to it
2016-01-29 12:46:57 -05:00
Daniel Lee
74decb4bdc
fix(dataproxy): no trailing slash if proxypath is empty
...
The JoinUrlFragments function adds a trailing slash if to the proxy url
if the proxy path is an empty string. This fix removes that trailing
slash. Fixes #3847
2016-01-29 18:44:33 +01:00
Anthony Woods
2e9272c778
Merge remote-tracking branch 'upstream/master' into apiPlugin
2016-01-30 01:38:01 +08:00
Matt Toback
6fe850e2c1
New dropdown menu to surface the snapshot feature, basic styling in place. Want to extend menu to include summary text of each feature
2016-01-29 11:48:57 -05:00
Vitor Boschi
bb3360e92a
add default value for fill policy
2016-01-29 07:50:30 -02:00
Daniel Lee
f46eee96a9
Merge pull request #3885 from vitaliyf/patch-2
...
Update CHANGELOG.md
2016-01-29 05:52:14 +01:00
Vitaliy Fuks
3ed8870362
Update CHANGELOG.md
...
Minor grammar tweaks and formatting.
2016-01-28 22:02:29 -05:00
Daniel Lee
605f0fa24a
Merge pull request #3884 from raintank/issue3883
...
fix sql query in GetAdminStats.
2016-01-29 02:47:55 +01:00
bergquist
5a4e48fa99
style(playlist_spec): rename to underscore standard
2016-01-29 02:42:23 +01:00
Anthony Woods
79e7ae4424
fix sql query in GetAdminStats. fixes #3883
2016-01-29 09:38:51 +08:00
bergquist
35071649e0
tests(playlist): refactor playlist edit ctrl
2016-01-29 02:37:07 +01:00
bergquist
d27bb4d3fb
style(playlist): move dashboard access to dashboard.go
2016-01-29 01:41:23 +01:00
bergquist
64a18874e1
style(playlist): remove unused code
2016-01-29 01:23:51 +01:00
Torkel Ödegaard
05e8c576a2
feat(panels): updated influxdb editor to use panelCtrl
2016-01-28 19:07:53 -05:00
bergquist
ea7c2e73ad
style(playlist): remove console logging
2016-01-29 00:38:50 +01:00
bergquist
b6f276265d
style(playlist): remove semi colons for functions in TS
2016-01-29 00:13:29 +01:00
Torkel Ödegaard
3c3d3c9ec6
feat(): fixed share modal
2016-01-28 18:05:49 -05:00
bergquist
d66932a8a2
chore(playlist): extract playlist start into new file
2016-01-28 23:56:56 +01:00
Torkel Ödegaard
34141363ae
feat(panels): fixed panel time
2016-01-28 17:17:56 -05:00
bergquist
3ccf7c8006
feat(playlist): improve the look of tag playlist items
2016-01-28 23:04:22 +01:00
Torkel Ödegaard
56c76f380b
feat(panels): fixes
2016-01-28 16:48:37 -05:00
bergquist
f36ade2959
chore(playlist): cleanup some code
2016-01-28 22:43:54 +01:00
bergquist
85ad5f1d37
Merge branch 'master' into playlist_tags
2016-01-28 22:32:59 +01:00
bergquist
64fa9a6394
fix(singlestat): add ngInject for controller
...
fixes #3879
2016-01-28 22:27:17 +01:00
Torkel Ödegaard
a00231a1c2
updated gitignore
2016-01-28 14:38:55 -05:00
Torkel Ödegaard
9914714eeb
removed npm frontend assets from repo, installed using npm install postinstall script
2016-01-28 14:37:24 -05:00
Torkel Ödegaard
600ffa727e
feat(panels): fixes
2016-01-28 14:19:24 -05:00
bergquist
a7de2ceae4
feat(playlist): basic UI support for tags
2016-01-28 20:06:50 +01:00
utkarshcmu
972ac99b7c
Added more metadata
2016-01-28 09:53:19 -08:00
Torkel Ödegaard
9bd3b417c4
feat(panels): upgraded table panel to latest plugin model
2016-01-28 12:48:43 -05:00
Torkel Ödegaard
a985f21d44
Merge pull request #3849 from pfischermx/master
...
Send OpenTSDB POST request as urlencoded
2016-01-28 09:53:16 -05:00
Torkel Ödegaard
7c005e8f0b
Merge pull request #3871 from utkarshcmu/changelog
...
Update CHANGELOG.md
2016-01-28 09:50:54 -05:00
Torkel Ödegaard
6e886735a3
Merge pull request #3872 from utkarshcmu/stats
...
Fixed dashboard_tag query
2016-01-28 08:15:16 -05:00
utkarshcmu
b30dcce4bc
Added dtos and UI for more metadata
2016-01-28 00:52:52 -08:00
utkarshcmu
58121d89fc
Updated http_api docs
2016-01-27 22:02:33 -08:00
utkarshcmu
6a1192172d
Api stores dashboard creator
2016-01-27 21:55:54 -08:00
utkarshcmu
8bd07287f8
Fixed dashboard_tag query
2016-01-27 17:41:23 -08:00
utkarshcmu
753fd164d7
Added createdBy in metadata ui and dashboard table
2016-01-27 17:11:21 -08: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
Utkarsh Bhatnagar
c8727db03b
Update CHANGELOG.md
2016-01-27 14:47:58 -08:00
Torkel Ödegaard
57d22fb93f
Merge remote-tracking branch 'origin/master' into panelbase
2016-01-27 17:33:33 -05:00
Torkel Ödegaard
f0f7da9ff0
feat(panels): fixing broken stuff
2016-01-27 17:16:00 -05:00
Daniel Lee
6c4791b48d
Merge pull request #3868 from daniellee/circleci_triggerpacker
...
Triggers grafana packer CircleCI build after successful build of master branch
2016-01-27 21:03:00 +01:00
Torkel Ödegaard
9c1217cd2c
updated
2016-01-27 14:32:19 -05:00
Daniel Lee
448437c342
feat(circleci): triggers grafana packer after successful build
...
Only triggers for main grafana repo (not forks) and when the
master branch is built.
2016-01-27 20:18:51 +01:00
Carl Bergquist
251bf7a2b4
Merge pull request #3840 from utkarshcmu/stats
...
Grafana stats view as mentioned in #3812
2016-01-27 19:41:10 +01:00
Torkel Ödegaard
f1efce56aa
feat(panels): fixed duplicate and remove panel
2016-01-27 13:22:37 -05:00
Torkel Ödegaard
34b82caaa8
feat(panels): fixed unit tests
2016-01-27 12:51:01 -05:00
Carl Bergquist
a1b5aae958
Merge pull request #3866 from daniellee/issue3852
...
fix(graph): narrow panels shows correct date format on x-axis
2016-01-27 17:45:31 +01:00
Daniel Lee
70c42ddcff
Merge branch 'sgarg7-master'. Closes #3864
2016-01-27 17:40:51 +01:00
sgarg7
75ab2e026d
test(spelling): fix spelling/typo in string
2016-01-27 17:38:02 +01:00
Daniel Lee
f43e1ab2ff
fix(graph): narrow panels shows right date format on x-axis
...
fixes #3852 . The function that calculates the date format for
the x-axis on a panel takes the panel width into account and
can be wrong for certain date ranges if the panel is too
narrow. E.g. can show dates in format %m/%d %H:%M when it
should show it as %H:%M
2016-01-27 17:23:02 +01:00
bergquist
12dfee544f
Merge branch 'master' into playlist_tags
2016-01-27 15:22:16 +01:00
Carl Bergquist
0ea651f1df
Merge pull request #3856 from Gueust/elasticsearc_fix_error
...
Serialize an elasticsearch error previously printed as 'Object'
2016-01-27 15:08:00 +01:00
Torkel Ödegaard
8ed9e2e5cc
Merge pull request #3860 from utkarshcmu/fix-tags
...
Fixed broken tags search
2016-01-26 21:58:20 -05:00
utkarshcmu
a352af5b9f
Fixed broken tags search
2016-01-26 18:48:13 -08:00
Torkel Ödegaard
51a32a2bfa
feat(panels): fixes
2016-01-26 18:08:08 -05:00
Torkel Ödegaard
e6013353d2
fix series overrides
2016-01-26 17:54:57 -05:00
Torkel Ödegaard
aac190eaa9
feat(panels): graph panel starting to work
2016-01-26 17:50:18 -05:00
Torkel Ödegaard
ebba7a0327
feat(graph): updating graph panel to new format progress
2016-01-26 17:28:07 -05:00
bergquist
13d993a836
fix(search): remove old search ctrl
2016-01-26 23:28:06 +01:00
bergquist
f384538959
fix(search): fixes broken esc button in search
2016-01-26 23:18:10 +01:00
Gueust
269583a6a1
Serialize an elasticsearch error previously printed as 'Object'
2016-01-26 23:15:54 +01:00
bergquist
0b05d39804
fix(search): fixes missing tags in result
2016-01-26 23:03:03 +01:00
bergquist
2ca7da06a3
Merge branch 'master' into playlist_tags
2016-01-26 22:36:06 +01:00
bergquist
4b59cee17a
fix(search): add missing ctrl property in view
2016-01-26 21:12:20 +01:00
Daniel Lee
bf817281a5
Merge pull request #3855 from daniellee/docs_singlestat
...
Updates documentation for SingleStat thresholds
2016-01-26 21:07:24 +01:00
Daniel Lee
98982b7a74
docs(singlestat) updates threshold explanation
...
The implementation of thresholds changed after fixing #3248 . Docs
updated to reflect and explain the change.
2016-01-26 21:00:13 +01:00
Daniel Lee
2114cbcf0b
Merge branch 'circleci_npm'
2016-01-26 20:53:25 +01:00
Daniel Lee
979807feee
fix(circleci): deletes node_modules before npm install
2016-01-26 20:52:18 +01:00
bergquist
add7078f66
tech(playlist): convert to typescript
2016-01-26 20:37:44 +01:00
Daniel Lee
ab4d020212
fix(circleci): updates npm before npm install
...
npm for node 4 on circleci is really old. This updates npm and will
hopefully make the build green again.
2016-01-26 20:33:00 +01:00
Torkel Ödegaard
aa251fc9ce
feat(panels): upgraded dashlist panel to new format
2016-01-26 12:22:46 -05:00
bergquist
c105a07bab
Merge branch 'playlist_tags'
2016-01-26 17:56:30 +01:00
bergquist
09de46e5ac
tech(search): convert search to typescript
2016-01-26 17:54:19 +01:00
Torkel Ödegaard
cc375f48c7
feat(panels): minor fix
2016-01-26 11:34:58 -05:00
utkarshcmu
e59b0c0694
Fixed ts file comment
2016-01-25 18:10:48 -08:00
utkarshcmu
07fee0a810
Converted adminStatsCtrl to typescript
2016-01-25 17:49:39 -08:00
Pablo Fischer
29185eeef7
If OpenTSDB is 3rd-party hosted (or by another team) and does not support OPTIONS, send the request as POST (urlencoded)
2016-01-26 00:12:56 +00:00
Torkel Ödegaard
53dc21c69b
feat(panels): minor fixes
2016-01-25 17:58:41 -05:00
Torkel Ödegaard
b0dd79cbfd
feat(panels): MetricsPanelCtrl is starting to work
2016-01-25 17:51:18 -05:00
utkarshcmu
442db7fee1
Changed sql query for grafana_admin_count
2016-01-25 14:30:36 -08:00
Daniel Lee
be2e2577b8
fixes #3839
...
Uses width set to 800px for invite div instead of position fixed. It
looks the same for desktop and makes the button clickable on smaller
resolutions and mobile. Although it is not really responsive so the
text will be small on mobiles. Better that though than a non-clickable
button.
2016-01-25 22:59:48 +01:00
Anthony Woods
c8c337cead
use PBKDF2 to esnure key is 23bytes.
2016-01-26 05:15:29 +08:00
bergquist
92cba94031
tech(fmt): remove unused code
2016-01-25 22:11:24 +01:00
Torkel Ödegaard
c30b1b126d
feat(panels): minor progress
2016-01-25 15:58:24 -05:00
bergquist
52403ca17e
feat(playlist): add usage statisics
2016-01-25 21:39:45 +01:00
Anthony Woods
05868bc1df
fix typo
2016-01-26 04:24:44 +08:00
Anthony Woods
092bb69c41
instead of padding with 0's, cycle through the secret.
2016-01-26 04:18:44 +08:00
Anthony Woods
40d946a6e3
add drop table to ensure existing installs get new schema
2016-01-26 04:18:18 +08:00
Daniel Lee
5f1fe13530
Merge branch 'jimmyR-master' resolves #3741
2016-01-25 21:16:58 +01:00
jimmyR
d8bb7c3094
resolves #3741 merge conflict
...
After a refactoring the sidemenu-canvas css class disappeared so changed the code from #3741 to use the main-view class instead.
2016-01-25 21:15:54 +01:00
Torkel Ödegaard
9c6698e87b
feat(panels): progress on new panel infrastructure, base classes
2016-01-25 15:09:37 -05:00
bergquist
1cac6ecedb
tech(docker): update influxdb to use latest
2016-01-25 20:46:15 +01:00
bergquist
40088cd4fe
tech(docker): add elastic fig
2016-01-25 20:30:25 +01:00
bergquist
b939a27a8d
revert f3bc726001bfbc707597bce5fa169b46e992eb7ao
...
This change have caused alot of questions. So we revert
2016-01-25 18:40:28 +01:00
Torkel Ödegaard
73af4df96d
feat(panels): upgraded text panel
2016-01-25 11:41:20 -05:00
Daniel Lee
70cd9265bf
Merge pull request #3844 from bergquist/negative_single_stat_panel
...
Reduce the amount of thresholds values to two in singlestat panel
2016-01-25 16:44:37 +01: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
Torkel Ödegaard
11e35f7b68
Merge remote-tracking branch 'origin/master' into panelbase
2016-01-25 10:00:25 -05:00
Torkel Ödegaard
8f4cf6c797
feat(panels): updated text panel to new format
2016-01-25 09:56:17 -05:00
utkarshcmu
2190392e05
Added grafana_admins count
2016-01-25 00:39:31 -08:00
utkarshcmu
a621c0d273
Added docs for stats api
2016-01-25 00:02:05 -08:00
utkarshcmu
4c12703e0c
Integrated angularjs with go api
2016-01-24 21:39:30 -08:00
utkarshcmu
da67afa51e
Fixed api bugs, stats endpoint working
2016-01-24 21:18:17 -08:00
Torkel Ödegaard
3e14f8a0e5
feat(): panel refactoring
2016-01-24 18:44:21 -05:00
Torkel Ödegaard
a950ff9795
feat(panel): more panel base infrastructure
2016-01-24 17:58:08 -05:00
Torkel Ödegaard
4132cf12e3
feat(panels): more panel refactoring
2016-01-24 17:30:29 -05:00
Torkel Ödegaard
4f7fb40d9b
feat(panel plugin): improving panel plugin model
2016-01-24 16:39:25 -05:00
utkarshcmu
c7fae5386d
Added backend API for stats
2016-01-24 11:01:33 -08:00
bergquist
42802ac710
tech(singlestat): convert singlestat panel to typescript
2016-01-24 18:56:10 +01:00
bergquist
a85bda13db
tech(docker-dev): update dev docker for graphite
2016-01-24 18:07:42 +01:00
Torkel Ödegaard
ecdc730de7
poc(): new panel system
2016-01-23 15:40:30 -05:00
Torkel Ödegaard
8927042421
more new panel stuff
2016-01-23 01:44:38 +01:00
Anthony Woods
32f78d465b
add secureJsonData to appSettings model.
...
- adds the new column to the DB table.
- data stored in the DB is encrypted
- update appRouteHeaders templates to use the jsonData and
decrypted secureJsonData
2016-01-23 06:17:22 +08:00
Anthony Woods
ab3b586838
add encryption util functions
2016-01-23 03:15:39 +08:00
Torkel Ödegaard
94a7e9b185
poc(panel): experimental panel stuff
2016-01-22 19:59:36 +01:00
Torkel Ödegaard
1a708da155
Merge pull request #3821 from raintank/apiPlugin
...
merge apiPlugins with appPlugins
2016-01-21 19:42:28 +01:00
Anthony Woods
f94599cd29
merge apiPlugins with appPlugins
2016-01-22 01:15:04 +08:00
Torkel Ödegaard
d9d4e6c82f
Merge pull request #3819 from bobrik/opentsdb-fill-policy
...
Support OpenTSDB 2.2 fill policies, closes #3802
2016-01-21 17:54:32 +01:00
Torkel Ödegaard
0796b2c0e3
poc(panel as isolated compoennts): experimental panel stuff
2016-01-21 17:46:57 +01:00
Ivan Babrou
bbfdbaf952
Support OpenTSDB 2.2 fill policies, closes #3802
2016-01-21 16:38:46 +00:00
Torkel Ödegaard
7b4fe824ec
Merge branch 'master' into panelbase
2016-01-21 15:29:14 +01:00
bergquist
28fabadeae
style: remove empty row
2016-01-21 15:13:06 +01:00
Carl Bergquist
37495dd1c6
Merge pull request #3815 from volter/playlist_sort
...
Fix dashboard sorting in playlists
2016-01-21 15:09:33 +01:00
Volker Fröhlich
e5e8e2021f
Fix dashboard sorting in playlists
2016-01-21 14:58:15 +01:00
bergquist
dfd4fbc566
feat(hooks): improve symlinks script
2016-01-21 14:39:32 +01:00
bergquist
08f02397b6
fix(fileexport): tslint fix
2016-01-21 14:31:20 +01:00
bergquist
d3f90dcfcc
style(fileexport): remove commented code
2016-01-21 14:26:31 +01:00
bergquist
ba65b89bbb
feat(csv export): extract csv export into a new file
2016-01-21 14:22:39 +01:00
Torkel Ödegaard
3d353c7d6d
fix(mixed datasource): fixed issue with mixed data source in optimized build
2016-01-21 13:14:25 +01:00
Torkel Ödegaard
bc05cc4977
fix(phantomjs): another fix for phantomjs rendering, #3804
2016-01-21 12:57:03 +01:00
Torkel Ödegaard
cbb5811d8b
fix(cleanup): removed unused js file
2016-01-21 11:40:04 +01:00
Torkel Ödegaard
6461981aa4
build(): minor change
2016-01-21 11:40:04 +01:00
utkarshcmu
c260c319ee
Started Grafana stats poc
2016-01-21 01:48:29 -08:00
Carl Bergquist
d13957cb72
Merge pull request #3803 from xadhoom/table_export_csv
...
add export to csv in table panel
2016-01-21 10:33:18 +01:00
Torkel Ödegaard
4a8f82ca9b
fix(image rendering): fixed issue with image rendering, fixes #3804
2016-01-21 10:10:32 +01:00
matteo brancaleoni
cdcc7a7172
add export to csv in table panel
2016-01-21 10:02:23 +01:00
Torkel Ödegaard
f2ce8f266b
Merge pull request #3810 from raintank/apiPlugin
...
ApiPlugin custom header support
2016-01-21 08:32:26 +01:00
Anthony Woods
dcde1422b7
add support for apiPlugin headers.
...
The header content uses text/Template. If the apiPlugin is
bundled in an App, then the appSettings.JsonData is passed
to the header template.
2016-01-21 11:41:59 +08:00
Anthony Woods
423eca6e7d
add support for fetching appSettings by appId
2016-01-21 11:41:02 +08:00
Anthony Woods
fd52320460
set includedAppId of apiPlugins
2016-01-21 11:39:51 +08:00
Anthony Woods
462608517b
set pluginDir of apiPlugin object
2016-01-21 11:38:27 +08:00
Anthony Woods
9586493632
add apiPluginHeader support
2016-01-21 11:37:48 +08:00
Torkel Ödegaard
b150452db3
Merge pull request #3807 from raintank/apiPlugin
...
allow saving changes to appModel made by configView directive
2016-01-20 19:27:57 +01:00
Anthony Woods
1bca28ad12
include the jsonData in the AppSettings DTO
2016-01-21 02:23:24 +08:00
Anthony Woods
9e121ef0c8
add save button to config page
...
configView directives can update the appModel object. We need
a save button to persist the updates.
2016-01-21 02:21:30 +08:00
Torkel Ödegaard
5f5fcc0e04
fix(submenu): added ngInject comment to dashboard submenu
2016-01-20 11:57:56 +01:00
utkarshcmu
a854f0c4d4
Switched snapshot ctrl to angularjs2
2016-01-20 02:35:24 -08:00
Torkel Ödegaard
1979143e7c
fix(export): fix export dashboard to json, been broken in master for 2-3 weeks
2016-01-20 11:20:33 +01:00
Torkel Ödegaard
32ffedccda
Merge pull request #3798 from mtanda/prometheus_doc_metrics
...
(prometheus) add explanation about incompatibility of metric find query
2016-01-20 10:43:37 +01:00
Torkel Ödegaard
4f7f03a28c
fix(playlist): fix for memory leak when running playlist for a long period, fixes #3794
2016-01-20 10:39:58 +01:00
Mitsuhiro Tanda
d0074b25db
(prometheus) add explanation about incompatibility of metric find query
2016-01-20 18:30:17 +09:00
Torkel Ödegaard
8dd118bd86
updated
2016-01-20 09:45:24 +01:00
Torkel Ödegaard
fb82425d3e
Merge pull request #3797 from utkarshcmu/playlist-unused
...
Removed unused component from playlist code
2016-01-20 08:59:03 +01:00
utkarshcmu
aa1d28835d
Fixed angularjs variable names
2016-01-19 23:23:44 -08:00
Torkel Ödegaard
f30df8bb57
Merge pull request #3795 from raintank/apiPlugin
...
get apiPlugins working again.
2016-01-20 07:42:36 +01:00
utkarshcmu
281ec60085
UI and backend working
2016-01-19 22:04:38 -08:00
utkarshcmu
09f5e6f4dc
Merge branch 'master' of https://github.com/utkarshcmu/grafana into snapshot-view
2016-01-19 21:05:50 -08:00
utkarshcmu
e26cd21048
Converted ctrl to typescript
2016-01-19 21:04:53 -08:00
utkarshcmu
1c5be92259
Removed unused component from playlist code
2016-01-19 17:15:24 -08:00
utkarshcmu
6e99eed417
Moved snapshot route to core routes
2016-01-19 17:00:54 -08:00
Anthony Woods
92a085550e
fix up imports
2016-01-20 06:17:48 +08:00
Anthony Woods
c4a0ec844c
get apiPlugins working again.
2016-01-20 06:13:45 +08:00
Torkel Ödegaard
3e3b996963
feat(plugin): experimental work on plugin architecture
2016-01-19 21:57:58 +01:00
bergquist
36e99ac531
feat(tech): force create symlinks
2016-01-19 21:46:43 +01:00
Torkel Ödegaard
7a26d309b1
feat(apps): more work on apps and how apps can include panels
2016-01-19 18:18:53 +01:00
utkarshcmu
ca55d1f315
Minor bug fixes
2016-01-19 05:05:24 -08:00
utkarshcmu
41fd0ed467
Merge branch 'master' of https://github.com/grafana/grafana into snapshot-view
2016-01-19 05:05:03 -08:00
utkarshcmu
bcb44b7b31
UI and backend connectivity implemented
2016-01-19 05:02:22 -08:00
utkarshcmu
1ab1154010
Optimized backend queries
2016-01-19 04:09:57 -08:00
Torkel Ödegaard
6b85a6fd78
feat(apps): minor design update for apps view
2016-01-19 11:54:35 +01:00
utkarshcmu
8f067a5ed2
Added backend functionality for searching snapshots
2016-01-19 01:37:36 -08:00
Torkel Ödegaard
db1ba30df7
Merge pull request #3789 from utkarshcmu/snap-bug
...
Snapshot name is saved in DB now Fixes #3768
2016-01-19 10:34:04 +01:00
utkarshcmu
1952ebf7c4
Fixed failing gofmt tests
2016-01-19 00:33:30 -08:00
utkarshcmu
70481953fd
Snapshot name is saved in DB now
2016-01-19 00:26:20 -08:00
Carl Bergquist
870775e863
Merge pull request #3788 from utkarshcmu/grunt-test
...
Fix failing circleci
2016-01-19 09:13:20 +01:00
utkarshcmu
54383a9a0c
Fix failing circleci
2016-01-19 00:08:55 -08:00
Torkel Ödegaard
510a21195a
feat(influxdb): support for policy selection in query editor, closes #2018
2016-01-18 18:38:36 +01:00
Torkel Ödegaard
3b5a583903
Merge branch 'master' into influxdb-policy-selector
2016-01-18 18:10:01 +01:00
Torkel Ödegaard
a9e05c77d1
Merge pull request #3780 from msambol/graphite_doc
...
Fix grammatical error in graphite datasource doc
2016-01-18 18:09:33 +01:00
Michael Sambol
3418db1dcd
Fix grammatical error in graphite datasource doc
...
Replace "you" with "your".
2016-01-18 10:41:14 -06:00
bergquist
d94896cf10
feat(build): make symlink script executible
2016-01-18 17:31:53 +01:00
bergquist
eb8871a4bd
fix(playlist): add nginject for prod build
2016-01-18 17:31:33 +01:00
Carl Bergquist
389dd12ab4
Merge pull request #3779 from bergquist/playlist_stop_playing
...
feat(playlist): clicks outside control stops playlist
2016-01-18 17:23:20 +01:00
bergquist
4a54edd8bb
feat(playlist): clicks outside control stops playlist
...
fixes #3711
2016-01-18 17:17:13 +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
6fc972ab1e
feat(playlists): merge sync with RP
2016-01-18 16:05:38 +01:00
Torkel Ödegaard
66eebd1ac3
refactor(playlist): refactor of playlist feature, and PR #3776
2016-01-18 16:01:14 +01:00
bergquist
568832c5af
style(playlist): improves variable name
2016-01-18 14:58:46 +01:00
Torkel Ödegaard
4ff7b0f49b
Merge branch 'playlist_reload' of https://github.com/bergquist/grafana into bergquist-playlist_reload
2016-01-18 14:51:54 +01:00
bergquist
c12aa0e8ce
feat(hooks): add scripts for symlinking git hooks
2016-01-18 14:41:17 +01:00
bergquist
61a655f199
feat(hooks): add grunt test to pre commit
2016-01-18 14:37:53 +01:00
bergquist
88e9161e57
style(playlist): fixes some TS hint errors
2016-01-18 14:13:11 +01:00
bergquist
10adc57b3f
style(playlist): fixes some TS hint errors
2016-01-18 14:05:48 +01:00
bergquist
62ae02bdd1
feat(playlist): reload all dashboards every cycle
...
closes #3706
2016-01-18 13:54:32 +01:00
bergquist
dca503bcbd
feat(playlist): playlistsrv is now started by id
2016-01-18 13:40:51 +01:00
bergquist
bc21862661
tech(playlist): refactor playlistSrv to typescript
2016-01-18 13:21:48 +01:00
Torkel Ödegaard
1e06f3f5f4
Merge branch 'master' of github.com:grafana/grafana
2016-01-18 12:19:54 +01:00
Torkel Ödegaard
00802d035a
refactor(): refactoring submenu to directive
2016-01-18 12:19:46 +01:00
Torkel Ödegaard
edcef7d078
fix(graph): fixed for graph series color selector popover, broken in recent 3.0-pre1 build, fixes #3774
2016-01-18 12:12:05 +01:00
bergquist
899a44a735
feat(units): add more data rate options
2016-01-18 10:02:46 +01:00
bergquist
6a95963c89
Revert "feat(units): add more data rate units"
...
This reverts commit a35bf497be .
2016-01-18 09:47:01 +01:00
bergquist
a35bf497be
feat(units): add more data rate units
...
closes #3759
2016-01-18 09:26:24 +01:00
Carl Bergquist
9b42b33648
Merge pull request #3771 from bergquist/contant_time_comparison
...
fix(login): fix vulnerbility for timing attacks
2016-01-18 08:44:11 +01:00
bergquist
053868f593
fix(login): fix vulnerbility for timing attacks
...
closes #3760
2016-01-18 08:38:32 +01:00
Torkel Ödegaard
1adb7b286c
updated
2016-01-18 07:28:01 +01:00
Torkel Ödegaard
30c19d525e
ux(): minor page rename
2016-01-17 20:32:37 +01:00
Torkel Ödegaard
8161a0943d
ux(password): minor fix for change password page
2016-01-17 20:16:39 +01:00
Torkel Ödegaard
a8e3f731b7
feat(influxdb): began work on influxdb policy selector
2016-01-17 17:53:38 +01:00
Torkel Ödegaard
0cb68b86fc
refactor(): minor change
2016-01-17 17:24:10 +01:00
Torkel Ödegaard
723be4f612
refactoring(): unified dashboard top nav to a single dashnav component, uses new navbar component
2016-01-17 11:34:51 +01:00
Torkel Ödegaard
070af40487
refactor(): began refactoring topnav directive to be more like the new style of components, and also make it usable on all pages including dashboard
2016-01-16 23:26:29 +01:00
Torkel Ödegaard
0a58404584
fix(build): minor build script fix, fixes #3756
2016-01-16 19:16:49 +01:00
Torkel Ödegaard
c201f4c63e
feat(sidemenu): added handling of click outside to hide sidemenu, also refactored grafana_ctrl to a more general grafana component
2016-01-16 18:55:13 +01:00
Torkel Ödegaard
317b5e6d86
fix(sidemenu): fixed issue with new sidemenu in optimized build, #3687
2016-01-16 16:17:29 +01:00
Torkel Ödegaard
38ddc88b20
fix(api): do not include null jsonData field in /api/datasources resource, closes #3755
2016-01-15 15:57:00 +01:00
Torkel Ödegaard
7ad72ba905
ux(): minor style fixes to pages
2016-01-15 15:51:30 +01:00
Torkel Ödegaard
36e8af05a2
ux(more style updates)
2016-01-15 15:05:13 +01:00
Torkel Ödegaard
2bfded3c5f
ux(): general ux polish
2016-01-15 14:42:59 +01:00
Torkel Ödegaard
842a59535d
feat(sidenav): more polish to new sidenamv
2016-01-15 13:20:32 +01:00
Torkel Ödegaard
d4e1a715eb
fix(datasources): many datasources did not work in optimized build due to missing ngInject comment
2016-01-15 12:51:55 +01:00
Torkel Ödegaard
954c0e9fae
Merge branch 'master' into new-nav
2016-01-15 11:23:22 +01:00
Torkel Ödegaard
f6a3b53fb5
fix(firefox): fixed js issue that made master build break in firefox
2016-01-15 11:23:08 +01:00
bergquist
01d47fb280
fix(plugins): fix for default plugin dif
2016-01-15 11:22:41 +01:00
Torkel Ödegaard
dfcb82d233
feat(sidenav): more work on new side nav
2016-01-15 11:13:02 +01:00
bergquist
83346a29aa
fix(plugins): scans default plugin path
2016-01-15 11:01:56 +01:00
Torkel Ödegaard
317c5ba88d
Merge pull request #3747 from utkarshcmu/api-docs
...
Added Orgs API docs
2016-01-15 07:51:42 +01:00
utkarshcmu
caa26f594e
Added Orgs API
2016-01-14 14:40:12 -08:00
Torkel Ödegaard
aa9a92d2e0
poc(new nav): added new menu button to other pages that dashboard
2016-01-14 22:30:39 +01:00
Torkel Ödegaard
4f227ae92e
poc(new sidenav/topnaav)
2016-01-14 22:26:41 +01:00
Torkel Ödegaard
cd0256d40d
poc(new nav): beginings....
2016-01-14 21:20:56 +01: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
b4d595e561
feat(plugins): updated changelog with notice about plugin api changes
2016-01-14 19:01:13 +01:00
Torkel Ödegaard
88a132b878
Merge branch 'dynamic-directives'
2016-01-14 18:57:34 +01:00
Torkel Ödegaard
b5726a8d5a
feat(plugins): completed upgrade of all built in panels
2016-01-14 18:57:02 +01:00
Torkel Ödegaard
b7f4a5c198
Merge pull request #3744 from utkarshcmu/meta-changelog
...
Updating CHANGELOG.md
2016-01-14 18:32:57 +01:00
Torkel Ödegaard
1d9ad9be33
feat(plugins): upgraded singlestat to new plugin format
2016-01-14 17:20:50 +01:00
Utkarsh Bhatnagar
2b7a26dabd
Update CHANGELOG.md
2016-01-14 07:53:42 -08:00
Torkel Ödegaard
a233570777
feat(plugins): upgraded opentsdb and prometheus to new plugin module return format
2016-01-14 16:01:17 +01:00
Torkel Ödegaard
6fae264222
feat(plugins): upgraded influxdb to new plugin format
2016-01-14 15:35:14 +01:00
Torkel Ödegaard
8699d49f93
feat(plugins): updated cloudwatch to new plugin style
2016-01-14 15:15:45 +01:00
Torkel Ödegaard
c4ce3293a2
feat(plugins): now solved all cases of loading plugin directives, now just have to upgrade all panels and data sources
2016-01-14 14:37:04 +01:00
Torkel Ödegaard
dbafc8c9db
feat(plugins): work on plugin directive loading
2016-01-14 13:21:05 +01:00
Torkel Ödegaard
6c6c3a5081
feat(plugins): more work on how plugins expose directives
2016-01-14 12:35:31 +01:00
Torkel Ödegaard
d420cb38d1
feat(plugins): work on plugin directives loading
2016-01-14 11:21:56 +01:00
Torkel Ödegaard
b55f8215ec
feat(apps): work on plugin directives loading
2016-01-13 22:31:29 +01:00
Torkel Ödegaard
08caf4bbde
feat(tslint): more tslint work
2016-01-13 21:22:39 +01:00
Torkel Ödegaard
59c928acc2
feat(tslint): added more tslint rules
2016-01-13 21:07:57 +01:00
Torkel Ödegaard
e38e8c740f
Merge pull request #3723 from schen59/master-schen
...
fix mismatch api path introduced by commit to issue #3600
2016-01-13 19:51:56 +01:00
Shaofeng Chen
4ceab4abc7
fix mismatch api path
2016-01-13 10:44:31 -08:00
Torkel Ödegaard
8ff48c126a
fix(merge): minor merge fix
2016-01-13 15:51:47 +01:00
Torkel Ödegaard
6da3af5e89
Merge branch 'new_macaron'
2016-01-13 15:48:49 +01:00
Torkel Ödegaard
77c362af8d
fix(sidemenu): added missing login link
2016-01-13 15:48:12 +01:00
Torkel Ödegaard
2cf0dc2cb2
fix(gofmt): fixed non formated go file
2016-01-13 15:43:32 +01:00
Torkel Ödegaard
bdb67d4909
fix(build): fixed dependency and build issue
2016-01-13 15:38:54 +01:00
bergquist
4fe72ebf69
feat(macaron): upgrades macaron version
2016-01-13 15:11:23 +01:00
Torkel Ödegaard
49fdf8427a
fix(png rendering): removed --ssl-protocol=any phantomjs param
2016-01-13 15:07:03 +01:00
Torkel Ödegaard
534bc83173
temp work on dynamic directives
2016-01-13 14:03:50 +01:00
Torkel Ödegaard
87f6d7da11
Merge branch 'master' of github.com:grafana/grafana
2016-01-13 13:57:37 +01:00
Torkel Ödegaard
cdd341af64
feat(packaging): added Restart=on-failure to systemd service spec file
2016-01-13 13:57:22 +01:00
Torkel Ödegaard
f70252f013
Merge pull request #3661 from mtanda/prometheus_fill_null
...
(prometheus) fill null for missing data point
2016-01-13 11:03:34 +01:00
Torkel Ödegaard
ed989ecc8d
Merge branch 'master' of github.com:grafana/grafana
2016-01-13 10:40:58 +01:00
Torkel Ödegaard
a147015e96
fix(playlists): fixed url in playlist view when using sub url, fixes #3711
2016-01-13 10:36:00 +01:00
Carl Bergquist
8cf7fb7f80
Merge pull request #3712 from schen59/master-schen
...
add get org by name api (issue #3600 )
2016-01-13 08:40:44 +01:00
Mitsuhiro Tanda
c317149a08
add test for prometheus fill null
2016-01-13 15:59:59 +09:00
Mitsuhiro Tanda
ff8b25a50a
fix, should fill null at end timestamp
2016-01-13 15:59:59 +09:00
Mitsuhiro Tanda
afa539368f
fill null in Prometheus
2016-01-13 15:59:59 +09:00
Shaofeng Chen
dc427d5a2c
add get org by name api
2016-01-12 13:50:56 -08:00
Torkel Ödegaard
a87b5f757d
fix(datasources): minor fix to data sources after apps branch merge
2016-01-12 20:05:40 +01:00
bergquist
4db57cc0bb
docs(playlists): add persisted playlists to changelog
2016-01-12 17:08:13 +01:00
Torkel Ödegaard
44f0242157
fix(build): fixed issue after merge
2016-01-12 15:45:55 +01:00
Torkel Ödegaard
e5b3f27a30
Merge branch 'apps'
2016-01-12 15:41:15 +01:00
Torkel Ödegaard
a15984b663
feat(apps): pages work
2016-01-12 15:39:29 +01:00
Carl Bergquist
f7fecdc6de
Merge pull request #3655 from grafana/playlist
...
Persistable playlists
closes #515
closes #1137
2016-01-12 15:20:43 +01:00
bergquist
cabefa4fff
fix(playlist): fix for timespan -> interval
2016-01-12 14:38:14 +01:00
bergquist
1ec97e5199
feat(playlist): shortens urls
2016-01-12 14:36:04 +01:00
bergquist
458d15063d
fix(playlist): remove invalid logging
2016-01-12 14:28:19 +01:00
bergquist
e8786b0747
feat(playlist): renames timespan to interval
2016-01-12 13:56:47 +01:00
bergquist
d0bcd1d87c
feat(playlist): move playlistSrv to playlist folder
2016-01-12 13:44:23 +01:00
bergquist
c8bd9fd6cc
style(playlist): renames variable
2016-01-12 13:42:27 +01:00
Torkel Ödegaard
4c59e48cc2
feat(apps): worked on apps edit view styles
2016-01-12 12:25:07 +01:00
bergquist
85a463faab
fix(playlist): remove only parameter to describe
2016-01-12 12:01:27 +01:00
bergquist
feca2871eb
tests(playlist): adds ctrl test for playlist edit
2016-01-12 11:57:16 +01:00
Torkel Ödegaard
144c703c7b
Merge pull request #3703 from mtanda/cloudwatch_seoul
...
(cloudwatch) add seoul region
2016-01-12 10:51:34 +01:00
Torkel Ödegaard
ae6cae0771
Merge branch 'master' of github.com:grafana/grafana
2016-01-12 10:32:49 +01:00
Torkel Ödegaard
2b99b64ec5
fix(table panel): fixed issue with table panel in optimized builds, closes #3702
2016-01-12 10:32:19 +01:00
Torkel Ödegaard
ffe1407217
feat(apps): minor progress
2016-01-12 10:20:04 +01:00
Mitsuhiro Tanda
7d8519f5f0
add seoul region
2016-01-12 18:15:29 +09:00
bergquist
b79f04493d
style(playlist): abstract DTO creation
2016-01-12 08:36:25 +01:00
bergquist
7e7d9457ea
Merge branch 'playlist_relation_table' into playlist
2016-01-12 08:18:03 +01:00
bergquist
07fdf6491c
fix(playlist): new url for viewing playlist
2016-01-12 08:17:44 +01:00
bergquist
fb4bb7f53e
fix(playlist): remove start button from edit page
2016-01-12 08:17:44 +01:00
bergquist
1da1849de6
fix(playlist): fixes broken search filter
2016-01-12 08:17:44 +01:00
bergquist
98dccb8641
feat(playlist): refactor FE to support playlistitems
2016-01-12 08:17:44 +01:00
bergquist
8a38991270
feat(playlist): changes to relation table
...
Also introduces an abstraction between playlist and dashboard.
This will make it possible to att search, and tag filtering to
playlists without any major refactoring
2016-01-12 08:17:44 +01:00
Torkel Ödegaard
2fe58461d5
feat(apps): minor fix for images
2016-01-11 22:51:40 +01:00
Torkel Ödegaard
16cd27282f
Merge pull request #3686 from keis/phantomjs-dependency
...
Add missing peer dependency: phantomjs
2016-01-11 18:46:10 +01:00
Torkel Ödegaard
e081a5c5a0
feat(apps): worked on pinning apps
2016-01-11 18:03:08 +01:00
Carl Bergquist
0ea01f24a8
Merge pull request #3690 from utkarshcmu/recorded3
...
Update playlist.md
2016-01-11 16:56:13 +01:00
Torkel Ödegaard
882980ada7
changelog: updated with info about #3635
2016-01-11 16:39:22 +01:00
Torkel Ödegaard
66f7a2be15
Merge branch 'snapshot_annotation' of https://github.com/mtanda/grafana into mtanda-snapshot_annotation
2016-01-11 16:35:45 +01:00
Torkel Ödegaard
908b2d151f
Merge pull request #3681 from byronmwong/master
...
Fix elasticsearch hourly indexes
2016-01-11 16:29:46 +01:00
Mitsuhiro Tanda
d3bc52278d
annotation snapshot fix
2016-01-11 19:26:48 +09:00
Mitsuhiro Tanda
012d1378d4
snapshot annotation
2016-01-11 19:26:48 +09:00
Torkel Ödegaard
4da31291d2
feat(apps): minor progress to apps list
2016-01-11 10:44:04 +01:00
Torkel Ödegaard
c1e94e61d0
feat(apps): lots of more work on apps, changed app_plugin to app_settings in order to to confuse the app plugin model (definition) and app org settings
2016-01-10 21:37:11 +01:00
Torkel Ödegaard
ab79348af5
feat(plugins): minor fix for external plugins with staticRoot
2016-01-09 23:56:39 +01:00
Torkel Ödegaard
d83e24572a
feat(plugins): more refactoring
2016-01-09 23:52:13 +01:00
Torkel Ödegaard
1ffcea1952
feat(plugins): major improvement in plugins golang code
2016-01-09 23:34:20 +01:00
Torkel Ödegaard
35f40b7312
feat(plugins): upgraded opentsdb
2016-01-09 21:54:03 +01:00
Torkel Ödegaard
b76449d151
feat(plugins): upgraded influxdb to new data source plugin model
2016-01-09 21:42:26 +01:00
Torkel Ödegaard
15546dd84e
feat(plugins): added better error message when trying to load data source plugin module that is missing datasource constructor
2016-01-09 19:14:59 +01:00
Torkel Ödegaard
ca3405afc5
feat(plugins): moved http settings to directive instad of just ng-include partial
2016-01-09 19:03:03 +01:00
Torkel Ödegaard
36ebfc747a
feat(plugins): more upgrading work
2016-01-09 18:44:13 +01:00
Torkel Ödegaard
bc328cbed7
feat(plugins): upgraded Cloudwatch to new plugin schema
2016-01-09 18:36:25 +01:00
Torkel Ödegaard
7ae81a2195
feat(plugins): annotations view work again for elasticsearch
2016-01-09 18:20:43 +01:00
Torkel Ödegaard
cf98a16db0
feat(plugins): made data source custom edit view into a directive instead of html path config in plugin.json
2016-01-09 18:07:42 +01:00
Torkel Ödegaard
f813b4c58f
feat(plugins): converted graphite plugin to new format
2016-01-09 13:30:02 +01:00
Torkel Ödegaard
c5635f9c89
feat(plugins): changed what datasources should return, they should now return the datasource constructor
2016-01-09 13:21:16 +01:00
Torkel Ödegaard
d932653c7f
feat(apps): minor progress on apps edit view
2016-01-09 11:07:34 +01:00
Utkarsh Bhatnagar
39aca0f038
Update playlist.md
2016-01-08 23:52:51 -08:00
Torkel Ödegaard
9943b9a226
feat(plugin): more work on plugin schema
2016-01-09 08:12:27 +01:00
Torkel Ödegaard
3bb20dbf2e
feat(plugins): changed plugin schema, pluginType -> type, type -> id
2016-01-08 23:15:44 +01:00
Torkel Ödegaard
7a8b3c419b
feat(apps): lots of progress
2016-01-08 20:57:58 +01:00
Torkel Ödegaard
60e7c6d150
Merge branch 'master' into apps
...
Conflicts:
public/app/partials/sidemenu.html
2016-01-08 18:10:53 +01:00
Torkel Ödegaard
a9aaa5ad73
Merge branch 'master' of github.com:grafana/grafana
2016-01-08 18:01:20 +01:00
Torkel Ödegaard
6c1fee736b
feat(sidemenu): improved user dropdown and sidemenu, will be improved further, #3687
2016-01-08 17:58:46 +01:00
Torkel Ödegaard
f81d2595f9
Merge branch 'sidebar-consolidation' of github.com:nchristus/grafana into sidebar-consolidation
2016-01-08 16:29:10 +01:00
David Keijser
1896bd0920
Add missing peer dependency: phantomjs
2016-01-08 16:27:43 +01:00
Torkel Ödegaard
183f32390c
Merge pull request #3683 from mtanda/cloudwatch_reuse_credentials
...
(cloudwatch) reuse credentials
2016-01-08 16:25:27 +01:00
bergquist
455948ad14
fix(playlist): fix broken build. unused vars
2016-01-08 16:24:35 +01:00
bergquist
0918063c55
fix(playlist): move dashboard uri cration to Backend
2016-01-08 16:13:49 +01:00
bergquist
22c001c8a6
fix(playlist): implement api according to new standard
2016-01-08 14:21:30 +01:00
bergquist
d15b0bf4c4
fix(playlist): move backend code to ctrl
...
data loading should be done in the ctrl
2016-01-08 13:57:00 +01:00
bergquist
01a910fedc
style(playlists): use backendsrv direct
...
There is no point resolving the playlists in the routes file.
Loading playlists is what the controller is suppose to do
2016-01-08 13:33:24 +01:00
bergquist
8c05067f88
style(playlist): rename files to match new format
2016-01-08 13:25:30 +01:00
Torkel Ödegaard
f67563e9ee
feat(apps): moving things around
2016-01-08 12:45:12 +01:00
bergquist
d0841919ea
docs(plugins): fixes typo
2016-01-08 10:55:22 +01:00
bergquist
a23e60ab69
docs(plugins): adds plugin page
2016-01-08 10:53:39 +01:00
Carl Bergquist
ab30297d02
Merge pull request #3679 from volter/colored-bolt
...
Color the annotation bolt (#3590 )
closes #3590
2016-01-08 10:51:29 +01:00
Torkel Ödegaard
3362d6bc56
Merge branch 'docs-2.6'
2016-01-08 10:25:20 +01:00
Torkel Ödegaard
e5f391ab53
docs: minor change to docs make file
2016-01-08 10:24:58 +01:00
Torkel Ödegaard
19a5e425cf
docs: fixed building from source go dependency verison
2016-01-08 10:22:57 +01:00
Torkel Ödegaard
69d0e82453
Merge branch 'master' into apps
...
Conflicts:
pkg/services/sqlstore/migrations/migrations.go
2016-01-08 10:20:46 +01:00
Mitsuhiro Tanda
f84737d7d4
(cloudwatch) reuse credentials
2016-01-08 18:13:36 +09:00
Nick Christus
0ee0ea554d
sidebar-consolidation: added new org menu to sidebar
2016-01-07 22:49:14 -06:00
Byron
40845578c6
Fix elasticsearch hourly indexes
2016-01-07 14:39:20 -08:00
Volker Fröhlich
f4e22e49b6
Color the annotation bolt ( #3590 )
...
Makes it easier to distinguish between annotations while
editing and using them; Uses the icon color.
2016-01-07 22:28:03 +01:00
Torkel Ödegaard
8a2af9b818
Merge branch 'v2.6.x'
2016-01-07 22:00:21 +01:00
Torkel Ödegaard
255901ca7c
fix(graph panel): fixed bug in typeahead when adding series style override, fixes #3554
2016-01-07 21:59:55 +01:00
Torkel Ödegaard
52644bb28a
fix(timepicker): fixed recent breaking of datetime picker when swithing from requirejs to systemjs
2016-01-07 20:52:48 +01:00
bergquist
7cad3c89d3
Merge branch 'hcooper-hover-order'
2016-01-07 18:10:42 +01:00
bergquist
bcdddfe4e8
style(tooltip): removed comment and extrated sort
2016-01-07 18:09:51 +01:00
bergquist
c4ca1444f9
Merge branch 'hover-order' of https://github.com/hcooper/grafana into hcooper-hover-order
2016-01-07 17:43:04 +01:00
bergquist
f5565d4814
docs(changelog): add note about ssl support for mysql
2016-01-07 17:39:25 +01:00
bergquist
f20ee6b482
Merge branch 'improbable-io-ssl-for-mysql'
2016-01-07 17:09:14 +01:00
bergquist
6c8d084664
Merge branch 'ssl-for-mysql' of https://github.com/improbable-io/grafana into improbable-io-ssl-for-mysql
2016-01-07 17:08:31 +01:00
Carl Bergquist
412e7bcdae
Merge pull request #3664 from utkarshcmu/recorded
...
Improvized dashboard sorting UI
2016-01-07 10:19:13 +01:00
Carl Bergquist
3b65fc0107
Merge pull request #3665 from utkarshcmu/recorded2
...
Better heading
2016-01-07 10:14:40 +01:00
bergquist
5792a16222
fix(plugins): removes warnings for missing folder
...
Remove warnings when scanning for plugins in the default
catalog data/plugins
closes #3663
2016-01-07 08:51:31 +01:00
utkarshcmu
6a9f451091
Better heading
2016-01-06 22:50:25 -08:00
utkarshcmu
a559d59d80
Improvized dashboard sorting
2016-01-06 22:13:22 -08:00
Carl Bergquist
de20a8930e
Merge pull request #3649 from nikita-graf/playlist-sort
...
Playlist dashboards sort
2016-01-06 13:38:50 +01:00
bergquist
9343b0378d
feat(plugins): adds warn log for scanning folders
...
symlinks outside to plugin folder can cause problems.
This commit makes sure to warn about it in the logs
2016-01-06 11:57:17 +01:00
nikita-graf
3fabd2ea1b
basic playlist dashboards sort support
2016-01-06 02:05:23 +03:00
bergquist
5de69b288f
feat(singlestat): make sparkline height dynamic
...
closes #3553
2016-01-05 19:21:12 +01:00
Carl Bergquist
5eea02b17a
Merge pull request #3634 from nikita-graf/dashboard-remove-playlist-sync
...
Playlist improvements
2016-01-05 10:07:48 +01:00
Carl Bergquist
5c0812ab6f
Merge pull request #3636 from henridf/docs-es-filter-in-template
...
Docs: add example with filter in ES template
2016-01-05 08:58:26 +01:00
Henri DF
5af3fe93f2
Docs: add example with filter in ES template
2016-01-04 21:48:47 -08:00
nikita-graf
ee400df930
remove dashboard from playlist when its destroyed
2016-01-05 04:14:39 +03:00
Carl Bergquist
09b8401324
Merge pull request #3624 from mtanda/prometheus_link_fix
...
(prometheus) fix Prometheus link
2016-01-04 17:43:55 +01:00
bergquist
be1fb13162
feat(playlist): minor ux changes for playlists
2016-01-04 15:11:05 +01:00
bergquist
aa83dc15e2
feat(playlist): add search result count
2016-01-04 14:23:24 +01:00
bergquist
7c482064df
feat(playlist): improve header
2016-01-04 10:16:00 +01:00
bergquist
c93a3ce227
feat(playlist): make default timespan placeholder
2016-01-04 09:17:47 +01:00
Carl Bergquist
03c10ef885
Merge pull request #3626 from aqnouch/patch-1
...
Updated copyright to 2016
2016-01-04 07:54:22 +01:00
AQNOUCH Mohammed
cc1ed98fc4
Updated copyright to 2016
2016-01-01 01:30:43 +00:00
Mitsuhiro Tanda
ebf0bd5fc9
fix end time of Prometheus link
2015-12-31 16:05:04 +09:00
Mitsuhiro Tanda
be48caf59f
fix Prometheus link, expand template variable in expression
2015-12-31 16:05:04 +09:00
Qtax
c0cf0cb802
Added an option to set a min-width for the graphs side table/area.
2015-12-29 14:42:52 +01:00
Carl Bergquist
3d60d0dfa5
Merge pull request #3613 from utkarshcmu/recorded
...
Made Playlist UI user friendly
2015-12-29 11:33:19 +01:00
utkarshcmu
b68df56b03
Made Playlist UI user friendly
2015-12-28 04:24:38 -08:00
Carl Bergquist
6fbba13ab3
Merge pull request #3611 from utkarshcmu/recorded
...
Playlist enhancements
2015-12-28 10:40:52 +01:00
Carl Bergquist
311624beaa
Merge pull request #3598 from eddawley/ISSUE-2818
...
Fixes #2818 . Adds support for mysql backends via unix sockets
2015-12-28 10:33:49 +01:00
utkarshcmu
ca5099f53b
Fixed gofmt tests
2015-12-24 02:25:49 -08:00
utkarshcmu
5877e5e11a
Merged with master, resolved conflicts
2015-12-24 02:24:59 -08:00
Torkel Ödegaard
69eb62c09f
Merge pull request #3597 from eddawley/ISSUE-3461
...
Issue 3461: Session table is now created automatically
2015-12-24 09:59:34 +01:00
Ed Dawley
ec36e28368
Small typo in comment
2015-12-23 15:15:59 -06:00
Ed Dawley
4da56b65ab
Fixes #2818 . Adds support for mysql backends via unix sockets
2015-12-23 15:06:28 -06:00
utkarshcmu
71febeb71f
Playlist can be run without saving too
2015-12-23 02:38:27 -08:00
utkarshcmu
a292aedd9c
Made playlist URL clickable
2015-12-23 02:15:28 -08:00
utkarshcmu
b58e605b99
Added play button
2015-12-23 02:02:48 -08:00
utkarshcmu
7776803890
Removed unused components
2015-12-23 01:46:23 -08:00
Ed Dawley
cd23ab9955
Issue 3461: Session table is now created automatically
2015-12-23 01:33:46 -06:00
Torkel Ödegaard
aa32459bc2
feat(apps): mini update to apps config view
2015-12-22 17:00:21 +01:00
Torkel Ödegaard
41a0995db7
feat(apps): minor progress on app meta data
2015-12-22 16:32:17 +01:00
Daniel Low
3f9f0679ec
gofmt
2015-12-22 13:10:34 +00:00
Torkel Ödegaard
d1145ed3fb
Merge branch 'master' into apps
2015-12-22 13:59:25 +01:00
Torkel Ödegaard
f074c1eaff
refactor(lodash): changed how lodash is referenced from typescript
2015-12-22 13:59:11 +01:00
Daniel Low
ea566fff24
Add TLS for mysql
...
Use ssl_mode for mysql and add docs
add docs for the new parameters in config
Tolerate ssl_mode without client authentication
Client cert is not necessary for a SSL connection. So we tolerate
failure if client cert is not provided.
Improve error message if missing server_cert_name and mode is not
skip-verify.
2015-12-22 12:42:52 +00:00
Torkel Ödegaard
b8cb5e0367
feat(apps): WIP progress app views
2015-12-22 13:42:48 +01:00
Torkel Ödegaard
7a87c900ee
Merge branch 'master' into apps
2015-12-22 12:41:52 +01:00
Torkel Ödegaard
e95170e9fd
tech(angularjs): upgrade to angularjs 1.5
2015-12-22 12:24:36 +01:00
Torkel Ödegaard
d0dead0a08
feat(apps): rewrote appsCtrl to app_list_ctrl and to typescript
2015-12-22 12:13:55 +01:00
Torkel Ödegaard
71d718a6e2
fix(systemjs): systemjs config fix for plugins
2015-12-22 11:46:41 +01:00
Torkel Ödegaard
ad94f99d57
refactor(apps): more WIP work on apps
2015-12-22 11:37:44 +01:00
utkarshcmu
bcaaedf2ff
Resurrected nikita-graf's work and added playlistType for future use
2015-12-22 02:07:15 -08:00
Carl Bergquist
3dc3d363fd
Merge pull request #3581 from bergquist/zoomout_on_doubleclick
...
Zoom out on double click in graphs
2015-12-22 10:04:28 +01:00
bergquist
690a6e1a59
feat(graphs): zoom out on double click
2015-12-22 09:56:24 +01:00
Torkel Ödegaard
eacc46da6d
feat(plugins): WIP on new apps concept
2015-12-21 23:09:27 +01:00
woodsaj
0903d5541b
Merge branch 'master' of github.com:grafana/grafana into externalPlugin
...
Conflicts:
pkg/api/api.go
pkg/api/api_plugin.go
pkg/api/datasources.go
pkg/api/frontendsettings.go
pkg/api/index.go
pkg/plugins/models.go
pkg/plugins/plugins.go
2015-12-22 00:23:24 +08:00
Torkel Ödegaard
c19a2e5b45
fix(influxdb): systemjs fix
2015-12-21 16:48:12 +01:00
Torkel Ödegaard
10a764c4f2
fix(less): minor less fix
2015-12-21 16:42:28 +01:00
Torkel Ödegaard
0a9f705308
tech(systemjs): more fixes for optmized build
2015-12-21 16:34:18 +01:00
Torkel Ödegaard
dabd680d6b
tech(systemjs): merged sync with master, all tests are passing
2015-12-21 16:13:24 +01:00
Torkel Ödegaard
4522b02925
tech(systemjs): almost all tests are passing
2015-12-21 16:00:58 +01:00
Carl Bergquist
fabaf5cc04
Merge pull request #3575 from piotr1212/no_username_in_render_logging
...
Fix empty username in http log for /render calls
2015-12-21 13:31:10 +01:00
Torkel Ödegaard
f7888886e9
tech(systemjs): working on getting tests to work
2015-12-21 11:10:16 +01:00
Torkel Ödegaard
dfd5413b10
tech(systemjs): worked on making optimized builds work with systemjs builder
2015-12-21 10:02:39 +01:00
carl bergquist
1b341f8000
fix(dashboard_settings): update css for last row
2015-12-20 21:13:44 +01:00
Carl Bergquist
af9b864b83
Merge pull request #3446 from utkarshcmu/new-columns
...
Displaying Last UpdatedBy as Metadata
2015-12-20 15:11:20 -05:00
Torkel Ödegaard
93e424de4c
tech(systemjs): work on systemjs builder
2015-12-18 15:59:27 +01:00
woodsaj
e7a0ab76c3
change plugin to app in breadcrumb
2015-12-18 22:09:33 +08:00
utkarshcmu
d8b90721b3
Able to display login Id of the user in Last Updated By
2015-12-18 03:38:49 -08:00
utkarshcmu
cb5c1bd24d
Removed created_by and fixed gofmt
2015-12-18 02:30:20 -08:00
utkarshcmu
af371249f9
Successfully displayed userdId in UI
2015-12-18 01:52:05 -08:00
Torkel Ödegaard
0dd7fb7361
tech(systemjs): most things work
2015-12-18 10:28:00 +01:00
utkarshcmu
22fd2aed02
Removed columns from snapshot table
2015-12-18 00:30:44 -08:00
utkarshcmu
c433167950
Merged with master, resolved conflicts
2015-12-18 00:23:08 -08:00
utkarshcmu
e0ffcda32e
Added UI , DB settings
2015-12-18 00:20:23 -08:00
Torkel Ödegaard
d34ba416a6
tech(systemjs): more stuff is starting to work
2015-12-18 08:22:05 +01:00
woodsaj
3d15ee6d74
allow app menu items to be selectivly pinned to the left nav menu
2015-12-18 15:10:52 +08:00
woodsaj
48cf56b69a
more renaming. also moved apps and datasource menus
2015-12-18 13:46:40 +08:00
Torkel Ödegaard
406ee43ae5
Merge pull request #3556 from xiaoping378/master
...
fixes #3555 , path of table panel option error
2015-12-18 06:28:37 +01:00
xiaoping378
488165ec73
fixes #3555 , path of table panel option error
2015-12-18 12:35:02 +08:00
Torkel Ödegaard
545c39356a
tech(systemjs): starting work on systemjs bundling
2015-12-17 19:18:30 +01:00
woodsaj
42db1378e0
rename app config directive to grafana-app-*
2015-12-17 23:59:01 +08:00
woodsaj
c35b51a268
refactor.
...
Rename externalPlugin to apiPlugin
Rename bundle to app
Move js, css, menuItem and staticRoot to be properties os App
Add "app" field to panel, datasource and api plugin models. If populated
then the plugin is only enabled if the specific app is enabled for the Org.
If app is "", then the plugin is enabled for all orgs and can't be disabled.
2015-12-17 23:53:58 +08:00
Torkel Ödegaard
df1e52e394
tech(systemjs): more stuff is starting to work
2015-12-17 16:30:53 +01:00
carl bergquist
246b04f904
docs(sessions): add memcache support to changelog
2015-12-17 15:59:25 +01:00
Carl Bergquist
333f9101a0
Merge pull request #3458 from improbable-io/use-memcache-for-session
...
Add memcache as session provider
2015-12-17 15:56:15 +01:00
carl bergquist
24acea7261
refactoring(top_nav): move menu condition to controller
2015-12-17 14:41:10 +01:00
Carl Bergquist
08ca72399b
Merge pull request #3051 from utkarshcmu/viewer
...
Removed export/view permission from a dashboard viewer
2015-12-17 14:40:42 +01:00
Piotr Popieluch
e29e3416db
router logger did not show username in /render calls because cookies are
...
cleared in these call. Not just get username before the call is
executed. see #3405 for more info.
2015-12-17 14:28:11 +01:00
Torkel Ödegaard
83ce40191c
tech(systemjs): ok, moving forward
2015-12-17 14:27:34 +01:00
Torkel Ödegaard
7c06b5cc22
tech(systemjs): minor change
2015-12-17 13:18:32 +01:00
Torkel Ödegaard
3b8e478a6a
tech(systemjs): finally starting to get systemjs and typescript and runtime loading to work together in a manner that I want it to.. took forever
2015-12-17 11:46:10 +01:00
utkarshcmu
9498c78576
Merged with master, resolved conflicts
2015-12-17 01:46:34 -08:00
utkarshcmu
746e203f7b
Admin can toggle editable checkbox
2015-12-17 01:44:05 -08:00
Torkel Ödegaard
a7d7f31e76
Merge branch 'master' of github.com:grafana/grafana
2015-12-17 10:13:40 +01:00
Torkel Ödegaard
16847fdb41
feat(elasticsearch): trim edges, minor refactoring of #3541
2015-12-17 10:13:23 +01:00
carl bergquist
28e7f0f74f
Merge branch 'felixbarny-global_interval'
2015-12-17 10:01:40 +01:00
carl bergquist
80d757b371
feat(elasticsearch): move default query parameters to new table
2015-12-17 10:00:53 +01:00
carl bergquist
5bdf0cd136
Merge branch 'global_interval' of https://github.com/felixbarny/grafana into felixbarny-global_interval
...
Conflicts:
public/app/plugins/datasource/elasticsearch/partials/config.html
2015-12-17 09:53:02 +01:00
carl bergquist
e498503428
fix(elastic): fixed typo
2015-12-17 09:05:01 +01:00
carl bergquist
26f70a5fd7
fix(settings): make headline more informative
2015-12-17 09:04:05 +01:00
Carl Bergquist
ef46b23250
Merge pull request #3133 from tdyas/add_pencil_to_graphite_ds
...
add pencil icon back to graphite data source
2015-12-17 08:48:03 +01:00
carl bergquist
39ccf1526f
Merge branch 'addshore-graphiteSortByNameNatural'
2015-12-17 07:21:43 +01:00
carl bergquist
12889a9509
feat(graphite): make sortByName optional
...
fixes #3360
closes #3361
2015-12-17 07:17:39 +01:00
Torkel Ödegaard
c24935b519
minor progress
2015-12-16 17:01:34 +01:00
carl bergquist
3693473f40
Merge branch 'utkarshcmu-relative'
2015-12-16 16:34:56 +01:00
carl bergquist
2cb83cf19d
style(graph.tooltip): moves checkdate logic inside each method.
...
I find it easier to follow and checkdate didnt do much.
2015-12-16 16:32:55 +01:00
carl bergquist
8c02a7bd6b
Merge branch 'relative' of https://github.com/utkarshcmu/grafana into utkarshcmu-relative
2015-12-16 16:09:44 +01:00
Carl Bergquist
8ee0e5d11f
Merge pull request #3307 from dennisdegreef/addCubicMeters
...
Add cubic meters to units
2015-12-16 16:04:20 +01:00
Carl Bergquist
c87b425639
Merge pull request #3542 from grafana/revert-3445-cloudwatch_sum_period
...
Revert "(cloudwatch) add "Divide Sum By Period" option"
2015-12-16 14:36:43 +01:00
Carl Bergquist
e320bd025f
Revert "(cloudwatch) add "Divide Sum By Period" option"
2015-12-16 14:35:04 +01:00
Carl Bergquist
d465c445fc
Merge pull request #3445 from mtanda/cloudwatch_sum_period
...
(cloudwatch) add "Divide Sum By Period" option
2015-12-16 14:07:52 +01:00
carl bergquist
dc30b9d37b
feat(elastic): change concept to trim edges instead.
2015-12-16 13:50:56 +01:00
carl bergquist
37cfe2a3cb
feat(elastic): shorten expression to target input
2015-12-16 13:29:54 +01:00
carl bergquist
26abce647d
feat(elastic): isolate drop first and last logic
2015-12-16 13:27:35 +01:00
Torkel Ödegaard
ca84ef38f8
angular2 test
2015-12-16 12:21:13 +01:00
utkarshcmu
78fe588330
Removed NewAddColumnMigration via 3473
2015-12-16 02:46:20 -08:00
Torkel Ödegaard
ddf72fa53f
Merge pull request #3535 from utkarshcmu/typos
...
Fixed typos
2015-12-16 11:41:29 +01:00
utkarshcmu
3a6e8a535c
Fixed typos
2015-12-16 02:30:53 -08:00
carl bergquist
d882af9f94
Merge branch 'es_drop_first_last' of https://github.com/Qtax/grafana into Qtax-es_drop_first_last
2015-12-16 09:48:14 +01:00
carl bergquist
48539c851e
feat(graphite): adds support for grep function
...
closes #1163
2015-12-16 09:45:28 +01:00
carl bergquist
a701bba839
Merge branch 'jmaitrehenry-feature/symlinks'
2015-12-16 09:24:37 +01:00
Mitsuhiro Tanda
c7ba60162b
(cloudwatch) add Divide By Sum option
2015-12-16 17:23:13 +09:00
carl bergquist
d4e98cd9bc
Merge branch 'feature/symlinks' of https://github.com/jmaitrehenry/grafana into jmaitrehenry-feature/symlinks
...
Conflicts:
pkg/plugins/plugins.go
closes #2899
closes #2834
2015-12-16 09:21:52 +01:00
Torkel Ödegaard
05ec24e7b8
Merge pull request #3531 from mtanda/cloudwatch_fix_annotation
...
(cloudwatch) fix query editor
2015-12-16 09:08:30 +01:00
Mitsuhiro Tanda
e44ef7f823
fix cloudwatch query editor
2015-12-16 17:01:58 +09:00
Torkel Ödegaard
04ff97cd72
tech(systemjs): tricky mixing systemjs and requirejs, might need to migrate
2015-12-15 20:23:55 +01:00
Torkel Ödegaard
8e6fdf62fb
tech(systemjs): things are starting to work
2015-12-15 19:27:04 +01:00
Torkel Ödegaard
74d7a946a7
tech(systemjs): work on moving to systemjs
2015-12-15 19:10:08 +01:00
Carl Bergquist
2b58b6b5d7
Merge pull request #3304 from utkarshcmu/info
...
Added metadata info panel
2015-12-15 18:02:29 +01:00
Torkel Ödegaard
7ee290cc57
tech(systemjs): systemjs and jspm work
2015-12-15 17:56:16 +01:00
carl bergquist
3868a796a4
Merge branch 'stesie-fix-formatter-stack-percentage'
2015-12-15 17:35:05 +01:00
carl bergquist
b99ea80b58
test(graph): validates that percentage is shown when using stack and percentage
...
fixes #2379
2015-12-15 17:34:37 +01:00
Stefan Siegl
ce2ae31950
Use percent-formatter for stack+percentage graph
2015-12-15 17:32:52 +01:00
carl bergquist
f355f36d09
rename(phantomjs): improve variable naming
2015-12-15 14:23:37 +01:00
Carl Bergquist
5aa11b4578
Merge pull request #3400 from counsyl/wait-for-dashboard-render
...
Wait for all panels to render in PhantomJS
2015-12-15 14:22:18 +01:00
carl bergquist
c48da9b5cf
fix(tests): fix broken unittest due to merge conflict
2015-12-15 14:03:15 +01:00
carl bergquist
12d65bfdfa
Merge branch 'xaka-patch-2'
2015-12-15 13:59:35 +01:00
Pavel Strashkin
cba471b09b
ui(dashboard): delete empty rows without confirm
2015-12-15 13:58:38 +01:00
Torkel Ödegaard
f1b897b3de
change(cloudwatch): minor change to editor
2015-12-15 13:57:20 +01:00
Torkel Ödegaard
0589134006
Merge branch 'master' of github.com:grafana/grafana
2015-12-15 13:53:15 +01:00
Torkel Ödegaard
6ed36e01ac
fix(unit tests): moved kairosdb spec to it's plugin repo
2015-12-15 13:52:14 +01:00
Carl Bergquist
25d93d1041
Merge pull request #3066 from mtanda/cloudwatch_annotation
...
(cloudwatch) annotation support
2015-12-15 13:43:02 +01:00
Torkel Ödegaard
e28c9b3309
cleanup(KairosDB): removed kairosdb from main repo, can easily be installed via as plugin via its own plugin repo, https://github.com/grafana/datasource-plugin-kairosdb , closes #3524
2015-12-15 11:35:39 +01:00
Torkel Ödegaard
5335a6b636
Merge branch 'master' of github.com:grafana/grafana
2015-12-15 11:21:17 +01:00
Torkel Ödegaard
f83d5f4280
cleanup(influxdb_08): removed influxdb 0.8 data source as an built in official data source, moved it to an external plugin repo, https://github.com/grafana/datasource-plugin-influxdb-08 , closes #3523
2015-12-15 11:21:00 +01:00
carl bergquist
28ec6b4d60
feat(graphite): add optional parameter for perSecond
...
closes #966
2015-12-15 11:10:13 +01:00
Torkel Ödegaard
27a0ef7ee8
Merge branch 'master' of github.com:grafana/grafana
2015-12-15 10:29:07 +01:00
Torkel Ödegaard
5eab5dc47b
feat(plugins): removed external plugins and bundle code, not ready for master yet, will revert this commit in seperate branch
2015-12-15 10:28:52 +01:00
Torkel Ödegaard
2ec5bc77d7
Merge branch 'external-plugins'
2015-12-15 10:10:48 +01:00
carl bergquist
2f3587ee8a
fix(jshint): fix jshint error ._.
2015-12-15 09:06:11 +01:00
carl bergquist
9ece45caa5
feat(top_nav): option to make dashboards editable again
...
closes #2587
closes #2554
2015-12-15 08:43:03 +01:00
Torkel Ödegaard
f163ceffd0
fix(elasticsearch): fixes spelling of lucene, #3519
2015-12-15 08:29:24 +01:00
Mitsuhiro Tanda
31de9faaf2
fix test
2015-12-15 11:32:24 +09:00
Mitsuhiro Tanda
d302c82c82
share cloudwatch query editor
2015-12-15 11:32:23 +09:00
Mitsuhiro Tanda
6fa5e681aa
fix EC2RoleProvider parameter
2015-12-15 11:25:20 +09:00
Mitsuhiro Tanda
e631940d9e
pkg/api/cloudwatch: fix api client construction against aws-sdk-go v0.10.2
2015-12-15 11:25:19 +09:00
Mitsuhiro Tanda
e22e20fa9d
fix cloudwatch annotation, reflect API change
2015-12-15 11:25:18 +09:00
Mitsuhiro Tanda
79c8556927
style change annotation editor
2015-12-15 11:25:18 +09:00
Mitsuhiro Tanda
7d16307db4
parse string date format
2015-12-15 11:25:17 +09:00
Mitsuhiro Tanda
1626982a3a
add CloudWatch Annotation
2015-12-15 11:25:16 +09:00
Mitsuhiro Tanda
6beb9be42c
add CloudWatch Alarm API support
2015-12-15 11:25:15 +09:00
Qtax
bf41eb824d
Added ES histogram setting to drop/ignore the first and last datapoints
2015-12-14 19:58:08 +01:00
Torkel Ödegaard
38f4cfb7a2
Merge branch 'v2.6.x'
2015-12-14 18:51:09 +01:00
Torkel Ödegaard
aca9d3965d
feat(elasticsearch): added unit option to derivative metric, closes #3512
2015-12-14 18:49:53 +01:00
Torkel Ödegaard
4cc06ad779
Merge branch 'master' of github.com:grafana/grafana
2015-12-14 18:33:58 +01:00
Torkel Ödegaard
79d56f779d
fix(graphite): minor fix to graphite query editor so it does not issue render requests for incomplete queries, fixes #3510
2015-12-14 18:33:44 +01:00
Carl Bergquist
280f9befae
Merge pull request #2949 from shoonoise/master
...
Add option to hide raintank share button
Fixes #2727
2015-12-14 17:29:09 +01:00
Torkel Ödegaard
201f50b121
Merge branch 'master' into external-plugins
...
Conflicts:
pkg/api/login.go
public/app/core/routes/all.js
public/app/core/table_model.ts
public/app/panels/table/table_model.ts
public/app/plugins/panels/table/editor.ts
public/app/plugins/panels/table/table_model.ts
2015-12-14 17:28:57 +01:00
carl bergquist
1cfa523f49
style(sidemenu): rename signup method to signout
2015-12-14 17:19:26 +01:00
Carl Bergquist
548ee47aa7
Merge pull request #3122 from shoonoise/hide_signout
...
Disable sign out button in case of auth proxy enabled
2015-12-14 17:18:04 +01:00
Torkel Ödegaard
55448de92a
updated master version to 3.0.0-pre1
2015-12-14 17:10:30 +01:00
Torkel Ödegaard
b63471ebe9
fix(windows): exclude syslog feature from windows builds
2015-12-14 16:16:36 +01:00
Torkel Ödegaard
33395d530d
docs(): updated downloads for 2.6 and whats new in 2.6 article
2015-12-14 15:45:00 +01:00
Torkel Ödegaard
fcd3af30ec
updated version to 2.6.0
2015-12-14 15:18:01 +01:00
Torkel Ödegaard
e334107c7d
docs(): added whats new in 2.6 article
2015-12-14 15:15:56 +01:00
carl bergquist
f5eb54e595
feat(elasticsearch): only show pipeline agg for es version >= 2
2015-12-14 15:08:34 +01:00
Torkel Ödegaard
56c3dd3652
docs(influxdb): updated influxdb docs
2015-12-14 14:16:22 +01:00
Torkel Ödegaard
6ddd458402
docs(elasticsearch): updated elasticsearch with info about templating and pipeline metrics
2015-12-14 13:55:16 +01:00
Torkel Ödegaard
ee328667d0
docs(table): updated table docs
2015-12-14 13:40:06 +01:00
carl bergquist
bc2bc1f2ac
Merge branch 'graphiteSortByNameNatural' of https://github.com/addshore/grafana into addshore-graphiteSortByNameNatural
2015-12-14 10:37:44 +01:00
Torkel Ödegaard
3dee75603c
Merge pull request #3502 from mattttt/table-panel-doc
...
New table panel doc
2015-12-14 10:22:49 +01:00
Torkel Ödegaard
c7e3ed096f
fix(postgres): fixes db migration issue with_credentials column for postgres, fixes #3505
2015-12-14 10:19:53 +01:00
Matt Toback
62fe5cdbaa
New table panel doc
2015-12-11 14:20:21 -05:00
Torkel Ödegaard
10f66fa78f
feat(elasticsearch): adds support for inline script and missing options to all elasticsearch metrics, closes #3500
2015-12-11 18:20:53 +01:00
Torkel Ödegaard
0cbc493113
Merge pull request #3499 from discordianfish/clarify-template-auto-interval-tooltip
...
Clarify template option auto interval in tooltip
2015-12-11 16:50:30 +01:00
Johannes 'fish' Ziemke
c30c9fbca9
Clarify template option auto interval in tooltip
2015-12-11 16:47:05 +01:00
carl bergquist
f4fd3f48f0
feat(changelog): adds info about merge PR
2015-12-11 16:26:11 +01:00
Carl Bergquist
4ee9e48e7c
Merge pull request #3405 from piotr1212/master
...
Add more info in route logging
2015-12-11 16:23:59 +01:00
Carl Bergquist
55fab0493d
Merge pull request #3393 from pepl/master
...
Fixed spelling error
2015-12-11 16:12:19 +01:00
carl bergquist
22c4e605cf
Merge remote-tracking branch 'upstream/master'
2015-12-11 15:25:34 +01:00
carl bergquist
67737b1556
feat(changelog): add info about merge PR to changelog
2015-12-11 15:24:22 +01:00
carl bergquist
cdfd3449ed
Merge branch 'tmonk42-ldap_login_hints'
2015-12-11 15:18:29 +01:00
carl bergquist
fab1062c0b
Merge branch 'ldap_login_hints' of https://github.com/tmonk42/grafana into tmonk42-ldap_login_hints
...
Conflicts:
conf/defaults.ini
pkg/setting/setting.go
closes #2571
closes #2494
2015-12-11 15:16:57 +01:00
Torkel Ödegaard
766b9d5270
Merge branch 'master' of github.com:grafana/grafana
2015-12-11 14:40:18 +01:00
Torkel Ödegaard
023fa2b2cc
fix(influxdb): minor fix to new editor, there were 5min as a selectable option in derivative function
2015-12-11 14:39:59 +01:00
carl bergquist
8910351f5c
fix(changelog): add info about merged PR's
2015-12-11 14:38:50 +01:00
Torkel Ödegaard
1b42e3015e
fix(timepicker): mini change, removed unneeded space
2015-12-11 14:34:56 +01:00
Torkel Ödegaard
4e9e18d4c0
Merge pull request #3498 from bergquist/always_show_refresh_button
...
feat(timepicker): always show refresh button
2015-12-11 14:33:50 +01:00
carl bergquist
ba5b127684
feat(timepicker): always show refresh button
...
closes #1628
closes #1208
2015-12-11 14:26:38 +01:00
Carl Bergquist
225e7a6a32
Merge pull request #3161 from mischief/syslog
...
syslog support closes #3160
2015-12-11 14:03:21 +01:00
Torkel Ödegaard
7e9963ae05
fix(elasticsearch): minor markup fix
2015-12-11 12:51:39 +01:00
Torkel Ödegaard
b7c0f3ea95
Merge branch 'master' of github.com:grafana/grafana
2015-12-11 12:45:01 +01:00
Torkel Ödegaard
a8e2610d7d
updated changelog
2015-12-11 12:44:47 +01:00
Torkel Ödegaard
b934ace1fc
Merge branch 'moving_avg_es_support'
2015-12-11 12:43:02 +01:00
Torkel Ödegaard
82cbfc9905
feat(elasticsearch): added pipeline aggregations feature to changelog
2015-12-11 12:42:55 +01:00
Torkel Ödegaard
9f294e3565
feat(elasticsearch): completed initial implementation of moving average and derivative pipleline aggregations, closes #3451
2015-12-11 12:41:40 +01:00
Torkel Ödegaard
68775182f0
Merge pull request #3494 from mtanda/cloudwatch_cleanup
...
remove aws-sdk-js require setting
2015-12-11 12:28:26 +01:00
Mitsuhiro Tanda
dc3e172eb4
remove aws-sdk-js require setting
2015-12-11 20:27:24 +09:00
Torkel Ödegaard
5bd128ba85
Merge pull request #3493 from bergquist/table_panel_color_invert_order
...
Table Panel: adds invert color order functionality
2015-12-11 12:05:35 +01:00
carl bergquist
1a8579cd6d
feat(table_panel): adds invert color order functionality
2015-12-11 12:01:04 +01:00
Torkel Ödegaard
5921bb0589
Merge pull request #3490 from mtanda/cloudwatch_metric_update
...
(cloudwatch) update suggest metrics and dimensions
2015-12-11 11:09:45 +01:00
Mitsuhiro Tanda
c8e894e8f8
sort metrics and dimensions
2015-12-11 17:56:35 +09:00
carl bergquist
141f22bedf
feat(elasticsearch): display more info in options
2015-12-11 09:44:37 +01:00
Mitsuhiro Tanda
d9844350fe
update supported metrics and dimensions
2015-12-11 17:42:40 +09:00
Mitsuhiro Tanda
2d9d11a89c
reorder supported metrics and dimensions
2015-12-11 17:19:56 +09:00
carl bergquist
4fa92198a0
feat(elasticsearch): add support for model setting
2015-12-11 09:19:05 +01:00
carl bergquist
662430d5db
feat(elasticsearch): adds last class for derivatives
2015-12-11 09:14:40 +01:00
carl bergquist
139b19f9ac
feat(elasticsearch): make series naming generic for pipeline aggs
2015-12-10 17:42:31 +01:00
carl bergquist
6e50e2412e
feat(elasticsearch): remove pipeline aggs as possible sources
2015-12-10 17:18:22 +01:00
carl bergquist
005e14a060
refactor(elasticsearch): mavg naming -> pipeline agg
2015-12-10 17:12:52 +01:00
carl bergquist
c8c9e0a7e7
feat(elasticsearch): improve pipeline aggs structure
2015-12-10 17:05:23 +01:00
carl bergquist
0f65cb2b79
feat(elasticsearch): update pipeline aggs if type change
...
make it possible to switch between different pipeline
aggregates without causing problms in the ui
2015-12-10 17:01:29 +01:00
Carl Bergquist
85094fc74d
feat(elasticsearch): add pipeline settings
2015-12-10 13:34:49 +01:00
Torkel Ödegaard
5227dc679d
fix(invite): removed resend invite button, button logic was not implemented, fixes #3484
2015-12-10 13:31:24 +01:00
Torkel Ödegaard
77c510c364
fix(graph legend): fixed issue with escaping html text in graph legend, and in function param, fixes #3482
2015-12-10 13:27:57 +01:00
Carl Bergquist
2d2ad8b237
show pipeline agg source for derivative
2015-12-10 13:06:46 +01:00
Torkel Ödegaard
6ea00a4f7c
fix(timpicker): another name change to make quick ranges nameing more consistent, fixes #3465
2015-12-10 13:01:41 +01:00
Torkel Ödegaard
1bb0530c69
feat(elasticsearch): metric options alignement
2015-12-10 12:15:11 +01:00
Torkel Ödegaard
b36f644628
feat(elasticsearch): added pipleline aggregation derivative
2015-12-10 11:46:19 +01:00
Torkel Ödegaard
2dee9c8d74
Merge branch 'moving_avg_es_support' of https://github.com/bergquist/grafana into bergquist-moving_avg_es_support
2015-12-10 11:19:39 +01:00
Carl Bergquist
9c6eb7736f
move pipeline options outside main switch
2015-12-10 11:17:14 +01:00
Carl Bergquist
e86dfcf55c
rename mavgoptions to more generic pipelineaggs
2015-12-10 10:43:00 +01:00
Torkel Ödegaard
d6311aefb7
Merge branch 'moving_avg_es_support' of https://github.com/bergquist/grafana into bergquist-moving_avg_es_support
2015-12-09 16:46:29 +01:00
carl bergquist
8e18f2c5d2
refactor es pipeline aggregation variables to match ES
2015-12-09 16:25:05 +01:00
carl bergquist
0644bfe27c
improves timeseries naming for moving average series
2015-12-09 14:58:26 +01:00
carl bergquist
0b285845d1
adds spec for query builder
2015-12-09 14:21:48 +01:00
carl bergquist
d3ff4bf75e
changes to using an array for mavg options
2015-12-09 13:55:06 +01:00
Torkel Ödegaard
aa4ac9fa05
fix(timerange): fixed broken unit tests
2015-12-09 13:38:53 +01:00
Torkel Ödegaard
0339a5ad01
fix(graph): removed experimental mockup code that was accidently merged master
2015-12-09 13:36:15 +01:00
Torkel Ödegaard
bffb217d37
fix(panel): removed accidentally commited test markup
2015-12-09 13:08:47 +01:00
Torkel Ödegaard
40f85e5ca3
refactor(http data source options): #3473
2015-12-09 13:05:05 +01:00
Torkel Ödegaard
2dba2f4a95
Merge branch 'with_credentials' of https://github.com/mtanda/grafana into mtanda-with_credentials
2015-12-09 12:54:00 +01:00
Torkel Ödegaard
70542fb730
refactor(table views): #3466
2015-12-09 12:04:51 +01:00
Mitsuhiro Tanda
cd742979b1
add withCredentials checkbox
2015-12-09 19:43:59 +09:00
Torkel Ödegaard
736d58e35f
Merge branch 'updated-list-views' of https://github.com/nchristus/grafana into nchristus-updated-list-views
2015-12-09 10:43:51 +01:00
Torkel Ödegaard
64138bd424
fix(timepicker): changed name of Day so far -> Today so far, Week to date > Week so far, closes #3465
2015-12-09 10:35:39 +01:00
carl bergquist
f51d74fa68
change the way options are added
2015-12-09 09:47:56 +01:00
carl bergquist
78c6ce842e
revert elastic response parser
2015-12-09 09:10:50 +01:00
carl bergquist
ad79df9b74
changes implementation direction
...
moving average will now be based on another metric
instead of having moving average on itself
2015-12-09 09:04:48 +01:00
carl bergquist
b4763290de
move target extraction logic to query def
2015-12-09 09:00:06 +01:00
Mitsuhiro Tanda
8264c76642
add separate datasource parameter withCredentials
2015-12-09 14:44:28 +09:00
Mitsuhiro Tanda
6edd6c8f03
add with_credentials to datasource model
2015-12-09 14:44:28 +09:00
Torkel Ödegaard
f1bc87133d
Merge branch 'cloudwatch_aws-sdk-go-v1.0.0' of https://github.com/mtanda/grafana into mtanda-cloudwatch_aws-sdk-go-v1.0.0
2015-12-08 18:09:40 +01:00
Carl Bergquist
dd7a13930f
adds null check for response parser
2015-12-08 18:04:30 +01:00
Carl Bergquist
8ad10149ab
adds basic support for moving avg in es queries
2015-12-08 18:04:30 +01:00
Carl Bergquist
0731064375
adds support for moving avg support in es queries
2015-12-08 18:04:30 +01:00
Torkel Ödegaard
e194461420
feat(grunt watch): optimized grunt watch, now only operates on changed files
2015-12-08 17:56:02 +01:00
Daniel Low
b97b23647e
memcache files in godep
2015-12-08 16:32:27 +00:00
Daniel Low
7bdeceff36
add memcache as godep
2015-12-08 16:18:40 +00:00
Torkel Ödegaard
45c69fa638
fix(influxdb): fixed issue where Group By label was only showed on first query, fixes #3453
2015-12-08 16:40:41 +01:00
Daniel Low
d7f3869959
gofmt
2015-12-08 14:59:54 +00:00
Torkel Ödegaard
cdc36dd171
Updated version
2015-12-08 15:41:34 +01:00
Daniel Low
ed16914715
Add memcache as session provider
2015-12-08 13:35:09 +00:00
Torkel Ödegaard
a1d66d98dc
Merge pull request #3448 from utkarshcmu/tips
...
Fixed closing tags
2015-12-08 12:10:05 +01:00
Torkel Ödegaard
dd3295da60
Merge pull request #3449 from EricSmekens/patch-1
...
Cleaned up jquery.flot.events.js
2015-12-08 12:09:47 +01:00
Nick Christus
282aaa5cf0
Merge branch 'master' into updated-list-views
2015-12-07 16:30:02 -06:00
Nick Christus
462a939438
Merge branch 'master' of github.com:grafana/grafana
2015-12-07 16:29:51 -06:00
Nick Christus
030f902ca5
removed redundant labels
2015-12-07 16:26:18 -06:00
Eric Smekens
58093941c0
Cleaned up jquery.flot.events.js
...
_lastRange was confused with lastRange. This declared '_lastRange' somewhere globally.
Was also not used, so removed both.
(I know this is a library, but it was heavily adjusted anyway.)
2015-12-07 20:16:52 +01:00
utkarshcmu
005271d24b
Fixed missing closing tag
2015-12-07 05:41:18 -08:00
utkarshcmu
2b263bcb5d
Fixed closing tag
2015-12-07 05:06:52 -08:00
utkarshcmu
79d0f47ee7
Added columns in dashboard_snapshot
2015-12-07 04:24:29 -08:00
Torkel Ödegaard
1ebb18ae57
Merge pull request #3432 from toni-moreno/add_rpm_deb_separate_commands
...
add option pkg-rpm and pkg-deb to create separately both packages #3407
2015-12-07 11:46:00 +01:00
Torkel Ödegaard
fad4875f11
Merge pull request #3436 from utkarshcmu/templating
...
Removed if condition to fix 3370
2015-12-07 11:45:32 +01:00
utkarshcmu
42d1205260
Fixed gofmt checks
2015-12-06 23:59:58 -08:00
utkarshcmu
3d90340446
Added new columns to dashboard table
2015-12-06 23:51:43 -08:00
Torkel Ödegaard
d68e1fd308
Merge pull request #3444 from mtanda/cloudwatch_fix_period
...
(cloudwatch) fix period overwrite
2015-12-07 06:43:33 +01:00
Mitsuhiro Tanda
217d5df276
(cloudwatch) fix period overwrite
2015-12-07 13:40:54 +09:00
Mitsuhiro Tanda
d1ccf83236
(cloudwatch) use paging
2015-12-06 21:35:20 +09:00
Mitsuhiro Tanda
28968144d6
update aws-sdk-go v1.0.0
2015-12-06 21:35:19 +09:00
Torkel Ödegaard
4c5cfd51d7
fix(metric_editors): Fixes clicking timing issue for typeahead auto dropdown option, fixes #3428
2015-12-06 10:13:47 +01:00
utkarshcmu
b6044910ec
Removed if condition to fix 3370
2015-12-05 06:34:03 -08:00
Torkel Ödegaard
5aa90eb086
Merge branch 'master' of github.com:grafana/grafana
2015-12-05 14:22:54 +01:00
Torkel Ödegaard
ce58486850
fix(html): removed unneeded tag
2015-12-05 14:22:39 +01:00
toni-moreno
7e63978a3f
fix formatting for CircleCI test
2015-12-04 22:55:23 +01:00
toni-moreno
c9674f84e8
add option pkg-rpm and pkg-deb to create separately both packages #3407
2015-12-04 22:36:38 +01:00
woodsaj
0697274695
I add plugin dependency check.
...
This check ensures that all of the plugins required by a bundle
are loaded.
2015-12-05 01:20:42 +08:00
Torkel Ödegaard
654d1f939e
Merge pull request #3424 from grafana/code-tag
...
add variable for codeTagBackground to control look for both themes.
2015-12-04 18:17:24 +01:00
Trent White
477b876a1f
add variable for codeTagBackground to control look for both themes. Fixes #3399
2015-12-04 11:55:20 -05:00
woodsaj
523cf21b4a
tune pluginConfig directive
2015-12-05 00:34:48 +08:00
Torkel Ödegaard
df0a5cf52f
updated appveyor again
2015-12-04 16:56:37 +01:00
Torkel Ödegaard
caa6337952
updated appveyor
2015-12-04 16:48:35 +01:00
Torkel Ödegaard
700a3f9f84
Merge branch 'master' of github.com:grafana/grafana
2015-12-04 15:45:06 +01:00
Torkel Ödegaard
f9b13791de
change(table panel): changed default transform mode
2015-12-04 15:38:49 +01:00
Torkel Ödegaard
7886318341
Merge pull request #3417 from mtanda/cloudwatch_dimension_filter_fix
...
(cloudwatch) null check of dimension
2015-12-04 12:30:13 +01:00
woodsaj
3c13901695
add ui elements for plugins.
...
This includes support for cusom plugin config directives.
2015-12-04 19:21:33 +08:00
Mitsuhiro Tanda
573632012e
cloudwatch dimension null check
2015-12-04 20:16:31 +09:00
Torkel Ödegaard
002455da07
fix(table): minor fix to table panel and transform time series to aggregations
2015-12-04 12:15:42 +01:00
Torkel Ödegaard
e9e6ac64bd
minor change to build script
2015-12-04 11:21:38 +01:00
Torkel Ödegaard
36ab8ae19c
fix(table): minor fix for table panel
2015-12-04 10:44:17 +01:00
Torkel Ödegaard
df366da721
updated version to 2.6.0-beta1
2015-12-04 10:39:50 +01:00
Torkel Ödegaard
67dc761344
fix(security): do not print ENV config values when they are passwords, fixes #3337
2015-12-04 10:38:27 +01:00
Torkel Ödegaard
0b4552a8e7
fix(timerange): fix handling of invalid dates in from/to url parameters, fixes #3345
2015-12-04 10:32:23 +01:00
Torkel Ödegaard
2345b41a74
feat(elasticsearch): added min_doc_count option for date histogram, closes #3416
2015-12-04 10:06:44 +01:00
Torkel Ödegaard
141e395489
polish(influxdb): minor improvements to influxdb editor raw query editor
2015-12-04 09:20:29 +01:00
Nick Christus
91139672cc
merge with master, conflicts fixed
2015-12-03 20:34:05 -06:00
Nick Christus
3d178c8eb6
Merge branch 'master' of github.com:grafana/grafana
2015-12-03 20:21:15 -06:00
Nick Christus
c9bd45ba13
removed filters and actions for now
2015-12-03 20:20:54 -06:00
Torkel Ödegaard
db9c288050
fix(elasticsearch): refactoring of #3321
2015-12-03 18:30:36 +01:00
Torkel Ödegaard
f1cb8f2f25
Merge branch 'keep_es_version' of https://github.com/replay/grafana into replay-keep_es_version
2015-12-03 18:08:26 +01:00
Torkel Ödegaard
7ec2c09249
Merge branch 'master' of github.com:grafana/grafana
2015-12-03 18:05:19 +01:00
Torkel Ödegaard
354bfcea15
Merge branch 'master' of https://github.com/skbkontur/grafana
2015-12-03 18:03:55 +01:00
Torkel Ödegaard
891d7c134c
Merge pull request #3205 from mtanda/cloudwatch_suggest_fix
...
(cloudwatch) fix dimension value suggestion
2015-12-03 17:17:07 +01:00
Mitsuhiro Tanda
eb5822bc7c
update cloudwatch docs
2015-12-04 01:04:50 +09:00
Mitsuhiro Tanda
154d70e4e2
remove dimensionPart
2015-12-04 01:02:25 +09:00
woodsaj
c4a0fe0234
add pluginBundle backend api methods and SQL storage
2015-12-03 23:43:55 +08:00
Torkel Ödegaard
0011beb654
Merge branch 'master' of github.com:grafana/grafana
2015-12-03 16:32:58 +01:00
Torkel Ödegaard
419251ed35
fix(elasticsearch): fixed issue with default state of elasticsearch query, result in error before query controller could set defaults, moved defaults to query builder, also removed raw query mode as it is pretty broken, fixes #3396
2015-12-03 16:32:35 +01:00
Torkel Ödegaard
bd850d8158
Merge pull request #3410 from bergquist/ignore_npm_log
...
add npm-debug.log to gitignore
2015-12-03 15:56:38 +01:00
carl bergquist
d7c7f27207
add npm-debug.log to gitignore
2015-12-03 15:29:28 +01:00
Torkel Ödegaard
0fb95297a2
Merge branch 'master' of github.com:grafana/grafana
2015-12-03 15:10:23 +01:00
Torkel Ödegaard
cf1f43dc9d
feat(influxdb): support for table queries, closes #3409 , #3219
2015-12-03 15:09:39 +01:00
Alexey Larkov
d6935847b4
Web. Fix double slash
2015-12-03 17:36:29 +05:00
Alexey Larkov
0715ba3e5e
Merge pull request #1 from grafana/master
...
Merge with original source
2015-12-03 17:29:00 +05:00
Torkel Ödegaard
efbbb31370
Update README.md
2015-12-03 12:03:06 +01:00
Piotr Popieluch
207c1a20ee
router logger, log username taken from cookie
2015-12-03 11:05:50 +01:00
Piotr Popieluch
579bc1c2c8
Add more info in route logging
...
- Add remote address
- Add method
- Add protocol
- Add response size
- Use consistent unit for response time (us)
2015-12-03 09:28:42 +01:00
woodsaj
bd4cb549d6
add pluginBundle support
...
A plugnBundle is meta plugin that has a set of dependent plugins
to enable. This commit includes a plugin.json for a default
"core" bundle that enables all of the shipped panels and datasources.
2015-12-03 15:52:37 +08:00
woodsaj
fd392a2422
Merge remote-tracking branch 'upstream/external-plugins' into externalPlugin
...
Conflicts:
public/views/index.html
2015-12-03 12:47:58 +08:00
woodsaj
13864853a8
support separate css files for light/dark themes.
2015-12-03 12:29:57 +08:00
Nick Christus
d86b2c4fb4
Merge branch 'master' of github.com:grafana/grafana
2015-12-02 21:33:06 -06:00
Greg Look
a1f103576a
Wait for all panels to render in PhantomJS.
2015-12-02 15:13:02 -08:00
Torkel Ödegaard
aa766e3e18
Merge branch 'external-plugins' of github.com:grafana/grafana into external-plugins
2015-12-02 18:31:05 +01:00
Torkel Ödegaard
ee0e4d2b69
Merge branch 'master' into external-plugins
...
Conflicts:
public/app/plugins/panels/table/editor.ts
public/views/index.html
2015-12-02 18:30:48 +01:00
Torkel Ödegaard
8eb3e48bc7
fix(build): fixed build issues with concat not including require_config
2015-12-02 18:22:47 +01:00
utkarshcmu
384292b647
Removed metadata from dropdown, included in settings
2015-12-02 04:15:50 -08:00
Michael Kröll
1bb1ddcd29
Fixed spelling error
2015-12-02 11:14:28 +01:00
Torkel Ödegaard
24324939e1
Merge branch 'fix_refresh_variable_from_url' of https://github.com/toni-moreno/grafana into toni-moreno-fix_refresh_variable_from_url
2015-12-01 15:28:48 +01:00
Torkel Ödegaard
2436cda7ac
fix(graph panel): minor spelling change
2015-12-01 15:28:34 +01:00
Torkel Ödegaard
75b83af08f
refactoring(ui): minor ui improvement to graph axis tab
2015-12-01 14:04:44 +01:00
Torkel Ödegaard
82d8e3c2b6
feat(graph panel): refactoring of hide zero option, #3336
2015-12-01 13:34:42 +01:00
Torkel Ödegaard
c351f46e47
Merge branch 'hide-zero' of https://github.com/utkarshcmu/grafana into utkarshcmu-hide-zero
2015-12-01 13:08:37 +01:00
Torkel Ödegaard
fb9e8d2166
feat(table panel): fixed issue with column selection for new table panel
2015-12-01 10:16:11 +01:00
Torkel Ödegaard
3668cb6dd4
fix(readme): minor readme update
2015-12-01 09:23:30 +01:00
Torkel Ödegaard
93f3e30cac
fix(log): removed logging accidentlally checked in
2015-12-01 09:19:22 +01:00
Torkel Ödegaard
52af346ec8
Merge pull request #3375 from hartfordfive/issue-3374
...
Add flag option to display app version (Issue 3374)
2015-12-01 09:18:37 +01:00
Torkel Ödegaard
8e0bba4f99
fix(templating): minor fix to default property name, fixes #3378
2015-12-01 09:01:44 +01:00
Torkel Ödegaard
4cc61d10ff
fix(docs): fixed typo in installing docs fixes #3379
2015-12-01 08:59:30 +01:00
Al Lefebvre
8deb6d9246
Updated README
2015-11-30 13:09:29 -05:00
Al Lefebvre
20eb6df9e8
Removed comment line
2015-11-30 12:24:14 -05:00
Al Lefebvre
a921eeb5e2
Merge branch 'master' of github.com:hartfordfive/grafana into issue-3374
2015-11-30 12:20:47 -05:00
Al Lefebvre
f3f34e1835
Merge pull request #1 from grafana/master
...
Updating forked copy from official Grafana master
2015-11-30 12:20:32 -05:00
Al Lefebvre
4a29d459da
Added flag to display version number and exit
2015-11-30 12:10:47 -05:00
Torkel Ödegaard
0f867a3484
Merge pull request #3230 from utkarshcmu/time-units
...
Added currency units, time units, tests
2015-11-30 17:29:51 +01:00
Torkel Ödegaard
6eeddaa564
Merge pull request #3369 from matschaffer/cw/alias-fix
...
Use of `<dimension name>` seems to confuse angular so changing to DIMENSION_NAME
2015-11-30 17:28:41 +01:00
Torkel Ödegaard
d80458ef81
Merge branch 'refresh' of https://github.com/utkarshcmu/grafana into utkarshcmu-refresh
2015-11-30 17:23:50 +01:00
Torkel Ödegaard
ad15df7222
Merge branch 'influxdb_editor_v3'
2015-11-30 16:29:20 +01:00
Torkel Ödegaard
98f7febed1
feat(influxdb): added all functions
2015-11-30 16:28:56 +01:00
Torkel Ödegaard
4f04eaec3a
feat(influxdb): moved query builder tests
2015-11-30 15:27:38 +01:00
Torkel Ödegaard
5a2b9b1f44
feat(influxdb): worked on schema upgrade for new influx query editor
2015-11-30 15:09:18 +01:00
Torkel Ödegaard
721b37a08e
feat(influxdb): new editor now supports field and tag lookup again
2015-11-30 10:14:42 +01:00
Torkel Ödegaard
b3d494d4c8
feat(influxdb): minor fixes to new editor
2015-11-30 08:40:11 +01:00
Mat Schaffer
85ec70e92b
Use of <dimension name> seems to confuse angular so changing to DIMENSION_NAME
2015-11-30 15:55:07 +09:00
Torkel Ödegaard
e2f0ff9e88
Merge pull request #3367 from utkarshcmu/orgs
...
Fixed #3357
2015-11-30 07:40:07 +01:00
utkarshcmu
0dbd7d0e17
Fixed #3357
2015-11-29 03:28:07 -08:00
utkarshcmu
8cdaa044e1
Removed repeating test
2015-11-29 03:14:26 -08:00
utkarshcmu
712a420217
Fixed refresh setting for absolute time
2015-11-29 03:12:48 -08:00
addshore
b38dc70c71
Add graphtie sortByName natural param
...
Introduced in graphite 0.9.15
Fixes #3360
2015-11-28 00:16:42 +01:00
Torkel Ödegaard
72d9fcdcb4
feat(influxdb): progress with new influxdb editor
2015-11-27 16:35:40 +01:00
Torkel Ödegaard
5a6981e7af
Merge pull request #3354 from raintank/externalPlugin
...
Merge changes to external-plugins branch
2015-11-27 10:21:35 +01:00
woodsaj
79d29db18b
really fix unit tests.
2015-11-27 17:17:27 +08:00
woodsaj
4f6a52503d
fix plugin unit test
2015-11-27 17:04:43 +08:00
woodsaj
1b5c40dd1f
add role access limitions for menu items.
...
This allows external-plugin menu items to conditionally
be added to the UI depending on the logged in users
current role.
2015-11-27 16:27:14 +08:00
woodsaj
700b77c450
implement role access checks on external-plugin routes.
2015-11-27 16:26:30 +08:00
woodsaj
8449017592
Add plugin type field to externalPlugin model
2015-11-27 15:21:57 +08:00
shoonoise
5cf3425b93
Disable sign out button in case of auth proxy enabled
2015-11-26 17:56:45 +03:00
Torkel Ödegaard
aa13a80d83
fix(influxdb): fixed issue with metric segment component that caused double events
2015-11-26 09:28:59 +01:00
Torkel Ödegaard
9e2ef543ed
Merge pull request #3343 from mtanda/cloudwatch_fix_credential_check
...
(cloudwatch) fix EC2RoleProvider parameter
2015-11-26 08:20:50 +01:00
Mitsuhiro Tanda
2aabb387b1
fix EC2RoleProvider parameter
2015-11-26 16:01:33 +09:00
Mitsuhiro Tanda
f972863f49
add credential setting to handleDescribeInstances
2015-11-26 13:21:38 +09:00
Torkel Ödegaard
f00320c8b9
feat(influxdb): query editor is starting to work, can now add group by parts
2015-11-25 14:27:22 +01:00
utkarshcmu
1f57cf08a7
Added an option to hide zero values
2015-11-25 04:38:54 -08:00
utkarshcmu
0ff5ff5dbe
Enabled refresh interval for absolute time range
2015-11-25 04:05:40 -08:00
Torkel Ödegaard
5ba19144d5
feat(influxdb): more work on query editor
2015-11-25 12:30:56 +01:00
Torkel Ödegaard
c9ba856c52
feat(influxdb): more work on influxdb editor
2015-11-25 10:22:20 +01:00
Mauro Stettler
a30ceefa6b
add tests for elastic search versioning in query builder and make es version 2 default
2015-11-25 16:23:28 +09:00
Torkel Ödegaard
31e2a8b8e9
feat(influxdb): more work onnew influxdb editor
2015-11-24 17:01:18 +01:00
Torkel Ödegaard
9b4150509c
feat(influxdb): minor progress on new editor
2015-11-24 11:02:49 +01:00
Torkel Ödegaard
c68cd7d19a
Merge branch 'master' into influxdb_editor_v3
2015-11-24 10:06:06 +01:00
Torkel Ödegaard
85382dc2e0
fix(table): fixed table height alignment
2015-11-24 10:04:01 +01:00
Torkel Ödegaard
7315a0ecec
Merge pull request #3319 from VibyJocke/master
...
Fixed some broken HTML.
2015-11-24 09:45:13 +01:00
Torkel Ödegaard
411bd55cd4
Merge pull request #3318 from utkarshcmu/validated-responses
...
Validated HTTP responses
2015-11-24 09:31:23 +01:00
Joakim Lahtinen
9c0141e84e
Fixed some broken HTML.
...
Simplified some control flow.
2015-11-24 07:29:52 +01:00
utkarshcmu
ca5d0496ee
Validated HTTP responses
2015-11-23 19:19:26 -08:00
Torkel Ödegaard
24b9bc1e55
fix(missing files): added missing files, oops
2015-11-23 18:20:12 +01:00
Torkel Ödegaard
cf1e167430
feat(table panel): table panel can now show nested object data, closes #3263
2015-11-23 16:10:32 +01:00
Torkel Ödegaard
a1afd2328d
fix(elasticsearch): made interval template variable appear in group by time interval dropdown, fixes #3241
2015-11-23 14:19:10 +01:00
Mauro Stettler
ada9bfcae8
keep track of elastic search version and generate query according to version
2015-11-22 21:39:56 +09:00
utkarshcmu
f88588db90
Added close button
2015-11-21 19:36:27 -08:00
utkarshcmu
5930dc6354
Removed info icon, Included metadata feature
2015-11-21 16:37:15 -08:00
Dennis de Greef
9c64da4323
Add cubic meters to units
2015-11-21 21:04:08 +01:00
utkarshcmu
c863ea4aa1
Shortened info details to use less space
2015-11-21 06:43:45 -08:00
utkarshcmu
e1432f4339
Function name makes sense now
2015-11-21 06:20:13 -08:00
utkarshcmu
890c527ae5
Added info dropdown
2015-11-21 06:16:28 -08:00
Torkel Ödegaard
1fa8b74595
Merge pull request #3303 from utkarshcmu/db-update
...
Return correct updated+created timestamps to frontend
2015-11-21 14:10:50 +01:00
utkarshcmu
5559ad1238
Return correct updated+created timestamps to frontend
2015-11-21 05:03:00 -08:00
Torkel Ödegaard
bd8f5e9bfd
fix(build): fixed build after change that made panels into proper plugins
2015-11-21 13:53:33 +01:00
Torkel Ödegaard
29f6283eab
Merge branch 'master' into external-plugins
2015-11-21 13:48:31 +01:00
Torkel Ödegaard
396f53d20e
fix(tests): removed it.only accidentally cecked in
2015-11-21 13:48:12 +01:00
Torkel Ödegaard
4a69de1f30
feat(plugins): made panels work as plugins
2015-11-21 13:46:43 +01:00
Torkel Ödegaard
bd6e2d6ca4
Merge branch 'master' into external-plugins
2015-11-21 12:57:33 +01:00
Torkel Ödegaard
fc78e42a78
Merge pull request #3297 from utkarshcmu/db-update
...
Fixed created & updated columns update in dashboard table
2015-11-21 10:25:29 +01:00
Torkel Ödegaard
9d1906d333
fix(elasticsearch): fixed issue with disabling (hiding) query, fixes #3300
2015-11-21 10:22:59 +01:00
Torkel Ödegaard
4a3f50cef7
fix(docs): minor fix to http docs, fixes #3301
2015-11-21 10:07:33 +01:00
Torkel Ödegaard
4751e4b94e
feat(elasticsearch): a lot of work to support aggregation queries without date_histogram, queries that return metric aggregations now work with the table panel (json data type), #3219
2015-11-20 16:26:44 +01:00
utkarshcmu
1b7f4f31ca
Tired of gofmt
2015-11-20 04:52:50 -08:00
utkarshcmu
ca01604b43
Added statements in constructor
2015-11-20 04:37:24 -08:00
utkarshcmu
93f9a0c39c
Fixed created & updated columns in dashboard table
2015-11-20 03:10:24 -08:00
Torkel Ödegaard
93977316ce
revert #3288 for now since it breaks Elasticsearch 1.7
2015-11-20 10:48:10 +01:00
Torkel Ödegaard
7e49bdf5a8
revert #3288 for now since it breaks Elasticsearch 1.7
2015-11-20 10:45:48 +01:00
Torkel Ödegaard
df0bc7bbc4
feat(external_plugin): lots of refactoring for side menu link extensions and view data, #3185
2015-11-20 09:43:10 +01:00
Torkel Ödegaard
63b50ab9b1
Merge branch 'master' into external-plugins
2015-11-20 08:29:46 +01:00
Torkel Ödegaard
c0beef7572
Merge pull request #3252 from alechenninger/avg-ignore-null
...
Ignore nulls unless 'null as zero' for series.stats.avg
2015-11-20 08:27:45 +01:00
Torkel Ödegaard
5ec448861d
Merge pull request #3284 from mtanda/prometheus_null_point
...
(prometheus) support null point mode
2015-11-20 08:27:36 +01:00
Torkel Ödegaard
7d4326a397
Merge pull request #3292 from mtanda/cloudwatch_null_pointmode
...
(cloudwatch) fix null point mode
2015-11-20 08:24:51 +01:00
Torkel Ödegaard
cc43b94864
Merge pull request #3293 from jmcfarlane/prometheus-fix-step-calibration
...
[prometheus] Fix step calibration
2015-11-20 08:24:35 +01:00
Torkel Ödegaard
57a31828f8
fix(templating): very minor markup/css change
2015-11-20 08:18:03 +01:00
Torkel Ödegaard
0c7fccdcbe
Merge pull request #2812 from utkarshcmu/master
...
Duplicate button for template variables
2015-11-20 08:14:20 +01:00
Mitsuhiro Tanda
a1fcd3c5b6
import fix step calibration
2015-11-20 15:37:31 +09:00
John McFarlane
c4048f8f22
[prometheus] Fix step calibration
...
The step interval is (correctly) being converted to seconds, but the
unit of measure suffixed onto the end is preventing the subsequent
step calibration. Because the query upstream defaults to seconds as
the unit of measure, the suffix can simply be removed and everything
works as intended.
patchset 01: Also fix the spec.
2015-11-19 21:20:07 -08:00
Mitsuhiro Tanda
15dc30edf6
if there isn't enough datapoint, add null data point
2015-11-20 13:24:49 +09:00
Mitsuhiro Tanda
4254aa5f5a
(cloudwatch) fix null point mode
2015-11-20 13:06:35 +09:00
Nick Christus
09ff042986
updated-list-views: added new table layout to additional pages
2015-11-19 21:02:38 -06:00
Torkel Ödegaard
924ecce2c3
Merge pull request #3288 from replay/fix_time_format
...
specify date format in elastic search query
2015-11-19 18:53:59 +01:00
Torkel Ödegaard
69daede583
feat(external plugins): worked on supporting external plugins better
2015-11-19 18:44:07 +01:00
Mauro Stettler
a6e8d61e8e
specify date format in elastic search query
2015-11-20 02:11:48 +09:00
Torkel Ödegaard
65a7fa320a
feat(plugins): made plugins that live outside public work
2015-11-19 16:50:17 +01:00
Torkel Ödegaard
be5e6d55fc
Merge pull request #3285 from ckrybus/patch-1
...
Fix recommended graphite version for better performance
2015-11-19 14:01:07 +01:00
Christoph Krybus
b0c01369c5
Fix recommended graphite version for better performance
...
There is no 0.9.13 graphite release, only 0.9.14.
2015-11-19 13:44:46 +01:00
Torkel Ödegaard
f6772bb896
feat(plugins): began work on supporting having plugins outside grafana, for example in grafana data dir, next step is to be able to easily specify what plugins you waant to install
2015-11-19 12:55:13 +01:00
Torkel Ödegaard
b21fa2daa0
Merge branch 'externalPlugin' of https://github.com/raintank/grafana into external-plugins
2015-11-19 11:05:27 +01:00
Torkel Ödegaard
730d4857ba
feat(elasticsearch): added caret arrow for metric / group by collapse/expand options
2015-11-19 11:04:21 +01:00
Torkel Ödegaard
0e1c12e65f
Merge pull request #3279 from mtanda/override_null
...
override null point mode
2015-11-19 08:42:01 +01:00
Mitsuhiro Tanda
37b125ca98
override null point mode
2015-11-19 15:20:34 +09:00
Torkel Ödegaard
2e9303cb6c
dependency(aws): updated aws go lib dependency
2015-11-18 17:26:35 +01:00
Torkel Ödegaard
7db38c80fc
Merge branch 'aws-sdk-go' of https://github.com/mischief/grafana into mischief-aws-sdk-go
2015-11-18 17:16:42 +01:00
Torkel Ödegaard
aad824a562
feat(tablepanel): completed work on time series aggregations table transform, #3219
2015-11-18 17:05:21 +01:00
Torkel Ödegaard
f0087c93b8
fix(admin settings view): always censor provider_config for system info view, fixes #3268
2015-11-18 15:55:45 +01:00
Mitsuhiro Tanda
ae7e7e9656
remove getDimensions()
2015-11-17 22:49:46 +09:00
Torkel Ödegaard
e008473e47
Merge pull request #3249 from mtanda/cloudwatch_null_pointmode
...
(cloudwatch) support null point mode
2015-11-17 14:03:48 +01:00
Torkel Ödegaard
79313aa268
Merge pull request #3253 from mtanda/cloudwatch_ecs
...
(cloudwatch) support ECS suggestion
2015-11-17 14:00:31 +01:00
toni-moreno
1c35d4b26b
removed autoupdate on variabe refresh, don't needed if working interactive and fix #2722
2015-11-16 21:55:23 +01:00
Torkel Ödegaard
a56f657fb1
Merge pull request #3254 from utkarshcmu/user-id
...
/api/admin/users returns user ID in JSON response
2015-11-16 17:47:11 +01:00
utkarshcmu
f5db9950f8
fixed gofmt tests
2015-11-16 07:28:38 -08:00
utkarshcmu
e5931e264b
Updated http_api docs
2015-11-16 06:56:46 -08:00
utkarshcmu
9485e8cfee
/api/admin/users returns user ID
2015-11-16 06:55:02 -08:00
Mitsuhiro Tanda
22b139d9f8
(cloudwatch) support ECS suggestion
2015-11-16 23:21:43 +09:00
Alec Henninger
2a600b25e7
Ignore nulls unless 'null as zero' for series.stats.avg
2015-11-16 08:43:41 -05:00
Mitsuhiro Tanda
393891d6ea
(cloudwatch) fill null if the datapoint missing
2015-11-16 18:23:12 +09:00
Mitsuhiro Tanda
1bbd056797
fix templating
2015-11-16 16:51:03 +09:00
Mitsuhiro Tanda
add5bb47d5
add dimensions() to CloudWatch templating query
2015-11-16 16:50:53 +09:00
Torkel Ödegaard
305f8d6982
Merge pull request #3234 from utkarshcmu/opentsdb-ui
...
Made opentsdb query editor consistent and tags are editable now
2015-11-16 06:29:02 +01:00
Torkel Ödegaard
93851a9a0f
feat(tablepanel): added time series aggregations transform mode, #3219
2015-11-13 17:36:11 +01:00
utkarshcmu
8a184e9d30
Made tags editable in opentsdb query
2015-11-13 04:01:55 -08:00
utkarshcmu
3a66d7c453
Made opentsdb query editor consistent
2015-11-13 03:08:48 -08:00
Torkel Ödegaard
00a479de6f
feat(tablepanel): renamed some table panel schema things
2015-11-13 10:32:01 +01:00
Torkel Ödegaard
32f9f8fcce
fix(http api): correct return status code for /api/datasources/:id so it eturns 404 when not found, fixes #3217
2015-11-13 09:43:25 +01:00
Torkel Ödegaard
e4208441b3
fix(inspector): added close button to inspector modal, fixes #3213
2015-11-13 09:36:52 +01:00
Torkel Ödegaard
ee5ebe2e81
Merge pull request #3224 from mattttt/patch-6
...
Updating singlestat article to include troubleshooting
2015-11-13 09:32:42 +01:00
Torkel Ödegaard
a71b681e80
fix(docs): minor docs fix
2015-11-13 09:32:16 +01:00
Torkel Ödegaard
2cbc62d6c0
fix(elasticsearch): fixed elasticsearch issue, ghost docs series, fixes #3223
2015-11-13 09:30:28 +01:00
Torkel Ödegaard
cc125f5fd7
change(shortcuts): changed CTRL+F search shortcut to just F
2015-11-13 09:25:31 +01:00
utkarshcmu
7f9c8a1935
Added hours, days units and tests for all
2015-11-12 23:56:24 -08:00
utkarshcmu
3c54d14460
Added UI for time units, minute scalability
2015-11-12 20:26:59 -08:00
utkarshcmu
c5b39a5100
Added currency units
2015-11-12 09:56:46 -08:00
Matt Toback
7888c1c614
Update singlestat.md
2015-11-12 12:35:45 -05:00
Matt Toback
b43315c36d
Update singlestat.md
2015-11-12 12:07:09 -05:00
Matt Toback
fbd6417c8a
Updating singlestat article to include troubleshooting
2015-11-12 12:03:33 -05:00
Torkel Ödegaard
850ad1c0fb
fix(tablepanel): fixed width fix for page2+, #3219
2015-11-12 16:30:15 +01:00
Torkel Ödegaard
dbe35bfed1
change(elasticsearch): changed min_doc_count to zero in query to get buckets for missing values, fixes #3131
2015-11-12 16:06:10 +01:00
Torkel Ödegaard
f1caae126e
feat(build): fixed build issues
2015-11-12 14:28:35 +01:00
Torkel Ödegaard
bad6a40a12
updated readme
2015-11-12 13:50:57 +01:00
Torkel Ödegaard
5bc194e1f0
Merge branch 'master' of github.com:grafana/grafana
2015-11-12 13:47:25 +01:00
Torkel Ödegaard
d315ff2b96
changelog: updated master version to 2.6 and merged develop branch
2015-11-12 13:47:12 +01:00
Torkel Ödegaard
163b45cf37
feat(tablepanel): minor fix
2015-11-12 13:41:53 +01:00
Torkel Ödegaard
87c718f549
feat(tablepanel): worked on issues and improving defaults
2015-11-12 12:39:16 +01:00
Torkel Ödegaard
e04678f33c
feat(dasbboard): fix to issues when setting fullscreen/edit state for panel that have yet to get a scope
2015-11-12 12:01:44 +01:00
Torkel Ödegaard
bbdf75bdfa
feat(dashboard): Automatically go into panel edit mode after adding a new panel to the dashboard
2015-11-12 11:49:07 +01:00
Torkel Ödegaard
5c0cf9f5d7
feat(tablepanel): worked on more display options for table panel
2015-11-12 11:36:16 +01:00
Torkel Ödegaard
8a61ec4b4e
feat(tablepanel): paging is starting to work
2015-11-11 16:40:36 +01:00
Torkel Ödegaard
874a6e86fd
Merge pull request #3113 from utkarshcmu/custom
...
Added All Value support for custom type templating
2015-11-11 12:29:04 +01:00
Mitsuhiro Tanda
ef4bec1c6d
fix CloudWatch dimension value suggestion
2015-11-11 20:15:30 +09:00
Torkel Ödegaard
4da99d14e6
Merge pull request #3204 from mtanda/cloudwatch_ebs_fix
...
CloudWatch EBS Templating fix
2015-11-11 12:09:15 +01:00
Mitsuhiro Tanda
cc80191cd1
CloudWatch ebs templating fix
2015-11-11 19:48:10 +09:00
Torkel Ödegaard
3cdb3f0d54
Merge pull request #3196 from utkarshcmu/custom-time
...
Timepicker display fixed for now-*
2015-11-11 11:28:55 +01:00
woodsaj
437b957be1
remove external_plugin from models package.
2015-11-11 17:45:38 +08:00
utkarshcmu
9f17e4ee2c
Added unit tests to verify time range fix
2015-11-11 01:34:53 -08:00
utkarshcmu
509c3dc715
Fixed time range when using NOW from and to
2015-11-11 01:34:24 -08:00
Torkel Ödegaard
4051f04e66
Merge pull request #3202 from mtanda/cloudwatch_sort
...
sort CloudWatch suggestion region and namspace
2015-11-11 09:42:51 +01:00
woodsaj
d503c5d83d
refer to plugins are ExternalPlugin instead of thirdParty
2015-11-11 14:30:07 +08:00
Mitsuhiro Tanda
02a37d670c
sort namespaces by alphabetical order
2015-11-11 14:23:43 +09:00
Mitsuhiro Tanda
a7deca1df5
sort regions by alphabetical order
2015-11-11 14:23:38 +09:00
Torkel Ödegaard
1bec6c2aae
feat(tablepanel): made annotations transform work
2015-11-10 16:15:23 +01:00
Torkel Ödegaard
a66825c71f
Merge branch 'master' into develop
2015-11-10 15:26:02 +01:00
Torkel Ödegaard
0fb110a4af
Merge pull request #3190 from utkarshcmu/three-hours
...
added now-3h option
2015-11-10 15:02:34 +01:00
utkarshcmu
167c02d773
Timepicker display fixed for now-*
2015-11-10 04:53:42 -08:00
utkarshcmu
0c50a7437b
missed an S at the end
2015-11-10 02:29:02 -08:00
utkarshcmu
5339ec66b7
added now-3h option
2015-11-10 02:22:15 -08:00
Torkel Ödegaard
2371dcf694
Merge pull request #3188 from mtanda/template_error_report
...
Fix templating error dialog for Prometheus
2015-11-10 11:21:26 +01:00
Mitsuhiro Tanda
65bc194c42
fix templating error dialog for Prometheus
2015-11-10 19:01:37 +09:00
Torkel Ödegaard
99ee38cea3
feat(tablepanel): minor change
2015-11-10 08:38:34 +01:00
Torkel Ödegaard
5d8a51c307
Merge pull request #3129 from utkarshcmu/validity
...
Default AWS Region selection from dropdown
2015-11-09 22:25:30 +01:00
utkarshcmu
6325635fce
Corrected the frontend filename
2015-11-09 12:31:35 -08:00
utkarshcmu
7612e47aee
Select AWS region from dropdown
2015-11-09 12:08:40 -08:00
Torkel Ödegaard
d06b9401ea
feat(tablepanel): added support for column sorting
2015-11-09 17:58:02 +01:00
Torkel Ödegaard
ecb1552c10
Merge pull request #3172 from utkarshcmu/aws-bug
...
Test specified AWS Region and not hardcoded us-east-1
2015-11-09 13:54:20 +01:00
utkarshcmu
9f066d01b1
Check specified AWS Region and not us-east-1
2015-11-09 03:35:51 -08:00
Torkel Ödegaard
673ae1edc0
Merge branch 'tablepanel2' into develop
2015-11-09 11:26:06 +01:00
Torkel Ödegaard
b25b31e4a0
Merge branch 'master' into develop
2015-11-09 11:25:22 +01:00
Torkel Ödegaard
f65fde8bb7
Merge pull request #3148 from utkarshcmu/units
...
Added throughput units.
2015-11-09 10:14:02 +01:00
Torkel Ödegaard
0a04b135ca
Merge pull request #3158 from dthapa/master
...
use [auth.github] -> api_url property; supports git enterprise
2015-11-09 10:12:57 +01:00
Torkel Ödegaard
88d27fe649
log(color): disabled console log formating by default
2015-11-09 09:48:02 +01:00
Torkel Ödegaard
5d166dc8cb
feat(tablepanel): added new renderer spec
2015-11-09 09:46:49 +01:00
Torkel Ödegaard
8f81c97aaa
Merge pull request #3170 from utkarshcmu/opentsdb-ctrl
...
Fixed opentsdb queryctrl uncheck Rate UI bug
2015-11-09 09:43:25 +01:00
Torkel Ödegaard
b5f35261a0
Merge pull request #3171 from utkarshcmu/aws-regions
...
Added missing AWS Regions
2015-11-09 09:41:57 +01:00
utkarshcmu
f55e24cd12
Added missing AWS Regions
2015-11-09 00:28:16 -08:00
utkarshcmu
efc0b60d41
Fixed opentsdb queryctrl uncheck Rate UI bug
2015-11-08 21:44:58 -08:00
Hereward Cooper
f3bc726001
Dynamically reorder hovercard
2015-11-08 01:03:02 -08:00
Nick Owens
60e797ccc4
pkg/setting: integrate syslog logger settings
2015-11-07 18:35:57 -08:00
Nick Owens
20b553461b
conf: add syslog logging defaults
2015-11-07 18:35:52 -08:00
Nick Owens
0bff097afb
pkg/log: implement syslog logger
2015-11-07 18:34:55 -08:00
Nick Owens
b0cb6d6d4c
pkg/api/cloudwatch: fix api client construction against aws-sdk-go v0.10.2
2015-11-07 18:17:05 -08:00
Don Thapa
b345c7cf46
gofmt happiness
2015-11-07 11:32:06 -06:00
Torkel Ödegaard
56e2082205
Merge pull request #3157 from utkarshcmu/postgres
...
Fixed user deletion in Postgres SQL
2015-11-07 15:37:28 +01:00
utkarshcmu
fe2d8f1ea0
Used dialect for postgres
2015-11-07 05:21:22 -08:00
Don
e16bbc660d
use [auth.github] -> api_url property; supports git enterprise
2015-11-07 00:06:15 -06:00
utkarshcmu
2676f24e0a
Fixed user deletion in Postgres SQL
2015-11-06 20:17:27 -08:00
Torkel Ödegaard
b8e6fcfeae
feat(tablepanel): worked on cell / value threshold coloring
2015-11-06 13:16:17 +01:00
utkarshcmu
b5f18561ab
Added unit tests to verify units
2015-11-05 23:13:53 -08:00
utkarshcmu
22c3ec2d63
Made the units more readable
2015-11-05 22:57:05 -08:00
utkarshcmu
b678daa744
Added throughput units.
2015-11-05 22:31:33 -08:00
Torkel Ödegaard
e1433ebb41
feat(tablepanel) more refactoring
2015-11-05 12:42:47 -05:00
Torkel Ödegaard
1b83742e3e
feat(tablepanel): began refactorin out table row html generation to write unit tests for it
2015-11-05 15:55:42 +01:00
Torkel Ödegaard
90cca93951
feat(tablepanel): lots of work on table panel
2015-11-05 13:13:13 +01:00
Torkel Ödegaard
4e37290a7f
feat(tablepanel/elasticsearch): extended elasticsearch data source and query editor to support document queries
2015-11-05 09:56:19 +01:00
Torkel Ödegaard
7d3146ed8d
feat(tablepanel): fixed header, and pagination styling
2015-11-05 08:36:51 +01:00
Torkel Ödegaard
0a1af65a4c
feat(tablepanel): more column style rules
2015-11-05 07:43:06 +01:00
utkarshcmu
4de9ac133a
Set default AWS region from dropdown now
2015-11-04 17:21:34 -08:00
Torkel Ödegaard
60c7bfe9a7
feat(tablepanel): work on table panel options
2015-11-04 22:44:08 +01:00
Tom Dyas
9bafc4fea1
add pencil icon back to graphite data source
...
The input needed to be wrapped in a span set to display:block in order to prevent it
from moving to the next line. See http://stackoverflow.com/questions/773517/style-input-element-to-fill-remaining-width-of-its-container
2015-11-04 11:36:55 -05:00
Torkel Ödegaard
7387f2e490
feat(tablepanel): fixed header, and pagination styling
2015-11-04 17:23:16 +01:00
Torkel Ödegaard
93b4f3fac8
feat(tablepanel): minor progress on table panel
2015-11-04 12:56:53 +01:00
utkarshcmu
fdeeb73587
AWS Region as a mandatory field
2015-11-04 02:27:35 -08:00
Torkel Ödegaard
6062930f9a
feat(tablepanel): added more unit tests for table transforms
2015-11-04 09:41:03 +01:00
Torkel Ödegaard
867b838053
feat(tablepanel): work on table panel
2015-11-03 16:19:51 +01:00
Nick Christus
58dc282ca0
updated-list-views: updating table layout for org users
2015-11-03 08:24:10 -06:00
Torkel Ödegaard
d7ee7cb88f
Merge pull request #3119 from utkarshcmu/docs
...
Dashboard JSON Docs
2015-11-03 13:33:15 +01:00
Torkel Ödegaard
da9c792ca2
feat(tablepanel): minor progress
2015-11-03 08:18:35 +01:00
Torkel Ödegaard
8171cd51c4
feat(tablepanel): minor progress on table panel
2015-11-02 20:51:49 +01:00
Utkarsh Bhatnagar
74b10a42ee
Fixed broken links in the doc page
2015-11-02 10:29:42 -08:00
Utkarsh Bhatnagar
f14ef22bb6
Fixed doc links
2015-11-02 10:25:33 -08:00
Utkarsh Bhatnagar
e8c9b0806a
Added templating, timepicker, panel docs
2015-11-02 10:15:40 -08:00
Torkel Ödegaard
36c4d01ef8
feat(tablepanel) began work on new table panel
2015-11-02 17:00:47 +01:00
Torkel Ödegaard
e51d403420
rename: moved test file
2015-11-02 15:14:35 +01:00
Utkarsh Bhatnagar
f54615ed46
Included rows JSON and TODO headers
2015-11-02 00:21:59 -08:00
utkarshcmu
4c1b6f3059
Fixed a typo
2015-11-01 23:55:03 -08:00
Utkarsh Bhatnagar
ada641090f
Explained basic JSON fields
2015-11-01 23:53:24 -08:00
Torkel Ödegaard
eb6c8a3521
Merge pull request #3118 from utkarshcmu/angular-native
...
Removed unnecessary components.
2015-11-02 08:23:02 +01:00
utkarshcmu
3a021a87a1
Added JSON of new dashboard
2015-11-01 23:17:23 -08:00
utkarshcmu
5100339604
Initialized dashboard JSON doc.
2015-11-01 22:58:14 -08:00
utkarshcmu
8448e3970b
Removed unnecessary components.
2015-11-01 09:48:27 -08:00
Torkel Ödegaard
dbed679904
Merge pull request #3116 from vitaliyf/patch-1
...
Fixed typo in OpenTSDB's "metasync" documentation
2015-11-01 14:47:28 +01:00
Vitaliy Fuks
acb5340ffb
Fixed typo in OpenTSDB's "metasync" documentation
2015-10-31 18:07:24 -04:00
Torkel Ödegaard
6a01cd56ca
Merge pull request #3085 from mtanda/cloudwatch_template_doc
...
Add templating explanation to CloudWatch docs.
2015-10-31 11:37:01 +01:00
Torkel Ödegaard
ae38705bed
Merge pull request #3112 from utkarshcmu/docs
...
Update opentsdb.md
2015-10-31 11:35:30 +01:00
Torkel Ödegaard
db083c43dd
Merge pull request #3111 from felixbuenemann/fix-npm-3-phantomjs-build-failure
...
Fix npm 3 build failure in phantomjs task
2015-10-31 11:35:17 +01:00
utkarshcmu
c5435596ad
Added All Value support for custom type templating
2015-10-30 22:34:40 -07:00
Utkarsh Bhatnagar
03130e1217
Update opentsdb.md
...
As we merged, changes with auto suggestions in the master branch. Update docs respectively.
2015-10-30 22:11:17 -07:00
Felix Bünemann
2ca6acc1e9
Fix npm 3 build failure in phantomjs task
...
npm v3.0+ by default dedupes node modules and stores them in a flat
tree, which means the hardcoded path to the location.js will no longer
be nested under the karma-phantomjs-launcher module.
This fixes issue #2999 .
2015-10-31 05:36:35 +01:00
Torkel Ödegaard
d8f68eb118
refactoring: moving and renaming things
2015-10-30 16:06:29 +01:00
Torkel Ödegaard
97697b93ed
refactoring: moving and renaming things
2015-10-30 15:58:20 +01:00
Torkel Ödegaard
152b484eb5
refactoring: moved app/controllers -> app/core/controllers
2015-10-30 15:16:05 +01:00
Torkel Ödegaard
97de8c1cc2
refactoring: move moving stuff around
2015-10-30 15:04:27 +01:00
Torkel Ödegaard
6cf46b1635
refactoring: more moving stuff around
2015-10-30 14:44:40 +01:00
Torkel Ödegaard
1665cb4282
refactoring: moving components -> core
2015-10-30 14:24:04 +01:00
Torkel Ödegaard
1113081aab
refactoring: moving components -> core
2015-10-30 14:19:02 +01:00
Torkel Ödegaard
39bc3cb532
refactoring: moving stuff around
2015-10-30 14:04:25 +01:00
Torkel Ödegaard
0a0a0776e4
Merge pull request #3088 from utkarshcmu/suggest-opentsdb
...
Tag suggestions fixed for v2.1.1 & above by using Suggest Api.
2015-10-30 10:34:44 +01:00
Torkel Ödegaard
59d199a148
Merge pull request #3098 from utkarshcmu/typos
...
Fixed some more typos in docs
2015-10-30 10:32:51 +01:00
utkarshcmu
8b9d13491f
Fixed some more typos in docs
2015-10-30 02:07:08 -07:00
Torkel Ödegaard
4dcd2ceb01
fix(graph): fixed for color picker layout issue when right side legend was used, fixes #3093
2015-10-30 09:31:04 +01:00
Torkel Ödegaard
6004ba6554
Merge pull request #3095 from itsmrwave/correct_object_key_typo
...
Correct object key typo
2015-10-30 09:15:27 +01:00
King'ori Maina
f1847d4501
Correct object key typo
...
Should be ‘message’ not ‘messsage’.
2015-10-30 09:52:33 +02:00
Nick Christus
e63ff167a7
updated-list-views: added filter controls, updated tables on API Keys and Data Sources
2015-10-29 21:09:21 -05:00
utkarshcmu
a27186e34f
Cleaned the codebase :D
2015-10-29 11:28:38 -07:00
utkarshcmu
2a8904f844
Fixed queryCtrl to use suggest API
2015-10-29 11:13:38 -07:00
Torkel Ödegaard
59fc72d37e
Merge branch 'prometheus-fix_step_calculation' of https://github.com/dan-cleinmark/grafana into dan-cleinmark-prometheus-fix_step_calculation
2015-10-29 16:50:18 +01:00
Torkel Ödegaard
34e3683ded
fix(cloudwatch): fixed limiting of cloudwatch period so it works for long time ranges in all cases, fixes #3086
2015-10-29 16:46:58 +01:00
Torkel Ödegaard
13760b1bdd
fix(influxdb): fixed handling of relative time ranges like last x years, or last x months, fixes #3067
2015-10-29 15:53:15 +01:00
Mitsuhiro Tanda
8a252774ce
Update cloudwatch.md, add explanation about templating
2015-10-29 23:51:27 +09:00
Dan Cleinmark
963f9fdf40
Ensure Promtheus step interval is always < 11000
...
Using a 2 week window (1209600 seconds) and a 60s step, Math.floor()
recalculates a step of 109 and results in 11097 data points in the
Prometheus query (> the 11000 max set by Prometheus). Math.ceil()
returns a step of 110 and 10996 data points.
2015-10-29 07:24:42 -07:00
shoonoise
b4a2b96e32
Add options to manage snapshot publishing
2015-10-29 16:40:03 +03:00
Torkel Ödegaard
299a2457cd
Merge branch 'master' of github.com:grafana/grafana
2015-10-29 14:05:19 +01:00
Torkel Ödegaard
3de4707c98
feat(elasticsearch): Annotation queries now use the daily index patterns defined in data source options, for old annotations that have an index property that will be used, so will not break existing dashboard/annotation configs, closes #3061
2015-10-29 14:05:05 +01:00
Torkel Ödegaard
603ec65e91
Merge pull request #3059 from mtanda/cloudwatch_template_fix
...
fix panel repeat for cloudwatch
2015-10-29 12:38:22 +01:00
Torkel Ödegaard
cdcffcd31e
fix(css): restored tooltip background to dark for white theme #3079
2015-10-29 12:32:32 +01:00
Torkel Ödegaard
f8a1c7c8a1
docs(cloudwatch): updated docs with info about #3080
2015-10-29 12:22:01 +01:00
Torkel Ödegaard
5d64568f3e
refactoring: some minor refactoring and changes to AWS profile PR #3053
2015-10-29 11:44:34 +01:00
Torkel Ödegaard
374fbad06d
Merge branch 'master' into peekeri-support_aws_profiles
2015-10-29 11:19:15 +01:00
Torkel Ödegaard
aa31336c64
Merge pull request #3072 from utkarshcmu/tooltip
...
Added tooltip for cloudwatch datasource
2015-10-29 11:18:24 +01:00
Torkel Ödegaard
135ba68ff5
Merge branch 'support_aws_profiles' of https://github.com/peekeri/grafana into peekeri-support_aws_profiles
2015-10-29 11:14:04 +01:00
utkarshcmu
d3ee81bb5a
Added tooltip for cloudwatch datasource
2015-10-28 10:18:44 -07:00
utkarshcmu
e0b585779d
Added relative time by default, removed checkbox
2015-10-28 08:52:46 -07:00
Torkel Ödegaard
4729bea1a2
fix(dashboard): fix for collapse row by clicking on row title, fixes #3065
2015-10-28 15:04:58 +01:00
Torkel Ödegaard
e1393f9780
changelog: updated and marked 2.5 as released
2015-10-28 14:46:47 +01:00
Torkel Ödegaard
ad7e66cdae
Merge pull request #3062 from utkarshcmu/templates
...
Fixed typos in 2.5v doc
2015-10-28 13:00:22 +01:00
utkarshcmu
2f09ef2970
Fixed typos in 2.5v doc
2015-10-28 04:27:51 -07:00
Torkel Ödegaard
6ea2c08ecb
docs(): minor docs fix
2015-10-28 11:50:22 +01:00
Mitsuhiro Tanda
b82f1edd63
fix panel repeat for cloudwatch
2015-10-28 19:36:49 +09:00
Torkel Ödegaard
1685e7cea4
docs(): update to install docs and whats new in 2.5
2015-10-28 11:08:12 +01:00
Torkel Ödegaard
287d8ca367
fix(changelog): minor spelling fix to changelog
2015-10-28 09:43:28 +01:00
Torkel Ödegaard
6397b8c1ef
docs(): updated version to 2.5.0
2015-10-28 09:31:57 +01:00
Torkel Ödegaard
89eedd59a8
Merge pull request #3008 from mtanda/prometheus_link
...
Revert prometheus graph view link
2015-10-28 09:29:07 +01:00
ubhatnagar
af65a81d5b
Added relative time in tooltip
2015-10-27 23:18:38 -07:00
ubhatnagar
03e2f25adb
Added relative time func and code refactoring
2015-10-27 22:04:43 -07:00
Nick Christus
aa9093bcf6
updated-list-views: added filter-table less component, updating styles for data sources table
2015-10-27 23:26:11 -05:00
ubhatnagar
dc4f347ae1
Added relative checkbox
2015-10-27 13:40:50 -07:00
Jari Sukanen
23599814a3
cloudwatch: add support for defining AWS profile for CloudWatch datasource
...
Add support for defining AWS profile for CloudWatch datasource to support
pulling information from multiple different AWS accounts to single dashboard.
With this change, it is possible to define multiple AWS credentials in
~/.aws/credentials file and connect different data sources to different
AWS accounts.
2015-10-27 17:00:02 +02:00
Torkel Ödegaard
89ce1a5159
fix(dashlist): minor fix to dashlist panel, and some minor html markup fixes
2015-10-27 13:17:28 +01:00
Torkel Ödegaard
22a4ef42fc
version change to 2.5-pre2
2015-10-27 12:22:30 +01:00
Torkel Ödegaard
358ba395ac
fix(invite): minor fix to invite partials markup
2015-10-27 12:09:14 +01:00
Torkel Ödegaard
e7d5ea8a6c
fix(build): revert some build script changes to make building on go 1.4 work again
2015-10-27 12:08:56 +01:00
Torkel Ödegaard
a36711e640
fix(changelog): fixed link in changelog
2015-10-27 10:26:44 +01:00
ubhatnagar
2b6df412b7
Removed export/view permission from a dashboard viewer
2015-10-26 23:20:47 -07:00
Torkel Ödegaard
6fabff4769
Merge pull request #3049 from utkarshcmu/docs
...
Fixed typos in cloudwatch docs
2015-10-27 07:14:41 +01:00
ubhatnagar
6af86152e6
Removed typos in cloudwatch docs
2015-10-26 21:02:04 -07:00
Torkel Ödegaard
06d97c78c8
Merge pull request #3044 from mattttt/patch-5
...
Updates to timepicker docs for 2.5 release
2015-10-26 21:22:22 +01:00
Matt
da31fffb16
Update timerange.md
2015-10-26 14:05:44 -04:00
Matt
c97e3ec7ae
Updates to timepicker docs for 2.5 release
...
Updated images to be in separate PR.
2015-10-26 14:03:26 -04:00
Torkel Ödegaard
09b3433e32
change(dashboards): made home dashboard and json file dashboards editable unless otherwise specified in json file, closes #2567
2015-10-26 18:54:32 +01:00
Torkel Ödegaard
323e84375b
refactoring: minor refactoring and handling of known data source plugins
2015-10-26 16:37:45 +01:00
Torkel Ödegaard
3b67a6a222
changelog: updated changelog with details of #2928
2015-10-26 16:23:29 +01:00
Torkel Ödegaard
da3d5375b8
feat(ldap): refactoring of PR #2928 updated docs
2015-10-26 16:21:03 +01:00
Torkel Ödegaard
38bd0d1aec
Merge branch 'ldap-improvements' of https://github.com/abligh/grafana into abligh-ldap-improvements
2015-10-26 15:56:21 +01:00
Torkel Ödegaard
59bd029e46
docs(cloudwatch): minor cloudwatch fix
2015-10-26 15:51:34 +01:00
Torkel Ödegaard
1dbf0ad976
docs(cloudwatch): initial cloudwatch docs, closes #2900
2015-10-26 15:44:14 +01:00
Torkel Ödegaard
3b4c095b49
Merge branch 'time-independent-prometheus-metrics' of https://github.com/arthurdandrea/grafana into arthurdandrea-time-independent-prometheus-metrics
2015-10-26 14:35:17 +01:00
Torkel Ödegaard
2e155bdeda
fix(dashboard): minor function name fixes, removed insert row above/below because it did not work, #2909
2015-10-26 14:33:55 +01:00
Torkel Ödegaard
8305fd0451
Merge branch 'master' of github.com:grafana/grafana
2015-10-26 14:21:49 +01:00
Torkel Ödegaard
7477667df1
docs(elasticsearch): initial elasticsearch docs, closes #2862
2015-10-26 14:21:38 +01:00
Torkel Ödegaard
a066d7ddcb
Merge pull request #2909 from utkarshcmu/title
...
Added move row to top and bottom and insert row capability.
2015-10-26 14:15:42 +01:00
Torkel Ödegaard
a5c742cee5
docs(elasticsearch): began work on elasticsearch docs #2862
2015-10-26 13:36:00 +01:00
Torkel Ödegaard
cac142b134
Merge pull request #2937 from mtanda/scripted_datemath
...
Use dateMath in ScriptedDashboard
2015-10-26 12:51:09 +01:00
Torkel Ödegaard
da7ae2b0ab
fix(build/aws): updated aws dependency and fixed minor build issue, fixes #3026
2015-10-26 12:48:30 +01:00
Torkel Ödegaard
052c9aca15
Merge branch 'master' of github.com:grafana/grafana
2015-10-26 12:16:13 +01:00
Felix Barnsteiner
e4fecb48e3
Add ability to set a global time interval
...
The interval is configurable in the data source.
This commit only adds the ability to Elasticsearch datasources
2015-10-26 08:47:46 +01:00
Torkel Ödegaard
b0e975bfce
Merge pull request #3025 from utkarshcmu/docs
...
Added OpenSuse documentation
2015-10-26 08:22:52 +01:00
Torkel Ödegaard
d4664507f1
Merge pull request #3029 from mlbarrow/patch-1
...
Fix small typo in docs for InfluxDB (influxdb.md)
2015-10-26 08:22:34 +01:00
mlbarrow
21f3f859b9
Update influxdb.md
...
Typo fix
2015-10-24 20:58:19 -07:00
Utkarsh Bhatnagar
54be4c5e2c
Made installation doc consistent
2015-10-23 23:21:00 -07:00
ubhatnagar
45cdbe0a18
Rearranged installation docs for OpenSuse
2015-10-23 23:03:58 -07:00
ubhatnagar
6c76e9728e
Added OpenSuse installation command
2015-10-23 22:53:30 -07:00
Arthur D'Andréa Alemar
0a6a3f9ab7
fix(prometheus): use time independent API to list metrics and labels names
...
Using the "/api/v1/query" endpoint to extract information about metrics
and labels are limited to the metrics available at the time parameter
(that is set to current time), this can lead to labels not showing
because they have no value in the current time even when the dashboard
is displaying historic data.
On the other hand "/api/v1/series" returns results including every
metric and label known to Prometheus, independent of time and value.
2015-10-23 17:18:34 -02:00
Torkel Ödegaard
bad8ab232d
Merge pull request #3020 from utkarshcmu/docs
...
Fixed 3014
2015-10-23 17:40:29 +02:00
Torkel Ödegaard
91a814d295
Merge pull request #3017 from volter/master
...
"No limit" was not effective for ES terms aggregation
2015-10-23 17:39:44 +02:00
ubhatnagar
7205cf8ce1
Fixed 3014
2015-10-23 07:29:15 -07:00
Torkel Ödegaard
6fe6a33da3
Merge pull request #3019 from sathieu/patch-2
...
Fix LimitNOFILE in RPM systemd unit
2015-10-23 16:17:45 +02:00
Torkel Ödegaard
9b59fc1c94
Merge pull request #3018 from sathieu/patch-1
...
Fix LimitNOFILE in Debian systemd unit
2015-10-23 16:17:28 +02:00
Mathieu Parent
e7834b885a
Fix LimitNOFILE in RPM systemd unit
2015-10-23 15:13:41 +02:00
Mathieu Parent
4ec6691ea9
Fix LimitNOFILE in Debian systemd unit
2015-10-23 15:12:52 +02:00
Volker Fröhlich
6b9b08da30
Remove declaration of unused variable size
2015-10-23 12:00:20 +02:00
Volker Fröhlich
184307816f
"No limit" was not effective for ES terms aggregation
...
This may belong to #2827
2015-10-23 11:40:40 +02:00
Mitsuhiro Tanda
c1d592b72c
fix, call linkToPrometheus() directly
2015-10-23 09:58:42 +09:00
Torkel Ödegaard
2d23251da9
spelling: fixed selling in influxdb annotation partial, fixes #3012
2015-10-22 18:24:43 -04:00
Torkel Ödegaard
5b01e9ec97
fix(elasticsearch): minor fix to elasticsearch unit tests so that they work in any timezone, fixes #3010
2015-10-22 16:58:31 -04:00
Torkel Ödegaard
8526230b59
fix(influxdb_08): fixed influxdb 08 query editor issue, fixes #3009
2015-10-22 16:53:34 -04:00
Torkel Ödegaard
9d04a4c4f0
Merge branch 'master' of github.com:grafana/grafana
2015-10-22 16:23:31 -04:00
Torkel Ödegaard
ae93f2b936
fix(elasticsearch): fixed proper json escaping for lucene query, fixes #2981
2015-10-22 16:23:21 -04:00
Mitsuhiro Tanda
fcaecf4782
revert prometheus link
2015-10-23 01:35:34 +09:00
Torkel Ödegaard
0b28db7fae
Merge pull request #3005 from felixbarny/elastic_ds_min_interval
...
Ability to set a low limit for Elasticsearch date histogram interval
2015-10-22 12:35:23 -04:00
Torkel Ödegaard
87715d6231
fix(solo panel): fixed solo panel view gray bottom for rendered image and embedd iframe scenarios, fixes #3004
2015-10-22 12:33:42 -04:00
Torkel Ödegaard
3228c4f41a
changelog: updated with info about new units PR #2955
2015-10-22 12:27:22 -04:00
Torkel Ödegaard
ce5b4089b5
Merge branch 'new-units' of https://github.com/counsyl/grafana into counsyl-new-units
2015-10-22 12:19:21 -04:00
Torkel Ödegaard
0903aa4596
Merge pull request #2980 from tdyas/linkSrv_fix_query_string_appending
...
fix appending query strings in linkSrv
2015-10-22 12:18:27 -04:00
Torkel Ödegaard
26a45c8dc0
Merge pull request #3000 from utkarshcmu/docs
...
Fixed docs typos
2015-10-22 12:14:06 -04:00
Torkel Ödegaard
62c908a905
fix(build): fixed partials so they are included in optimized js file, fixes #2997
2015-10-22 10:02:29 -04:00
Felix Barnsteiner
eb8c2d9053
Ability to set a low limit for Elasticsearch date histogram interval
...
closes #2901
2015-10-22 13:16:36 +02:00
ubhatnagar
1e2e4ba3ad
Fixed other docs typos
2015-10-21 22:09:07 -07:00
ubhatnagar
aaf4b1a399
Fixed typos in guides.
2015-10-21 21:13:39 -07:00
ubhatnagar
a5e3d7a94b
Fixed datasources docs typos
2015-10-21 20:58:04 -07:00
Torkel Ödegaard
58497ed596
feat(panel): performance improvement for loading panels, closes #2994
2015-10-21 11:22:53 -04:00
Torkel Ödegaard
ae81fbdffe
Merge branch 'master' of github.com:grafana/grafana
2015-10-21 10:59:17 -04:00
Torkel Ödegaard
fc0705e87c
fix(elasticsearch): fix for daily pattern when getting index for today, is now using utc, fixes #2913
2015-10-21 10:59:02 -04:00
Torkel Ödegaard
c489d806dc
Merge pull request #2995 from peekeri/fix_influxdb_annotation_query
...
influxdb: fix influxdb annotation query
2015-10-21 10:34:29 -04:00
Jari Sukanen
f3ecdc5af4
influxdb: fix influxdb annotation query
2015-10-21 14:31:06 +03:00
Torkel Ödegaard
6fecb4bf3e
fix(http route): fixed dashboard-solo route to not return 404, fixes #2979
2015-10-20 10:02:56 -04:00
Tom Dyas
867ac5df67
fix appending query strings in linkSrv
...
When linkSrv appends parameters to a URL's query string, it would blindly
add a ? to the URL even if the URL already contained a ? or the string
to add was empty. This change fixes that behavior and some other edge cases.
Includes a unit test to verify expected behavior.
2015-10-19 13:11:34 -04:00
Torkel Ödegaard
1ff3c3be84
Merge pull request #2952 from Krinkle/fixup
...
docs(): Fix changelog link in whats-new-in-v2-1
2015-10-17 12:44:09 -04:00
Torkel Ödegaard
1cb9de07a6
Merge pull request #2962 from damm/docs_spellcheck
...
I noticed a typo when I was reviewing the docs ...
2015-10-17 12:41:25 -04:00
Torkel Ödegaard
43ca50ebbe
fix(build): anonther minor build script fix
2015-10-16 13:03:20 -04:00
Torkel Ödegaard
b70b730cb9
fix(build): minor fix for build script to make latest copy for rpm when version is pre release version
2015-10-16 12:26:30 -04:00
Torkel Ödegaard
dbc1a9cf82
fix(influxdb_0.8.x): fixed issue with new timepicker ranges like The day so far, fixes #2936
2015-10-16 12:07:35 -04:00
Torkel Ödegaard
c95a991cb3
fix(panel/common): fix for query letters when importing old dashboards, fixes #2943
2015-10-16 11:58:44 -04:00
Torkel Ödegaard
c320e9d583
fix(annotations): fixed graphite annotations, broken by recent time handling changes, fixes #2947
2015-10-16 11:07:15 -04:00
Torkel Ödegaard
e507afc3d5
fix(panel): fix for firefox and placing cursor in text inputs when in panel fullscreen edit mode, fixes #2957
2015-10-16 10:10:39 -04:00
Scott M. Likens
bd77fd92bb
I'm not sure what a dashboard is ...
2015-10-15 19:45:40 -07:00
Greg Look
882a988143
Add currency units from #1910 .
2015-10-15 12:48:48 -07:00
Greg Look
0b3e33e226
Shorten percent unit labels.
2015-10-14 15:40:04 -07:00
Greg Look
524f5d45ec
Add test for unit menu structure.
2015-10-14 14:51:42 -07:00
Greg Look
85887ad1cf
Add mile, fix menu values.
2015-10-14 14:51:33 -07:00
Greg Look
d94b6635af
Add temperature and pressure units, split submenus.
2015-10-14 14:50:45 -07:00
Greg Look
3c7a483f5c
Add length and volume units.
2015-10-14 14:14:25 -07:00
Greg Look
dc5c3a3939
Implement decibel and percentunit units.
...
Add tests to exercise new units as well.
2015-10-14 14:02:29 -07:00
ubhatnagar
9185c94a2d
Added insert row option in the row menu.
2015-10-14 13:45:47 -07:00
Greg Look
70269c8196
Reformat unit menu definition.
2015-10-14 13:34:48 -07:00
Greg Look
51a589f5a6
Change formatFuncCreator to scaledUnits builder.
...
Abstract out both decimal and binary SI prefixes into builders using
scaledUnits.
2015-10-14 13:18:02 -07:00
Anthony Woods
cf89b565a6
initial import of thirdParty route support
2015-10-15 04:14:09 +08:00
Greg Look
7d24c5fda2
Add fixedUnit format builder.
2015-10-14 13:07:34 -07:00
Greg Look
0bc85d27f8
Group rounding and fixed number functions.
2015-10-14 12:56:31 -07:00
Greg Look
43c2ca2d7d
Group value formats by type.
2015-10-14 12:51:59 -07:00
Greg Look
e3e21a251f
Group helper functions in kbn.js.
2015-10-14 12:41:20 -07:00
Timo Tijhof
267417d6a8
docs(): Fix changelog link in whats-new-in-v2-1
...
The quotes turn the value into a title attribute rather than href attribute,
thus on http://docs.grafana.org/guides/whats-new-in-v2-1/ this link was
rendered as <a href title="https://github.com/ ...">CHANGELOG.md</a>
which when clicked goes back to itself (not to GitHub).
2015-10-14 14:00:25 -04:00
Alex Bligh
e8256f0ad7
Add support for POSIX LDAP schema
...
In the POSIX LDAP schema, there is no 'memberOf' attribute returned
in relation to which groups a person is a member of. Rather, it is
necessary to query the group objects which have the people as members.
This commit adds an additional filter, which if specified explicitly
searches for groups, rather than relying on the 'memberOf' attribute.
This enables Grafana to work with LDAP POSIX schema (e.g. OpenLDAP
etc.)
Signed-off-by: Alex Bligh <alex@alex.org.uk >
2015-10-13 19:51:59 +01:00
Alex Bligh
458e6da700
Allow user specified CA certs
...
Signed-off-by: Alex Bligh <alex@alex.org.uk >
2015-10-13 19:47:24 +01:00
Alex Bligh
a906fa178a
Support multiple space-separated LDAP hosts
...
Signed-off-by: Alex Bligh <alex@alex.org.uk >
2015-10-13 19:46:53 +01:00
Mitsuhiro Tanda
4588c5a19a
pass dateMath to ScriptedDashboard script
2015-10-13 12:29:42 +09:00
Nick Christus
23404decea
added global alerts list stub and styles
2015-10-11 16:59:40 -04:00
Torkel Ödegaard
e873574e8c
fix(logging): fixed so that router_logging = true actually logs all http requests, fixes #2902
2015-10-10 17:55:15 -04:00
Torkel Ödegaard
d09bff9039
fixed failing jshint
2015-10-10 15:11:58 -04:00
Torkel Ödegaard
c0da52aac8
fix(share): fixed share panel image url, did not generate correct url when domain name contained word dashboards, fixes #2916
2015-10-10 14:38:22 -04:00
Nick Christus
7e2f653bc7
added alerting tab stub and styles
2015-10-10 14:17:07 -04:00
Torkel Ödegaard
c831369974
fix(influxdb): influxdb data source did not use right http abstraction for metric queries, fixes #2919
2015-10-10 11:46:00 -04:00
Torkel Ödegaard
f0a13b2a0d
Merge pull request #2914 from anryko/master
...
Fixed configuration example for Github OAuth team_ids.
2015-10-10 16:26:28 +02:00
anryko
b68987dcde
Fixed configuration example for Github OAuth team_ids.
2015-10-09 17:05:46 +02:00
Torkel Ödegaard
c1f77eeaea
Merge branch 'master' of github.com:grafana/grafana
2015-10-09 08:28:48 +02:00
Torkel Ödegaard
9b5a0a54cf
minor docs fix
2015-10-09 08:28:33 +02:00
ubhatnagar
14f3a68215
Added move row to top and bottom.
2015-10-09 03:06:52 +05:30
Torkel Ödegaard
bf25b9f443
Merge pull request #2896 from garymcleanhall/fix-grafana-on-microsoft-edge
...
Removed spurious `</div>`, fixes Edge on Windows
2015-10-08 21:29:23 +02:00
Torkel Ödegaard
3435aaea45
fixed failing unit test
2015-10-08 17:39:06 +02:00
Torkel Ödegaard
9fc91b7aa1
fixed gofmt issue
2015-10-08 17:30:13 +02:00
Torkel Ödegaard
04eefb8480
fix(timepicker): fixed issue with timepicker and auto refresh and entering manual time when timepicker dropdown is open, fixes #2897
2015-10-08 15:35:17 +02:00
Torkel Ödegaard
8789be7671
Merge branch 'master' of github.com:grafana/grafana
2015-10-08 13:30:11 +02:00
Torkel Ödegaard
fe46410c31
Merge branch 'cloudwatch'
2015-10-08 13:09:27 +02:00
Torkel Ödegaard
aef644bd21
feat(cloudwatch): final polish to the cloudwatch editor, closes #684
2015-10-08 13:09:15 +02:00
Torkel Ödegaard
df4d5ea8a6
Merge pull request #2898 from zachm/ztm_patch_missing_downsample
...
Fix missing downsampling name in kairos plugin
2015-10-08 12:05:20 +02:00
Torkel Ödegaard
c34c3ac845
feat(cloudwatch): refactoring and editor improvements, #684
2015-10-08 11:37:47 +02:00
Julien Maitrehenry
4bb656b704
#2834 - follow symlink
2015-10-08 00:22:09 -04:00
Zachary Musgrave
a94720878b
Fix missing downsampling name in kairos plugin
2015-10-07 16:43:40 -07:00
Gary McLean Hall
59a2042a31
Removed spurious </div>, fixes Edge on Windows
2015-10-08 00:14:00 +01:00
Torkel Ödegaard
f680c15283
fix(snapshot): fixed issue with timepicker / time display when viewing snapshot, fixes #2892
2015-10-07 13:07:30 +02:00
Torkel Ödegaard
f11785001c
docs: minor fix
2015-10-06 17:51:22 +02:00
Torkel Ödegaard
106fe4854f
Merge branch 'prometheus' of github.com:grafana/grafana
...
Conflicts:
pkg/models/datasource.go
public/app/plugins/datasource/prometheus/datasource.js
public/app/plugins/datasource/prometheus/partials/query.editor.html
public/app/plugins/datasource/prometheus/queryCtrl.js
2015-10-06 16:36:58 +02:00
Torkel Ödegaard
44d377b810
feat(prometheus): refactoring and polish of the prometheus editor removing unused/uneeded code
2015-10-06 14:34:44 +02:00
Torkel Ödegaard
a2bf3e056d
Merge branch 'prometheus'
2015-10-06 14:10:06 +02:00
Torkel Ödegaard
2d722e26de
fix(cloudwatch): fixed test datasource, broken due to some function name changes
2015-10-06 14:08:48 +02:00
Torkel Ödegaard
182e079d25
Merge branch 'master' into cloudwatch
2015-10-06 14:08:10 +02:00
Torkel Ödegaard
318af9b418
small docs structure change, moved build from source into install section and CLA into project, and about into project
2015-10-06 10:38:19 +02:00
Torkel Ödegaard
0bcda4a2eb
minor elasticsearch fix
2015-10-05 11:17:53 +02:00
Ivan Babrou
0dc0e03c4c
Add suggest_tagk() and suggest_tagv() to OpenTSDB datasource ( #2840 )
2015-10-04 12:54:43 +01:00
Torkel Ödegaard
0db2d07a1a
Merge pull request #2871 from mtanda/prometheus_time_fix
...
fix prometheus time conversion
2015-10-03 12:50:05 +02:00
Torkel Ödegaard
3d52095765
feat(cloudwatch): restored dimension keys lookup
2015-10-02 20:25:28 +02:00
Torkel Ödegaard
0912cec0e5
feat(cloudwatch): contining work on moving hard coded stuff to backend and cleaning up code, #684
2015-10-02 11:54:35 +02:00
Torkel Ödegaard
180ba33ac8
feat(cloudwatch): refactoring and cleanup of backend code, started moving hard coded stuff in the frontend to the backend, changed name of metricFind queries region() -> regions() , and namespace() -> namespaces() to be more consistent with the others, #684
2015-10-02 11:10:21 +02:00
Torkel Ödegaard
04f4454974
feat(cloudwatch): lots of code refactoring and cleanup, #684 , dimension values lookup works but seems to return all dimension values no matter what dimension key you select, removed strange formating of template dimension values query, should not return key value pair but only the dimension value
2015-10-02 09:04:46 +02:00
Torkel Ödegaard
91285baea5
feat(cloudwatch): fixed failing unit tests
2015-10-02 07:32:21 +02:00
Torkel Ödegaard
875d80aa72
feat(cloudwatch): refactoring cloudwatch datasource code, #684
2015-10-02 07:25:54 +02:00
Mitsuhiro Tanda
5e19fdb492
fix prometheus time conversion
2015-10-02 12:10:11 +09:00
Torkel Ödegaard
bddcc6491a
Merge pull request #2870 from ctdk/strip-format
...
Add config option to strip (most) colors from console logs
2015-10-01 22:31:21 +02:00
ctdk
d37e18fdcf
Add config option to strip (most) colors from console logs
2015-10-01 13:16:23 -07:00
Torkel Ödegaard
af8d12124a
feat(cloudwatch): code refactoring and cleanup, trying to rewrite so the code uses promises instead of ccallbacks, #684
2015-10-01 21:20:52 +02:00
Torkel Ödegaard
5e34823e7c
Merge pull request #2858 from mtanda/prometheus
...
fix unmatched tag
2015-10-01 18:47:21 +02:00
Torkel Ödegaard
f44eaae88a
Merge pull request #2867 from juliusv/fix-prometheus-link
...
Fix "Link to Prometheus" button for proxied Prometheus sources.
2015-10-01 18:43:19 +02:00
Julius Volz
3cc69112c1
Fix "Link to Prometheus" button for proxied Prometheus sources.
2015-10-01 18:23:29 +02:00
Torkel Ödegaard
205d4232b9
feat(cloudwatch): only support proxy mode, can remove frontend aws-sdk lib
2015-10-01 17:38:55 +02:00
Torkel Ödegaard
3c6a06a327
feat(cloudwatch): moved specs into plugins dir
2015-10-01 17:00:41 +02:00
Torkel Ödegaard
057b533a39
Merge branch 'master' into cloudwatch
2015-10-01 16:46:59 +02:00
Torkel Ödegaard
b774b91b92
Merge branch 'cloudwatch' of https://github.com/mtanda/grafana into cloudwatch
...
Conflicts:
public/test/specs/cloudwatch-datasource-specs.js
2015-10-01 16:41:54 +02:00
Torkel Ödegaard
7dc923a292
fix(timepicker): fixed displaying of customk time ranges, #2861
2015-10-01 16:36:38 +02:00
Torkel Ödegaard
ef2094f817
feat(influxdb): minor progress on #2802
2015-10-01 15:48:45 +02:00
Torkel Ödegaard
f0f791d226
Merge pull request #2859 from tmonk42/graphite_multiplySeries
...
add graphite multiplySeries function
2015-10-01 08:39:22 +02:00
Haneysmith, Nathan
7ca261e33e
add graphite multiplySeries function
2015-09-30 11:18:47 -07:00
Torkel Ödegaard
228aac2d48
Merge pull request #2857 from jimmidyson/prometheus-datasource
...
Prometheus fixes
2015-09-30 18:33:55 +02:00
Mitsuhiro Tanda
d0b744387b
fix unmatched tag
2015-10-01 01:33:13 +09:00
Jimmi Dyson
7cadb9012a
Switch to png image
2015-09-30 16:45:38 +01:00
Jimmi Dyson
0c222c4e8c
Fix Prometheus test connection
2015-09-30 16:44:24 +01:00
Torkel Ödegaard
83052352dc
feat(influxdb editor): lots of work on new editor, #2856
2015-09-30 17:16:34 +02:00
Torkel Ödegaard
73516c0c97
Merge pull request #2856 from jimmidyson/prometheus-datasource
...
Further Prometheus unit tests
2015-09-30 16:59:45 +02:00
Jimmi Dyson
b90e4057ba
Convert prometheus specs to typescript
2015-09-30 15:52:15 +01:00
Jimmi Dyson
67f253830f
Add Prometheus metricFindQuery unit tests
2015-09-30 14:20:58 +01:00
Jimmi Dyson
59dbe45784
Fix typo in docs
2015-09-30 14:20:58 +01:00
Torkel Ödegaard
f053b41645
feat(influxdb editor): more progress
2015-09-30 14:37:27 +02:00
Torkel Ödegaard
84615ad299
Merge pull request #2855 from jimmidyson/prometheus-datasource
...
Prometheus docs & better template queries
2015-09-30 13:50:11 +02:00
Jimmi Dyson
2e291d73aa
jshint fixes
2015-09-30 12:46:44 +01:00
Jimmi Dyson
055efa3904
Add prometheus docs
2015-09-30 12:42:48 +01:00
Jimmi Dyson
daee7970f3
Add label_values query to get labels on a particular metric
2015-09-30 12:29:53 +01:00
Torkel Ödegaard
2dc8fcd3be
poc(influxdb v3 editor): more testing of new influxdb editor approach
2015-09-29 21:32:15 +02:00
Torkel Ödegaard
2f55c18d56
Merge pull request #2847 from jimmidyson/prometheus-datasource
...
Add Prometheus datasource
2015-09-29 18:23:12 +02:00
Jimmi Dyson
cf0748895e
Prometheus template params fixes
2015-09-29 17:07:11 +01:00
Jimmi Dyson
6e66b8a0fa
Add prometheus datasource
2015-09-29 17:07:11 +01:00
Torkel Ödegaard
e70b99a706
poc: influxdb editor v3 test
2015-09-29 18:00:15 +02:00
Torkel Ödegaard
42e7a70d99
Merge pull request #2845 from sbouchex/master
...
Missing carriage return in init script when displaying usage
2015-09-29 16:43:52 +02:00
Torkel Ödegaard
ee85eb2779
Updated prometheus config
2015-09-29 16:22:41 +02:00
sbouchex
6c1adf9187
Missing carriage return when displaying usage
2015-09-29 16:06:40 +02:00
Torkel Ödegaard
81a660eae4
fix(phantomjs binary): fixed PR #2832 so that it works on linux, now phantomjs based server side rendershould work on mac and linux, maybe even windows
2015-09-29 15:36:13 +02:00
Torkel Ödegaard
8b029388a5
Merge branch 'phantomjs' of https://github.com/fg2it/grafana into fg2it-phantomjs
2015-09-29 15:22:37 +02:00
Torkel Ödegaard
c816ed2527
feat(usage stats): added data source count stats
2015-09-29 13:47:56 +02:00
Torkel Ödegaard
866ea7f942
added prometheus docker block
2015-09-29 08:16:26 +02:00
Torkel Ödegaard
d9d3da4def
Merge branch 'prometheus-datasource' of https://github.com/jimmidyson/grafana into prometheus
2015-09-29 08:06:16 +02:00
Mitsuhiro Tanda
be6cb24e10
fix cloudwatch test
2015-09-29 13:26:04 +09:00
Mitsuhiro Tanda
1a63d9eb3b
reactivate cloudwatch test
2015-09-29 12:37:34 +09:00
Jimmi Dyson
bf98cfeadc
Add prometheus datasource
2015-09-28 23:15:33 +01:00
Torkel Ödegaard
8a39b32b5c
refactor: moved elasticsearch specs to plugin folder and to typescript
2015-09-28 16:28:19 +02:00
Torkel Ödegaard
7d2646f60a
refactor: moved influxdb specs to plugins folder
2015-09-28 15:51:02 +02:00
Torkel Ödegaard
1a8bc1dd60
fix(dashbard save as): fixed wonky behavior in save as modal, cursor to the end randomly, fixes #2837
2015-09-28 15:26:56 +02:00
Torkel Ödegaard
7e434fc019
refactor: moved graphite specs into plugins directory
2015-09-28 15:23:53 +02:00
Torkel Ödegaard
49d57cf596
feat(cloudwatch): uncommented tests, but they do not seemt to execute
2015-09-28 14:16:03 +02:00
Torkel Ödegaard
8dfbc55851
Merge branch 'cloudwatch' of https://github.com/mtanda/grafana into cloudwatch
2015-09-28 13:44:30 +02:00
Torkel Ödegaard
3cbfe21b2c
Merge branch 'master' into cloudwatch
2015-09-28 13:43:03 +02:00
Torkel Ödegaard
cb7424ce5e
fix(playlist ui): minor polish / fix to playlist ui, fixes #2831 , other minor css / markup fixes
2015-09-28 11:53:49 +02:00
Torkel Ödegaard
a567939f78
fix(elasticsearch): quote variable value in lucene variable mulit format, fixes #2828
2015-09-28 11:28:08 +02:00
Torkel Ödegaard
a3748d4b97
fix(singestat): fixed missing sparklines, caused by recent changes to time range handling, fixes #2815
2015-09-28 09:28:43 +09:00
Torkel Ödegaard
b80dc92ca5
Merge branch 'master' of github.com:grafana/grafana
2015-09-27 12:09:45 +02:00
Torkel Ödegaard
57dee76c88
feat(elasticsearch): templating terms query should have size set to zero to return all terms, fixes #2827
2015-09-27 12:09:12 +02:00
fg2it
2513639499
fix for relative path
2015-09-26 11:38:37 +02:00
Mitsuhiro Tanda
9ae6ac25f5
refactor dataproxy_cloudwatch
2015-09-26 02:33:53 +09:00
Mitsuhiro Tanda
01ec8d0bcb
fix cloudwatch time error
2015-09-26 02:33:52 +09:00
Mitsuhiro Tanda
d09e8a12b4
fix jshint error
2015-09-26 02:33:52 +09:00
Mitsuhiro Tanda
5dd64b97d2
refactor
2015-09-26 02:33:52 +09:00
Mitsuhiro Tanda
9600b1f103
add ebs_volume_ids() for templating
2015-09-26 02:33:51 +09:00
Mitsuhiro Tanda
ca9861e749
fix cloudwatch config editor
2015-09-26 02:33:51 +09:00
Torkel Ödegaard
38bf07f4da
Merge pull request #2817 from utkarshcmu/axes
...
Single stat panel throws warning on multiple series result.
2015-09-25 10:23:10 +02:00
fg2it
189796891e
adding phantomjs task to default and build
2015-09-25 01:19:49 +02:00
fg2it
8134905a86
new grunt task for setting phantomjs binary
2015-09-25 00:56:56 +02:00
fg2it
45fb760a35
removing default phantomjs binary
2015-09-25 00:51:54 +02:00
ubhatnagar
026fffa19f
Singlestat Panel Error in InspectCtrl.
2015-09-24 23:13:05 +05:30
Torkel Ödegaard
9da5ef3cbf
fix(singestat): fixed missing sparklines, caused by recent changes to time range handling, fixes #2815
2015-09-24 11:36:25 +02:00
ubhatnagar
ea7fe0c761
Single stat panel throws warning on multiple series result.
2015-09-24 09:40:09 +05:30
Torkel Ödegaard
25d7b8d08d
feat(cloudwatch): resumed work on cloudwath datasource, #684 , #2445
2015-09-23 21:13:19 +02:00
Torkel Ödegaard
f467cb8cd2
Merge branch 'master' of github.com:grafana/grafana
2015-09-23 20:57:50 +02:00
Torkel Ödegaard
f4e3c0a2e4
Revert "poc: some tests for new influxdb editor"
...
This reverts commit 075d01820c .
2015-09-23 20:57:29 +02:00
ubhatnagar
9cdf0601eb
Removed unnecessary statement.
2015-09-23 22:20:38 +05:30
ubhatnagar
28ef972c9f
Added duplicate feature for variable.
2015-09-23 22:13:38 +05:30
Torkel Ödegaard
c66476f6b6
Merge pull request #2810 from tuxinaut/master
...
Fix changelog formatting
2015-09-23 11:42:29 +02:00
Denny Schäfer
3f90220208
Fix changelog formatting
2015-09-23 11:35:20 +02:00
Torkel Ödegaard
81ebaae12e
feat(opentsdb): templating, added default match format option, now new variables with opentsdb datasource will automatically use the new pipe format, #2808
2015-09-23 11:18:56 +02:00
Torkel Ödegaard
71984b25e9
Merge pull request #2808 from utkarshcmu/master
...
Implemented Opentsdb MultiSelect Templating.
2015-09-23 11:16:01 +02:00
Torkel Ödegaard
4100c9881a
fix(panel): fixed selecting text in fullscreen edit mode
2015-09-23 10:03:30 +02:00
Torkel Ödegaard
075d01820c
poc: some tests for new influxdb editor
2015-09-23 09:58:36 +02:00
ubhatnagar
6f43cbf665
Added unit tests for all and multi format options.
2015-09-23 13:24:59 +05:30
ubhatnagar
866f48f92d
Added pipe in All Format list.
2015-09-23 13:12:35 +05:30
Torkel Ödegaard
2790e4e819
change(influxdb): removed derivative functions from aggregator list
2015-09-23 09:40:53 +02:00
Torkel Ödegaard
8bb2b5e290
fix(influxdb): have alias field visible when using raw query mode, fixes #2803
2015-09-23 09:34:05 +02:00
Torkel Ödegaard
63290d0f5d
changelog: added OpenTSDB enhancement fetch aggregators from OpenTSDB to the changelog, #1646
2015-09-23 09:19:21 +02:00
Torkel Ödegaard
5c55617585
refactor: polishing OpenTSDB related PR #1646 , added caching of aggregators request so only one call is made
2015-09-23 09:17:37 +02:00
Torkel Ödegaard
0e0caabf7d
Merge branch 'master' of https://github.com/mxk1235/grafana into mxk1235-master
2015-09-23 09:08:29 +02:00
ubhatnagar
024a319512
Implemented Opentsdb MultiSelect Templating.
2015-09-23 11:22:57 +05:30
Torkel Ödegaard
f632b3b029
feat(elasticsearch): added new templating all format and muli format named , also added automatic setting of correct all and multi format depending on data source, closes #2696
2015-09-22 14:29:41 +02:00
Torkel Ödegaard
b37f9a7db0
fix(graphite): minor fix to query editor when using summarize function with no metric segments, only series ref, fixes #2788
2015-09-22 13:32:28 +02:00
Torkel Ödegaard
6f9c306260
fix(singlestat): fixed usage of template variable in drilldown link for singlestat, fixes #2787
2015-09-22 12:48:03 +02:00
Torkel Ödegaard
c369350ca7
Merge branch 'master' of github.com:grafana/grafana
2015-09-22 09:32:13 +02:00
Torkel Ödegaard
bc3c394210
feat(elasticsearch): worked on elasticsearch templating support, #2696
2015-09-22 09:31:58 +02:00
Torkel Ödegaard
e9df31b650
Merge pull request #2799 from utkarshcmu/master
...
Fixed #2798 . Removed unused components.
2015-09-22 08:50:00 +02:00
ubhatnagar
e49bb1ccc0
Fixed #2798 . Removed unused components.
2015-09-22 12:16:10 +05:30
Torkel Ödegaard
0ef8e086a2
fixed(share modal): fixed issue with sharemodal introduced with recent change to time handling, #2791
2015-09-22 07:32:47 +02:00
Torkel Ödegaard
63665dccae
fix(grafana datasource): fixed the built in test data source, fixes #2795
2015-09-22 07:12:36 +02:00
Torkel Ödegaard
792b194d0e
feat(elasticsearch): finished work on adding support for filters aggregate, you can now split series by query using group by filters, closes #2785
2015-09-21 20:29:05 +02:00
Torkel Ödegaard
e694a74c9d
feat(elasticsearch): work on supporting filters aggregate, #2785
2015-09-21 19:23:18 +02:00
Torkel Ödegaard
9de016bfe3
feat(elasticseach): alias and lucene query fields are now visible/usable when using raw json query, #1034
2015-09-21 12:07:03 +02:00
Torkel Ödegaard
3eddfc028e
Merge branch 'patch-2' of https://github.com/cagdascirit/grafana
2015-09-21 11:32:36 +02:00
Torkel Ödegaard
2125648798
Merge branch 'master' of https://github.com/tuxinaut/grafana
2015-09-21 11:31:25 +02:00
Torkel Ödegaard
24bff6e04d
ui(dashboard cog icon): minor change to PR #2772 that adds tooltip to cog icon
2015-09-21 11:29:14 +02:00
Torkel Ödegaard
cdab0d208e
Merge branch 'master' of https://github.com/utkarshcmu/grafana into utkarshcmu-master
2015-09-21 11:16:50 +02:00
Torkel Ödegaard
20f04ab352
fix(build): fixed requirejs optimized build
2015-09-21 09:36:17 +02:00
Torkel Ödegaard
7f1af24318
fix(ldap): fixed ldap org roles sync, did only add one new role per login, now all roles are added, fixes #2766
2015-09-21 09:19:50 +02:00
Torkel Ödegaard
8d87db58c6
docs(): added link to external install tutorial / article
2015-09-21 09:04:59 +02:00
Torkel Ödegaard
feae4c6c8b
fix(ldap): fixed syncing of email and name from ldap, fixes #2765
2015-09-21 09:02:52 +02:00
ubhatnagar
00c89b8354
Removed .jshintrc statement, implemented manage dashboard tooltip.
2015-09-21 08:09:34 +05:30
Torkel Ödegaard
fb767f5680
change: removed drilldown links from extended panel menu
2015-09-19 15:59:29 +02:00
Torkel Ödegaard
c7d22aafd2
feat(drilldown link): better access to drilldown links directly by clicking the external link icon in panel header, fixes #1575
2015-09-19 15:53:48 +02:00
Torkel Ödegaard
b5f237a69b
fix(graph): minor fix for hover tooltip when combined with a single series using stepped lines, fixes #2754
2015-09-19 15:20:53 +02:00
Torkel Ödegaard
b4093ccf59
fix(graphite): minor fix to editor, add function dropdrop extended above page, fixes #1152
2015-09-19 14:58:52 +02:00
Torkel Ödegaard
a23217cc6f
fix(influxdb): clear existing Authorization header when proxying request to InfluxDB, fixes #2778
2015-09-19 12:32:35 +02:00
Torkel Ödegaard
f4f7f47901
changelog: updated changelog with info about timepicker feature
2015-09-19 12:26:21 +02:00
Torkel Ödegaard
2f68687de9
feat(timepicker2): temporarily removed the the option to define custom quick range, will have to be part of future issue, closes #2761
2015-09-19 12:20:24 +02:00
Torkel Ödegaard
86f4907cc4
feat(panel fullscreen): completly changed how the fullscreen view/edit works, no longer uses css fixed position, yay, closes #2779
2015-09-19 11:40:51 +02:00
Torkel Ödegaard
bffb795d7a
feat(timepicker): small style change for timepicker
2015-09-19 10:54:17 +02:00
Torkel Ödegaard
c21cffa6d4
fix(timepicker): UTC now works in all scenarios I can think of, manual edit, date picker edit, #2761
2015-09-18 21:01:13 +02:00
Torkel Ödegaard
96b0e70ddd
feat(timepickerv2): fixed lots of minor issues and updated kairosdb and opentsdb data sources to work with the new date formats
2015-09-18 15:06:08 +02:00
Torkel Ödegaard
febe56b062
feat(timepicker): fixed zoomout
2015-09-18 14:04:53 +02:00
Torkel Ödegaard
f5e6722826
feat(timepickerv2): more work on new timepicker, now absolute time mixed with relative time works, yesterday, this day last week, etc now work
2015-09-18 13:54:31 +02:00
Torkel Ödegaard
cea13b1823
feat(timepicker2): moved to controllerAs and bindToController for timepicker component
2015-09-18 12:41:32 +02:00
Torkel Ödegaard
3d85e85f29
fix(events): fixed handling of onAppEvents when used from rootScope, must supply localscope, can now be used in isolate scope scenarios
2015-09-18 12:15:06 +02:00
ubhatnagar
923df8244b
Search Dashboard Panel will hide if 'Manage Dashboards' is clicked.
2015-09-18 02:30:02 -07:00
Torkel Ödegaard
69db9e0d45
feat(timepickerV2): absolute time / calendar picker works, #2761
2015-09-18 11:01:37 +02:00
Denny Schäfer
d1534d4dcf
Fix changelog (double issue entry and missing version headline)
2015-09-18 10:46:04 +02:00
Torkel Ödegaard
a8a94ef87b
Merge branch 'master' into timepicker2
2015-09-18 10:36:50 +02:00
Torkel Ödegaard
f93215f4ec
feat(timepicker2): more progress
2015-09-18 10:36:47 +02:00
ubhatnagar
9af460600d
Fixed Indentation and Grunt run.
2015-09-18 00:50:55 -07:00
ubhatnagar
e1576b7131
Added Manage Dashboard Tooltip, hides when clicked.
2015-09-18 00:45:29 -07:00
Torkel Ödegaard
5d05de8bda
Merge branch 'master' of github.com:grafana/grafana
2015-09-18 08:39:06 +02:00
Torkel Ödegaard
5e949b0564
fix(quota): fixed failing quota unit tests
2015-09-18 08:36:58 +02:00
Torkel Ödegaard
2a52d9bdf6
feat(timepicker2): more work on new timepicker
2015-09-18 08:17:19 +02:00
Torkel Ödegaard
ebf49d0668
Merge pull request #2771 from decbis/maxSeries-func-for-groupByNode
...
Added maxSeries option for groupByNode Graphite function
2015-09-18 08:16:46 +02:00
Torkel Ödegaard
f42955ab99
Merge pull request #2755 from Dieken/patch-1
...
fix duplicate tag value suggestions and relax limit on /api/search/lookup
2015-09-18 08:08:18 +02:00
Mike Kobyakov
5d516592d9
Merge remote-tracking branch 'upstream/master'
2015-09-17 23:07:52 -07:00
Eugen Dinca
7dc2b36413
Added maxSeries option for groupByNode function
2015-09-17 16:50:09 -04:00
Torkel Ödegaard
5eefa36111
feat(timepickerv2): big progress on new design of new timepicker, #2761
2015-09-17 22:44:59 +02:00
Cagdas Cirit
c26209d579
Update debian.md
2015-09-17 18:25:36 +02:00
Torkel Ödegaard
a30f73fe36
feat(timepicker): more work on getting new time formats to work in all data sources
2015-09-17 12:40:04 +02:00
Torkel Ödegaard
1a9c52e17f
feat(timepicker): lots of big changes, moving to datemath from kbn.parseDateMath, moving to moment dates instead of native javascript dates
2015-09-17 11:21:38 +02:00
Torkel Ödegaard
5ad38ee9f8
feat(timepicker2): fixed timesrv specs
2015-09-17 09:57:59 +02:00
Torkel Ödegaard
4c79591403
fix(graphite): removed debug comment
2015-09-17 09:45:53 +02:00
Torkel Ödegaard
a9812167d7
feat(timepicker2): worked on more rich time range support
2015-09-17 09:44:51 +02:00
raj dutt
a7cc36f741
Update CHANGELOG.md
2015-09-16 23:50:02 -04:00
raj dutt
4c0262cbd0
Update CHANGELOG.md
2015-09-16 23:46:48 -04:00
Torkel Ödegaard
a0a98cb035
feat(timepicker2): working on richer timepicker options
2015-09-16 19:49:05 +02:00
Liu Yubao
4fccfbf543
increase limit to lookup unique metric tag values
...
Default limit is 25 which is too small. Considering currently the
/api/search/lookup query isn't narrowed down by selected tag
keys and values (see https://github.com/grafana/grafana/pull/1433 ),
the limit is set to 3000, this should be fine because people rarely
create new graph panel.
2015-09-17 01:36:36 +08:00
Liu Yubao
62ae80eeae
deduplicate tag value suggestions for OpenTSDB
2015-09-17 01:25:28 +08:00
Torkel Ödegaard
d705108be5
feat(timepicker2): added date math tests
2015-09-16 18:48:41 +02:00
Torkel Ödegaard
3912eb7b26
Merge branch 'master' into timepicker2
2015-09-16 17:03:08 +02:00
Torkel Ödegaard
1f959272c5
feat(migration): added back support to import old dashboard from from Elasticsearch
2015-09-16 16:28:41 +02:00
Torkel Ödegaard
f9cd942363
Merge branch 'master' of github.com:grafana/grafana
2015-09-16 15:17:57 +02:00
Torkel Ödegaard
1282da52eb
Merge pull request #2750 from elliot/patch-1
...
Fixed 404 error for robots.txt
2015-09-16 12:09:56 +02:00
Elliot Anderson
10c099a52d
Fixed 404 error for robots.txt
2015-09-16 11:02:50 +10:00
Torkel Ödegaard
fa0542ca8b
Merge branch 'quotas' of https://github.com/raintank/grafana into raintank-quotas
2015-09-15 14:33:21 +02:00
woodsaj
3926226417
fix getting default quota as map[string]int64
2015-09-15 20:31:58 +08:00
Torkel Ödegaard
6a30511fc4
Merge branch 'quotas' of https://github.com/raintank/grafana into raintank-quotas
2015-09-15 14:23:13 +02:00
Torkel Ödegaard
4ffa26cf2c
feat() started work on more feature rich time picker
2015-09-15 13:23:36 +02:00
woodsaj
1ad10914ce
add quota middleware unittests
2015-09-15 18:19:47 +08:00
woodsaj
86ed85aa6e
move toMap function to be a method on the quota structs
2015-09-15 17:18:26 +08:00
woodsaj
b7de847236
add unittests for quota sqltore methods.
2015-09-15 17:10:46 +08:00
woodsaj
3cf2cd4684
be sure to pass result obj by reference to xorm.
2015-09-15 17:10:16 +08:00
Torkel Ödegaard
2b95cd5081
refactor: moving routes into core, improved bundle loader
2015-09-15 08:53:06 +02:00
Torkel Ödegaard
8f45324bce
fix(): fixed requirejs build
2015-09-15 08:20:26 +02:00
Torkel Ödegaard
5545cdbf4d
refactor: improving structure, moving things into a core module
2015-09-15 08:17:40 +02:00
Torkel Ödegaard
9dec50832d
refactor: refactoring app boot up and core structure
2015-09-14 22:54:00 +02:00
Torkel Ödegaard
64973f1d57
fix(settings): another attempt at fixing, #2736
2015-09-14 15:54:35 +02:00
Torkel Ödegaard
d7bfb727b0
fix(settings): reverted prev settings fix for detecting public_gen folder in dev, caused issue for prod build
2015-09-14 13:42:23 +02:00
Torkel Ödegaard
37ad58c69e
fix(gofmt): somehow api.go did not pass gofmt test
2015-09-14 12:30:30 +02:00
Torkel Ödegaard
de753bf330
fix(build): fixed issue with ngAnnotate not including files in core/*, fixes #2733
2015-09-14 09:33:26 +02:00
Torkel Ödegaard
d17f8538b2
fix(backend): made public_gen detection more bullet proof, #2731
2015-09-13 15:23:23 +02:00
Torkel Ödegaard
1900c81d9f
tech(nodejs upgrade): upgraded to nodejs 4.0 for grunt build
2015-09-13 12:13:47 +02:00
Torkel Ödegaard
9db6f82628
refactor: finished timepicker to typescript and directive refactor
2015-09-12 12:52:50 +02:00
Torkel Ödegaard
d96a6a59ee
refactor: moved timepicker from a simple panel to component, removed simple panel directive
2015-09-12 11:49:27 +02:00
Torkel Ödegaard
7535677ed4
fix(build): fixed failing tslint test
2015-09-11 21:04:02 +02:00
woodsaj
6488324cf1
enhance quota support.
...
now includes:
- perOrg (users, dashboards, datasources, api_keys)
- perUser (orgs)
- global (users, orgs, dashboards, datasources, api_keys, sessions)
2015-09-11 23:17:10 +08:00
Torkel Ödegaard
812e4c7cd4
refactor: moved array join directive to typecrtipt
2015-09-11 10:54:56 +02:00
Torkel Ödegaard
85baae1ebd
feat(influxdb): added back fill option to editor, forgot to add it in the new updated query editor
2015-09-11 10:42:50 +02:00
Torkel Ödegaard
8174b9f041
fix(tests): fixed failling backend test
2015-09-11 08:58:45 +02:00
Torkel Ödegaard
fb9e91e486
Merge branch 'master' of github.com:grafana/grafana
2015-09-11 08:13:49 +02:00
Torkel Ödegaard
1429737a60
tech(typescript): added not about typescript to changelog
2015-09-11 08:11:17 +02:00
Torkel Ödegaard
286b4c0e46
Merge branch 'typescript'
2015-09-11 08:01:11 +02:00
Torkel Ödegaard
166a3c4d64
tech(typescript): added tslint to default task
2015-09-11 08:00:13 +02:00
Torkel Ödegaard
d4a701aad0
tech(typescript): more work on typescript
2015-09-11 07:47:00 +02:00
woodsaj
47bf1bd21a
return 404 when quotas not enabled.
2015-09-11 01:51:12 +08:00
woodsaj
852f9bd277
refactor quota settings
2015-09-11 01:47:33 +08:00
woodsaj
555cbeffa5
allow all users to retrieve org and quota data.
2015-09-11 01:18:36 +08:00
woodsaj
3d4d822528
implement updateQuota function
2015-09-11 01:04:29 +08:00
woodsaj
c238130842
quote table names passed by arguments
2015-09-11 01:04:22 +08:00
woodsaj
76e9ebde36
always return after errors.
2015-09-11 01:03:58 +08:00
woodsaj
0688050552
add quota middleware to enforce quotas. issue #321
...
Conflicts:
pkg/api/api.go
2015-09-11 01:03:47 +08:00
woodsaj
9023171940
inital backend suport for quotas. issue #321
...
Conflicts:
conf/defaults.ini
main.go
pkg/services/sqlstore/migrations/migrations.go
2015-09-11 01:01:36 +08:00
Torkel Ödegaard
84371f03b5
tech(typescript): more testing and migration
2015-09-10 16:47:38 +02:00
Torkel Ödegaard
20407bca89
tech(typescript): converted signup controller to typescript
2015-09-10 16:21:57 +02:00
Torkel Ödegaard
96af2debfc
Merge pull request #2717 from sileht/sileht/dataproxy_test-bug
...
Fix dataproxy_test.go tests
2015-09-10 15:51:02 +02:00
Mehdi Abaakouk
6e532231dc
Fix dataproxy_test.go tests
...
This change fix dataproxy_test.go tests that was failing with:
pkg/api/dataproxy_test.go:17: not enough arguments in call to NewReverseProxy
pkg/api/dataproxy_test.go:39: not enough arguments in call to NewReverseProxy
FAIL _/home/ubuntu/grafana/pkg/api [build failed]
2015-09-10 13:27:49 +00:00
Torkel Ödegaard
dceec44671
removed tsconfig
2015-09-10 14:36:05 +02:00
Torkel Ödegaard
0b5f40e66c
tech(): made config system check for generated css or javascript files and panic if there are none, also if there is a public_gen directory it will use that, even if static root is set to public
2015-09-10 13:34:32 +02:00
Torkel Ödegaard
da832368f0
dev building and optimized builds work
2015-09-10 12:42:24 +02:00
Torkel Ödegaard
abac8bccc6
tech(typescript): its looking good
2015-09-10 11:26:40 +02:00
Torkel Ödegaard
82061c7c3b
experiments
2015-09-09 20:37:27 +02:00
Torkel Ödegaard
ec3a684be2
Merge pull request #2711 from jsternberg/master
...
Update docstring for postgres session provider
2015-09-09 20:17:23 +02:00
Jonathan A. Sternberg
5572588c54
Update docstring for postgres session provider
...
The postgres provider is named postgres and not postgresql. For somebody
configuring the server from the config file example, it is very easy to
write an invalid value into the file and accidentally use the "memory"
provider instead because of a typo.
2015-09-09 14:06:14 -04:00
Torkel Ödegaard
a8197df1c1
more experiments for mixing javascript and typescript
2015-09-09 19:34:24 +02:00
Torkel Ödegaard
005e1e002b
more playing around with typescript
2015-09-09 17:40:52 +02:00
Torkel Ödegaard
9603dce469
feat(dataproxy): added whitelist setting and feature for data proxies, closes #2626
2015-09-09 17:21:25 +02:00
Torkel Ödegaard
13190f6f15
fixed version in changelog
2015-09-09 14:25:59 +02:00
Torkel Ödegaard
eaa061d90c
cleanup(): removed old influxdb editor partial
2015-09-09 14:18:56 +02:00
Torkel Ödegaard
1ab374008f
feat(influxdb): completed work on new influxdb query editor, now supports #2708 , #2647 , #2599
2015-09-09 14:17:55 +02:00
Torkel Ödegaard
8c9d551826
feat(influxdb): you can now change group by time iunterval on per query basis, #2647
2015-09-09 13:48:57 +02:00
Torkel Ödegaard
c4c3f9dc1f
feat(influxdb): more work on changing the influxdb editor to support better aliasing and interval options, #2647 , #2599
2015-09-09 13:39:45 +02:00
Torkel Ödegaard
5b722deb39
feat(influxdb): began work on changing the influxdb editor to support better aliasing and interval options, #2647 , #2599
2015-09-09 11:59:02 +02:00
Torkel Ödegaard
b61b7f0c3b
fix(influxdb): fixed editor bug introduced in recent commit
2015-09-09 11:05:49 +02:00
Torkel Ödegaard
3c40310e9b
tech(typescript): testing for how to migrate to typescript
2015-09-09 09:57:06 +02:00
Torkel Ödegaard
7a167742d0
Merge pull request #2701 from brunoqc/patch-1
...
Fix typo
2015-09-08 22:31:58 +02:00
Bruno Bigras
d2a798eb3d
Fix typo
2015-09-08 16:16:51 -04:00
Torkel Ödegaard
3e9e34afb8
feat(annotations): polished up the annotation editor tabs, similar to recent commits for templating editor
2015-09-08 16:59:39 +02:00
Torkel Ödegaard
26d8a041ef
fix(templating): updated templating UI and tab behavior, now edit tab is not visible when not actually editing an existing var, fixes #2679
2015-09-08 15:54:08 +02:00
Torkel Ödegaard
7c25edc7b2
docs(): fixed iframe snapshot links in docs, fixes #2682
2015-09-08 15:24:20 +02:00
Torkel Ödegaard
2725053c82
docs(): fixed iframe snapshot links in docs, fixes #2682
2015-09-08 15:19:59 +02:00
Torkel Ödegaard
e2cb66f8d7
fix(logging): removed temp dev logging code
2015-09-08 14:32:25 +02:00
Torkel Ödegaard
fad1d4cf98
feat(organization): added update org address to http api and to org details settings view, closes #2672
2015-09-08 14:22:44 +02:00
Torkel Ödegaard
daf64421f2
fix(api): Added error handling to create and update org http apis and sql update handlers, now checks for org name taken scenarios and returns correct http error code and message, fixes #2686
2015-09-08 13:06:18 +02:00
Torkel Ödegaard
fa3329271d
fix(email notifications): added error handling to email template parsing, fixes #2690
2015-09-08 10:57:47 +02:00
Torkel Ödegaard
fdcb4473af
fix(api auth): return 401 for authentication errors and 403 for access denied errors, fixes #2693
2015-09-08 10:46:31 +02:00
Torkel Ödegaard
41154d6d11
fix(elasticsearch): fixed series naming & aliasing when using field for extended_stats and percentiles
2015-09-08 10:08:27 +02:00
Torkel Ödegaard
9904d01958
fix(unit test): trying to fix failing unit test due to timezone different on build server
2015-09-08 09:50:50 +02:00
Torkel Ödegaard
171ed497f9
version bumped to 2.5
2015-09-08 09:20:46 +02:00
Torkel Ödegaard
212a8ad6a6
Merge branch 'master' of github.com:grafana/grafana
2015-09-08 09:18:03 +02:00
Torkel Ödegaard
f2c518ba24
Merge branch 'elastic_ds'
...
Conflicts:
public/app/plugins/datasource/influxdb/queryCtrl.js
2015-09-08 09:17:34 +02:00
Torkel Ödegaard
f8b61a4ebe
changelog(): added #1034 to changelog
2015-09-08 09:16:41 +02:00
Torkel Ödegaard
35cc3837a0
feat(elasticsearch): more work on alias pattern, #1034
2015-09-08 09:10:26 +02:00
Torkel Ödegaard
572a80d1d1
feat(elasticsearch): metric response handling and processsing now supports alias patterns, {{term field name}} and {{metric}} now works, #1034
2015-09-07 23:15:49 +02:00
Torkel Ödegaard
2aa695fb66
feat(elasticsearch): refactoring elasticsearch response handling to support series alias patterns
2015-09-07 20:00:27 +02:00
Torkel Ödegaard
f361f324da
feat(elasticsearch): more polish to editor, made interval configurable per query, #1034
2015-09-07 16:35:40 +02:00
Torkel Ödegaard
3999a3caa2
feat(elasticsearch): extended stats like std deviation now works, and sigma option as well, added unique count (cardinality as well, #1034
2015-09-07 13:13:27 +02:00
Torkel Ödegaard
efc3def7f2
feat(elasticsearch): small refactoring and polish
2015-09-07 09:36:56 +02:00
Torkel Ödegaard
6c304924f7
feat(elastic_ds): moving time field name to dataasource option, it is no longer specified for each query and date_histogram
2015-09-07 08:57:46 +02:00
Torkel Ödegaard
f90714f8fe
feat(elasticsearch): changed default sort to asc
2015-09-06 16:11:01 +02:00
Torkel Ödegaard
0960360b35
feat(elasticsearch): added support for index time based patterns, #1034
2015-09-06 16:09:42 +02:00
Torkel Ödegaard
8db47e335f
fixed jshint errors
2015-09-06 14:45:12 +02:00
Torkel Ödegaard
c609f67e16
fixed broken editors because of some recent refactorings
2015-09-06 14:29:28 +02:00
Torkel Ödegaard
14cb2b0143
began work on support index time patterns
2015-09-06 12:58:53 +02:00
Torkel Ödegaard
b24c539206
feat(elasticsearch): began work on supporting extended stats metric agg, it gives you standard deviation and more
2015-09-05 20:22:54 +02:00
Torkel Ödegaard
52eeefa6d9
feat(elasticsearch): fields are fetch from mapping instead of docs, you can enter custom value in field options, other fixes, #1034
2015-09-05 19:55:58 +02:00
Torkel Ödegaard
f942ec952e
feat(elasticsearch): worked on percentiles metric aggregator in editor and in elasticsearch response processing
2015-09-05 18:31:42 +02:00
Torkel Ödegaard
3e9aca3ed4
feat(elasticsearch): terms aggregation options are working, things are starting to come together, #1034
2015-09-05 15:41:04 +02:00
Torkel Ödegaard
2d832e10b0
feat(elasticsearch): term metric filters are starting to work! like terms aggregation with top 5, order by metric 1 desc, where metric 1 is maybe average of @load
2015-09-05 12:51:05 +02:00
Torkel Ödegaard
f1e995ec79
feat(elasticsearch): added bucket agg id concept
2015-09-05 12:24:14 +02:00
Torkel Ödegaard
756ec8ccd7
feat(elasticsearch): close to getting group by term options ui working
2015-09-05 10:48:11 +02:00
Torkel Ödegaard
c48f24d269
feat(editor): more work on editor components, extracing things and making reusable directives
2015-09-05 10:14:21 +02:00
Torkel Ödegaard
0d2e13549a
feat(editor): thing are starting to work again
2015-09-05 09:05:09 +02:00
Torkel Ödegaard
f9ce9bdcec
feat(editor): refactoring and making new editor abstractions
2015-09-05 08:07:40 +02:00
Torkel Ödegaard
e339dbf473
feat(elasticsearch): so much work on new editor, its pretty broken right now, but when it is done it is going to be amazing
2015-09-04 22:10:56 +02:00
Torkel Ödegaard
f27f028d44
Merge pull request #2676 from jd/master
...
doc: fix link to basic concepts
2015-09-04 17:34:01 +02:00
Julien Danjou
697aaf7e70
partials: fix closing markup in datasourceHttpConfig
2015-09-04 17:14:27 +02:00
Torkel Ödegaard
cc1e3d0101
feat(elasticsearch): groundwork for a much more sophisticated elasticsearch query editor
2015-09-04 16:05:47 +02:00
Torkel Ödegaard
9daa3997e9
feat(elasticsearch): time field selector now works, #1034
2015-09-04 11:17:52 +02:00
Torkel Ödegaard
83930ec9d1
feat(elasticsearch): raw queries work, more unit tests and polish, #1034
2015-09-04 09:41:23 +02:00
Torkel Ödegaard
b83a1bf4cc
Merge pull request #2673 from rodo/add_doc_app_mode
...
Add comments on app_mode with possible values
2015-09-04 09:25:44 +02:00
Rodolphe Quiédeville
668b47cc6e
Add comments on app_mode with possible values
2015-09-04 09:01:06 +02:00
Torkel Ödegaard
f29471521c
Merge pull request #2663 from victorhooi/patch-1
...
Add note about phantomjs binary and PNG rendering.
2015-09-04 08:40:53 +02:00
Torkel Ödegaard
5beced458c
fix(): fixed problems in last commit
2015-09-04 07:41:50 +02:00
Torkel Ödegaard
ead451a979
feat(influxdb): More alias options, can now use syntax to reference part of a measurement name (seperated by dots), closes #2599
2015-09-04 07:40:28 +02:00
Torkel Ödegaard
97d42991a7
fix(graph tooltip): fixed graph tooltip when stacking and one series is not stacked (via override), fixes #2670
2015-09-03 21:18:05 +02:00
Torkel Ödegaard
cd6bdc1a78
fix(influxdb): fixed influxdb template var filter suggestion, fixes #2666
2015-09-03 20:53:20 +02:00
Torkel Ödegaard
977f538420
feat(elasticsearch): lots of work on elasticsearch metrics query editor, #1034
2015-09-03 16:35:11 +02:00
Torkel Ödegaard
590b155c6c
feat(elasticsearch): lots of work on elasticsearch metrics query editor, #1034
2015-09-03 15:56:41 +02:00
Torkel Ödegaard
7e9f11ea1c
feat(elasticsearch): lots of work on elasticsearch metrics query editor, #1034
2015-09-03 14:55:48 +02:00
Torkel Ödegaard
64cee145e0
Merge pull request #2669 from jd/master
...
doc: fix link to basic concepts
2015-09-03 14:03:04 +02:00
Torkel Ödegaard
525724cc1f
feat(elasticsearch): lots of work on elasticsearch metrics query editor, #1034
2015-09-03 14:02:31 +02:00
Julien Danjou
63f9dc826f
doc: fix link to basic concepts
2015-09-03 14:01:32 +02:00
Torkel Ödegaard
b3bda02063
feat(elasticsearch): lots of work on elasticsearch metrics processing, handling grouped responses, etc, #1034
2015-09-03 12:35:21 +02:00
Torkel Ödegaard
df1d56e7b1
feat(elasticsearch): lots of work on elasticsearch metrics processing, handling grouped responses, etc, #1034
2015-09-03 11:14:25 +02:00
Victor Hooi
b80adcc00a
Add note about phantomjs libraries.
2015-09-03 16:35:49 +10:00
Victor Hooi
68a7c3fa3b
Add note about phantomjs binary and PNG rendering.
2015-09-03 16:29:58 +10:00
Torkel Ödegaard
d099d8950f
feat(elasticsearch): lots of work on elasticsearch metrics queries, #1034
2015-09-03 08:18:00 +02:00
Torkel Ödegaard
ae7093e0bb
feat(elasticsearch): small progress on new elasticsearch metric query capability
2015-09-02 17:45:41 +02:00
Torkel Ödegaard
d932a877e8
fix(influxdb): removed limit of 20 for influxdb field dropdown, fixes #2655
2015-09-02 16:10:58 +02:00
Torkel Ödegaard
745a7b4461
fix(influxdb): Fixed issue when using the eye to disable queries in the query editor and when applying aliases, #2651
2015-09-02 16:06:28 +02:00
Torkel Ödegaard
9e1a9723c2
Merge branch 'cloudwatch' into elastic_ds
2015-09-02 15:25:45 +02:00
Torkel Ödegaard
e48754c73c
feat(elasticsearch): began work on elasticsearch datasource, based on work in pr #2293 , will need a lot more work
2015-09-02 15:25:40 +02:00
Torkel Ödegaard
096a554bfb
Merge branch 'elasticsearch-datasource' of https://github.com/aheinz-sg/grafana into elastic_ds
2015-09-02 15:12:26 +02:00
Torkel Ödegaard
74da5a610c
fix(spelling): capitalize text
2015-09-02 13:20:19 +02:00
Torkel Ödegaard
ea7c6edcd0
feat(cloudwatch): lots of refactoring and polish work on cloudwatch query editor
2015-09-02 12:40:08 +02:00
Torkel Ödegaard
27d5f02329
refactoring(query editors): broke out metric segment
2015-09-02 11:33:32 +02:00
Torkel Ödegaard
d56e7787f2
Merge pull request #2637 from matschaffer/env-var-output-fix
...
Iterate over the right env override list variable
2015-09-02 11:32:49 +02:00
Torkel Ödegaard
6d7c8431be
fix(inspector): lots of improvements and fixes for the error inspector, now shows you request details and responses in many more cases, fixes #2646
2015-09-02 10:35:15 +02:00
Torkel Ödegaard
3ed63d09d9
Merge branch 'master' into cloudwatch
2015-09-01 17:25:36 +02:00
Torkel Ödegaard
4b4299604b
fix(import): fixed nav link in header, fixes #2633
2015-09-01 17:14:48 +02:00
Torkel Ödegaard
3842bcb921
fix(influxdb): quote field name, fixes #2629
2015-09-01 14:49:42 +02:00
Torkel Ödegaard
f9b98767e7
docs(reference): removed link to non existant text panel page, fixes #2632
2015-09-01 13:07:42 +02:00
Torkel Ödegaard
6989c6332d
fix(influxdb): fixed issue in last commit
2015-09-01 13:04:59 +02:00
Torkel Ödegaard
209e9ebda7
fix(influxdb): fixes and refactorings of influxdb 0.9 editor, no longer shows template vars in keys dropdown and group by dropdownm, fixes #2636
2015-09-01 13:01:21 +02:00
Torkel Ödegaard
e27e9dc2aa
Merge pull request #2642 from bfontaine/patch-1
...
influxdb doc: typo fixed
2015-09-01 12:59:19 +02:00
Baptiste Fontaine
28474d9340
influxdb doc: typo fixed
2015-09-01 12:47:26 +02:00
Torkel Ödegaard
aa89416bca
fix(invite): fixes to org invite stuff, #2630
2015-09-01 12:35:06 +02:00
Mat Schaffer
6c04ee1abd
Iterate over the right env override list variable
2015-09-01 11:11:54 +09:00
Torkel Ödegaard
e93fba206d
fix(kariosdb): fixed how kairosdb makes datasource requests, fixes #2628
2015-08-31 19:13:45 +02:00
Torkel Ödegaard
822a689b82
datasource(cloudwatch): began on polishing cloudwatch datasource, #684 , #2445
2015-08-31 19:07:25 +02:00
Torkel Ödegaard
ffbf70af25
Merge branch 'cloudwatch' of https://github.com/mtanda/grafana into cloudwatch
2015-08-31 15:45:49 +02:00
Adam Heinz
d3e307b102
Refactor post-rebase to configure directives.
2015-08-31 09:32:47 -04:00
Adam Heinz
a3e4abfd5e
Added group by to Elasticsearch data source.
2015-08-31 09:04:56 -04:00
Adam Heinz
56d1411253
Replace deprecated facets with aggregations.
2015-08-31 08:53:49 -04:00
Adam Heinz
7bccd17bbe
Enable 'Test Connection' for Elasticsearch datasource.
2015-08-31 08:53:49 -04:00
Adam Heinz
c193208cd2
Rewrite query builder to allow for multiple time series.
2015-08-31 08:53:49 -04:00
Joseph Jones
923f9345a7
add elasticsearch query fields to the es query editor
2015-08-31 08:53:49 -04:00
Adam Heinz
d618526037
Copy/paste influxdb query editor.
2015-08-31 08:53:49 -04:00
Adam Heinz
a1dcd5f069
Initial prototype returning time series from (partially hardcoded) Elasticsearch data source.
2015-08-31 08:53:29 -04:00
Torkel Ödegaard
3dfa28570f
ui(timepicker): slight polish to the time picker options view
2015-08-31 14:12:10 +02:00
Torkel Ödegaard
d78c9fa2d2
feat(signup): updated changelog with details about #2353
2015-08-31 11:47:02 +02:00
Torkel Ödegaard
6fac241404
Merge branch 'signup_remake'
2015-08-31 11:42:30 +02:00
Torkel Ödegaard
99bb9d4fcf
feat(signup): added back the welcome on signup completed email
2015-08-31 11:42:12 +02:00
Torkel Ödegaard
d19e101e6b
feat(signup): almost done with new sign up flow, #2353
2015-08-31 11:35:07 +02:00
Torkel Ödegaard
13c70ac02c
feat(signup): selecting org after invite now works
2015-08-31 09:37:14 +02:00
Mitsuhiro Tanda
3405e44a1d
add legend format tip
2015-08-31 16:03:39 +09:00
Mitsuhiro Tanda
8c5a28c0b8
improve dollar escape
2015-08-31 16:03:28 +09:00
Mitsuhiro Tanda
7229c59b8e
escape {} in tip
2015-08-31 16:02:59 +09:00
Torkel Ödegaard
14884d5a2b
feat(signup): progress on new signup flow, #2353
2015-08-30 18:56:53 +02:00
Torkel Ödegaard
688ed405df
fix(graph tooltip): multi series tooltip did no highlight correct point when stacking was enabled and series were of different resolution, fixes #2620
2015-08-30 11:11:43 +02:00
Torkel Ödegaard
d3c79c9b49
fix(datasource query editors): fixed issue with duplicate query and the query letter (refId)
2015-08-30 10:24:15 +02:00
Torkel Ödegaard
de0f04ec3c
feat(signup): progress on new sign up and email verification flow, #2353
2015-08-28 15:14:24 +02:00
Torkel Ödegaard
c61b22cefb
feat(signup): progress on new sign up and email verification flow, #2353
2015-08-28 13:45:16 +02:00
Torkel Ödegaard
24dfa55465
feat(signup): progress on new sign up and email verification flow, #2353
2015-08-28 09:24:30 +02:00
Torkel Ödegaard
d25624a8ad
feat(signup): began work on new / alternate signup flow that includes email verification, #2353
2015-08-27 13:59:58 +02:00
Torkel Ödegaard
41f1e5f7c9
Merge pull request #2605 from matschaffer/patch-1
...
Use SPDB license id
2015-08-27 08:49:52 +02:00
Mat Schaffer
be3f657073
Use SPDB license id
...
This avoids an npm warning telling you to use such an id.
2015-08-27 07:35:59 +09:00
Torkel Ödegaard
7e44a8ed1d
feat(tagmanager): added Name variable to datalayer
2015-08-26 15:07:39 +02:00
Torkel Ödegaard
874503ca68
fix(ngblur): removed ngblur directive as it conflicted with angular naitive directive, fixes #2429
2015-08-26 13:05:33 +02:00
Torkel Ödegaard
29c833d623
Merge pull request #2598 from robison/master
...
updating the limit of returned tagvs in a MetricKeyLookup
2015-08-26 09:48:44 +02:00
robbie
46c0215b1f
updating the limit of returned tagvs in a MetricKeyLookup since opentsdb supports limit in 2.1.0
2015-08-25 12:46:54 -07:00
Mitsuhiro Tanda
7c6e49ec65
fix too much CloudWatch query
2015-08-26 00:31:59 +09:00
Torkel Ödegaard
9a142cea7a
fix(panel links): fixed panel height issue when using panel links, could cause strange panel flow, fixes #2576
2015-08-25 15:49:46 +02:00
Torkel Ödegaard
7b911aea46
fix(shutdown flow): improved shutdown flow and log closing, listing to kill and and SIGTERM as well, closes #2516
2015-08-25 15:22:24 +02:00
Torkel Ödegaard
af95daadf4
fix(jscs): fixed failing js style check
2015-08-25 09:39:42 +02:00
Torkel Ödegaard
6e8d5cd873
fix(opentsdb): blur event triggered twice for metric selector, caused double query to opentsdb after metric name change
2015-08-25 09:34:43 +02:00
Torkel Ödegaard
48686cf9f7
fix(influxdb_09): fix for handling empty series object in response from influxdb, fixes #2413
2015-08-25 09:11:39 +02:00
Mitsuhiro Tanda
b7fc3059b6
add legend format
2015-08-25 15:51:32 +09:00
Mitsuhiro Tanda
64ce5e0fad
add tooltip
2015-08-25 13:35:27 +09:00
Mitsuhiro Tanda
d815d06c1c
ignore empty custom metrics setting
2015-08-24 22:13:53 +09:00
Mitsuhiro Tanda
c0c8465ec2
add loading custom metrics definitions
2015-08-24 22:06:45 +09:00
Torkel Ödegaard
364d9de751
feat(ui viewer): prevent viewers from creating new dashboard or importing dashboard, closes #2590
2015-08-24 14:24:10 +02:00
Torkel Ödegaard
ca5e8c73d7
logging(ldap): added more logging to bind failures, #2588
2015-08-24 11:47:22 +02:00
Torkel Ödegaard
3e0c66edab
docs(): updated download links in docs
2015-08-24 10:05:05 +02:00
Mitsuhiro Tanda
e74be5887c
don't require cloudwatch dimension
2015-08-24 11:38:52 +09:00
Mitsuhiro Tanda
253d0c834c
change required option by access mode
2015-08-23 14:54:08 +09:00
Mitsuhiro Tanda
feb19adb8f
fix checkbox
2015-08-23 14:53:58 +09:00
Torkel Ödegaard
5d69c69b7c
Merge pull request #2586 from thuck/link_typo
...
Fix small typo "dashbord" to dashboard
2015-08-22 14:48:13 +02:00
Denis Doria
06077faa6a
Fix small typo "dashbord" to dashboard
2015-08-22 11:48:35 +02:00
Torkel Ödegaard
fcc369e854
Merge branch 'v2.1.x'
...
Conflicts:
CHANGELOG.md
2015-08-22 08:44:47 +02:00
Torkel Ödegaard
ea187961da
fix(templating): Another atempt at fixing #2534 (Init multi value template var used in repeat panel from url), fixes #2564
...
Conflicts:
CHANGELOG.md
2015-08-22 08:43:43 +02:00
Torkel Ödegaard
c9b2cec5ff
fix(packaging): deb & rpm package did not mark ldap.toml config file as a configuration file, 2.1.1 & 2.1.2 upgrade overwrote it :(, fixes #2580
2015-08-22 08:34:20 +02:00
Torkel Ödegaard
960a4f71a3
fix(jsc): fixed javascript indenting
2015-08-21 16:28:01 +02:00
Torkel Ödegaard
292db86c9e
feat(relative time override): You can now use the new relative time option in panel time override, closes #2575
2015-08-21 16:19:51 +02:00
Torkel Ödegaard
6d3b36d61b
fix(annotations): removed accidental test code from annotationsSrv
2015-08-21 15:32:20 +02:00
Torkel Ödegaard
c876aa537a
feat(panel resize): Resize handles in panel bottom right corners for easy width and height change, closes #2577
...
Conflicts:
public/app/features/panel/panelDirective.js
2015-08-21 14:59:15 +02:00
Mitsuhiro Tanda
f1e5238e16
escape dimension if it is variable name
2015-08-21 20:15:45 +09:00
Mitsuhiro Tanda
d75d4a5c08
filter empty dimension
2015-08-21 18:29:38 +09:00
Mitsuhiro Tanda
266fe876ba
pass dimension in metricFindQuery
2015-08-21 18:29:32 +09:00
Torkel Ödegaard
ca53ae4fc5
fix(templating): Another atempt at fixing #2534 (Init multi value template var used in repeat panel from url), fixes #2564
2015-08-21 10:40:14 +02:00
Torkel Ödegaard
8f35683ccb
fix(annotations): Fixed issue when html sanitizer failes for title to annotation body, now fallbacks to html escaping title and text, fixes #2563
2015-08-21 10:17:02 +02:00
Torkel Ödegaard
30cd782e92
fix(snapshot): Fix for snapshot with expire 7 days option, 7 days option not correct, was 7 hours, fixes #2574
2015-08-21 09:51:16 +02:00
Torkel Ödegaard
3d37c9c9a3
feat(tagmanager): support to add google tagmanager id, closes #2569
2015-08-21 09:30:39 +02:00
Torkel Ödegaard
7072af7c14
fix(auth proxy): Fix for server side rendering of panel when using auth proxy, fixes #2568
2015-08-21 07:49:49 +02:00
Mitsuhiro Tanda
c72bddf15e
add cloudwatch datasource test
2015-08-21 12:55:18 +09:00
Haneysmith, Nathan
74ea266157
add login hint to defaults.ini
2015-08-20 11:20:40 -07:00
Haneysmith, Nathan
235bbc9c7e
custom login hints via config file
2015-08-20 11:15:36 -07:00
Torkel Ödegaard
abd7c15ba8
fix(TimePicker): Fix for when you applied custom time range it did not refreh dashboard, fixes #2565
2015-08-20 17:57:15 +02:00
Torkel Ödegaard
a4ff1e4f33
docs(): updated version in install docs
2015-08-20 15:20:26 +02:00
Torkel Ödegaard
5b9ea96dc5
Merge branch 'v2.1.x'
...
Conflicts:
CHANGELOG.md
package.json
2015-08-20 11:16:05 +02:00
Torkel Ödegaard
e86c87f7bc
updated version to v2.1.2
2015-08-20 11:12:32 +02:00
Torkel Ödegaard
e5794ed1c1
fix(dragdrop): Fix for broken drag drop behavior, fixes #2558
2015-08-20 11:12:06 +02:00
Mitsuhiro Tanda
269441fe3d
add aws-sdk
2015-08-20 00:51:30 +09:00
Mitsuhiro Tanda
00f76ecaf6
CloudWatch proxy support
2015-08-20 00:51:23 +09:00
Torkel Ödegaard
952a69abca
docs(tutorial): updated hubot tutorial
2015-08-19 13:53:15 +02:00
Torkel Ödegaard
aa21bfd8a8
fix(timepicker): fixed for viewing auto refresh submenu when timpicker selection is set to Today, fixes #2552
2015-08-19 13:25:36 +02:00
Torkel Ödegaard
5768762591
Merge pull request #2539 from papylhomme/master
...
Disable load timeout in requirejs
2015-08-18 20:23:47 +02:00
Torkel Ödegaard
ca9c11486e
config(github oauth): removed allowed_domains options, closes #1986
2015-08-18 20:19:37 +02:00
Torkel Ödegaard
01d9849e44
fix(user create): fixed for creating multiple users with empty email when auto assign org is set to false, fixes #2011
2015-08-18 20:15:24 +02:00
Torkel Ödegaard
0339026674
fix(default datasource): minor fix for handling of default datasource
2015-08-18 20:04:24 +02:00
Trent White
2f5115ca45
Update hubot_howto.md
2015-08-18 09:37:51 -04:00
Trent White
66878a9b48
Update hubot_howto.md
2015-08-18 09:34:31 -04:00
Trent White
333952a231
Update hubot_howto.md
2015-08-18 09:34:08 -04:00
Torkel Ödegaard
50281f12b9
fix(default datasource): minor fix for handling of default datasource
2015-08-18 14:54:56 +02:00
Torkel Ödegaard
4f8cea6e2d
docs(): added tutorial article on hubot and grafana integration
2015-08-18 14:39:04 +02:00
Mitsuhiro Tanda
1c6b7203cc
add template variable to drop down list
2015-08-18 20:35:12 +09:00
Torkel Ödegaard
bf5081ec8c
fix(type ahead): fixed highlight, and made the highlight more distinct, also rolled back #2436 due to its issues on linux and windows, fixes #2527
2015-08-18 10:09:12 +02:00
Torkel Ödegaard
4f7587492d
docs(changelog): fixed minor wording issue in changelog
2015-08-18 08:24:08 +02:00
Torkel Ödegaard
9a9c9b2b12
Merge branch 'query-editor-breakout'
...
Conflicts:
CHANGELOG.md
2015-08-18 08:23:13 +02:00
Torkel Ödegaard
d4432ddd64
feat(mixed datasources): feature ready to merge to master, closes #436
2015-08-18 08:22:00 +02:00
Torkel Ödegaard
5c2d49f7ce
feat(mixed datasource): updated Elasticsearch so it uses new way to define annotations editor
2015-08-18 07:58:44 +02:00
Mitsuhiro Tanda
28ccd63255
fix templating
2015-08-18 13:29:17 +09:00
Michaël Lhomme
0dc263d919
Disable load timeout in requirejs
2015-08-17 21:41:04 +02:00
Torkel Ödegaard
3de041a411
feat(mixed datasource): added datasource name to left of query hamburger #436
2015-08-17 21:25:08 +02:00
Torkel Ödegaard
00f5f8b2a0
feat(mixed datasource): polishing feature, making sure everything works, #436
2015-08-17 21:20:09 +02:00
Torkel Ödegaard
95f1343a59
feat(mixed datasource): fixing varios issues with the query editor changes, updated kariosdb data source editor to work with the new model, #436
2015-08-17 20:53:40 +02:00
Torkel Ödegaard
b4115b0362
feat(query editor): updated influxdb 0.8.x data source query editors to new abstraction
2015-08-17 17:28:03 +02:00
Torkel Ödegaard
6ee0f2c6a7
feat(mixed data source queries): lots of minor polish to new mixed data source and all the changes it has required, #436
2015-08-17 17:07:33 +02:00
Torkel Ödegaard
af39e4de3e
Merge branch 'v2.1.x'
...
Conflicts:
CHANGELOG.md
2015-08-17 15:02:47 +02:00
Torkel Ödegaard
0d8303cf5d
fix(templating): fix for setting template variable value via url and having repeated panels or rows, fixes #2534
2015-08-17 15:01:16 +02:00
Torkel Ödegaard
4a6b5274bc
feat(invite): fixes for org invite enhancement story, #2353
2015-08-17 10:55:52 +02:00
Torkel Ödegaard
f7ea420a3f
Merge pull request #2521 from mattttt/email-tweaks
...
Email tweaks
2015-08-17 10:33:06 +02:00
Torkel Ödegaard
56d5b0b12a
feat(mixed datasource): minor progress
2015-08-17 10:31:54 +02:00
Torkel Ödegaard
bb81248eaa
Merge pull request #2528 from thuck/permissions
...
Fixing permission issues for new installations
2015-08-17 10:13:12 +02:00
Torkel Ödegaard
0e18eafcfb
Merge pull request #2535 from raintank/logging
...
close all existing loggers before re-initializing loggers. fixes #2533
2015-08-17 10:05:42 +02:00
woodsaj
c138f390ac
close all existing loggers before re-initilizing loggers. fixes #2533
2015-08-17 15:59:40 +08:00
Torkel Ödegaard
a16c63a43e
feat(mixed datasources): continued work on editor design change
2015-08-16 20:52:30 +02:00
Denis Doria
9e21a089d2
Fixing permission issues for new installations
...
The umask as 0027 will generates permissions like:
0640 - for files
0750 - for directories
This should solve the grafana.db being accesable by any user for new installations.
2015-08-16 18:43:27 +02:00
Torkel Ödegaard
3105215425
feat(mixed datasource): changed how query ref ids (letters) are assigned, now they are persisted
2015-08-16 11:24:32 +02:00
Torkel Ödegaard
e916f93787
feat(mixed datasource): fixed failing unit tests
2015-08-16 10:06:36 +02:00
Torkel Ödegaard
1332ddbc93
feat(mixed datasources): updated OpenTSDB data source query editor to new model, #436
2015-08-16 09:52:45 +02:00
Torkel Ödegaard
b30dfcf28a
feat(datasource): added new mixed data source
2015-08-16 01:34:09 +02:00
Torkel Ödegaard
b9cfade18c
feat(mutli db query): major changes to query editor and data source handling, looks promising
2015-08-15 23:11:37 +02:00
Torkel Ödegaard
ad1fa110ff
change(search): opening search dropdown should not take you out of fullscreen view or edit
2015-08-15 21:57:41 +02:00
Torkel Ödegaard
ed49962120
refactor(): began work on big design change for how data source query editors are loaded
2015-08-15 21:49:30 +02:00
Matt Toback
0651f134e4
Backed our new styles out of ink.css and moved them into style.css. Small margin tweaks, looking good to go.
2015-08-14 15:21:51 -04:00
Torkel Ödegaard
16fa5c4df3
fix(mysql): fix for migration in newly added temp_user table, fixes #2509
2015-08-14 09:41:07 +02:00
Torkel Ödegaard
2f849be9d8
docs(): minor tweaks to new tutorial
2015-08-14 09:41:07 +02:00
Torkel Ödegaard
6c49ab932e
Merge pull request #2511 from pivotal-cloudops/patch
...
fix test connection bug
2015-08-14 09:23:14 +02:00
Pivotal
dc9c2773cb
fix test connection bug
2015-08-14 13:50:01 +08:00
Matt Toback
60eec49e95
Added in additional text and incorporated the bulletproof button that was built for raintank. Needs some help from Torkel or Nick to make sure it's cleaner
2015-08-13 17:57:58 -04:00
Torkel Ödegaard
f784551e20
docs(): Began work on stack install and config tutorial
2015-08-13 08:52:50 +02:00
Torkel Ödegaard
a3d9169930
docs(): minor update
2015-08-13 08:00:27 +02:00
Torkel Ödegaard
e87502285b
Merge pull request #2502 from mtanda/stack_override_tooltip
...
don't calculate cumulative value if series overrides stack to false
2015-08-13 07:44:27 +02:00
Mitsuhiro Tanda
caccacf52b
don't calculate cumulative value if series overrides stack to false
2015-08-13 13:40:16 +09:00
Torkel Ödegaard
5aee981590
Merge branch 'master' of https://github.com/mattttt/grafana
...
Conflicts:
docs/sources/installation/debian.md
docs/sources/installation/ldap.md
2015-08-12 16:30:48 +02:00
Torkel Ödegaard
e6d09b3266
fix(db): remove stars and tags when removing user or dashboard, fixes #2016
2015-08-12 09:23:46 +02:00
Torkel Ödegaard
8fcaa4997d
feat(admin): Deleting org from orgs list now works, will permanently delete dashboards, data sources, etc, closes #2457
2015-08-12 08:59:39 +02:00
Torkel Ödegaard
7370af9a82
Merge pull request #2492 from agilgur5/master
...
docs(ldap): Clarify LDAP features and sample config
2015-08-12 08:20:00 +02:00
Anton Gilgur
e4baef94bc
docs(ldap): Clarify LDAP features and sample config
...
* Clarify certain features, such as multiple mappings
* Fixup ldap.toml sample config
* Fixup docs README's port number
* Fixup bad link from LDAP docs to Configuration docs
* Fixup some spelling, grammar, and line endings
2015-08-11 19:57:53 -07:00
Trent White
8c05f9cf3e
Merge pull request #11 from mattttt/trent-update
...
add text panel page
2015-08-11 16:52:15 -04:00
Trent White
ebcab0f26e
add text panel page
2015-08-11 16:50:33 -04:00
Matt
14996bd08b
Update templating.md
2015-08-11 15:57:36 -04:00
Matt
dd9fb9d526
Update templating.md
2015-08-11 15:56:18 -04:00
Matt
f3ffed673b
Merge pull request #10 from mattttt/build-patch-1
...
Reformatted a confusing part of of the running grafana locally section
2015-08-11 15:47:38 -04:00
Matt Toback
5b342dd229
Reformatted a confusing part of of the running grafana locally section
2015-08-11 15:41:12 -04:00
Trent White
e626bbf415
Merge pull request #9 from mattttt/trent-update
...
formatting tweak, added datasource overview blurb.
2015-08-11 15:31:03 -04:00
Trent White
04795709a3
formatting tweak, added datasource overview blurb.
2015-08-11 15:30:13 -04:00
Torkel Ödegaard
745162c589
fix(graphite): Import dashboard from graphite is working again, fixes #2490
2015-08-11 21:20:20 +02:00
Torkel Ödegaard
089508db8e
fix(influxdb 0.9): removed function from function dropdown as this function does not exist in InfluxDB 0.9
2015-08-11 21:10:15 +02:00
Matt
a912323d01
Merge pull request #8 from mattttt/ct-additions
...
Added patch from ct
2015-08-11 14:59:59 -04:00
Matt Toback
511a592ec8
Added patch from ct
2015-08-11 14:58:30 -04:00
Matt
d132d3abfd
Merge pull request #7 from mattttt/mattttt-docs
...
Mattttt docs
2015-08-11 14:41:21 -04:00
Trent White
fb9b5e4274
Merge pull request #6 from mattttt/trent-docs-update
...
openTSDB image was broken
2015-08-11 14:32:03 -04:00
Trent White
8dcc5645db
openTSDB image was broken
2015-08-11 14:26:32 -04:00
raj dutt
c6798892b8
Update screencasts.md
...
tweaks
2015-08-11 14:26:04 -04:00
Matt Toback
eea5b026ce
Sanity checked and verified for merge
2015-08-11 14:17:56 -04:00
raj dutt
331e858ed3
Update gettingstarted.md
2015-08-11 14:04:14 -04:00
Trent White
3d602a2558
Merge remote-tracking branch 'origin/master'
2015-08-11 14:01:03 -04:00
Trent White
14386a2f62
Merge branch 'trent-docs'
...
Conflicts:
docs/sources/reference/templating.md
2015-08-11 13:59:46 -04:00
raj dutt
4e91e05470
Update gettingstarted.md
2015-08-11 13:58:44 -04:00
Trent White
ea0bec8bf2
update content on annotations
2015-08-11 13:51:27 -04:00
raj dutt
c2e8a1d733
Update singlestat.md
2015-08-11 13:49:24 -04:00
raj dutt
c6155723a1
Update playlist.md
2015-08-11 13:43:36 -04:00
Trent White
8c64afc81e
update to templating doc
2015-08-11 13:42:40 -04:00
raj dutt
eafd1d8c53
Update templating.md
2015-08-11 13:33:01 -04:00
raj dutt
df0673f907
Update templating.md
2015-08-11 13:31:49 -04:00
Torkel Ödegaard
fe093c6385
feat(timepicker): added new relative time option , will set time range to midnight to now, closes #1186
2015-08-11 19:16:45 +02:00
raj dutt
ed536f18ee
Update basic_concepts.md
2015-08-11 13:07:30 -04:00
Matt Toback
96590f591c
Updates to dashlist article
2015-08-11 12:34:18 -04:00
Trent White
32bfcbcdbc
updates to screencasts page, with descriptions of each
2015-08-11 11:43:45 -04:00
Torkel Ödegaard
82feeff3aa
tech(emails): small update to grunt watch for emails
2015-08-11 16:40:23 +02:00
Trent White
3af451caeb
Merge pull request #4 from mattttt/trent-docs
...
added pages, touched up some images and content in data-sources section
2015-08-11 10:15:59 -04:00
Trent White
ae953f2420
added pages, touched up some images and content in data-sources section
2015-08-11 10:12:58 -04:00
Torkel Ödegaard
43ef9f909a
feat(admin): admin page for all grafana organizations (list / edit view), #2457
2015-08-11 15:20:50 +02:00
Mitsuhiro Tanda
4f42dae3cb
change behavior of dimension value suggestion
2015-08-11 20:43:34 +09:00
Torkel Ödegaard
e01c68dcea
fix(logging): removed db connection string from being printed in logs at app startup, fixes #2488
2015-08-11 11:26:28 +02:00
Torkel Ödegaard
234d1291f9
Merge branch 'invite'
...
Conflicts:
public/css/less/gfbox.less
public/emails/reset_password.html
public/emails/welcome_on_signup.html
2015-08-11 11:22:43 +02:00
Torkel Ödegaard
90169d6a05
Bumped master version to 2.2.0-pre1
2015-08-11 11:18:39 +02:00
Torkel Ödegaard
809562c874
updated install docs for 2.1.1 release
2015-08-11 11:12:06 +02:00
Torkel Ödegaard
be7a3a0940
pumped version to 2.1.1
2015-08-11 10:48:19 +02:00
Torkel Ödegaard
1ea0b5371a
feat(invite): new user invites are now also added to correct org after sign up is completed, #2353
2015-08-11 10:45:03 +02:00
Torkel Ödegaard
74932e6311
feat(invite): added specific email for invites to existing grafana users
2015-08-11 10:35:10 +02:00
Torkel Ödegaard
b0b96aa410
Moved reset password and welcome on sign up email to new email build template system
2015-08-11 10:01:52 +02:00
Mitsuhiro Tanda
deedd166db
add metricFindQuery
2015-08-11 14:26:24 +09:00
Mitsuhiro Tanda
6ffab821b2
refactor suggest function
2015-08-11 14:26:18 +09:00
Matt
e53c8100a3
Merge pull request #3 from mattttt/mattttt-docs
...
Adding additional pages and updates from google doc
2015-08-10 23:20:15 -04:00
Mitsuhiro Tanda
6705902a94
fix style
2015-08-11 10:17:48 +09:00
Mitsuhiro Tanda
fd96e30c9c
add region field in query editor
2015-08-11 10:17:39 +09:00
Matt Toback
2b59724ea8
Adding additional pages and updates from google doc
2015-08-10 18:19:56 -04:00
Trent White
aa4d6d6f0f
Merge pull request #2 from mattttt/trent-docs
...
add basic concpets doc
2015-08-10 17:52:38 -04:00
Trent White
ca65671553
add basic concpets doc
2015-08-10 17:51:29 -04:00
Trent White
2d99308219
Merge pull request #1 from mattttt/trent-docs
...
adding Raj edits/additions as well as initial round of pages I created
2015-08-10 17:46:51 -04:00
Trent White
a4be75f410
adding Raj edits/additions as well as initial round of pages I created
2015-08-10 17:44:08 -04:00
Torkel Ödegaard
4439545428
feat(invite): lots of work completing the new email template system and css inlineing, converted new_user_invite.html to new system, #2353
2015-08-10 21:24:47 +02:00
Torkel Ödegaard
835fd383ad
fix(postgres): Dashboard search is now case insensitive when using Postgres, fixes #1896
2015-08-10 20:25:01 +02:00
Torkel Ödegaard
dfd1bff389
feat(invite): began work on email template build system, and css inlining
2015-08-10 17:50:02 +02:00
Torkel Ödegaard
e53c1e39d3
feat(invite): can now add org user with sername again, #2353
2015-08-10 14:03:08 +02:00
Torkel Ödegaard
775e044e69
feat(invite): progress on invite feature, #2353
2015-08-10 13:47:06 +02:00
Torkel Ödegaard
4f3a3329e2
added postgres test docker fig block
2015-08-10 12:56:11 +02:00
Torkel Ödegaard
19f64bc561
fix(data source proxy): clear proxies request from cookies, fixes #2470
2015-08-10 12:11:18 +02:00
Torkel Ödegaard
1b2c1270a8
updated changelog with info about merged PR #2483
2015-08-10 09:14:45 +02:00
Torkel Ödegaard
4b849243ce
Merge branch 'influxdb_alias_columns' of https://github.com/thuck/grafana into thuck-influxdb_alias_columns
2015-08-10 09:11:19 +02:00
Torkel Ödegaard
e7fc72067a
refactor(influxdb): refactoring of PR 2477, added unit tests, #2477
2015-08-10 09:09:39 +02:00
Torkel Ödegaard
ca6476a57f
Merge branch 'influxdb_operators' of https://github.com/thuck/grafana into thuck-influxdb_operators
2015-08-10 08:45:16 +02:00
Denis Doria
696f8451cf
Update documentation with $col alias
2015-08-10 08:12:12 +02:00
Torkel Ödegaard
fb9f954882
fix(graphite): Fix for bug when using series ref (#A-Z) and referenced series is hidden in query editor. fixes #2484
2015-08-10 07:59:27 +02:00
Denis Doria
a4af30675d
Included $col as an option for the "Alias pattern" on influxdb
...
With this patch it's possible to use the column name as an identifier.
This can help when we have multiple columns as it would be possible to automatic generate a legend.
Also this would help in future when grafana could support the "AS" in the query builder.
2015-08-10 00:22:08 +02:00
Torkel Ödegaard
95cad91bae
Merge pull request #2482 from thuck/influxdb_fill
...
Including more special options for fill
2015-08-09 20:18:45 +02:00
Denis Doria
166a56828d
Including more special options for fill
...
Included "previous" and "none" as possible values for fill.
From the influxdb documentation:
- "previous" means the values of the previous window is used.
- "none" means that all null values are removed.
2015-08-09 19:17:01 +02:00
Torkel Ödegaard
3d197abf83
Merge pull request #2480 from swoop-inc/mb_log_file_permissions
...
Change log file permissions from 0660 to 0644
2015-08-09 12:05:40 +02:00
Denis Doria
950d4bb24e
Code style correction
2015-08-09 12:03:51 +02:00
Denis Doria
42caf02fb0
Include context for operators
...
Depending of the value a different set of operators will show up.
If regex only =~ and !~ will show up.
Any other value will show =, <>, <, >.
2015-08-09 11:58:08 +02:00
Mark Bell
e59ea1aa02
Change log file permissions from 0660 to 0644
2015-08-08 23:06:30 -04:00
Denis Doria
4bd83443f8
Fixing issue for missing tag.operator
...
This should fix the case from when we migrate from a version that doesn't contain tag.operator.
2015-08-08 17:00:10 +02:00
Denis Doria
5a906e0f3e
Fix small corner case
2015-08-08 14:40:55 +02:00
Denis Doria
a51d900da0
Fix code style and included missed semicolon
2015-08-08 13:54:01 +02:00
Denis Doria
9a9902cea9
Includes more comparators/operators for influxdb
...
This patch includes some missing comparators/operators for influxdb:
> - greater than
< - less than
<> - not equal
!~ - doesn't match against
It includes the tag.operator fields to facilitate identification of the operators on the segments.
It keeps the logic for the regex syntax; although it changes the way to validate it, to handle the new operators use case.
2015-08-08 13:31:37 +02:00
Torkel Ödegaard
81790aed13
tech(lib upgrade): updated angularjs to 1.4.3
2015-08-08 12:31:37 +02:00
Torkel Ödegaard
1f7ac11baa
feat(ldap): added support for compound search filter expressions, closes #2472
2015-08-08 10:00:49 +02:00
Torkel Ödegaard
0ed4744a33
influxdb(auth): fixed issue with using basic auth and influxdb, fixes #2455
2015-08-07 11:02:32 +02:00
Torkel Ödegaard
776ca86a60
Merge pull request #2458 from thuck/influxdb_non_negative_derivative
...
Including non_negative_derivative function on influxdb
2015-08-07 10:20:25 +02:00
Torkel Ödegaard
90400bf5ad
fix(ldap): fix for ldap users with empty email address, fixes #2461
2015-08-07 10:14:36 +02:00
Torkel Ödegaard
c43f2bbb86
fix(singlestat): fix to handle series with no data points, fixes #2460
2015-08-07 10:03:21 +02:00
Denis Doria
f3fc128ec3
Including non_negative_derivative function on influxdb
...
Since version 0.9.0 of influxdb the non_negative_derivative function
is merged, this small patch includes it as an option on grafana.
2015-08-06 10:23:52 +02:00
Mitsuhiro Tanda
6a697eed2f
fix deactivating statistics bug
2015-08-06 14:41:06 +09:00
Torkel Ödegaard
862e52a830
Merge pull request #2453 from blt04/read-only-default-role
...
Allow default org role to be Read Only Editor
2015-08-06 06:59:17 +02:00
Brandon Turner
1e2e65b40d
Allow default org role to be Read Only Editor
2015-08-05 23:04:47 -05:00
Torkel Ödegaard
41e13fab55
fix(influxdb): fix for using template variables in side alias field in influxdb 0.9 editor, fixes #2446
2015-08-05 18:42:03 +02:00
Mitsuhiro Tanda
134819cb45
fix jshint error
2015-08-06 00:05:40 +09:00
Torkel Ödegaard
f62d743407
fix(ldap): another fix for ldap and empty bindDN and bind password, #2339
2015-08-05 16:34:39 +02:00
Torkel Ödegaard
9dc779927b
fix(ldap): updated to ldap bindDN and bindPassword is allowed to be empty, fixes #2439
2015-08-05 16:28:15 +02:00
Mitsuhiro Tanda
88ce05976e
add CloudWatch datasource
2015-08-05 23:10:32 +09:00
Torkel Ödegaard
956a2bbdbe
Updated version
2015-08-05 16:06:55 +02:00
Torkel Ödegaard
bd7ae3dc71
fix(templating): fix for text panel when using template variables in text and repeating panel, fixes #2442
2015-08-05 14:23:09 +02:00
Torkel Ödegaard
91e5fcf8f1
fix(templating): fixed issue with repeat row, was pretty buggy due to very recent change, fixes #2443
2015-08-05 14:19:09 +02:00
Torkel Ödegaard
93b8287d23
Merge pull request #2437 from mattttt/invite
...
Added some small styling tweaks to the modals, and adjusted some copy.
2015-08-05 10:10:57 +02:00
Torkel Ödegaard
5c7f34fee2
Merge pull request #2436 from mattttt/patch-4
...
Changed font weight to look less muddy
2015-08-05 10:03:32 +02:00
Matt Toback
b64c550989
Added some small styling tweaks to the modals, and adjusted some copy.
2015-08-04 15:58:07 -04:00
Matt
997bd030f9
Changed font weight to look less muddy
...
Changed the font weight to look a bit less muddy. Any reason why we cant use a number instead of bold?
2015-08-04 15:38:45 -04:00
Torkel Ödegaard
bf6444c585
docs(): docker upgrade notice
2015-08-04 20:42:14 +02:00
Torkel Ödegaard
9d25d2674b
fix(invite): fixed link in email
2015-08-04 20:23:04 +02:00
Torkel Ödegaard
8c1b145358
docs(): updated install docs with 2.1 download links
2015-08-04 17:00:26 +02:00
Torkel Ödegaard
925ead51b6
Updated version to 2.1
2015-08-04 16:19:48 +02:00
Torkel Ödegaard
85b606b7d2
fix(test): fix for failing unit test
2015-08-04 15:44:29 +02:00
Torkel Ödegaard
5302d3bb31
Added pidfile arg to systemd service spec, fixes #2360
2015-08-04 15:44:07 +02:00
Torkel Ödegaard
775a805959
fix(): fix for cleaning up repeat panel scope for orphaned panels or duplicated panels
2015-08-04 15:15:03 +02:00
Torkel Ödegaard
0586dbaf8b
feat(save_as): imporved save as dialog, now auto focus, and enter key to submit works, closes #2426
2015-08-03 10:46:07 +02:00
Torkel Ödegaard
dd6a34e60a
fix(influxdb): very minor fix to editor, blur event for alias input caused two refresh events, fixes #2429
2015-08-03 10:18:18 +02:00
Torkel Ödegaard
49c1d1a4ca
docs(ldap): fixed minor issue in ldap example config doc
2015-08-01 10:32:36 +02:00
Torkel Ödegaard
6d6c9b782b
fix(ldap): minor fixes, should not have any real impact, #2421
2015-08-01 10:30:05 +02:00
Torkel Ödegaard
733332a8f4
Merge pull request #2422 from grafana/grafana-light-tweak
...
updated some hard-coded colors to variables
2015-08-01 08:34:43 +02:00
Trent White
6b6b102079
updated some hard-coded colors to variables so they work well on light theme
2015-07-31 15:51:31 -04:00
Torkel Ödegaard
50895c7e37
fix(ldap): fixed issue with ldap group to grafana org role syncing, #1450
2015-07-31 16:38:41 +02:00
Torkel Ödegaard
66a37aa945
docs(): updated whats new in 2.1 doc
2015-07-31 15:22:13 +02:00
Torkel Ödegaard
0fd4c3bd00
fix(templating): small fixed toplaceholder text in template variable editor
2015-07-31 14:56:51 +02:00
Torkel Ödegaard
0d3321c686
docs(): updated whats new in grafana 2.1 article
2015-07-31 10:09:32 +02:00
Torkel Ödegaard
7cae087eb9
fix(influxdb_09): fixed handling of regex measurement in explore queries, fixes #2415
2015-07-31 09:17:14 +02:00
Torkel Ödegaard
4c7e52288d
fix(templating): another fix for panel links and repeat panels, #2410
2015-07-30 12:04:52 +02:00
Torkel Ödegaard
e108fecdd6
fix(influxdb): fixed issue with empty influxdb result object, fixes #2294
2015-07-30 10:51:26 +02:00
Torkel Ödegaard
be6ddb08bd
docs(): added auth proxy to config docs
2015-07-30 10:37:49 +02:00
Torkel Ödegaard
2cc53f328b
fix(templating): fixed scoped vars issue when generating urls for panel links, fixes #2410
2015-07-30 08:28:42 +02:00
Torkel Ödegaard
aaae23e9f0
fix(templating): fixed issue with templated dashboard and error selectOptionsForCurrentValue undefined
2015-07-30 08:08:08 +02:00
Torkel Ödegaard
fb81a4f318
Merge pull request #2299 from espenfjo/kairosdb-sensible-tag-values
...
KairosDB: Update the template functionality to cohere with the very closely related OpenTSDB plugin
2015-07-29 20:46:13 +02:00
Torkel Ödegaard
95bce39751
docs(): updates to whats new arcticle, and changed one screenshot
2015-07-29 15:36:04 +02:00
Torkel Ödegaard
a34af84176
docs(): fixed wording in sentence in whats new in 2.1 article
2015-07-29 15:00:53 +02:00
Torkel Ödegaard
610a94ea03
docs(): lots of updates to whats new in 2.1 doc article
2015-07-29 10:24:46 +02:00
Torkel Ödegaard
5a160f426e
feat(invite): trying to get username to work as well
2015-07-29 09:30:23 +02:00
Torkel Ödegaard
0367edf898
Merge pull request #2380 from stesie/graphite-function-removeEmptySeries
...
New graphite function: removeEmptySeries
2015-07-29 08:24:35 +02:00
Torkel Ödegaard
4279c0b77f
Merge pull request #2402 from wKich/patch-1
...
Fix font awesome icons in OS X Safari
2015-07-27 11:04:08 +02:00
wKich
cae06f6cf4
Fix font awesome in OS X Safari
2015-07-27 12:41:11 +05:00
Torkel Ödegaard
07b5995e85
Merge pull request #2395 from Dieterbe/fix-unknown-config-key-message
...
fix unknown key error formatting
2015-07-24 13:24:55 +02:00
Dieter Plaetinck
0f7a77f45b
fix unknown key error formatting
2015-07-24 12:29:03 +02:00
Torkel Ödegaard
cd832ea77c
Merge pull request #2384 from sbengo/improved_http_api_doc
...
Added docs to http_api
2015-07-23 09:43:02 +02:00
sbengo
82c7764679
Added docs to http_api
...
Finished the documentation of API HTTP
Notes:
· Data source proxy calls not documented - Too long request/response text.
· Dashboard from JSON file no do documented - Need more study to underestand how it works.
2015-07-22 13:11:55 +02:00
Torkel Ödegaard
a386733c04
docs(): updates to docs
2015-07-21 16:19:49 +02:00
Trent White
381e9dac34
new images for regex color and negative y transform
2015-07-21 16:19:49 +02:00
Trent White
736aadb186
formatting and some hr to make it more organized
2015-07-21 16:19:49 +02:00
Torkel Ödegaard
6d6af09296
feat(invite): handling of existing org user case when inviting, #2353
2015-07-21 12:18:11 +02:00
Torkel Ödegaard
4acfa1faef
Merge pull request #2378 from sbengo/improved_http_api_doc
...
Added details on api documentation
2015-07-21 12:15:22 +02:00
sbengo
b9085c1522
Added details on api documentation
...
Added example request and example response of sections: Dashboard, Datasources, Organisation.
If you agree, I will complete the documentation following the same formatting.
2015-07-21 12:01:04 +02:00
Torkel Ödegaard
55af0ce297
fix(ui): fix scrolling issue when editors are open, fixes #2371
2015-07-21 11:05:25 +02:00
Torkel Ödegaard
6b25453f11
templating(influxdb): regex escape values when multi or all format is enabled, closes #2373
2015-07-21 11:00:09 +02:00
Torkel Ödegaard
06a32ce7be
emails(): updated email templates
2015-07-21 09:59:40 +02:00
Torkel Ödegaard
75c1c1bccc
Merge pull request #2377 from grafana/nopzor1200-patch-1
...
Update templating.md
2015-07-21 09:34:15 +02:00
raj dutt
0c25c1f0ca
Update templating.md
2015-07-20 20:05:56 -04:00
Torkel Ödegaard
1b12e3fbf9
Merge pull request #2376 from mattttt/patch-3
...
Relative link for What's New in v2 was incorrect
2015-07-20 23:13:22 +02:00
Matt
a7a2a166e6
Relative link for What's New in v2 was incorrect
2015-07-20 17:09:58 -04:00
Torkel Ödegaard
0d7aba2502
Merge pull request #2372 from jshafton/influxdb-0.9.x-order-by-removal
...
Fixes "no datapoints" from InfluxDB 0.9.1 data source
2015-07-20 18:27:34 +02:00
Jacob Shafton
ce45879efb
Fixes "no datapoints" from InfluxDB 0.9.1 data source
...
This removes usage of the `ORDER BY` clause for InfluxDB 0.9.x data
sources, which is currently not supported in the latest InfluxDB master
(0.9.1).
2015-07-20 11:13:57 -05:00
Torkel Ödegaard
ab54971763
feat(invite): more progress on completing invite form and actually creating a real user, #2353
2015-07-20 17:46:48 +02:00
Torkel Ödegaard
d75f96fdd5
feat(invite): more progress on invited / sigup view, #2353
2015-07-20 15:52:49 +02:00
Torkel Ödegaard
024c112944
feat(invite): redesign for pending invite list, added revoke button and link, copy invite also works now, #2353
2015-07-20 14:26:49 +02:00
Torkel Ödegaard
3242354a4b
feat(invite): worked on pending invitations list, revoke invite now works, #2353
2015-07-20 10:57:39 +02:00
Torkel Ödegaard
f465a79924
Merge pull request #2366 from raventools/remove-hubot-script
...
Remove grafana.coffee
2015-07-20 08:28:13 +02:00
Stephen Yeargin
fc28423141
Remove grafana.coffee
...
Proposing the deprecation of this in favor of the [hubot-grafana](https://www.npmjs.com/package/hubot-grafana ) package, which offers cross-adapter support, dashboard browsing and can be augmented with Amazon S3 credentials.
Fixes #2206
2015-07-20 01:02:45 -05:00
Torkel Ödegaard
4ac652b127
feat(invite): began work on invited signup view, also added backdrop to login view, #2353
2015-07-19 12:34:03 +02:00
Torkel Ödegaard
6088f83408
feat(invite): inital pass on sending new user invite email, #2353
2015-07-18 17:39:12 +02:00
Torkel Ödegaard
e92f2ecea1
feat(invite): existing grafana users now result in new org user directly, no temp user is created, #2353
2015-07-18 11:43:34 +02:00
Torkel Ödegaard
a82aa8203b
Merge branch 'master' into invite
2015-07-18 10:14:45 +02:00
Torkel Ödegaard
0a59d6ab2f
fix(repeat panel): fix for unwanted unsaved changes warnings when using repeat panel, #2364
2015-07-18 10:14:21 +02:00
Torkel Ödegaard
9bf9bb0273
fix(ldap): fixed issue with ldap group mappings to org roles sync, #1450
2015-07-18 09:55:21 +02:00
Torkel Ödegaard
5744c70399
fix(ldap conf): fixed another issue in ldap conf example
2015-07-18 09:31:53 +02:00
Torkel Ödegaard
f3342ae7d3
fix(ldap conf): updated ldap conf example to use literal string syntax for bind_password
2015-07-18 09:30:09 +02:00
Torkel Ödegaard
2c7e807738
feat(invite): small style change
2015-07-17 17:22:42 +02:00
Torkel Ödegaard
39430e1cee
Merge pull request #2361 from mtanda/fix_link
...
Fix dashboard/panel link in Scripted Dashboard
2015-07-17 15:49:08 +02:00
Torkel Ödegaard
142a323efd
fix(save as): fixed issue with save as and overwriting a dashboard with the same name
2015-07-17 15:34:15 +02:00
Torkel Ödegaard
ea198fea6e
fix(graph): fixed legend color when having many many series, fixes #2359
2015-07-17 15:20:12 +02:00
Torkel Ödegaard
666013b010
fix(panel repeat): fixed issue with repeat panels in combination with setting variable values from URL, fixes #2351
2015-07-17 14:59:05 +02:00
Torkel Ödegaard
c7dafd4b42
fix(repeat panel): fixed issue with snapshoting a dashboard with repeated panels, Fixes #2352
2015-07-17 14:45:49 +02:00
Torkel Ödegaard
2724cf5db8
feat(invite): small progress
2015-07-17 14:42:49 +02:00
Stefan Siegl
ea623cb5a1
New graphite function removeEmptySeries
2015-07-17 12:32:29 +02:00
Torkel Ödegaard
0ffcce1b5d
feat(invite): more work on invite, basic creation works, added new tab directive from angular-ui and made new tab style, #2353
2015-07-17 09:51:34 +02:00
Mitsuhiro Tanda
8ac47b4e24
fix dashboard/panel link in scripted dashboard
2015-07-17 15:40:52 +09:00
Torkel Ödegaard
444807c35b
feat(invite): worked on db & domain model for temp users, #2353
2015-07-16 17:59:11 +02:00
Torkel Ödegaard
5b0585ac7f
feat(ldap): removed ssl_server_name and added some validation to ldap config, #1450
2015-07-16 12:58:30 +02:00
Torkel Ödegaard
c3a5822a40
feat(user invite): progress on user invite feature, #2353
2015-07-16 12:38:55 +02:00
Torkel Ödegaard
2f4d3be303
fix(panellinks): fixed open in new tab issue for dashboard links, Fixes #2354
2015-07-16 12:06:49 +02:00
Torkel Ödegaard
9afdea8d2a
feat(ldap): added config options for ssl skip verify, and ssl server name, #1450
2015-07-16 11:59:26 +02:00
Torkel Ödegaard
57c78bc603
feat(invite): began work on invite users dialog, #2353
2015-07-16 10:44:55 +02:00
raj dutt
a065f93777
Update singlestat.md
2015-07-15 14:27:55 -07:00
Mike Kobyakov
f76374cd8f
fix testDatasource, which was calling performSuggestQuery instead of _performSuggestQuery
2015-07-15 12:03:22 -07:00
Torkel Ödegaard
e1345337ac
docs(): small fix to time range doc page
2015-07-15 17:41:45 +02:00
Torkel Ödegaard
494810393a
feat(templating): new template variable selection dropdown now supports accepting custom values that are not an actual selectable value, Fixes #2344
2015-07-15 17:21:54 +02:00
Torkel Ödegaard
8daec7bde2
fix(packaging): fixed issue with restart on upgrade in debian package, Fixes #2320
2015-07-15 14:57:52 +02:00
Torkel Ödegaard
b891677ba5
docs(ldap): added ldap integration docs and config examples, #1450
2015-07-15 14:48:39 +02:00
Torkel Ödegaard
d63a77d8b1
fix(build): fixed ldap config file sample issue and build script
2015-07-15 13:52:30 +02:00
Torkel Ödegaard
2cbe6cdfd8
fix(build): fixed issue in build.go
2015-07-15 11:06:29 +02:00
Torkel Ödegaard
ddd20e5376
Merge branch 'ldap'
2015-07-15 10:14:36 +02:00
Torkel Ödegaard
08cd949d6f
feat(ldap): added ldap go dependencies
2015-07-15 10:12:11 +02:00
Torkel Ödegaard
0b5ba55131
feat(ldap): work on reading ldap config from toml file, #1450
2015-07-15 10:08:23 +02:00
Torkel Ödegaard
262a09bb2d
feat(ldap): added support for binding initially with an admin user searching for user and then binding again to authenticate current user, #1450
2015-07-14 17:35:11 +02:00
Torkel Ödegaard
0320baeb5b
feat(ldap): user org role sync working
2015-07-14 16:42:55 +02:00
Torkel Ödegaard
42670c27d5
feat(ldap): more work on org role sync
2015-07-14 15:46:11 +02:00
Torkel Ödegaard
fe41a4e6fa
feat(ldap): began work on org role sync
2015-07-14 14:29:07 +02:00
Torkel Ödegaard
a7b1df34c5
feat(ldap): more unit tests for ldap to grafana user sync
2015-07-14 10:20:30 +02:00
Torkel Ödegaard
567a42a756
docs(http_api): updated http docs and mentioned basic auth option
2015-07-13 22:20:58 +02:00
Torkel Ödegaard
2fa9311eee
Progress on ldap support, #1450
2015-07-13 16:45:47 +02:00
Torkel Ödegaard
14f439f8ba
refactor(ldap): refactoring ldap code, #1450
2015-07-13 15:37:25 +02:00
Torkel Ödegaard
bfe7b77313
More work on ldap auth, got memberOf working in the docker ldap test server, playing with config options and structures, #1450
2015-07-13 14:23:59 +02:00
Torkel Ödegaard
a69086a718
Merge branch 'master' into ldap
2015-07-13 09:50:19 +02:00
Torkel Ödegaard
3e3980dbac
made snapshot post url http scheme agnostic, #1725
2015-07-13 09:37:10 +02:00
Torkel Ödegaard
9f6c9cd6ff
fix(graphite): raw query mode (disable graphite query editor mode) is now persisted property on the query, Fixes #2328 , Fixes #2307
2015-07-12 18:18:04 +02:00
Mike Kobyakov
eb88a53223
fix for a change in datasource object
2015-07-10 16:09:08 -07:00
Mike Kobyakov
76c18e50a4
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
public/app/plugins/datasource/opentsdb/datasource.js
2015-07-10 15:55:45 -07:00
Torkel Ödegaard
ca1cd89190
Updated singlestat docs again
2015-07-10 15:53:39 +02:00
Torkel Ödegaard
9f8eae908d
Updated singlestat docs
2015-07-10 15:34:54 +02:00
Torkel Ödegaard
db1847bc1d
More work on ldap, gotten ldap search (read attributes) to work
2015-07-10 15:29:34 +02:00
Torkel Ödegaard
d9936f2dff
Merge pull request #2329 from mattttt/patch-2
...
Update Singlestat Docs
2015-07-10 15:24:48 +02:00
Matt
3774114a4c
Update Singlestat Docs
...
Need some additional clarification in Spark Line and Value to text before this is merged.
2015-07-10 09:13:45 -04:00
Torkel Ödegaard
4bc5b37c09
Merge pull request #2321 from gmembre/master
...
Adding GOPATH
2015-07-10 13:33:15 +02:00
Torkel Ödegaard
ac1ca639d6
Merge pull request #2327 from languitar/hide-in-legend-override
...
Series override option to hide legend entries
2015-07-10 13:32:35 +02:00
Torkel Ödegaard
83b67c0693
Fixed link to CLA, Fixes #2326
2015-07-10 13:31:21 +02:00
Johannes Wienke
244e682c2b
Series override option to hide legend entries
...
Adds a series override option to hide certain series from the legend.
* public/app/components/timeSeries.js: boolean flag to decide display in
legend and application of override option for this flag
* public/app/panels/graph/legend.js: exclude hidden series
* public/app/panels/graph/seriesOverridesCtrl.js: add legend override
option
This fixes #2324
2015-07-10 12:16:41 +02:00
Torkel Ödegaard
0ef7271326
Started work on LDAP again, #1450
2015-07-10 11:10:48 +02:00
gmembre
3fa228dcbb
Correcting typo
2015-07-09 22:49:27 +02:00
gmembre
14e25100d4
Adding GOPATH
2015-07-09 22:17:12 +02:00
Torkel Ödegaard
b2c0eefbbc
Merge pull request #2313 from alaverty/master
...
Fixed invalid json example, added missing comma
2015-07-09 22:05:35 +02:00
Torkel Ödegaard
8eee0d574c
Merge branch 'influxdb-09-fields-enhancements'
2015-07-09 17:17:46 +02:00
Torkel Ödegaard
150fd869a0
Finalized work on influxdb field and func selection, #2311
2015-07-09 17:17:17 +02:00
Torkel Ödegaard
50795adcf0
feat(influxdb 0.9): field lookup and other enhancements, #2311
2015-07-09 16:36:47 +02:00
Torkel Ödegaard
3f2c1de28d
fix(OpenTSDB): fixed issue with OpenTSDB and query to result matching, Fixes #2315
2015-07-09 09:00:13 +02:00
Alex Laverty
dca45f177f
Fixed invalid json example, added missing comma
2015-07-09 11:50:29 +10:00
Torkel Ödegaard
597c1f6a41
feat(influxdb): began work on some influxdb enhancements, #2311
2015-07-08 17:41:36 +02:00
Torkel Ödegaard
c2da54139a
Merge pull request #2306 from davewongillies/grafana_ini_perms
...
set mode 0640 and group grafana on /etc/grafana/grafana.ini
2015-07-08 14:49:17 +02:00
Torkel Ödegaard
afcc388d8a
Merge pull request #2308 from davewongillies/config_mysql_sessions
...
Minor update to documentation for MySQL sessions
2015-07-08 14:48:17 +02:00
David Gillies
5cd1c5c522
Minor update to documentation for MySQL sessions
2015-07-08 22:40:43 +10:00
Torkel Ödegaard
63f8800007
fix(docs): Updated getting started docs, Closes #2273 , Closes #1978
2015-07-08 14:17:53 +02:00
David Gillies
a958965e64
set mode 0640 and group grafana on /etc/grafana/grafana.ini
2015-07-08 22:13:38 +10:00
Torkel Ödegaard
5d7c485991
fix(templating): can now use template vars in collapsed row title, Fixes #2305
2015-07-08 13:44:36 +02:00
Espen Fjellvær Olsen
d97f24cfc3
Update QueryController to conform with OpenTSDB Controller
2015-07-08 13:00:22 +02:00
Torkel Ödegaard
3b39c43193
Updated docs version and version fragment
2015-07-08 11:06:11 +02:00
Torkel Ödegaard
b746b63036
Updated config docs with info about [dashboards.json] section , #2302
2015-07-08 10:53:06 +02:00
Torkel Ödegaard
7c707017e7
Merge pull request #2303 from Dieterbe/datasource-docs
...
fix datasource api docs
2015-07-08 10:51:24 +02:00
Torkel Ödegaard
ce155a1d87
Merge pull request #2301 from tmonk42/influxdb_quoting
...
add double quotes around tags
2015-07-08 09:42:14 +02:00
Espen Fjellvær Olsen
48975e6533
Keep QueryController up to date as well
2015-07-08 09:36:25 +02:00
Espen Fjellvær Olsen
3e05eb23fd
Update documentation based on templating changes
2015-07-08 09:29:54 +02:00
Espen Fjellvær Olsen
3980d25c23
Remove superfluous whitespaces
2015-07-08 09:29:54 +02:00
Espen Fjellvær Olsen
2255cb53f0
Close the gap between the key and the value in the js objects
2015-07-08 09:29:54 +02:00
Espen Fjellvær Olsen
521072daea
KairosDB: Streamline the Templating with the very related OpenTSDB plugin
...
Since KairosDB is a fork of OpenTSDB it makes sense to (At least for the time being) keep their code bases similar-ish.
2015-07-08 09:29:54 +02:00
Dieter Plaetinck
66ba19b7ba
clearer errors
...
"Not found" should only be for http path/method not found (404)
if it's about specific resources, we should be explicit for clarity
2015-07-08 08:55:31 +02:00
Dieter Plaetinck
ac37b54ddb
fix datasource api docs
...
reflects change in e2f6633d57
2015-07-07 16:07:56 -07:00
Haneysmith, Nathan
56c332a3dd
more test updates for influxdb quoting
2015-07-07 13:19:15 -07:00
Haneysmith, Nathan
cd53c78449
updating tests for influxdb quoting
2015-07-07 13:15:51 -07:00
Haneysmith, Nathan
f237cac074
add double quotes around tags
2015-07-07 11:56:36 -07:00
Torkel Ödegaard
f6ad386ba7
Fixed capital G in Graphite in docs, reviewed annotation docs, Closes #2275
2015-07-07 17:14:57 +02:00
Torkel Ödegaard
24e527ae02
Updated Graphite docs, Closes #2271
2015-07-07 14:50:23 +02:00
Torkel Ödegaard
8d7ac3862c
Fixed issue with dashlinks/panellinks and sending template variable value 'All', Fixes #2297
2015-07-07 14:28:49 +02:00
Torkel Ödegaard
af50188a60
Removed alpha notice for influxdb 0.9 data source config
2015-07-06 17:16:17 +02:00
Torkel Ödegaard
572d35506b
Removed some editor srv properites from data sources, they are not needed there anymore, they are in plugin.json, Closes #2283
2015-07-06 15:58:16 +02:00
Torkel Ödegaard
a4b8a88ae5
Worked on templating docs, Closes #2274
2015-07-06 15:01:57 +02:00
Torkel Ödegaard
dbd46a523f
Work arround for slower template variable dropdown when variable has many thousand values, now only top 1000 values are rendered to html, you can still search all values, Closes #2246
2015-07-06 13:43:08 +02:00
Torkel Ödegaard
3c86c9908c
Added docs for dashboard list panel, #2276
2015-07-06 12:24:11 +02:00
Torkel Ödegaard
37d75905ed
Added min span option for panel repeater, #1888
2015-07-06 09:57:00 +02:00
Torkel Ödegaard
19812feb62
Increased max metric suggest count to 1000 for OpenTSDB, Closes #2281
2015-07-06 09:22:34 +02:00
Torkel Ödegaard
90ecb4c544
Merge pull request #2286 from awiddersheim/fix/parenthesis_typo
...
Fix 'paranthesis' typo to 'parenthesis'
2015-07-06 09:03:52 +02:00
Torkel Ödegaard
42926c48e5
Merge pull request #2287 from awiddersheim/feature/allow_pipe_graphite_lexer
...
Allow pipe ('|') in Graphite lexer
2015-07-06 09:00:43 +02:00
Andrew Widdersheim
e20e2117f7
Fix 'paranthesis' typo to 'parenthesis'
...
This typo is most noticable in the Graphite lexer error hint message.
2015-07-05 21:22:40 -04:00
Andrew Widdersheim
7f602feff4
Allow pipe ('|') in Graphite lexer
...
Allow for Graphite lexer to understand metric names like
'net|usage_average'.
2015-07-05 21:19:12 -04:00
Torkel Ödegaard
a79c1cb23f
Merge pull request #2280 from Dieterbe/patch-1
...
fix config flag
2015-07-04 08:00:19 +02:00
Dieter Plaetinck
582ebf25f9
fix config flag
2015-07-03 17:27:55 -07:00
Torkel Ödegaard
896bbd00e1
Merge pull request #2279 from gcormier9/patch-2
...
Support dot (.) in metric name
2015-07-03 22:30:57 +02:00
gcormier9
4a9949e643
Support dot (.) in metric name
...
I'd like to update the regex in order to support dot in metric name. For example "cpu.usage.average".
2015-07-03 15:57:46 -04:00
Torkel Ödegaard
fc81cda971
Updated OpenTSDB docs, Closes #2272
2015-07-03 15:13:06 +02:00
Torkel Ödegaard
7a030e0c3b
Finished improving InfluxDB docs, Closes #2270
2015-07-03 15:09:46 +02:00
Torkel Ödegaard
69c027156c
Updated influxdb docs, adding docs specific to influxdb 0.9, #2270
2015-07-02 17:13:12 +02:00
Torkel Ödegaard
2ac07f12b0
Merge branch 'master' of https://github.com/williamjoy/grafana
2015-07-02 10:05:45 +02:00
Torkel Ödegaard
5494be4493
Some fixes related to OpenTSDB enhancements, #1250
2015-07-02 10:04:15 +02:00
Torkel Ödegaard
8ed0df64c7
Fixes to OpenTSDB datasource, and added support for repeat panels and repeat rows
2015-07-01 08:56:47 +02:00
Torkel Ödegaard
e8c65dc384
Updated OpenTSDB docs
2015-06-30 15:37:59 +02:00
Torkel Ödegaard
e508db994e
OpenTSDB: Support for template variable values lookup queries, Closes #1250
2015-06-30 15:32:43 +02:00
Torkel Ödegaard
f7b7401a53
Updated changelog with new OpenTSDB enhancement, #1177
2015-06-30 12:34:57 +02:00
Torkel Ödegaard
f58e228d11
Merge branch 'lexh-restrict-tag-keys-values'
2015-06-30 12:28:01 +02:00
Torkel Ödegaard
97f54ac385
Small fix to PR 2119
2015-06-30 12:27:42 +02:00
Torkel Ödegaard
aedaae852b
Fixed minor mistake in last commit
2015-06-30 12:14:13 +02:00
Torkel Ödegaard
ae0f8c77d1
Auth: You can now authenicate against api with username / password using basic auth, Closes #2218
2015-06-30 09:37:52 +02:00
Torkel Ödegaard
d0e7d53c69
Fixed case insensitive search for file based dashboards, Fixes #2258
2015-06-30 08:17:28 +02:00
Torkel Ödegaard
647e43dcbd
Merge pull request #2259 from donnpebe/fix
...
Fix wrong metrics counter
2015-06-30 08:07:04 +02:00
Torkel Ödegaard
0d856cc135
Error message for missing dashboards.json config section, Closes #2256
2015-06-30 08:05:05 +02:00
Donn Pebe
df33cbc8c5
Fix wrong metrics counter
2015-06-30 12:52:55 +07:00
Torkel Ödegaard
a38a06a077
updated changelog with influxdb 0.9 support comment, Closes #1525
2015-06-29 16:07:58 +02:00
Torkel Ödegaard
15e6a4266c
Fixed OR statement for influxdb 0.9 editor, #1525
2015-06-29 16:03:30 +02:00
Torkel Ödegaard
11170dd34c
feat(singlestat): Added support for string values, Closes #2203
2015-06-29 09:22:08 +02:00
Torkel Ödegaard
68a45608e6
Merge branch 'master' of github.com:grafana/grafana
2015-06-29 09:02:39 +02:00
Torkel Ödegaard
0838f432ca
refactor(influxdb series handling): performance and refactoring of PR #2179 , also switched to InfluxDB epoch json format
2015-06-29 09:02:07 +02:00
Torkel Ödegaard
c0d2241523
Merge branch 'topic-multi-select-influxdb9' of https://github.com/randywallace/grafana into randywallace-topic-multi-select-influxdb9
2015-06-29 08:20:10 +02:00
Torkel Ödegaard
6e8505ae61
Merge pull request #2242 from sbouchex/master
...
Added Pressure units (mbar and hPa) and db unit
2015-06-29 08:14:40 +02:00
Torkel Ödegaard
aaeab3177e
Merge pull request #2243 from craftytrickster/blank-variable-fix
...
Added fix for template variables when no options are available to select
2015-06-29 08:14:01 +02:00
Torkel Ödegaard
b18921cd07
Merge pull request #2244 from Dieterbe/saymynamesaymyname
...
clarify which handler is not found
2015-06-29 08:12:25 +02:00
Torkel Ödegaard
c776db5485
Merge pull request #2250 from jamtur01/panelmetacap
...
Capitalise panel menu items
2015-06-29 08:05:31 +02:00
James Turnbull
f14c6efaf8
Capitalise panel menu items
...
It's a minor thing but other options seem to be generally capitalised. This felt discordant.
2015-06-28 14:42:39 -04:00
Sébastien Bouchex Bellomié
9d4cce74b2
Added dB unit
2015-06-27 16:59:34 +02:00
Dieter Plaetinck
194273a643
clarify which handler is not found
2015-06-26 12:32:24 -07:00
Sébastien Bouchex Bellomié
05fc34533f
Merge remote-tracking branch 'grafana/master'
2015-06-26 20:21:32 +02:00
David Raifaizen
ca42d976a7
Added fix for template variables when no options are available to select
2015-06-26 14:15:14 -04:00
Torkel Ödegaard
20d5d0eee6
Fixed issue with annotations that only occurs in optimized build, Fixes #2176 , Fixes #2239
2015-06-26 19:42:33 +02:00
Torkel Ödegaard
693af182c7
Fixed broken playlist in master, Fixes #2240
2015-06-26 19:11:52 +02:00
Torkel Ödegaard
2dbb370955
Working on resize handle, drag to resize panels & rows
2015-06-26 18:45:23 +02:00
aba824a317
Added Pressure units (mbar and hPa)
2015-06-26 17:34:21 +02:00
5f513773c1
Added Pressure units (mbar and hPa)
2015-06-26 17:28:53 +02:00
999894cccb
Added Pressure unit (mbar and hPa)
2015-06-26 17:22:41 +02:00
Torkel Ödegaard
906e70e599
Batch all influxdb 0.9 queries (per panel) in one request, #1525
2015-06-26 11:27:49 +02:00
Torkel Ödegaard
3f167d7fd1
more work on influxdb 0.9 query editor and query builder, can now handle regex conditions, tag operator and tag value quotes changes automatically depending if the tag value is a regex or not, #1525
2015-06-26 10:38:39 +02:00
Torkel Ödegaard
dd8d6bc705
Changed regex typeahead lookup, also works with literal regex patterns
2015-06-26 09:40:55 +02:00
Torkel Ödegaard
43afd7dff9
Fixed on blur event for influxdb 0.9 raw query editor, #1525
2015-06-26 07:54:55 +02:00
Torkel Ödegaard
9266d3789b
Merge remote-tracking branch 'origin/kariosdb'
...
Conflicts:
public/test/test-main.js
2015-06-25 18:34:41 +02:00
Torkel Ödegaard
dc70894d83
Merge pull request #2224 from masaori335/kairosdb-doc
...
Add docs of KairosDB Datasource Plugin
2015-06-25 17:08:03 +02:00
Torkel Ödegaard
24bab47f14
fix(create org): Anonymous user can no longer create org, Fixes #2227
2015-06-25 17:06:43 +02:00
Masaori Koshiba
74b8e8244a
Add docs of KairosDB Datasource Plugin
2015-06-25 06:54:47 +09:00
Torkel Ödegaard
7806da11e6
Fixed issue with test data source connection and direct access, Fixes #2219
2015-06-24 21:31:16 +02:00
Torkel Ödegaard
ec98f9181b
Fixed issue with new variable value select dropdown and parent -> child updates, Fixes #2215
2015-06-23 20:09:17 +02:00
Torkel Ödegaard
ba2deb5f7b
Merge branch 'master' of github.com:grafana/grafana
2015-06-22 22:30:03 +02:00
Torkel Ödegaard
7794442277
Make influxdb 0.9 raw query mode still show alias input field, #1525
2015-06-22 22:29:49 +02:00
Torkel Ödegaard
fb8775124c
Merge pull request #2207 from lahma/features/influxdb-scoped-vars
...
#1525 add support for scoped vars for InfluxDB 0.9
2015-06-22 21:26:09 +02:00
Marko Lahma
680865f13c
#1525 add support for scoped vars for InfluxDB 0.9
2015-06-22 22:22:29 +03:00
Torkel Ödegaard
5373a699dd
Merge branch 'master' of github.com:grafana/grafana
2015-06-22 18:56:12 +02:00
Torkel Ödegaard
177acf835c
fixed mysql session example config
2015-06-22 18:47:46 +02:00
Torkel Ödegaard
f3ba491a73
Merge pull request #2205 from raventools/bug/make-status-command-return-correct-exitcode
...
make status command exit with proper code
2015-06-22 18:43:35 +02:00
Phil Dier
0e73c1bf78
make status command exit with proper code
2015-06-22 11:27:37 -05:00
Torkel Ödegaard
98a07eff81
Worked on enhancing panel links to support dash link features, like auto variable to url params includes, Closes #2200
2015-06-22 17:44:46 +02:00
Torkel Ödegaard
3f917b0af5
Updated org creation view, after creating new org user is switched to that org and redirect to org details view, Closes #2198
2015-06-22 08:13:21 +02:00
Torkel Ödegaard
d3c6db1ba8
Fixed tabindex for organization dropdown, Fixes #2150
2015-06-19 16:42:45 -04:00
Torkel Ödegaard
2a693f7f08
Fixed issue with multi select template variable and restoring state from url, #2196
2015-06-19 15:10:34 -04:00
Torkel Ödegaard
fb7b475457
Backend: Load dashboards with capital letters in the dashboard url slug (url id), Fixes #2163
2015-06-19 14:42:55 -04:00
Torkel Ödegaard
26e5d7a3de
Graph: fixed PNG rendering of panels with legend table to the right, #2185
2015-06-19 14:13:25 -04:00
Torkel Ödegaard
cfeba99776
Merge branch 'patch-1' of https://github.com/greggsoft/grafana
2015-06-19 13:04:21 -04:00
Torkel Ödegaard
c0b4f7b6d2
updated graphite docs, Closes #2165
2015-06-19 13:03:09 -04:00
Torkel Ödegaard
021c6ac1cb
fixed panel menu while in fullscreen mode
2015-06-19 12:42:10 -04:00
Torkel Ödegaard
261e5ebbd4
Fixed bug in singlestat panel and null value handling, #2189
2015-06-19 11:51:46 -04:00
Torkel Ödegaard
388fba4569
Merge pull request #2190 from zsxking/master
...
Update documents about environment variable override rules.
2015-06-18 16:04:37 -04:00
Shaoxuan Zhang
eda13a9626
Merge pull request #1 from zsxking/zsxking-docs-env-conf
...
Update configuration.md
2015-06-18 10:00:25 -10:00
Mikhail Menshenin
5da656e559
Missed double quote fix
2015-06-18 10:05:29 +05:00
Shaoxuan Zhang
d23762e06b
Update configuration.md
...
Mention replacing `.` with `_` with environment variable override.
2015-06-17 17:57:23 -10:00
Randy D. Wallace Jr
5e6d876bd0
Support Multiple Fields in InfluxDB 0.9+
...
* Update influxdb 0.9 plugin to iterate thru fields returned by InfluxDB
and output ea. field metric separately
* Updates default label to include Field Name
* Update spec to include updated label
* Add spec for multiple fields
* Do not print the field in the label when the name is value
2015-06-17 14:43:54 -04:00
Torkel Ödegaard
5e9c44b23b
Merge pull request #2174 from raintank/add_robots_txt
...
add support for robots.txt file
2015-06-15 16:16:24 -07:00
Anthony Woods
196b7846cc
add support for robots.txt file
2015-06-15 19:02:38 -04:00
Torkel Ödegaard
311946900e
Fixed email subject test
2015-06-14 06:08:18 +02:00
Torkel Ödegaard
9b12350855
Added support for templated email subjects
2015-06-14 06:07:36 +02:00
Torkel Ödegaard
fd319bd5f5
Moved requirejs to bower, #677
2015-06-13 23:01:54 +02:00
Torkel Ödegaard
6f982b2791
Moved angular-bindonce to bower
2015-06-13 22:20:39 +02:00
Torkel Ödegaard
05f934548b
Moved angular-native-dragdrop to bower
2015-06-13 22:17:28 +02:00
Torkel Ödegaard
f22bffe98a
Upgraded angular to 1.4.0 and moved angular dependency to bower, #677
2015-06-13 21:14:08 +02:00
Torkel Ödegaard
87c65bcea0
Migrating to use bower for component dependencies
2015-06-13 20:53:08 +02:00
Torkel Ödegaard
6f4b206a99
Added bowerrc file
2015-06-13 20:43:12 +02:00
Torkel Ödegaard
2c88b418fd
Fix import from elasticsearch limit, Fixes #1843 , Fixes 2154
2015-06-13 20:20:48 +02:00
Torkel Ödegaard
66e60357dc
Set email when creating user from auth_proxy header, Fixes #2156
2015-06-13 20:14:44 +02:00
Torkel Ödegaard
30db7e64fb
Fixed example redis session config, Fixes #2157
2015-06-13 20:06:53 +02:00
Torkel Ödegaard
c6c733a40b
Merge branch 'master' of github.com:grafana/grafana
2015-06-13 20:01:50 +02:00
Torkel Ödegaard
4a9bc70ca0
Added new style override, transform negative-Y, Closes #2162
2015-06-13 20:01:15 +02:00
Torkel Ödegaard
a815511aef
Fixed failing unit test
2015-06-12 10:05:38 +02:00
Torkel Ödegaard
bae1e2f0c1
Fix for validating tags in dashboard json in backend, Fixes #2152
2015-06-12 09:04:10 +02:00
Torkel Ödegaard
7ce31bfaa0
changed dependency for gosimple/slug, they had finally removed the gopkgs dependency, Fixes #2153
2015-06-12 08:53:20 +02:00
Torkel Ödegaard
48175101c6
Fixes to template variable with tags and inital state after dashboard load, #2080
2015-06-11 13:38:13 +02:00
Torkel Ödegaard
e5280d55b3
Make template variables work in row titles, #1956
2015-06-11 09:35:59 +02:00
Torkel Ödegaard
3675b3fcaa
Fixed issue with clearing admin permissions, Fixes #2143
2015-06-11 08:29:12 +02:00
Torkel Ödegaard
5962bcbc6c
Do not show create org link when allow_org_create is set to false, Fixes #2135
2015-06-11 08:16:09 +02:00
Torkel Ödegaard
b39f8fb4de
Do not show Switch to Org item for current organization in the org dropdown, Fixes #2136
2015-06-11 08:05:33 +02:00
Torkel Ödegaard
6deaa87a4c
mention fpm in build from source docs, Closes #2145
2015-06-11 07:59:57 +02:00
Torkel Ödegaard
5562651ef0
Fixed spelling on graphite docs page
2015-06-10 17:03:16 +02:00
Torkel Ödegaard
2c00267d58
Changed to more strict sinon version to work around issue in latest sinon
2015-06-10 15:08:32 +02:00
Torkel Ödegaard
b5418c40ba
fixed AMPQ -> AMQP typo
2015-06-10 14:44:42 +02:00
Torkel Ödegaard
2266ef6809
Minor api refactoring / code clean up
2015-06-10 10:15:42 +02:00
Torkel Ödegaard
ca67b49d67
Merge branch 'restrict-tag-keys-values' of https://github.com/lexh/grafana into lexh-restrict-tag-keys-values
2015-06-10 10:07:23 +02:00
Torkel Ödegaard
63cc794f37
Small style fix to login page
2015-06-10 08:27:38 +02:00
Torkel Ödegaard
fca6c85abb
Fixed clear selections icon for new variable dropdown, #2080
2015-06-09 10:30:51 +02:00
Torkel Ödegaard
604f8a22f7
Fixed state issue with variable value dropdown, #2080
2015-06-09 10:22:43 +02:00
Torkel Ödegaard
f6845cd107
Variable value select fixes and refactorings
2015-06-09 10:06:36 +02:00
Torkel Ödegaard
c20fa85b82
Renamed variable value select to select dropdown
2015-06-09 09:45:24 +02:00
Torkel Ödegaard
bb2d810709
Final work password reset email, Closes #1456
2015-06-08 18:25:04 +02:00
Torkel Ödegaard
95fd34ed14
Merge branch 'emailing'
2015-06-08 17:57:33 +02:00
Torkel Ödegaard
db0c442eaf
Added configuration options for smtp
2015-06-08 17:56:56 +02:00
Torkel Ödegaard
42fc68baa5
Simplified emailing system and combined mailer and notifications packages
2015-06-08 16:51:25 +02:00
Torkel Ödegaard
c8bc0b3bf8
Lots of work on user password reset, #1456
2015-06-08 13:39:02 +02:00
Torkel Ödegaard
aa4d60c21e
Worked on reset password views, refactored out password strength to a reusable directive
2015-06-08 10:57:01 +02:00
Torkel Ödegaard
4f0a4ea7e7
Merge pull request #2104 from masaori335/kairosdb-metric-find-query
...
Add metricFindQuery in KairosDB Datasource Plugin
2015-06-06 08:50:02 +02:00
Torkel Ödegaard
e40b462040
began work on reset password view, and angular controller
2015-06-05 11:45:04 +02:00
Torkel Ödegaard
89418a155a
More work on email and notification infra #1456
2015-06-05 11:08:19 +02:00
Torkel Ödegaard
901685bb63
Updated sample config and config docs with example for postgres session provider_config string, #2118
2015-06-05 08:18:37 +02:00
Torkel Ödegaard
c709a28f02
More work on email and notification infra #1456
2015-06-05 08:15:38 +02:00
Lex Herbert
463a750c07
OpenTSDB: Restrict typeahead tag keys and values
...
When selecting metric tag keys, we only are interested in keys which are
associated with this metric. Likewise, when selecting a value for a
certain key, we only want to consider values which apply to the given
key and metric.
2015-06-04 17:45:09 -07:00
Torkel Ödegaard
10abf61383
Merge pull request #2115 from tmonk42/exit_codes
...
fixing up init script exit codes
2015-06-04 21:06:30 +02:00
Haneysmith, Nathan
fcba62894b
remove trailing exit 0 from deb init
2015-06-04 11:40:49 -07:00
Haneysmith, Nathan
77215182f7
fixing up init script exit codes
2015-06-04 11:01:04 -07:00
Torkel Ödegaard
3706d0dedd
More work on email and notification infra #1456
2015-06-04 17:23:46 +02:00
Torkel Ödegaard
3f5ab189cd
Began work on emailing service #1456
2015-06-04 14:29:39 +02:00
Torkel Ödegaard
eb793f7feb
Initial work on ldap support, #1450
2015-06-04 09:34:42 +02:00
Masaori Koshiba
4d0c04b80d
Add tag support
2015-06-04 01:23:58 +09:00
Masaori Koshiba
e9a842259a
Add metricFindQuery in KairosDBDatasource
2015-06-03 22:55:31 +09:00
Torkel Ödegaard
2c7d33cdfa
Merge branch 'master' into ldap
2015-06-03 14:54:48 +02:00
Torkel Ödegaard
83279604c6
updated search handler
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
c821568ac7
Merged new template dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
1c38619d8c
Fixed intendation
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
8cfe89eaf9
Updated variable dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
cb63344394
Added hover tooltip for tags
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
8934c83742
Small fixes for template variable groups (tags)
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
b0451dc1b3
More refinements of tag selection and state restoration after dashboard load
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
b5a846154a
Trying to make progres on persisting selection state, restoring selection state for new multi variable dropdown, proving to be really complex
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
f48d0fcb13
More work on tags in variable dropdown, now the actual tag values query is hooked up and works, #2080
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
650d3d5046
Fixed tag selection issues
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
0992b6a616
Progress on template variable dropdown, lots of unit tests for selection behavior,
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
53ed407448
Lots of refactoring of variable dropdown trying to clean up code and make it unit testable
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
d96f5598ca
Breaking out logic for variable dropdown into a controller, this needs some unit tests
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
137cbe5bb4
work on variable multi select
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
6f783f5a3b
Single variable select state highlight fixed, Closes #2073
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
6ed17fe62f
Removed selection state for single select variables
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
7d25d6f191
progress on tag selection in variable dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
0bd50c06d7
Template varaible dropdown work
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
9a74105103
Trying out dark headers and footers for template dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
a433e0e79c
More work on variable dropdown
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
483ef20527
Reworking variable value dropdown, take3
2015-06-03 14:53:52 +02:00
Torkel Ödegaard
c5d3eb53f0
Merge pull request #2098 from pborreli/typos
...
Fixed typos
2015-06-02 18:31:14 +02:00
Pascal Borreli
f582ac88b3
Fixed menu
2015-06-02 17:12:12 +01:00
Pascal Borreli
7b69b789b8
Fixed typos
2015-06-02 16:45:44 +01:00
Torkel Ödegaard
5c8b571c3f
Fixed look of tag cloud in search
2015-06-02 13:44:46 +02:00
Torkel Ödegaard
bfe5a56a47
Updated dashboard links editor, just changed With tag > With tags
2015-06-02 12:52:31 +02:00
Torkel Ödegaard
8cfbd2f8bf
Increased width of query input field in dashlist panel editor
2015-06-02 11:05:48 +02:00
Torkel Ödegaard
50a1feb90a
Dashboard list panel: Now supports search by multiple tags, Closes #2096
2015-06-02 11:04:06 +02:00
Torkel Ödegaard
6df9012141
Updated dashboard links feature to support search by my multiple tags, #1944
2015-06-02 10:35:10 +02:00
Torkel Ödegaard
dc607b8e8a
Dashboard search now supports filtering by multiple dashboard tags, Closes #2095
2015-06-02 10:24:20 +02:00
Torkel Ödegaard
1a71da417c
Merge pull request #2092 from robertjakub/master
...
new role Read Only Editor - admin (small fix for #2088 )
2015-06-02 09:00:47 +02:00
Torkel Ödegaard
2446168356
Sort tags in search results, Closes #2091
2015-06-02 09:00:37 +02:00
robert jakub
153ab4afaa
new role Read Only Editor - admin (small fix for #2088 )
2015-06-01 20:26:41 +02:00
Torkel Ödegaard
ff3843bc7f
Roles: New user role that replaces the old role behavior, Closes #2088
2015-06-01 17:01:04 +02:00
Torkel Ödegaard
86f5152092
When role is viewer and edit URL is loaded view mode will be loaded instead, Closes #2089
2015-06-01 16:49:14 +02:00
Torkel Ödegaard
83e7c48767
User role 'Viewer' are now prohibited from entering edit mode (and doing other transient dashboard edits). A new role will replace the old Viewer behavior
2015-06-01 16:39:01 +02:00
Torkel Ödegaard
85c3a0aa14
Panel menu now hides edit actions for users with role Viewer, Closes #1826
2015-06-01 16:36:15 +02:00
Torkel Ödegaard
50645cc36b
Added test connection action to all data sources, Closes #1997
2015-06-01 14:16:59 +02:00
Torkel Ödegaard
afede880e6
added url validation when adding data source, Fixes #2043
2015-06-01 14:02:24 +02:00
Torkel Ödegaard
e2f6633d57
Began work on data source test / validation, #1997 & #2043
2015-06-01 12:15:49 +02:00
Torkel Ödegaard
fc43ce657c
allow data source proxy to proxy requests over self signed https connections, Closes #2069
2015-06-01 11:00:29 +02:00
Torkel Ödegaard
8f9eeb5ebd
Merge pull request #2067 from bcandrea/private-email-in-github-oauth
...
Use private email address in GitHub OAUTH
2015-05-29 08:22:46 +02:00
Torkel Ödegaard
db2ff68fef
Merge pull request #2072 from yinchuan/patch-1
...
update docs for configration: allowed_domains
2015-05-29 08:22:09 +02:00
yinchuan
ed974a808b
Update configuration.md
2015-05-29 11:39:59 +08:00
yinchuan
0108dfa803
Update configuration.md
2015-05-29 11:23:14 +08:00
Andrea Bernardo Ciddio
cf147cdeaf
GitHub users without a public email should be authenticated using their primary private email address
2015-05-28 16:47:20 +01:00
Torkel Ödegaard
57fac6b9aa
Removed invalid scripted dashboard example, Closes #2063
2015-05-28 11:41:32 +02:00
Torkel Ödegaard
aeb8bc8755
Share link should always have absolute time range, Closes #2060
2015-05-28 09:35:55 +02:00
Torkel Ödegaard
96bd66e811
Made the annotation tags support more cross datasource compatible
2015-05-27 14:30:23 +02:00
Torkel Ödegaard
494ede5bbf
Big refactoring/rewrite for how annotation tooltips are shown, also work on #1474
2015-05-27 13:11:32 +02:00
Torkel Ödegaard
e76d2ec9c2
worked on tags in search and dashboards
2015-05-27 11:16:15 +02:00
Torkel Ödegaard
7b972926ae
Merge branch 'variable-tags'
2015-05-27 10:43:02 +02:00
Torkel Ödegaard
4a71a79cb8
Slight refactoring in annotationSrv
2015-05-27 10:42:52 +02:00
Torkel Ödegaard
99556057d1
Fixed bug with auto refresh option being reset when changing relative time when now delay is configured, Fixes #2042
2015-05-26 16:48:23 +02:00
Torkel Ödegaard
921d672a2c
Worked on alias pattern for InfluxDB 0.9 editor, #1525
2015-05-26 11:01:28 +02:00
Torkel Ödegaard
5f004f95f2
Fixed issue with json dashboard index, json file dashboards turned up when filtering on 'is starred'
2015-05-25 15:42:59 +02:00
Torkel Ödegaard
284106b8a8
Updated changelog
2015-05-25 15:26:22 +02:00
Torkel Ödegaard
abed438d7d
Merge pull request #2052 from indrekj/org-support
...
Add github organizations support
2015-05-25 14:16:46 +02:00
Torkel Ödegaard
0047ce067d
SingleStatPanel: fix for color thresholds and value to text mapping combo, Fixes #2044
2015-05-25 10:24:01 +02:00
Torkel Ödegaard
58f743f87d
Merge pull request #2053 from blt04/phantomjs-tls
...
Render panel images with any SSL protocol
2015-05-25 09:57:56 +02:00
Torkel Ödegaard
867e333464
Merge pull request #2045 from robertjakub/master
...
add pps (packets per second) format
2015-05-25 09:56:41 +02:00
Torkel Ödegaard
de683b3360
Merge pull request #2030 from felixrabe/patch-1
...
Fix latest.json
2015-05-25 09:56:10 +02:00
Brandon Turner
b2a0ae0f83
Render panel images with any SSL protocol
...
This uses any available SSL protocol (instead the phantomjs default:
SSLv3) to render panels to PNGs. This is useful when reverse proxing
grafana and SSLv3 is disabled due to security vulnerabilities or other
reasons.
2015-05-25 01:52:49 -05:00
Indrek Juhkam
b55d9350e7
Add github organizations support
2015-05-23 17:06:51 +03:00
robert jakub
3dc2a114fa
add pps (packet per second) format
2015-05-22 17:08:10 +02:00
Torkel Ödegaard
57bacb339c
Merge pull request #2038 from craftytrickster/annotation-fix
...
Fixed variable name for annotations
2015-05-22 06:34:17 +02:00
David Raifaizen
2191921690
Fixed variable name for annotations
2015-05-21 14:36:35 -04:00
Torkel Ödegaard
23fcf85500
Merge pull request #2034 from kkoehler/api-doc
...
Api doc
2015-05-21 13:28:08 +02:00
Kristian Köhler
3c6b647398
added admin stuff
2015-05-21 12:56:30 +02:00
Kristian Köhler
1821809e69
listing of all none admin methods
2015-05-21 12:46:26 +02:00
Torkel Ödegaard
ba3f6f9d3e
InfluxDB 09 fix, do not treat empty results as an error
2015-05-21 10:20:49 +02:00
Felix Rabe
9bedd83f39
Fix latest.json
...
The trailing comma trips up both Python and JS JSON parsers.
2015-05-21 00:13:50 +02:00
Torkel Ödegaard
592330b5a7
Expose data source extended properties (jsonData), to the frontend, Closes #2023
2015-05-20 18:29:20 +02:00
Torkel Ödegaard
2202094e41
work on tags in variables
2015-05-20 18:18:03 +02:00
Torkel Ödegaard
3354365177
Api handler refactoring using the wrap and response func/type, fixed small issue in influxdb 0.9 response handling
2015-05-20 14:59:38 +02:00
Torkel Ödegaard
a39e484aaa
Merge pull request #2007 from anryko/master
...
Update latest.json
2015-05-20 09:04:06 +02:00
Torkel Ödegaard
51af06edf7
Merge pull request #2022 from dalmatinerdb/proxy-url-fix
...
fixing #2021
2015-05-20 09:03:23 +02:00
Heinz N. Gies
7cf9046dc5
fixing #2021
...
This tiny commit fixes a routing problem for proxy requests. The
router was expecting a url path behind the proxy id, if none was
given (read: the service proxied was at the root of a host) then
the router would return a 404. With this patch it now propperly
uses ProxyDataSourceRequest.
2015-05-19 23:49:30 +02:00
Torkel Ödegaard
25c6b64fed
Began working on exploring variable value groups/tags
2015-05-19 16:54:08 +02:00
Torkel Ödegaard
a8aab0cb2b
Worked on user administration page, a grafana server admin can now add and edit organization roles for any user, #2014
2015-05-19 11:47:14 +02:00
Torkel Ödegaard
788e7fd36d
Lots of api refactoring for org routes, #2014
2015-05-19 10:16:32 +02:00
Torkel Ödegaard
74bf1f23fb
Small progress on #2014
2015-05-19 09:09:21 +02:00
Torkel Ödegaard
bf9e51928d
Fix to signed in user when user <-> org link is gone
2015-05-19 09:02:37 +02:00
Torkel Ödegaard
bfe6d5434e
Fixed placeholder text in templating editor
2015-05-19 08:46:45 +02:00
Torkel Ödegaard
f81bde5643
Refactoring some api handlers to use the new Response return object
2015-05-18 21:23:40 +02:00
Torkel Ödegaard
fbc6bb2112
More refactoring of user http api, trying to reuse handlers for sign in user and admin operations
2015-05-18 19:06:19 +02:00
Torkel Ödegaard
62e8841e8c
Fixed spelling of Peta unit Quadr
2015-05-18 17:54:12 +02:00
Torkel Ödegaard
5270c4bc74
refactorin api code for user routes, preparation for admin improvements, #2014
2015-05-18 17:52:23 +02:00
Torkel Ödegaard
a993bc1331
Merge pull request #2012 from Dieterbe/publish-no-recurse
...
no unbound recursion in publish()
2015-05-18 16:16:08 +02:00
Dieter Plaetinck
e9f38b9fc0
no unbound recursion in publish()
...
unbound recursion approach can blow up call stack,
and - I think - allocate memory unboundedly as well.
We can simply loop until err != nil
I didn't actually test this live, though tests succeed
2015-05-18 10:04:01 -04:00
Torkel Ödegaard
5896903bd3
Began work on alias support and alias patterns for InfluxDB 0.9, #1525
2015-05-18 15:01:05 +02:00
Torkel Ödegaard
f41c314329
Minor layout fix to templating editor, making input fields a little less wide
2015-05-18 11:47:12 +02:00
Torkel Ödegaard
84618a6076
Style and layout changes for InfluxDB 0.9 editor #1525
2015-05-18 11:40:50 +02:00
Torkel Ödegaard
b61f30de94
Lots of progress on InfluxDB Query Editor, show tag keys, values and measurement dropdowns now take into account already selected tags or measurements, so you can start with tag keys and the select measurement, #1525
2015-05-18 10:49:45 +02:00
Torkel Ödegaard
afe76ba260
Merge pull request #2009 from fffw/patch-1
...
fix mac.md for incorrect href
2015-05-18 09:10:04 +02:00
fffw
1302630abe
fix mac.md for incorrect href
2015-05-18 14:47:00 +08:00
anryko
a6d993ecdc
Update latest.json
2015-05-17 18:12:20 +02:00
Torkel Ödegaard
65796d7477
Merge pull request #2005 from masaori335/kairosdb-template
...
Templated dashboards support in KairosDB Plugin
2015-05-17 15:56:52 +02:00
Masaori Koshiba
41a73a7adb
Expand variables in KairosDB Plugin
2015-05-17 21:46:14 +09:00
Torkel Ödegaard
05d725d0b8
Slight refactoring, #1525
2015-05-16 22:37:08 +02:00
Torkel Ödegaard
7a41ecb63f
Minor work on InfluxDB 0.9 query editor, #1525 , hit a roadblock with the new InfluxDB query language, does not support tag and tag values discovery queries with filters, not sure if I need to move to SHOW SERIES style queries
2015-05-16 22:37:08 +02:00
Torkel Ödegaard
6fd37779b8
More work on new influxdb query editor, #1525
2015-05-16 22:37:08 +02:00
Torkel Ödegaard
d14b570d76
Merge pull request #2003 from tmonk42/redact_provider_config
...
Addresses #1853 , redact session provider secrets
2015-05-16 06:44:29 +02:00
Haneysmith, Nathan
2af28b90c2
whitespace update per gofmt
2015-05-15 13:25:41 -07:00
Haneysmith, Nathan
09b0e6e388
Addresses #1853 , redact session provider secrets
...
In cases where a database is used for session storage, redact the
session_provider config value. I assumed "@" as the marker for a
database vs file/memory.
2015-05-15 11:11:02 -07:00
Torkel Ödegaard
5ca8d590bd
Working on new query editor for influxdb 0.9, looking good! #1525
2015-05-15 15:58:07 +02:00
Torkel Ödegaard
11c8e80ea9
Working on new query editor for influxdb 0.9, #1525
2015-05-15 11:38:37 +02:00
Torkel Ödegaard
ea993b6404
Some inital ldap work
2015-05-15 09:37:16 +02:00
Torkel Ödegaard
a258e2e608
Added log base 2 graph y axis scale
2015-05-14 17:39:31 +02:00
Torkel Ödegaard
e69bacaee1
Merge branch 'color_by_regex'
2015-05-14 12:34:37 +02:00
Torkel Ödegaard
8c0e1060e6
Graph: Define series color using regex rule, Closes #590
2015-05-14 12:34:30 +02:00
Torkel Ödegaard
fb56bc59f2
Create pid file before runtime init, Fixes #1990
2015-05-14 10:33:56 +02:00
Torkel Ödegaard
1c9993f185
Backend configuration: When unknown key was detected the log error was not visible in log file due to logging was initialized after user config file is loaded, logging is now initialized twice, once based on defaults and command line arguments, then then again after user config file, Fixes #1992
2015-05-14 10:15:46 +02:00
Torkel Ödegaard
2dac975805
began work on color by regex / series override for color, #590
2015-05-13 21:34:50 +02:00
Torkel Ödegaard
2bb63835b6
Merge pull request #1991 from jeffbmartinez/fixGrammarInDocs
...
Fix minor grammar issue in docs index page
2015-05-13 19:30:29 +02:00
jeff martinez
bfafb83604
Fix minor grammar issue in docs index page
2015-05-13 09:58:58 -07:00
Torkel Ödegaard
ea54f6923b
Added graphite function changed, closes #1961
2015-05-13 16:32:33 +02:00
Torkel Ödegaard
1a401780ba
Updated changelog with completed story, JSON dashboards added to search, Closes #960
2015-05-13 14:01:48 +02:00
Torkel Ödegaard
448a8b8d1c
Major refactorings around searching, moved to seperate package, trying to move stuff out of models package, extend search support searching different types of entities and different types of dashboards, #960
2015-05-13 13:36:24 +02:00
Torkel Ödegaard
c8146e759f
Fixed json index unit test
2015-05-13 10:57:18 +02:00
Torkel Ödegaard
bb7d79e6d2
Refactoring search to support more than just db dashboards
2015-05-13 10:45:53 +02:00
Torkel Ödegaard
fb35f7210c
Fixed failing golang test
2015-05-13 10:06:06 +02:00
Torkel Ödegaard
187834b17c
Trying to get dashboard loading and dashboard meta flags like canSave, canStar more managable
2015-05-13 09:58:45 +02:00
Torkel Ödegaard
4822d02787
Things are starting to work again
2015-05-12 19:24:11 +02:00
Torkel Ödegaard
35cc0a1cc0
Rewriting anb abstracting how dashboards are loaded, unifying db, json files, and script dashboards, #960
2015-05-12 17:39:56 +02:00
Torkel Ödegaard
b3be51f17f
Lots of work on search and dashboard loading, trying to generalize concepts and code, #960
2015-05-12 14:11:30 +02:00
Torkel Ödegaard
a40299b4dc
Progress on json file index and search #960
2015-05-12 12:20:03 +02:00
Torkel Ödegaard
1a9f630710
Began work on adding json files to search, #960
2015-05-11 20:04:03 +02:00
Torkel Ödegaard
48ddd7213f
Removed unused keybinding, ctrl+l, Fixes #1962
2015-05-11 10:03:34 +02:00
Torkel Ödegaard
582e680b12
Singlestat: threshold checks are now done on a rounded value, rounded to same number of decimals as is shown, Fixes #1983
2015-05-11 09:57:10 +02:00
Torkel Ödegaard
a04a403539
Merge branch 'docs-2.0'
...
Conflicts:
docs/sources/installation/configuration.md
docs/sources/installation/docker.md
2015-05-11 08:02:28 +02:00
Torkel Ödegaard
564162442d
Merge pull request #1982 from jamtur01/conflink
...
Fixed a series of installation doc issues
2015-05-11 07:57:10 +02:00
James Turnbull
7da3ee72c7
More docs fixes
...
1. Set paragraph size to 80 chars for better readability.
2. More formatting fixes.
3. More spelling and grammar fixes.
2015-05-10 16:52:40 -04:00
James Turnbull
823294f055
Fixed a series of installation doc issues
...
1. Fixed several spelling and grammar issues.
2. Fixed 404s for the Configuration page.
3. Fixed several Markdown formatting issues.
4. Tidy up of several pages.
2015-05-10 16:15:34 -04:00
Torkel Ödegaard
5aa495d0e4
Restored some previous grafana modifications to jquery flot
2015-05-09 19:47:21 +02:00
Torkel Ödegaard
2e6c2347eb
Did some jquery flot performance tuning, added text size cache that reduced render times by 25% (for single serie graphs)
2015-05-09 19:31:00 +02:00
Torkel Ödegaard
a256d71ef9
Merge pull request #1954 from jtyr/patch-1
...
Adding Ansible role for Grafana v2.x
2015-05-09 15:34:01 +02:00
Torkel Ödegaard
b7a8551290
Merge pull request #1946 from DaveBlooman/theme_colour
...
Add Android 5 theme colour
2015-05-09 15:33:38 +02:00
Torkel Ödegaard
8f0269de76
Merge branch 'subsecond-influx' of https://github.com/abrander/grafana
2015-05-09 15:28:39 +02:00
Torkel Ödegaard
1a6e6f405d
Merge branch 'master' of github.com:grafana/grafana
2015-05-09 15:28:23 +02:00
Torkel Ödegaard
59a2109cab
Investigating some performance optimizations, added more perf instrumentation & measurements
2015-05-09 15:26:39 +02:00
Torkel Ödegaard
31781bc509
Fixed the link to the config page
2015-05-08 11:23:48 +02:00
Torkel Ödegaard
db2161c7e6
Merge pull request #1967 from benheilman/detach_stderr_in_init_script
...
Detach stderr in rpm initscript
2015-05-08 11:19:14 +02:00
Torkel Ödegaard
7d4e676cfd
Dashboard: Custom Navigation links & dynamic links to related dashboards, #1944
2015-05-08 11:04:46 +02:00
Torkel Ödegaard
2dcb98a8ed
Merge branch 'master' of github.com:grafana/grafana
2015-05-08 11:03:25 +02:00
Torkel Ödegaard
0bde1bb857
Dashboard and nav links are near completion now, #1944
2015-05-08 10:56:54 +02:00
Anders Brander
d685644dee
Updated test to match e906a19
2015-05-07 22:48:44 +02:00
Anders Brander
e906a1979c
Allow kbn.secondsToHms() to return result in milliseconds.
2015-05-07 22:33:32 +02:00
Ben Heilman
0a9958c74e
Detach stderr in rpm initscript
2015-05-07 14:47:27 -05:00
Torkel Ödegaard
04f9a6fdd0
Merge pull request #1963 from abrander/measurement-in-quotes
...
Quote 'measurement' properly in getAltSegments() (influxdb 0.9)
2015-05-07 20:29:34 +02:00
Anders Brander
5eee33a11f
Quote 'measurement' properly in getAltSegments() to allow for dots in measurement identifier (Influxdb 0.9).
2015-05-07 19:51:55 +02:00
Torkel Ödegaard
4b4f398e83
more work on dashboard links, this feature is taking forever, dam angular, and dam complexity
2015-05-07 19:14:13 +02:00
Torkel Ödegaard
9655014041
More polish and refinements to dashboard links
2015-05-07 13:10:04 +02:00
Torkel Ödegaard
85e65e61d3
More work on dashboards links
2015-05-07 09:35:39 +02:00
Jiri Tyr
e32259ccc9
Adding Ansible role for Grafana v2.x
...
Adding Ansible role which is compatible with Grafana v2.x.
2015-05-07 00:31:20 +01:00
Torkel Ödegaard
15137422a6
More work on dashboards links
2015-05-06 16:40:43 +02:00
Torkel Ödegaard
1f48c07395
more work on dash links
2015-05-06 10:57:32 +02:00
Torkel Ödegaard
26c9a19392
A lot of css style polish for submenu (template var selection, and new dashlinks)
2015-05-06 09:41:30 +02:00
Torkel Ödegaard
2c3aad785d
Fix in unsaved changes service
2015-05-06 07:59:47 +02:00
Torkel Ödegaard
ece9e8dcea
Merge branch 'master' into dashlinks
2015-05-06 07:48:45 +02:00
DaveBlooman
85c45c2b8f
Add Android 5 theme colour
2015-05-05 22:42:56 +01:00
Torkel Ödegaard
8149381f01
minor refactoring and markup fix
2015-05-05 20:59:21 +02:00
Torkel Ödegaard
e221cbfbd6
Merge branch 'sidemenu_default_open' of https://github.com/raintank/grafana
2015-05-05 20:34:07 +02:00
Torkel Ödegaard
0c56ae4f32
more work on, #1944
2015-05-05 20:33:06 +02:00
Torkel Ödegaard
1e196fc091
Began work on dashboard links and nav feature, #1944
2015-05-05 19:56:49 +02:00
Torkel Ödegaard
d4c0d5d81b
changed position for checkbox label
2015-05-05 13:37:20 +02:00
Torkel Ödegaard
12c770f0ab
markup update for templating editor
2015-05-05 13:33:57 +02:00
Torkel Ödegaard
637988b104
UI Polish, refactoring markup
2015-05-05 13:26:42 +02:00
Torkel Ödegaard
71edd9ff1b
DashEditView: fix for small ui bug, when having dashboard settings view open and entering panel edit mode, did not cause dash edit view to be closed
2015-05-05 12:38:18 +02:00
Torkel Ödegaard
34539c0c13
Enforce domain, host header validation against domain setting, Refactoring of PR #1866 , Closes #1732
2015-05-05 11:21:06 +02:00
Torkel Ödegaard
1f2cba81eb
Merge branch 'enforce-domain' of https://github.com/gummiboll/grafana
2015-05-05 11:15:09 +02:00
Torkel Ödegaard
e458ca7b47
Templating: updated template editor view & form
2015-05-05 10:56:39 +02:00
Anthony Woods
b915bb98fb
fix whitespace
2015-05-05 16:21:37 +08:00
Anthony Woods
8aef297e71
show sidemenu when admin user logs in the first time. #54
2015-05-05 10:43:19 +08:00
Torkel Ödegaard
c628ac9bbb
Upgraded to JQuery 2.1.1 -> 2.1.3, and spectrum.js, Fixes #1932
2015-05-04 14:36:46 +02:00
Torkel Ödegaard
385048b620
Templating: You can now select multiple template variables values at the same time. Closes #1922
2015-05-04 10:13:12 +02:00
Torkel Ödegaard
e5c1169120
HTTP API: GET /api/dashboards/db/:slug response changed property to to match the POST request nameing, Fixes #1928
2015-05-04 08:36:44 +02:00
Torkel Ödegaard
38d851eb98
Another HTTP API fix
2015-05-04 08:19:29 +02:00
Torkel Ödegaard
73ee8a5985
HTTP API: fix for POST /api/dashboards/db returned 200 ok when dashboard was not found, Fixes #1929
2015-05-04 07:46:53 +02:00
Torkel Ödegaard
020d7d4939
Update docs, fixed mistake in http api docs, Fixes #1928
2015-05-03 16:46:46 +02:00
Torkel Ödegaard
697529d0e8
Worked on golang code coverage via coveralls
2015-05-02 17:24:03 +02:00
Torkel Ödegaard
b51a8f11d5
Added back coveralls coverage
2015-05-02 17:05:07 +02:00
Torkel Ödegaard
a4a8cd05d2
Updated to nodejs packages and karma code coverage setup
2015-05-02 16:59:19 +02:00
Torkel Ödegaard
38fc85d619
Final tweaks to auth proxy feature
2015-05-02 12:30:53 +02:00
Torkel Ödegaard
be589d81c7
Auth: Support for user authentication via reverse proxy header (like X-Authenticated-User, or X-WEBAUTH-USER), Closes #1921
2015-05-02 12:06:58 +02:00
Torkel Ödegaard
ba883d25fe
More middleware unit tests cover all current auth mechanisms
2015-05-02 09:24:56 +02:00
Torkel Ödegaard
f416e2d1ac
More middleware unit test, starting to look really good
2015-05-01 22:26:16 +02:00
Torkel Ödegaard
cb8110cd48
Refactoring, worked on middleware unit tests, and began thinking about api unit tests, #1921
2015-05-01 16:23:36 +02:00
Torkel Ödegaard
8d081a081d
Fixed configuration docs issue, Fixes #1924
2015-05-01 15:01:31 +02:00
Torkel Ödegaard
d1e9b6d6ae
Began work on auth_proxy feature ( #1932 ), and began work on testing http api, and auth middleware
2015-05-01 11:55:59 +02:00
Torkel Ödegaard
e7ac367392
SignUp: password strength meter updated, Fixes #1892
2015-05-01 11:22:21 +02:00
Anthony Woods
7a8851c5ab
default sidemenu to open #54
2015-05-01 17:02:00 +08:00
Torkel Ödegaard
e771d8e944
Organization: You can now update the organization user role directly (without removing and readding the organization user). Closes #1899
2015-05-01 09:48:07 +02:00
Torkel Ödegaard
b48b11e902
Added new graphite function spec, weightedAverage, Closes #1879
2015-05-01 08:52:34 +02:00
Torkel Ödegaard
5de9230924
Security: New config option to disable the use of gravatar for profile images, Closes #1891
2015-05-01 08:40:13 +02:00
Torkel Ödegaard
59fcd3914d
corrected master version
2015-05-01 08:08:31 +02:00
Torkel Ödegaard
95fcddcd95
More work on panel & row repeats, #1888 , updated changelog
2015-05-01 08:07:57 +02:00
Torkel Ödegaard
293d0c3093
Merge branch 'panel_repeat'
2015-04-30 11:15:40 +02:00
Torkel Ödegaard
e17f56b4ad
Final polish on panel & row repeats, #1888 , still some missing places where scopedVars needs to be used
2015-04-30 11:15:26 +02:00
Torkel Ödegaard
32e0ce1beb
Minor code refinements to panel repeat code, #1888
2015-04-30 10:50:23 +02:00
Torkel Ödegaard
25ef49494b
Final polish on repeat panel variable selection, #1888
2015-04-30 10:47:51 +02:00
Torkel Ödegaard
3ee1ea28e1
Templating: Support for search filtering and keyboard up/down filtering in the new multi variable value selector dropdown, #1144
2015-04-30 09:09:12 +02:00
Torkel Ödegaard
0a8cf26731
Merge branch 'docs-2.0'
2015-04-30 08:12:37 +02:00
Morton Fox
a8b2074fc6
Fix the first CLA link.
2015-04-30 08:05:13 +02:00
Torkel Ödegaard
14be5e3ff7
Merge branch 'master' of github.com:grafana/grafana
2015-04-30 08:04:32 +02:00
Torkel Ödegaard
6de071a5f3
Merge pull request #1911 from mortonfox/patch-1
...
Fix the first CLA link.
2015-04-30 08:03:05 +02:00
Morton Fox
0a2b03ba52
Fix the first CLA link.
2015-04-29 16:35:03 -04:00
Torkel Ödegaard
dbc64c21a7
Merge branch 'master' into panel_repeat
2015-04-29 18:03:26 +02:00
Torkel Ödegaard
294f7f1f0d
Merge branch 'v2.0.x'
...
Conflicts:
conf/sample.ini
2015-04-29 15:59:35 +02:00
Torkel Ödegaard
d10ce90936
Fixed XSS issue with file based dashboards, was really casued by an issue with alertSrv accepting html in message alerts
2015-04-29 15:50:47 +02:00
Torkel Ödegaard
fe0bf876d9
Style changes and polish to multi variable value selection, #1144
2015-04-29 15:34:14 +02:00
Torkel Ödegaard
c5be95e46c
Began polish and tweaks of new template variable multi select dropdown
2015-04-29 14:23:29 +02:00
Torkel Ödegaard
b762f56aee
Merge branch 'master' into panel_repeat
...
Conflicts:
public/app/features/templating/templateValuesSrv.js
2015-04-29 13:59:15 +02:00
Torkel Ödegaard
74a8fa61f2
Merged with 2.0 docs and restored some stuff
2015-04-29 10:33:37 +02:00
Torkel Ödegaard
964d47d517
Merge branch 'docs-2.0'
2015-04-29 10:30:29 +02:00
Torkel Ödegaard
a38da2f7c6
Merge pull request #1901 from davidak/master
...
add gigabytes as unit
2015-04-29 10:29:49 +02:00
Torkel Ödegaard
593f2e0851
Merge pull request #1903 from craftytrickster/influx09-annotation-bugfix
...
Fixed Annotations with InfluxDb9 Datasources
2015-04-29 10:29:29 +02:00
Torkel Ödegaard
9ae3d66da7
Fixed docs, screencasts page
2015-04-29 10:18:11 +02:00
Torkel Ödegaard
4c7545e909
Updated docs Makefile
2015-04-29 10:14:02 +02:00
Torkel Ödegaard
a0e80e5869
Updated 2.0 docs, merged with master and removed docs for features in 2.1, doc updates related to 2.0 needs to be done to this branch
2015-04-29 10:13:00 +02:00
Torkel Ödegaard
75e6947c5a
Merge branch 'master' into docs-2.0
2015-04-29 10:11:52 +02:00
Torkel Ödegaard
3007add4ca
small docs fix
2015-04-29 10:10:44 +02:00
Torkel Ödegaard
67fbb173e3
Merge pull request #1904 from iandanforth/patch-1
...
Correct deb version number in install guide.
2015-04-29 10:09:25 +02:00
Torkel Ödegaard
0d3fbb8659
Added message alerts when login failed due to github team membership or email domain requirement, #1731 , #1660
2015-04-29 10:08:01 +02:00
Torkel Ödegaard
32fa8180fa
Github OAuth: You can now configure a Github team membership requirement, Closes #1731
2015-04-29 09:52:52 +02:00
Torkel Ödegaard
884dc53f8a
smalĺ refactorings
2015-04-29 09:49:33 +02:00
Torkel Ödegaard
d812414621
Merge branch 'github-team-membership-requirement' of https://github.com/dewski/grafana into dewski-github-team-membership-requirement
2015-04-29 09:44:23 +02:00
Torkel Ödegaard
52c32d8b10
Merge branch 'issue1862' of https://github.com/raintank/grafana into raintank-issue1862
2015-04-29 09:31:21 +02:00
Torkel Ödegaard
eace358f1c
Merge branch 'issue1907' of https://github.com/raintank/grafana
...
Conflicts:
pkg/api/dtos/models.go
2015-04-29 09:29:55 +02:00
Torkel Ödegaard
e7c43bf614
expose org id to frontend, Closes #1907
2015-04-29 09:26:12 +02:00
Anthony Woods
81636d8634
expose orgId via currentUser object. fixes #1907
2015-04-29 15:14:49 +08:00
Anthony Woods
b72eba1ef2
refactor handling of refresh when urlValues being used for templates. fixes #1862
2015-04-29 14:55:39 +08:00
Garrett Bjerkhoel
1fdc5277ae
Update documentation for team_ids option
2015-04-28 20:38:05 -07:00
Garrett Bjerkhoel
1d7f945268
Handle special error case if connect.UserInfo returns an error
2015-04-28 20:22:45 -07:00
Garrett Bjerkhoel
eb37fc089b
Check for active team membership when fetching s.UserInfo
2015-04-28 20:22:21 -07:00
Garrett Bjerkhoel
979d0ca70f
Add new error type for team membership permissions
2015-04-28 20:21:44 -07:00
Garrett Bjerkhoel
7ea579bb71
Add team_ids configuration option
2015-04-28 20:19:48 -07:00
Ian Danforth
a0dad38974
Correct deb version number in install guide.
2015-04-28 15:09:22 -07:00
David Raifaizen
e5844afb0f
Corrected missing annotations: true tag from the influxdb9 plugin json and fixed influxseries data handling
2015-04-28 16:29:32 -04:00
davidak
c4ac3d61b1
add gigabytes as unit
2015-04-28 20:53:29 +02:00
Torkel Ödegaard
8c14e565a7
Restored the variable color for the label/name in the submenu
2015-04-28 17:54:22 +02:00
Torkel Ödegaard
53cb0feda9
Various fixes, restored search auto focus
2015-04-28 17:28:34 +02:00
Torkel Ödegaard
14e8c15a3a
Lots of new unit tests for unsaved changes service
2015-04-28 16:42:40 +02:00
Torkel Ödegaard
aaea80e053
A lot of refactoring opf unsaved changes service so it can be unit tested better
2015-04-28 13:45:59 +02:00
Torkel Ödegaard
f6a61c1ec5
Changes to unsaved changes service to ignore repeated panels and rows, #1888
2015-04-28 12:02:39 +02:00
Torkel Ödegaard
5768f10769
More optimizations and unit tests for panel repeats #1888
2015-04-28 10:23:35 +02:00
Torkel Ödegaard
bcb80eb38f
more tweaks
2015-04-28 09:26:20 +02:00
Torkel Ödegaard
9590f485f1
More optimizations and unit tests for panel repeats, this time reuse rows, #1888
2015-04-28 09:24:07 +02:00
Torkel Ödegaard
32fe723da6
More optimizations and unit tests for panel repeats, #1888
2015-04-28 08:44:48 +02:00
Torkel Ödegaard
48b25bc327
Fix to graph panel, and width=0 bug
2015-04-28 06:40:23 +02:00
Torkel Ödegaard
3044a74a52
Optimization and unit tests for panel and row repeat feature, #1888
2015-04-27 18:37:39 +02:00
Torkel Ödegaard
ca7aa294e0
Began wriing unit test for new panel repeat features, #1888
2015-04-27 17:20:32 +02:00
Torkel Ödegaard
5175cf70ef
fixed version in package.json
2015-04-27 15:07:13 +02:00
Torkel Ödegaard
5cb7721ab2
Updated config sample.ini with oauth allow_sign_up
2015-04-27 15:06:42 +02:00
Torkel Ödegaard
158b77d54e
small update to panel repeats
2015-04-27 15:01:27 +02:00
Torkel Ödegaard
f8f302faad
Merge branch 'panel_repeat' of github.com:grafana/grafana into panel_repeat
...
Conflicts:
public/app/partials/submenu.html
public/css/less/submenu.less
src/app/partials/roweditor.html
2015-04-27 14:01:55 +02:00
Torkel Ödegaard
3f97bd8212
Added files removed in merge
2015-04-27 13:59:20 +02:00
Torkel Ödegaard
bf6f0f1a65
Merge branch 'master' into panel_repeat
...
Conflicts:
public/app/features/dashboard/dashboardCtrl.js
public/app/partials/submenu.html
public/css/less/submenu.less
public/test/specs/templateSrv-specs.js
src/app/partials/roweditor.html
2015-04-27 13:53:02 +02:00
Torkel Ödegaard
8a986ec340
Using CTRL+S should not work when dashboardMeta.canSave is false, #1834
2015-04-27 10:59:14 +02:00
Torkel Ödegaard
b0ef659add
Stop users from entering panel edit mode when dashboard editable is false, #1834
2015-04-27 10:56:36 +02:00
Torkel Ödegaard
29a7490af2
Small fix for unsaved changes when using save as feature
2015-04-27 10:29:04 +02:00
Torkel Ödegaard
ad45b63e79
Merge branch 'editable_false' of github.com:grafana/grafana into editable_false
2015-04-27 10:10:01 +02:00
Torkel Ödegaard
16fc6e8b42
More work on editable false dashboards, #1834
2015-04-27 10:09:32 +02:00
Torkel Ödegaard
af277f560f
Merge branch 'master' into editable_false
2015-04-27 08:53:57 +02:00
Torkel Ödegaard
ff403efe09
Merge pull request #1887 from masaori335/kairosdb-tag-suggention
...
Refactoring of tag suggestion in KairosDB Plugin
2015-04-26 20:31:29 +02:00
Masaori Koshiba
df9403809b
Fix conflict
2015-04-26 23:14:50 +09:00
Masaori Koshiba
d86814b6c5
Refactoring of tag suggestion
2015-04-26 23:02:40 +09:00
Torkel Ödegaard
d66e510c42
Merge pull request #1867 from maddenca/patch-1
...
Documented units for timepicker
2015-04-26 15:35:59 +02:00
Torkel Ödegaard
87007994af
Merge branch 'kairosdb-metric-text' of https://github.com/masaori335/grafana into kariosdb
2015-04-26 15:22:21 +02:00
Torkel Ödegaard
03e4afa736
Merge pull request #1882 from masaori335/kairosdb-appearance
...
Fix query editor appearance of KairosDB Plugin
2015-04-26 15:15:05 +02:00
Torkel Ödegaard
f120e96eeb
Merge pull request #1883 from masaori335/kairosdb-merge-master
...
Merge branch 'master' into kariosdb
2015-04-26 15:14:28 +02:00
Masaori Koshiba
7e044e29ba
Change metric form input text
...
Preparation of templated dashboard support.
2015-04-26 19:31:04 +09:00
Masaori Koshiba
63ac6640e6
Merge branch 'master' into kairosdb-merge-master
2015-04-26 11:04:02 +09:00
Torkel Ödegaard
e410fbb558
Corrected SQL migration for snapshot table column type change, #1880
2015-04-25 20:28:50 +02:00
Torkel Ödegaard
4eeaa6bf9d
Merge pull request #1881 from raintank/issue1880
...
fixes #1880 correct mysql statement for modifying column data type
2015-04-25 20:24:22 +02:00
Masaori Koshiba
5d57931060
Fix appearance of query editor
2015-04-26 00:24:04 +09:00
Anthony Woods
f227002a80
fixes #1880 dashboard_snapshot table does not have a data column
2015-04-25 18:51:25 +08:00
Anthony Woods
d84d92f73c
fixes #1880 correct mysql statement for modifying column data type
2015-04-25 18:46:30 +08:00
Torkel Ödegaard
a0cbca4cad
more work on editable false, #1834
2015-04-25 11:10:28 +02:00
Masaori Koshiba
0a23a996bc
Remove targetLetters
2015-04-25 16:12:10 +09:00
Torkel Ödegaard
380b7f4d94
updated version to 2.1.0-pre1
2015-04-24 15:57:20 +02:00
Torkel Ödegaard
bad2d1a974
Merge pull request #1869 from marknoe1/extra_uom
...
Added units for voltage, current and frequency
2015-04-24 15:55:53 +02:00
Torkel Ödegaard
4fd2c0570c
Replaced slug dependency with one that did not use gopkgs.com
2015-04-24 15:46:16 +02:00
Torkel Ödegaard
fd274592d4
Merge branch 'master' into editable_false
2015-04-24 12:06:50 +02:00
Torkel Ödegaard
7064d87106
Firefox/IE issue, invisible text in dashboard search fixed, Fixes #1872
2015-04-24 11:20:09 +02:00
Mark Oellermann
f8ceb341d6
Added units for voltage, current and frequency
2015-04-24 13:23:54 +10:00
Chris Madden
3fdab59029
Documented units for timepicker
...
Timepicker units (like s, m, M, etc) were not in the documentation so I have added them.
2015-04-23 23:53:15 +02:00
Emil Thelin
2d7c7871b0
Fixes broken test
2015-04-23 20:56:31 +02:00
Emil Thelin
9fd3ef2687
Enforce domain
2015-04-23 20:38:00 +02:00
Anthony Woods
b6a4db3f8a
always refresh varible options if refresh=true
2015-04-24 00:19:16 +08:00
Torkel Ödegaard
b99ee2562e
Restored sql integration tests to use in mem sqlite3
2015-04-23 16:21:49 +02:00
Torkel Ödegaard
8526025792
MySQL: Dashboard.data column type changed to mediumtext (sql migration added), Fixes #1863
2015-04-23 16:18:46 +02:00
Torkel Ödegaard
236c4e65f8
Began work on dashboard: editable flag, that actually stops users from changing anything, #1834
2015-04-23 15:26:48 +02:00
Torkel Ödegaard
d92fae07a5
Merge pull request #1860 from aibou/master
...
Fix and update documents
2015-04-23 14:55:17 +02:00
aibou
968b1b4308
Fix and update documents
2015-04-23 17:42:04 +09:00
Torkel Ödegaard
e9a174d1c5
Merge pull request #1854 from ton31337/master
...
Remove exit 0 at the end of init.d script
2015-04-23 08:45:26 +02:00
Torkel Ödegaard
2c52224013
/api/login/ping Fix for issue when behind reverse proxy and subpath, Fixes #1857
2015-04-23 08:24:30 +02:00
Donatas Abraitis
869cf705e0
Remove exit 0 at the end of init.d script
2015-04-22 22:29:56 +03:00
Mike Kobyakov
0b05f88543
Merge remote-tracking branch 'mychanges/master'
2015-04-22 12:06:32 -07:00
Mike Kobyakov
e395211654
Instead of hard-coding the OpenTsdb aggregators list, pull the supported
...
aggregators from the datasource directly.
2015-04-22 12:02:45 -07:00
Torkel Ödegaard
9f6a348851
Updated install docs with 2.0.2 version
2015-04-22 19:23:28 +02:00
Torkel Ödegaard
aa52f6675c
updated changelog
2015-04-22 17:56:07 +02:00
Torkel Ödegaard
9cc5e981dd
Bumped version to 2.0.2
2015-04-22 17:51:50 +02:00
Torkel Ödegaard
da74fa0862
Updated configuration and http api docs
2015-04-22 17:44:47 +02:00
Torkel Ödegaard
1dfc576263
Panel timeshift: You can now use panel timeshift without a relative time override, Fixes #1848
2015-04-22 13:54:31 +02:00
Torkel Ödegaard
170e8a5d76
Another docs update
2015-04-22 13:47:15 +02:00
Torkel Ödegaard
bd0bf3747e
Began work on http api docs, #1822
2015-04-22 13:23:33 +02:00
Torkel Ödegaard
a11b180480
Snapshots: Fixed issue with snapshoting dashboards with an interval template variable, Fixes #1846
2015-04-22 12:27:12 +02:00
Torkel Ödegaard
f8cfbedefd
Removed semver dependency from go build script
2015-04-22 08:56:14 +02:00
Torkel Ödegaard
90a77bdf85
Fixed failure loop in init.d script when grafana will not start (due to permission issue or other), Fixes #1837
2015-04-22 08:47:53 +02:00
Torkel Ödegaard
e438d21cc0
fixed minor issue in build file
2015-04-22 08:26:49 +02:00
Torkel Ödegaard
dc88fff704
Migration: Import dashboards from Elasticsearch was capped at 100, now capped at 10000, Fixes #1843
2015-04-22 07:50:23 +02:00
Torkel Ödegaard
8ff316252e
Update info text in grafana test data source, Fixes #1840
2015-04-21 21:17:32 +02:00
Torkel Ödegaard
dabdf1b7fd
Graph Panel + Legend Table mode: Many series casued zero height graph, now legend will never reduce the height of the graph below 50% of row height, Fixes #1832
2015-04-21 18:46:44 +02:00
Torkel Ödegaard
6fb6e44ece
updated rpm install docs
2015-04-21 17:17:08 +02:00
Torkel Ödegaard
6df299886e
Updated windows install instructions
2015-04-21 13:30:15 +02:00
Torkel Ödegaard
b25411ef6b
Updated license link on docs page
2015-04-21 10:23:10 +02:00
Torkel Ödegaard
dfa5b005cc
Updated docs makefile
2015-04-21 10:20:55 +02:00
Torkel Odegaard
73b512859a
Small ui align fix to graph axis and grid edit ui
2015-04-21 09:48:50 +02:00
Torkel Ödegaard
c2a4e4720b
Merge pull request #1827 from bergquist/set_default_line_fill_to_1
...
Change default values for linewidth and fill.
2015-04-21 09:43:46 +02:00
carl bergquist
74c5015648
Change default values for linewidth and fill.
2015-04-21 09:27:15 +02:00
Torkel Odegaard
5bddf79d09
Correctly determine arch for windows builds
2015-04-21 08:56:32 +02:00
Torkel Odegaard
05bed2fd8a
Fixed folder location for readme and license files in bin tar / zip package
2015-04-21 08:20:34 +02:00
Torkel Ödegaard
c3f0ef4126
Merge pull request #1821 from masaori335/kairosdb-refactoring
...
Clean up KairosDB Plugin
2015-04-20 21:08:53 +02:00
Torkel Ödegaard
e549a9c09c
Fixed minor docs issue
2015-04-20 18:16:55 +02:00
Torkel Ödegaard
8ef3ee1319
Updated appveyor spec file again (windows CI server, hope to get windows builds soon)
2015-04-20 18:09:57 +02:00
Masaori Koshiba
c762ad8db2
Refactoring KairosDB Plugin
2015-04-21 00:48:25 +09:00
Torkel Ödegaard
929dc2b29c
updated appveyor (Windows ci build) spec file
2015-04-20 16:19:55 +02:00
Torkel Ödegaard
a5d3c1a655
Updated docs
2015-04-20 14:20:01 +02:00
Torkel Ödegaard
a933192b56
Updated docs version selector
2015-04-20 13:46:14 +02:00
Torkel Ödegaard
41565335ed
Updated docs with new latest packages
2015-04-20 13:35:39 +02:00
Torkel Ödegaard
9540e12e2e
Updated version to 2.0.1 to work around rpm and deb versioning scheme does not support regular semver prerelease naming standard, it seems like 2.0.0-beta3 is newer than 2.0.0 for rpm and deb packages.
2015-04-20 13:21:42 +02:00
Torkel Ödegaard
9766106686
Added link to rpm GPG key
2015-04-20 12:38:49 +02:00
Torkel Ödegaard
3d8beb918b
Docs updates and update to tar package
2015-04-20 12:33:32 +02:00
Torkel Ödegaard
123ea331e6
Updated build.go to create latest packages correctly
2015-04-20 12:10:54 +02:00
Torkel Ödegaard
b5a77d4f4a
Updated version to 2.0.0 and updated changelog
2015-04-20 11:54:36 +02:00
Torkel Ödegaard
9852972db8
Merge remote-tracking branch 'origin/nopzor1200-patch-1'
2015-04-20 11:47:36 +02:00
Torkel Ödegaard
b286ed6bb8
Small UI polish to playlist creation view
2015-04-20 11:47:09 +02:00
Torkel Odegaard
b56a084810
Updated nodejs version in appveyor ci build spec file
2015-04-20 09:19:19 +02:00
Torkel Odegaard
c9a28ddd38
Windows build: updates to build stuff to create better windows packages
2015-04-20 08:10:23 +02:00
Torkel Odegaard
bb7ee1c5a3
Panel title: switched from context-menu cursor to pointer, context-menu does not work on windows in chrome and firefox, but works on other platforms :(
2015-04-20 07:29:25 +02:00
nopzor1200
1772e15b46
Update index.md
2015-04-19 23:24:35 -04:00
nopzor1200
360efdf71f
Update whats-new-in-v2.md
2015-04-19 23:18:33 -04:00
nopzor1200
56d1e6834a
Update timerange.md
2015-04-19 22:03:18 -04:00
nopzor1200
f1e267498e
Update timerange.md
2015-04-19 22:02:44 -04:00
nopzor1200
4ba6bf8e27
Update playlist.md
2015-04-19 21:46:22 -04:00
nopzor1200
101c44f22d
Update playlist.md
2015-04-19 21:37:34 -04:00
nopzor1200
7f967524b9
Update index.md
2015-04-19 21:27:37 -04:00
Torkel Odegaard
01e171373c
Updated appvayor file again
2015-04-19 21:31:42 +02:00
Torkel Odegaard
229a4a8aab
appveyor, install mingw
2015-04-19 20:59:14 +02:00
Torkel Odegaard
f6feb455a9
Updated to appveyor ci spec file
2015-04-19 20:45:18 +02:00
Torkel Odegaard
fbf4eac257
Added appveyor, trying to test if a windows CI build will be possible
2015-04-19 20:38:24 +02:00
nopzor1200
48b5d235d8
Update index.md
2015-04-19 14:25:10 -04:00
Torkel Ödegaard
0d8e024c18
Merge pull request #1814 from masaori335/kairosdb-test
...
Add a basic test of KairosDBDatasource
2015-04-19 18:23:00 +02:00
Masaori Koshiba
cc9d2fc139
Suppress LOG in test
2015-04-20 00:51:43 +09:00
Masaori Koshiba
dbc07827cf
Add a basic test of KairosDBDatasource
2015-04-19 23:47:29 +09:00
Masaori Koshiba
05c27d8340
Rename 'KairosDBTargetCtrl' to 'KairosDBQueryCtrl'
2015-04-19 21:52:04 +09:00
Masaori Koshiba
d57ffad5e1
Add a space between arguments
2015-04-19 21:43:18 +09:00
Torkel Odegaard
ebdbbbc000
Updated building on windows instructions in the docs
2015-04-19 09:44:14 +02:00
Torkel Odegaard
1edb13d715
Fixed gofmt formating
2015-04-19 09:29:08 +02:00
Torkel Ödegaard
aa8beda4ec
Merge pull request #1800 from alienth/allowsignup
...
Add allow_sign_up setting for auth.google/github.
2015-04-19 09:16:48 +02:00
Torkel Odegaard
7178dcad35
Windows: Fixed runtime issue with file logging config that casued errors on startup
2015-04-19 09:14:50 +02:00
William Wei
76b517b361
allow graphite metrics name contain '~'
...
when a metrics name contains '~', id does not impact graph display.
but you can not use grafana UI to edit metrics with realtime
graphite query.
2015-04-17 15:51:26 +08:00
Jason Harvey
ddaac50a25
Add allow_sign_up override for auth.google/github.
2015-04-16 13:43:18 -08:00
Torkel Ödegaard
a446286869
Fixed issue with unsaved changes srv being triggerd by starring / unstarring a dashboard, Fixes #1795
2015-04-16 17:21:03 +02:00
Torkel Ödegaard
c54f0fe58b
Merge pull request #1783 from williamjoy/master
...
oauth google: read api_url from config file
2015-04-16 08:15:31 +02:00
Torkel Ödegaard
7c8166cad2
updated build script
2015-04-15 15:41:56 +02:00
Torkel Ödegaard
3db2aaada6
Bumped version to rc1
2015-04-15 15:17:19 +02:00
Torkel Ödegaard
649d40ed66
Data source proxy: Fixed issue with using data source proxy when grafana is behind nginx suburl, Fixes #1784
2015-04-15 15:13:52 +02:00
Torkel Ödegaard
d71b626114
Graph Panel: Legend in table mode now aligns, graph area is reduced depending on how many series, Fixes #1786 , Fixes #1749
2015-04-15 14:53:20 +02:00
Torkel Ödegaard
fc47fb8f64
Backend auth: remember cookie is needed for oauth logins as well
2015-04-15 13:38:38 +02:00
Torkel Ödegaard
10e5e5c400
fixed godep dependency
2015-04-15 13:31:30 +02:00
Torkel Ödegaard
942e8fdba8
Support for unicode / international characters in dashboard title (improved slugify), Fixes #1734 , Fixes #827
2015-04-15 12:36:02 +02:00
Torkel Ödegaard
6ba8854854
Readded link in top header, Fixes #1756
2015-04-15 12:17:31 +02:00
William Wei
b7c0d99cdf
get google api url from config file
...
instead of using https://www.googleapis.com/oauth2/v1/userinfo in
code.
2015-04-15 18:11:54 +08:00
Lichun Wei
bc4584d9fe
Merge pull request #1 from grafana/master
...
sync from upstream
2015-04-15 18:04:52 +08:00
Torkel Ödegaard
53b1d6a5b2
Row editor: increased width of title field, Fixes #1755
2015-04-15 10:52:09 +02:00
Torkel Ödegaard
836e4b4911
Dashboard snapshot: Should not require login to view snapshot, Fixes #1780
2015-04-15 10:39:03 +02:00
Torkel Ödegaard
e9afd30b47
Updated changelog with, Github OAuth: Now works with Github for Enterprise, thanks @williamjoy
2015-04-15 10:31:56 +02:00
Torkel Ödegaard
aefbcb7049
Merge pull request #1782 from williamjoy/master
...
#1781 try fix oauth with github enterprise - add config of api_url
2015-04-15 10:21:09 +02:00
William Wei
4fd2622e55
grafana/grafana#1781 add oauth api url as config
...
read github api from config file instead of using public github:
http://api.github.com/user
this would be useful when you are using github enterprise edition
2015-04-15 14:18:10 +08:00
William Wei
d048e39cde
grafana/grafana#1781 add oauth api url as config
2015-04-15 14:03:28 +08:00
Torkel Ödegaard
140f1307b4
Small fix to singlestat panel and unit selector
2015-04-14 17:13:39 +02:00
Torkel Ödegaard
9d10b5ab52
Updated docker docs
2015-04-14 16:53:54 +02:00
Torkel Ödegaard
edb39a072e
Updated rpm install docs page with yum repo info
2015-04-14 16:49:42 +02:00
Torkel Ödegaard
d66d989308
Updated debian install instructions with apt repo
2015-04-14 16:28:57 +02:00
Torkel Ödegaard
05c3b96202
Updated install docs page
2015-04-14 14:06:53 +02:00
Torkel Ödegaard
e9c7264fd9
Docs updates
2015-04-13 14:12:03 +02:00
Torkel Ödegaard
0b1c1bb8b4
updated package version
2015-04-13 14:06:33 +02:00
Torkel Ödegaard
47a18bba99
Fixed defaults.ini, missing allowed_domains key, #1729
2015-04-13 14:04:52 +02:00
Torkel Ödegaard
7ffdb488c1
Updated opentsdb docs article with info on adding the data source
2015-04-13 11:49:12 +02:00
Torkel Ödegaard
2c1188f664
Updated influxdb docs page with info on how to add a datasource
2015-04-13 11:35:43 +02:00
Torkel Ödegaard
60ab08ed1b
Updated Graphite docs page with instruction on how to add a graphite data source
2015-04-13 09:37:07 +02:00
Torkel Ödegaard
2bb85d216e
Fixed fixed decimal option bug, when fixed decimal value was set to zero, Fixes #1764
2015-04-13 09:05:42 +02:00
Torkel Ödegaard
7be8fb8432
Updated install docs
2015-04-13 08:14:13 +02:00
Torkel Ödegaard
a4ef1e22d6
Updated docs
2015-04-13 07:55:07 +02:00
Torkel Ödegaard
3335041d39
Trying to split install docs into seperate pages
2015-04-13 07:34:55 +02:00
Torkel Ödegaard
19e881513b
updated changelog
2015-04-12 21:34:37 +02:00
Torkel Ödegaard
41777c01f1
Updated config docs
2015-04-12 21:31:35 +02:00
Torkel Ödegaard
6b26c8d46f
updated to install docs
2015-04-12 21:28:01 +02:00
Torkel Ödegaard
d4339ae9d2
Updated packaging post install
2015-04-12 16:23:43 +02:00
Torkel Ödegaard
bdc4d14036
Updated postinstall scripts
2015-04-12 16:19:44 +02:00
Torkel Ödegaard
ed82f6c681
Added upgrade step that moves sqlite3 database to new location, #1758
2015-04-12 15:58:08 +02:00
Torkel Ödegaard
d4e6ae2804
Fixed issue in rpm init.d script
2015-04-12 15:52:51 +02:00
Torkel Ödegaard
32275cb009
Merge pull request #1760 from masaori335/kairosdb-cleanup
...
Cleanup KairosDB Plugin
2015-04-12 15:37:45 +02:00
Torkel Ödegaard
ff353197fb
Merge pull request #1759 from masaori335/kairosdb-fix-icon
...
Fix class names in query.editor.html of KairosDB plugin
2015-04-12 15:37:33 +02:00
Masaori Koshiba
88bf0cdb9e
Fix styles around 'function'
2015-04-12 20:51:35 +09:00
Masaori Koshiba
a2b751976e
Add space before and after binary operators
2015-04-12 20:41:09 +09:00
Masaori Koshiba
ddb4b928a0
Delete MetricListToObject which never used
2015-04-12 20:28:01 +09:00
Masaori Koshiba
2b5fa599fb
Fix styles warned by jshint
2015-04-12 20:28:00 +09:00
Masaori Koshiba
ae2201ef6f
Add space after keywords
2015-04-12 20:28:00 +09:00
Masaori Koshiba
ed69ddedbf
Fix styles warned by jscs
2015-04-12 20:27:51 +09:00
Masaori Koshiba
66f5411402
Fix class names in query.editor.html of KairosDB Plugin
2015-04-12 18:39:41 +09:00
Torkel Ödegaard
a60bf642e1
Updated build.go
2015-04-12 09:51:56 +02:00
Torkel Ödegaard
be8a72c35b
Updated rpm post install script, #1758
2015-04-12 09:49:28 +02:00
Torkel Ödegaard
cc14705404
Update changelog
2015-04-12 09:42:27 +02:00
Torkel Ödegaard
6de584aafc
Updated to config file finding, and added homepath command line option
2015-04-12 09:15:49 +02:00
Torkel Ödegaard
cc427b1307
Merge branch 'master' into packaging_refactoring
2015-04-10 17:45:01 +02:00
Torkel Ödegaard
00cdb5e36a
Merge pull request #1738 from mtanda/suppress_redrawing_by_tooltip
...
Suppress redrawing when Shared Crosshair is disabled
2015-04-10 17:44:39 +02:00
Torkel Ödegaard
437cd50039
Merge pull request #1740 from craftytrickster/master
...
When performing a metric find query, the InfluxDb9 datasource needs a qu...
2015-04-10 17:41:56 +02:00
Torkel Ödegaard
61add0ecc6
Merge pull request #1742 from mattttt/patch-1
...
Typo fix in help_modal.html
2015-04-10 17:41:21 +02:00
Torkel Ödegaard
8accb8865a
restart on upgrade default to false
2015-04-10 17:36:25 +02:00
Torkel Ödegaard
c44248440e
Updated to rpm package
2015-04-10 17:32:40 +02:00
Torkel Ödegaard
d32c03ed11
Rpm working again, systemd working on centos 7
2015-04-10 16:20:01 +02:00
Torkel Ödegaard
3e49609099
started work on new rpm package
2015-04-10 11:35:14 +02:00
Torkel Ödegaard
c47f4bc97c
systemd service is working on debian jessie
2015-04-10 11:26:03 +02:00
Torkel Ödegaard
8ee7d5c2d5
Deb package is starting to work
2015-04-10 11:05:56 +02:00
Torkel Ödegaard
2020fedfdb
Fixed issue with overriding default config values via command line
2015-04-10 10:58:32 +02:00
Matt
40b2535728
Typo fix in help_modal.html
...
Fixed typo in header (Keyboard shutcuts -. Keyboard shortcuts)
2015-04-09 16:18:15 -04:00
David Raifaizen
2d016c5a3f
When performing a metric find query, the InfluxDb9 datasource needs a query type in order to return results succesfully. This parameter is not available when called from the templateValuesSrv, which is causing an error
2015-04-09 12:05:18 -04:00
Mitsuhiro Tanda
ba3bb57926
suppress all graph redrawing when shared tooltip is enabled
2015-04-10 00:34:23 +09:00
Torkel Ödegaard
4c6d7630cd
more work on refining config loading, and packaging
2015-04-09 17:18:04 +02:00
Torkel Ödegaard
d1767144a8
Reworking configuration loading and overriding
2015-04-09 12:16:59 +02:00
Torkel Ödegaard
a991cda233
Began work on refactoring reading config values
2015-04-08 20:31:42 +02:00
Torkel Ödegaard
9c2040aa9b
More deb & rpm work, systemd testing
2015-04-08 16:58:05 +02:00
Torkel Ödegaard
96ee1c17a3
Worked on new deb & rpm packaging and init.d scripts
2015-04-08 14:10:04 +02:00
Torkel Ödegaard
6911572fa1
Panel image rendering: now works under self-signed https cert, Fixes #1726
2015-04-08 09:06:01 +02:00
Torkel Ödegaard
059db533d5
HTTP API: grafana /render calls nows with api keys, Fixes #1649
2015-04-08 08:59:12 +02:00
Torkel Ödegaard
f28af4f369
OpenTSDB: another improvement to OpenTSDB query -> query result matching
2015-04-07 21:47:06 +02:00
Torkel Ödegaard
1bd238191c
OpenTSDB: better matching for query -> query result series
2015-04-07 21:42:21 +02:00
Torkel Ödegaard
c07d48d930
A big refactoring for how sessions are handled, Api calls that authenticate with api key will no longer create a new session
2015-04-07 19:21:14 +02:00
Torkel Ödegaard
00a713c42e
Updated configuration docs with cert_key and cert_file info, Closes #1722
2015-04-07 16:48:30 +02:00
Torkel Ödegaard
01c97e69dd
Updated influxdb 0.9 datasource config view to mention incomplete state of data source
2015-04-07 13:56:35 +02:00
Torkel Ödegaard
646298f5c5
Handle errors when loading dashboard with template variables that query data sources that cannot be found
2015-04-07 13:48:26 +02:00
Torkel Ödegaard
8f73328e25
Fixed datasource proxy and session timeout issue for OpenTSDB, #1667
2015-04-07 09:53:59 +02:00
Torkel Ödegaard
b5112aeee2
Data source proxy, and session timeout fix for influxdb, #1667
2015-04-07 09:50:03 +02:00
Torkel Ödegaard
22adf0d06e
Datasource proxy & session timeout fix (casued 401 Unauthorized error after a while), Fixes #1667
2015-04-07 09:25:00 +02:00
Torkel Ödegaard
382f7066d9
Fixed importing dashboards from graphite web issue
2015-04-06 14:46:06 +02:00
Torkel Ödegaard
08c19692ea
Updated configuration docs
2015-04-06 14:19:18 +02:00
Torkel Ödegaard
eb575685aa
OAuth: Specify allowed email address domains for google or and github oauth logins, Closes #1660
2015-04-06 14:16:22 +02:00
Torkel Ödegaard
7a95451288
Fixed graph tooltip lingering when changing dashboard using keyboard, Fixes #1700
2015-04-06 11:42:50 +02:00
Torkel Ödegaard
538ec7c0a0
Unsaved changes: Do not show for snapshots, scripted and file based dashboards, Fixes #1707
2015-04-06 11:22:35 +02:00
Torkel Ödegaard
ea800dd838
Added login to organization users table, Fixes #1683
2015-04-04 10:14:51 +02:00
Torkel Ödegaard
b8c378f2f0
Updated golang/x/oauth2 dependency, #1710
2015-04-04 09:50:25 +02:00
Torkel Ödegaard
e86bedddb2
Updated gitignore file
2015-04-02 15:37:22 +02:00
Torkel Ödegaard
1e1a6df480
Playlist: fixed issue where dashboard title was not visible when playing playlist
2015-04-02 15:37:03 +02:00
Torkel Ödegaard
7aa1ab855e
Row editor fix: fixed issue when opening row editor when dashboard settings view is opened, Fixes #1688
2015-04-02 10:05:33 +02:00
Torkel Ödegaard
776f15055a
Fixed grafana version in dash settings footer, Fixes #1699
2015-04-02 09:50:57 +02:00
Torkel Ödegaard
b291b18a87
Unsaved changes improvements: ignore row collapse state, ignore graph legend sort order, Closes #1702
2015-04-02 09:44:16 +02:00
Torkel Ödegaard
e6492f7db9
Share modal: Override UI theme via URL param for Share link, rendered panel, or embedded panel, Closes #1701
2015-04-02 09:21:38 +02:00
Torkel Ödegaard
3b737999d6
Unsaved changes: Do not show for users with role , Fixes #1703
2015-04-02 08:08:22 +02:00
Torkel Ödegaard
00fa7f5e86
Removed unusued config, updated sample config with session config
2015-04-02 07:51:16 +02:00
Torkel Ödegaard
fde5ba85a0
Docs: Updated configuration docs with port 80 tips
2015-04-01 17:24:24 +02:00
Torkel Ödegaard
a96e4a343c
Only create admin user specified in config file when there are no users in the database, Fixes #1680
2015-04-01 16:05:42 +02:00
Torkel Ödegaard
36110d0977
Updated migration docs
2015-04-01 15:56:39 +02:00
Torkel Ödegaard
1f330d7753
Basic auth: Fixed issue when using basic auth proxy infront of Grafana, Fixes #1673
2015-04-01 15:23:26 +02:00
Torkel Ödegaard
cf877e6567
added postgres and redis session options
2015-04-01 09:45:42 +02:00
Torkel Ödegaard
c3fa68ade8
Data source proxy: Fixed issue with Gzip enabled and data source proxy, Fixes #1675
2015-04-01 09:00:17 +02:00
Torkel Ödegaard
5422d13607
Postgres fix update
2015-04-01 08:26:02 +02:00
Torkel Ödegaard
d8f614ed98
Merge pull request #1665 from mattrobenolt/bool
...
Let xorm convert `False` into the right type
2015-04-01 08:25:20 +02:00
Torkel Ödegaard
4ca125da41
Delete snapshot fix: the action is now shows confirmation directly in the modal (not opening a new tab with api call as in beta1), Fixes #1682
2015-04-01 08:24:03 +02:00
Torkel Ödegaard
3c2bfbfc1c
Search: Dashboard results should be sorted alphabetically, Fixes #1685
2015-03-31 22:06:19 +02:00
Torkel Ödegaard
03e336ba9e
Fixed minor issue doing snapshot from home (root) dashboard
2015-03-31 21:48:54 +02:00
Torkel Ödegaard
76ea0f432a
updated master version to beta2
2015-03-31 19:20:34 +02:00
Torkel Ödegaard
7eb45e1799
MySQL session: fixed problem using mysql as session store, Fixes #1681
2015-03-31 19:18:41 +02:00
Torkel Ödegaard
4af1dcd54f
Updated defaults.ini, reverted change in previous commit
2015-03-31 17:42:51 +02:00
Torkel Ödegaard
463c519954
Dashlist panel: added fresh panel when changing limit, Fixes #1677
2015-03-31 17:30:27 +02:00
Torkel Ödegaard
1d0a3660bd
Fixed issue with updating default data source, it required page reload to take effect, should not be required, now fixed, Fixes #1671
2015-03-31 14:31:47 +02:00
Torkel Ödegaard
b83367063e
Small improvement to dashboard loading error handling
2015-03-31 14:03:01 +02:00
Torkel Ödegaard
aa724fc11e
Remove datasource names in panels from snapshots
2015-03-31 10:48:14 +02:00
Matt Robenolt
cedb11ebab
Let xorm convert False into the right type
2015-03-30 18:11:39 -07:00
Torkel Ödegaard
ffe389af4a
Updated to whats new guide
2015-03-30 19:18:15 +02:00
Mike Kobyakov
b01b121a4b
Instead of hard-coding the OpenTsdb aggregators list, pull the supported
...
aggregators from the datasource directly.
2015-03-30 10:17:45 -07:00
Torkel Ödegaard
b313637848
updated confiuration docs
2015-03-30 17:39:16 +02:00
Torkel Ödegaard
2eeae21777
Updated whats new docs guide
2015-03-30 17:35:38 +02:00
Torkel Ödegaard
2af9dfebea
Merge pull request #1657 from lfrancke/patch-1
...
Update index.md
2015-03-30 17:04:28 +02:00
Lars Francke
dade6fc191
Update index.md
...
Fixes two typos and a minor inconsistency
2015-03-30 16:55:37 +02:00
Torkel Ödegaard
fb0629a913
Bumbped version to 2.0.0-beta1
2015-03-30 15:45:02 +02:00
Torkel Ödegaard
060d0b777b
Updated install docs and changelog
2015-03-30 12:31:12 +02:00
Torkel Ödegaard
dc03ca8879
Opening search closes fullscreen edit or fullscreen view
2015-03-30 12:25:17 +02:00
Torkel Ödegaard
de51aeab7b
updates to whats new doc, and building from source, also small fix for panel snapshot, single panelsnapshot should expand panel span to 12
2015-03-30 11:08:46 +02:00
Torkel Ödegaard
b46f8bad6d
Added check for allow_user_org_create, updated admin docs
2015-03-30 10:12:24 +02:00
Torkel Ödegaard
8982dc5ed3
Update getting started
2015-03-30 09:38:40 +02:00
Torkel Ödegaard
2d2462fe63
Updated configuration docs
2015-03-30 09:22:58 +02:00
Torkel Ödegaard
b1fedca46e
Merge pull request #1656 from nopzor1200/patch-5
...
Update gettingstarted.md
2015-03-30 08:39:38 +02:00
Torkel Ödegaard
929187a934
Merge pull request #1655 from nopzor1200/patch-4
...
Update admin.md
2015-03-30 08:38:58 +02:00
Torkel Ödegaard
7f34462f9a
Merge pull request #1654 from nopzor1200/patch-3
...
Update influxdb.md
2015-03-30 08:38:14 +02:00
nopzor1200
2c54937104
Update gettingstarted.md
...
fleshed out 'getting started' text
2015-03-29 16:39:08 -04:00
Torkel Ödegaard
472b8c6e8d
Fixed link in docs
2015-03-29 21:27:48 +02:00
Torkel Ödegaard
8e33c2c4d3
Mini work on InfluxDB 0.9 datasource, still needs a lot of work
2015-03-29 20:47:34 +02:00
Torkel Ödegaard
795cee13c8
KairosDB data source plugin is messy, needs a lot of clean up & refactoring, please help
2015-03-29 20:30:59 +02:00
Torkel Ödegaard
15188c4a88
Moved kairosdb data source to correct folder
2015-03-29 20:13:32 +02:00
Torkel Ödegaard
48f5a77e24
Merge branch 'master' into kariosdb
2015-03-29 20:08:28 +02:00
Torkel Ödegaard
c42d09b267
Enabled snapshot sharing of single panels, enabled sharing of snapshot dashboards (but you cannot snapshot a snapshot
2015-03-29 15:01:27 +02:00
Torkel Ödegaard
0f791c9fa8
Refactoring of share modal
2015-03-29 14:30:03 +02:00
Torkel Ödegaard
ceb079a7ea
removed old docs, need to update export & import docs, and playlist docs
2015-03-29 13:46:37 +02:00
Torkel Ödegaard
607b273b28
Merge branch 'master' into kariosdb
2015-03-29 13:42:00 +02:00
Torkel Ödegaard
ce99e7b294
Updated gitignore and added config.js
2015-03-29 13:41:01 +02:00
Torkel Ödegaard
a20c276c84
Updated readme
2015-03-29 13:39:51 +02:00
Torkel Ödegaard
2186b09ed7
Removed travis file, circle ci is the primary CI service
2015-03-29 13:34:58 +02:00
Torkel Ödegaard
38db91c7be
Fixed failing go unit test
2015-03-29 13:33:34 +02:00
Torkel Ödegaard
902f5d895a
Updated readme
2015-03-29 13:30:03 +02:00
Torkel Ödegaard
6d565cb355
Merge branch 'patch-3' of https://github.com/mattrobenolt/grafana
2015-03-29 13:08:28 +02:00
Torkel Ödegaard
6a9256bb00
Bumped version to prebeta3
2015-03-29 13:07:40 +02:00
Torkel Ödegaard
b48b2ac656
Updated grunt tasks for the src -> public directory change
2015-03-29 13:06:53 +02:00
Torkel Ödegaard
fde11be279
Renamed src directory to public
2015-03-29 12:57:28 +02:00
Torkel Ödegaard
adb5d6da84
Merge branch develop (Grafana 2.0 branch) into master
2015-03-29 12:52:07 +02:00
Matt Robenolt
92d869e85c
typo: sqllite -> sqlite
2015-03-28 16:26:51 -07:00
nopzor1200
e8e83bdbce
Update admin.md
2015-03-28 18:40:25 -04:00
nopzor1200
bb8f8fccca
Update influxdb.md
...
clarified some language, split into influx 0.9 and influx 0.8 since they are now two separate datasources/queryeditors
2015-03-28 17:30:36 -04:00
Torkel Ödegaard
1824caa5ea
Updated snapshot share icon size
2015-03-28 21:04:38 +01:00
Torkel Ödegaard
dfac87db05
Removed unused function from kbn.js
2015-03-28 18:04:22 +01:00
Torkel Ödegaard
15c8a5e351
Merge pull request #1651 from nopzor1200/patch-1
...
Updates to migration doc
2015-03-28 18:02:13 +01:00
Torkel Ödegaard
8e9a0eddf5
Custom snapshot topnav header, new custom dashboard snapshot icon, #1623
2015-03-28 17:53:52 +01:00
nopzor1200
1200dd4b75
Update migrating_to2.md
2015-03-28 11:57:00 -04:00
nopzor1200
f969fce4d4
Update migrating_to2.md
...
minor tweaks
2015-03-28 00:39:13 -04:00
nopzor1200
45419195aa
Update migrating_to2.md
...
some suggested updates
2015-03-28 00:30:39 -04:00
Torkel Ödegaard
80c771c945
Added googla analytics id setting
2015-03-27 17:13:44 +01:00
Torkel Ödegaard
6bd2736116
added transparent panel option
2015-03-27 14:39:03 +01:00
Torkel Ödegaard
f7b4f331f3
Updating docs
2015-03-27 14:23:23 +01:00
Torkel Ödegaard
618d4f0a9d
Testing kariosdb datasource, hm.. needs a lot of work
2015-03-27 13:49:05 +01:00
Torkel Ödegaard
c01efad997
Updated config (minor description change)
2015-03-27 11:26:20 +01:00
Torkel Ödegaard
2933b89a82
Merge branch 'develop' into panel_repeat
...
Conflicts:
src/app/partials/roweditor.html
src/app/partials/submenu.html
src/css/less/submenu.less
src/test/specs/templateSrv-specs.js
2015-03-27 10:47:45 +01:00
Torkel Ödegaard
1d64ba3b5d
Small style update to submenu (template variables, annotation menu)
2015-03-27 08:39:08 +01:00
Torkel Ödegaard
e646ae8be4
updated whats new doc
2015-03-27 07:39:06 +01:00
Torkel Ödegaard
d3db49ae3e
Fixed snapshot sharing issue
2015-03-27 06:47:58 +01:00
Torkel Ödegaard
7be7aeb70a
Fixed sql migration issue with dashboard snapshots
2015-03-26 21:20:44 +01:00
Torkel Ödegaard
541cd2e430
Dashboard snapshot: more work on snapshot deletion, and saving external reference, #1623
2015-03-26 20:59:41 +01:00
Torkel Ödegaard
4322f29f34
Dashboard snapshot: added delete key which can be used to delete snapshots, #1623
2015-03-26 20:34:58 +01:00
Torkel Ödegaard
7d0ae23c0e
small docs update
2015-03-26 19:31:43 +01:00
Torkel Ödegaard
0122a9ab18
Updated whats new doc
2015-03-26 18:03:37 +01:00
Torkel Ödegaard
165647184d
Updated docs: whats new in 2.0, added sharing reference docs page, #1571
2015-03-26 17:55:07 +01:00
Torkel Ödegaard
2ca86b6085
Changed log base 16 to log base 32, #452
2015-03-26 17:44:36 +01:00
Torkel Ödegaard
b04c50537d
Progress on InfluxDB 0.9 support, but will take a break, it is impossible to work on this, cannot get any queries that use tags to work with InfluxDB 0.9rc15, just empty response, #1525
2015-03-26 13:51:43 +01:00
Torkel Ödegaard
fcac4c057c
updated xorm, go-sqlite3 dependencies
2015-03-26 12:41:43 +01:00
Torkel Ödegaard
71aa2ef2c2
Changed reporting interval to 24 hour (1 hour was just for testing)
2015-03-26 12:20:24 +01:00
Torkel Ödegaard
03aa997673
merged with master and fixed ES issue
2015-03-26 12:14:37 +01:00
Torkel Ödegaard
df4a00f8ef
Merge remote-tracking branch 'origin/master' into develop
2015-03-26 12:09:02 +01:00
Torkel Ödegaard
f343a46ca4
Singlestat panel: Fixed error handling, when query fail do not show last value, Fixes #1647
2015-03-26 12:05:08 +01:00
Torkel Ödegaard
b1f85dc8f1
Added expire option to dashboard snapshots, #1623
2015-03-26 12:00:52 +01:00
Torkel Ödegaard
722d74a41b
Removed unused animate.min.css
2015-03-25 21:27:57 +01:00
Torkel Ödegaard
86a9fe6024
Removed unused bootstrap css
2015-03-25 21:11:21 +01:00
Torkel Ödegaard
68701c5cf9
More refinements to info text on share snapshot dialog, #1623
2015-03-25 20:55:41 +01:00
Torkel Ödegaard
f4280ca517
More refinements of dashboard snapshot dialog, #1623
2015-03-25 20:36:48 +01:00
Torkel Ödegaard
afeb65b3bf
Snapshot sharing fix
2015-03-25 17:18:43 +01:00
Torkel Ödegaard
d9e56b678a
Fixed intendation issue
2015-03-25 16:35:14 +01:00
Torkel Ödegaard
aa60edd9fe
Fixed issue with external snapshot publish
2015-03-25 16:30:03 +01:00
Torkel Ödegaard
c4b8a9853e
updated grunt-jscs dependency
2015-03-25 16:06:13 +01:00
Torkel Ödegaard
e640c51f84
Merge pull request #1639 from tuexss/patch-1
...
readme cleanup
2015-03-25 16:00:06 +01:00
Torkel Ödegaard
b37e100058
Merge pull request #1640 from tuexss/tuexss-https
...
http->https for latest version
2015-03-25 15:59:20 +01:00
Torkel Ödegaard
cb3593e472
Lots of small fixes, role viewer hides save icon and some actions in
...
config dropdown. Snapshot dashboard hides save, star, config menu icons.
Can now embedd panel from snapshotted dashboard.
2015-03-25 15:48:56 +01:00
Torkel Ödegaard
2e6d28027a
Removed snapshot from dashboard settings dropdown, its only reached through the share menu
2015-03-25 14:19:14 +01:00
Torkel Ödegaard
9c5e116d09
Fixed small file nameing issue in build script
2015-03-25 14:14:45 +01:00
Torkel Ödegaard
10618637e2
Fixed bug in sql migration, closes #1643
2015-03-25 13:53:58 +01:00
Torkel Ödegaard
4e97df06a3
Removed ghost panel
2015-03-25 13:43:52 +01:00
Torkel Ödegaard
abe529b5be
Merge pull request #1641 from tuexss/tuexss-https-1
...
http -> https for external links
2015-03-25 12:32:04 +01:00
Torkel Ödegaard
e31a3a64e1
OpenTSDB: Alias patterns (reference tag values), syntax is: or [[tag_tagname]], Closes #1344 , match opentsdb response to query, Fixes #1601
2015-03-25 12:27:33 +01:00
tuexss
152b01064a
http -> https for external links
2015-03-25 12:17:22 +01:00
tuexss
f235b516dc
http->https for latest version
2015-03-25 12:14:26 +01:00
tuexss
1f6d5bfd53
readme cleanup
2015-03-25 12:03:20 +01:00
Torkel Ödegaard
da833cbc58
Small progress on influxdb 0.9 query editor, #1525
2015-03-25 11:07:12 +01:00
Torkel Ödegaard
9268ecf3e9
Some refinements to dashboard snapshots
2015-03-25 09:04:38 +01:00
Torkel Ödegaard
c8687560d6
Merge pull request #1636 from mattrobenolt/patch-2
...
Fix more Cache-Control headers
2015-03-25 07:22:22 +01:00
Matt Robenolt
5286f0856d
Fix more Cache-Control headers
...
`max-age` is always with an `=`, not a `:`.
2015-03-24 17:30:26 -07:00
Torkel Ödegaard
789363b0ad
Added ghost panel that shows up empty rows, this panel will show add panel buttons to more quickly/easier get to add a panel, #1635
2015-03-24 21:10:44 +01:00
Torkel Ödegaard
e6918c4b99
Merge branch 'develop' into ghost-panel
2015-03-24 19:53:56 +01:00
Torkel Ödegaard
f9cf673f81
removed accidental code, should have been part of ghost-panel branch commit
2015-03-24 19:49:51 +01:00
Torkel Ödegaard
cc71b1f07d
Ghost panel test
2015-03-24 19:42:39 +01:00
Torkel Ödegaard
7919d79347
Another cache header fix
2015-03-24 17:16:13 +01:00
Torkel Ödegaard
22b78aa037
Merge pull request #1632 from swehner/limit-search-results
...
Limit ElasticSearch to return only title and tags for dashboard search
2015-03-24 17:04:35 +01:00
Torkel Ödegaard
a5c3855233
Added dashboard snapshot metrics
2015-03-24 16:49:12 +01:00
Torkel Ödegaard
ddd3df26b1
Fixed docs spelling issue, #1634
2015-03-24 15:52:22 +01:00
Torkel Ödegaard
c27db7a347
Small updates to share dashboard snapshot feature
2015-03-24 15:46:17 +01:00
Stefan Wehner
527e802b05
Limit ElasticSearch return to title and tags
2015-03-24 11:37:26 +01:00
Torkel Ödegaard
d758729633
Merge pull request #1629 from mattrobenolt/patch-1
...
Fix format of Cache-Control header
2015-03-24 11:13:55 +01:00
Matt Robenolt
3e9adeefbc
Fix format of Cache-Control header
2015-03-23 21:58:29 -07:00
Torkel Ödegaard
5f0e7cd52a
Added custom cache control headers for static content
2015-03-23 18:28:59 -04:00
Torkel Ödegaard
98c0209976
Dashboard snapshot: cleanup snapshot data after snapshot, #1623
2015-03-23 17:34:41 -04:00
Torkel Ödegaard
6f2a8e27b8
Dashboard Snapshot: added dashboard snapshot to changelog, #1623
2015-03-23 15:36:18 -04:00
Torkel Ödegaard
41820ccb05
Dashboard Snapshot sharing: singlestat panel now works, #1623
2015-03-23 15:32:38 -04:00
Torkel Ödegaard
4d13a5bffb
Fixed failing style check
2015-03-23 14:00:03 -04:00
Torkel Ödegaard
7614ddb318
Updated design for snapshot sharing dialog, #1596
2015-03-23 13:58:30 -04:00
Torkel Ödegaard
a5fac17f2b
Added public snapshot test, hosted on snapshots.raintank.io
2015-03-23 07:32:03 -04:00
Torkel Ödegaard
49a0ea53c7
Merge branch 'develop' of github.com:grafana/grafana into dashboard_snapshot_poc
...
Conflicts:
src/app/features/dashboard/partials/shareDashboard.html
2015-03-22 22:04:13 -04:00
Torkel Ödegaard
44bc2b2d56
Updated conf description, metrics interval
2015-03-22 16:30:28 -04:00
Torkel Ödegaard
a26436f59b
Server metrics fix
2015-03-22 16:13:16 -04:00
Torkel Ödegaard
1e4c62a70d
updated server reporting
2015-03-22 15:45:13 -04:00
Torkel Ödegaard
526f3e1a31
Fixed failing unit test
2015-03-22 15:27:05 -04:00
Torkel Ödegaard
c67291da33
Updated
2015-03-22 15:25:21 -04:00
Torkel Ödegaard
9c9ebb4987
Updated server stats
2015-03-22 15:24:35 -04:00
Torkel Ödegaard
d987532262
Added server metrics
2015-03-22 15:14:00 -04:00
Torkel Ödegaard
7d4293f849
removed cli commands, need to be mobed to a seperate binary using http api, #1570
2015-03-22 06:48:53 -04:00
Torkel Ödegaard
c658189c85
Updated
2015-03-21 18:39:43 -04:00
Torkel Ödegaard
a8d9ec426b
Merge branch 'develop' into panel_repeat
2015-03-21 15:57:53 -04:00
Torkel Ödegaard
9bae19a7ec
Small fix to logarithmic scale
2015-03-21 15:34:26 -04:00
Torkel Ödegaard
bf898138b7
Small update to drilldown link editor
2015-03-21 12:09:04 -04:00
Torkel Ödegaard
245c6dbff0
Share Panel: The share modal now has an embed option, gives you an iframe that you can use to embedd a single graph on another web site, #1622
2015-03-21 12:09:04 -04:00
Torkel Ödegaard
f48f5428e5
Adding snapshot storage and route, #1623
2015-03-21 10:56:26 -04:00
Torkel Ödegaard
964f0861d6
more work on dashboard snapshots
2015-03-21 08:53:16 -04:00
Torkel Ödegaard
a76758255f
Merge branch 'develop' into dashboard_snapshot_poc
2015-03-21 07:29:40 -04:00
Torkel Ödegaard
7db3703275
Share Panel: The share modal now has an embed option, gives you an iframe that you can use to embedd a single graph on another web site, #1622
2015-03-20 22:01:39 -04:00
Torkel Ödegaard
306358e73c
Merge pull request #1621 from raintank/1619
...
fixes #1619 Secure PhantomJS Png rendering
2015-03-20 19:30:58 -04:00
Torkel Ödegaard
2bd2605ae9
Added poc of dashboard snapshot, sharable dashboard with data embedded
2015-03-20 19:16:59 -04:00
Anthony Woods
7010df0fe8
fixes #1619 Secure PhantomJS Png rendering
...
removes auth hack to allow phantomjs to query pages as a user
without auth. Instead we pass phantomjs the session cookie,
which it then includes in the request.
2015-03-21 07:14:13 +08:00
Torkel Ödegaard
36a948965b
Graph: added log base 16 and log base 1024 scales, #452
2015-03-20 18:12:12 -04:00
Torkel Ödegaard
5d6583ef7b
Fixed small issue in share modal introdiced in recent commit
2015-03-20 15:07:38 -04:00
Torkel Ödegaard
0aab51a73f
Added row repeats
2015-03-20 15:06:23 -04:00
Torkel Ödegaard
86e9d2cf07
more work on repeating row
2015-03-20 13:33:52 -04:00
Torkel Ödegaard
c7b4041879
Merge branch 'template_var_multi_select' into panel_repeat
...
Conflicts:
src/app/features/dashboard/submenuCtrl.js
src/test/specs/templateSrv-specs.js
2015-03-20 13:00:15 -04:00
Torkel Ödegaard
6e0947c0d9
Multi selecting starting to work
2015-03-20 12:55:55 -04:00
Torkel Ödegaard
3334e36397
Updated
2015-03-20 10:24:42 -04:00
Torkel Ödegaard
35888c814c
more work on multi select
2015-03-19 23:09:50 -04:00
Torkel Ödegaard
0d817e0664
Merge branch 'develop' into template_var_multi_select
2015-03-19 15:17:00 -04:00
Torkel Ödegaard
a8363f02b8
Small changes to log scale handling, #452
2015-03-19 15:16:47 -04:00
Torkel Ödegaard
94c3a07115
Fixed small issue when using 'Save As', dashboard version was not reset
2015-03-19 10:32:47 -04:00
Torkel Ödegaard
01148ac1b9
Merge branch 'develop' into template_var_multi_select
2015-03-19 10:17:34 -04:00
Torkel Ödegaard
30047e6a9f
Updated macaron and ini package
2015-03-19 10:17:16 -04:00
Torkel Ödegaard
c1d6fcd18d
Fixed full screen edit css issue where part of the dashboard became visible
2015-03-18 19:57:54 -04:00
Torkel Ödegaard
94415e2b60
Fix for panel height in fullscreen mode
2015-03-18 19:42:18 -04:00
Torkel Ödegaard
d81d0c8c44
Graph: Adds logarithmic scale option (log base 10), Closes #452
2015-03-18 18:51:29 -04:00
Torkel Ödegaard
eb8b9c4ac3
Increase api_key.key varchar to 255 length
2015-03-18 13:20:15 -04:00
Torkel Ödegaard
080847ec4d
Change: shared tooltip is now enabled by default in graph panel
2015-03-18 12:47:45 -04:00
Torkel Ödegaard
d08144e730
Began work on template multi select feature
2015-03-18 11:15:21 -04:00
Torkel Ödegaard
bb5eeee82e
fixed small issue with share modal
2015-03-17 17:34:00 -04:00
Torkel Ödegaard
741a1736a4
can handle updates
2015-03-17 16:04:08 -04:00
Torkel Ödegaard
9f729900f2
work on scoped variable values
2015-03-17 13:33:58 -04:00
Anthony Woods
422324723a
Merge pull request #1609 from raintank/1606
...
gofmt. remove extra whitespace
2015-03-18 00:55:06 +08:00
Torkel Ödegaard
5de499c7f6
Working on panel repeat
2015-03-17 12:30:42 -04:00
Anthony Woods
12e033976b
Merge remote-tracking branch 'upstream/develop' into 1606
2015-03-17 23:43:40 +08:00
Anthony Woods
fc5839d8f1
gofmt. remove extra whitespace
2015-03-17 23:42:16 +08:00
Anthony Woods
32071445af
Merge pull request #1607 from raintank/1606
...
fixes #1606 emit orgCreated event when new org created
2015-03-17 23:37:24 +08:00
Anthony Woods
bce62c49d0
fixes #1606
2015-03-17 23:10:49 +08:00
Anthony Woods
7235bd19ea
Merge branch '1606' of github.com:raintank/grafana into 1606
2015-03-17 23:10:33 +08:00
Anthony Woods
6a09a7c398
fixes #1606 emit OrgCreated event when new org created.
2015-03-17 23:09:43 +08:00
Anthony Woods
068ccf1c0f
fixes 1606 emit OrgCreated event when new org created.
2015-03-17 23:07:08 +08:00
Torkel Ödegaard
2a1434ce49
Merge pull request #1594 from eheydrick/docs-spelling
...
correct spelling
2015-03-17 09:46:38 -04:00
Torkel Ödegaard
1b59fb5be9
POC for repeating panels based on template variable options
2015-03-14 16:13:25 -04:00
Torkel Ödegaard
3fe54894a5
Merge branch 'develop' of github.com:grafana/grafana into develop
2015-03-14 15:29:59 -04:00
Torkel Ödegaard
2fec2c2fa0
Templating: Dashboard will now wait to load until all template variables that have refresh on load set or are initialized via url to be fully loaded and so all variables are in valid state before panels start issuing metric requests. Closes #1255
2015-03-14 15:29:41 -04:00
Torkel Ödegaard
ea4dbeaeb9
Merge pull request #1593 from jwilder/jw-docs
...
Add docs for building the docs locally
2015-03-14 15:36:29 +01:00
Torkel Ödegaard
d705ee70f0
Refactoring out http settings to its own partial
2015-03-13 18:42:46 +01:00
Torkel Ödegaard
448717a757
Fixed small issue when changing data source from metrics panel
2015-03-13 17:58:58 +01:00
Torkel Ödegaard
4b3224702c
Fixed asset revving issue with css files
2015-03-13 11:11:31 +01:00
Torkel Ödegaard
ab307ec7f3
Fixed css issue with title headers
2015-03-13 10:20:39 +01:00
Torkel Ödegaard
3dc9f792e6
Fixed unstar issue
2015-03-13 09:52:59 +01:00
Torkel Ödegaard
9faa1fadcb
Updated docs
2015-03-13 09:46:53 +01:00
Torkel Ödegaard
cb04b7f4e2
Fixed issue with legend values when all values are negative and some are null, #1468
2015-03-13 09:27:08 +01:00
Torkel Ödegaard
de94b48d77
Merge pull request #1597 from jwilder/jw-graph
...
Update graph docs for v2
2015-03-13 08:32:36 +01:00
Jason Wilder
aca83479be
Update graph docs for v2
...
Still needs metric tab for each datasource and time range details.
2015-03-12 17:20:48 -06:00
Eric Heydrick
d5564b476f
correct spelling
2015-03-12 15:03:59 -07:00
Jason Wilder
3693f36e59
Add docs for building the docs locally
2015-03-12 14:47:49 -06:00
Torkel Ödegaard
17063df3cc
Changed default org name form 'main' to 'Main Org.'
2015-03-12 19:43:52 +01:00
Torkel Ödegaard
f417d9aa19
Merge pull request #1592 from jwilder/jw-fixes
...
Anonymous access fixes
2015-03-12 19:41:20 +01:00
Torkel Ödegaard
b91b47fc46
Graph & Singlestat: Users can now set decimal precision for legend and tooltips (override auto precision), Closes #1253
2015-03-12 19:36:50 +01:00
Jason Wilder
13206fbb69
Fix default anonymous org name
2015-03-12 11:51:54 -06:00
Jason Wilder
d3d896dccd
Log more descriptive error when anonymous org is not found
...
Was logging:
[middleware.go:78 func·004()] [E] Anonymous access organization error%!(EXTRA <nil>)
2015-03-12 11:49:05 -06:00
Torkel Ödegaard
e78b358643
Fixed annotations enabled check from annotationsSrv, Closes #1590
2015-03-12 15:50:39 +01:00
Torkel Ödegaard
b757048544
reduced dashboard title font-weight
2015-03-12 15:45:34 +01:00
Torkel Ödegaard
ebe41fca53
Moved dashboard title into dashboard search button
2015-03-12 15:10:27 +01:00
Torkel Ödegaard
96ad3a04d4
Removed 'Back to dashboard' top nav button, now have close button on the edit box below panel
2015-03-12 14:03:09 +01:00
Torkel Ödegaard
43ba5842bb
Began work on doc for migrating from v1 to v2, new features in v2 overview guide, #1571
2015-03-12 10:52:29 +01:00
Torkel Ödegaard
b8979a7253
Merge branch 'docs-1.x' into develop
2015-03-11 20:57:22 +01:00
Torkel Ödegaard
813b851c10
fixed issue in cla docs
2015-03-11 20:56:03 +01:00
Torkel Ödegaard
c1d7bef768
added cert_key and cert_file to defaults.ini
2015-03-11 19:44:31 +01:00
Torkel Ödegaard
434a237764
Added ENV variable info to the configuration docs
2015-03-11 19:32:06 +01:00
Torkel Ödegaard
945cb3254c
Updated config docs with oauth setup and config instructions
2015-03-11 18:13:48 +01:00
Torkel Ödegaard
9c2edba12b
Working on config docs for grafana 2.0
2015-03-11 17:54:06 +01:00
Torkel Ödegaard
477e035f2e
Fixed anonymous access mode, Closes #1586
2015-03-11 17:34:11 +01:00
Torkel Ödegaard
f3d4d2782f
Simplified single org settings, now auto_assign_org, and auto_assign_org_role, new [users] config section, Closes #1585
2015-03-11 16:19:29 +01:00
Torkel Ödegaard
4f03a86414
Began work on configuration docs for Grafana 2.0, #1571
2015-03-11 15:13:52 +01:00
Torkel Ödegaard
6336edbc18
Merge branch 'docs-1.x' into develop
2015-03-11 10:47:09 +01:00
Torkel Ödegaard
1f550be949
updated docs system
2015-03-11 10:46:48 +01:00
Torkel Ödegaard
5f5bb8541b
Updated docs
2015-03-11 10:32:12 +01:00
Torkel Ödegaard
70ce5d0a32
Updated install docs
2015-03-10 17:54:07 +01:00
Torkel Ödegaard
5f22e7da1f
Restored steps to build setup phase, installing sqlite3, speeds up builds so much in dev
2015-03-10 17:34:28 +01:00
Torkel Ödegaard
2c28f8cdca
Began work on grafana 2.0 install instructions
2015-03-10 17:25:11 +01:00
Torkel Ödegaard
4244ed33c8
Merge branch 'docs-1.x' into develop
2015-03-10 16:58:31 +01:00
Torkel Ödegaard
0c62ab0683
updated docs
2015-03-10 16:27:16 +01:00
Torkel Ödegaard
aaa98e13b6
updated docs
2015-03-10 16:17:50 +01:00
Torkel Ödegaard
0ff99dddb9
Updated docs
2015-03-10 14:41:19 +01:00
Torkel Ödegaard
2b22d11923
Updated version to prebeta2
2015-03-10 13:55:08 +01:00
Torkel Ödegaard
fa2e074b94
Fixed drilldown link issue, Fixes #1579
2015-03-10 13:52:53 +01:00
Torkel Ödegaard
e75acce6ed
updated package.json upgrade of grunt contrib uglify
2015-03-10 13:46:50 +01:00
Torkel Ödegaard
390589fae2
Merge pull request #1580 from bbinet/fix-uglify-compress-issue
...
fix uglify TypeError
2015-03-10 13:40:25 +01:00
Bruno Binet
ae41fa3011
fix uglify TypeError
...
This patch fix the following uglify error:
TypeError: Cannot assign to read only property 'warnings' of true
Or we can upgrade grunt-contrib-uglify to latest v0.8.0 version which
should also fix the issue.
This issue has been reported on grunt-contrib-uglify bug tracker:
https://github.com/gruntjs/grunt-contrib-uglify/issues/298
2015-03-10 11:27:17 +01:00
Torkel Ödegaard
b693c7515c
fixed issue in Dockerfile
2015-03-10 09:08:24 +01:00
Torkel Ödegaard
3119d15de5
Fixed issue in Dockerfile and docs VERSION file
2015-03-10 09:06:27 +01:00
Torkel Ödegaard
b99e7ed97e
Updated docs version and updated build from source instructions
2015-03-10 09:03:05 +01:00
Torkel Ödegaard
f32c34c726
Merge branch 'master' into develop
...
Conflicts:
.gitignore
2015-03-10 08:57:14 +01:00
Torkel Ödegaard
15cb1d8980
Added grafana 1.x docs to main repo
2015-03-10 08:56:03 +01:00
Torkel Ödegaard
99259d246b
Fixed CLA in new docs
2015-03-10 08:51:26 +01:00
Torkel Ödegaard
8c7076c04a
fixed doc image link
2015-03-10 08:20:50 +01:00
Torkel Ödegaard
81bae9a844
Updated docs
2015-03-09 21:58:01 +01:00
Torkel Ödegaard
d7ce7271fe
Updated docs
2015-03-09 20:20:44 +01:00
Torkel Ödegaard
5ab64987eb
Switching to mkdocs for documentation, and docs that are inside the main repo, adding existing docs, #1571
2015-03-09 17:12:59 +01:00
Torkel Ödegaard
dc46148ab6
Migrated from wercker to circle CI
2015-03-07 20:30:06 +01:00
Torkel Ödegaard
1b1bbcecec
Added go vet step to circle.yml
2015-03-07 19:51:19 +01:00
Torkel Ödegaard
ebad9cb502
Fixed gofmt formating, updated precommit hook
2015-03-07 16:37:19 +01:00
Torkel Ödegaard
d8005af8ee
updated circle with fmt formating test
2015-03-07 16:23:22 +01:00
Torkel Ödegaard
ba3ba0aca7
Removed docker as service from circle.yml
2015-03-07 15:58:35 +01:00
Torkel Ödegaard
880893914a
Removed deploy step from circle, will go in another repo
2015-03-07 15:24:52 +01:00
Torkel Ödegaard
07a21e921d
Updated circle.yml added package step
2015-03-07 14:04:12 +01:00
Torkel Ödegaard
2193f222c5
Fixed bug in build container build script
2015-03-07 13:58:28 +01:00
Torkel Ödegaard
f36ea13cb2
Added saving buildcontainer to cache directory
2015-03-07 13:55:12 +01:00
Torkel Ödegaard
595a1fe852
Added back test step to circle.yml
2015-03-07 13:53:10 +01:00
Torkel Ödegaard
3334e6bf61
Fixed bug in circle.yml
2015-03-07 13:48:02 +01:00
Torkel Ödegaard
0a82b75f2a
Adding caching of buildcontainer
2015-03-07 13:46:27 +01:00
Torkel Ödegaard
5b563e3841
Updated circle.yml
2015-03-07 13:28:03 +01:00
Torkel Ödegaard
3a98ce775a
Updated docker build script
2015-03-07 13:27:02 +01:00
Torkel Ödegaard
8c27a10612
Updated circle.yml
2015-03-07 13:23:57 +01:00
Torkel Ödegaard
e3ce8048ad
Added deploy step that runs build in centos6 container
2015-03-07 13:22:52 +01:00
Torkel Ödegaard
0d367d4b54
Updated circle.yml
2015-03-07 13:07:22 +01:00
Torkel Ödegaard
028ae7053b
Updated circle.yml added npm install and grunt test step
2015-03-07 12:55:26 +01:00
Torkel Ödegaard
3f3b14130b
Updated circle
2015-03-07 12:52:31 +01:00
Torkel Ödegaard
820051d40b
Updated circle.yml
2015-03-07 12:46:17 +01:00
Torkel Ödegaard
97499aaa75
Updated circle.yml
2015-03-07 12:43:17 +01:00
Torkel Ödegaard
cc89bc02f4
Working on trying to get CI builds on centos6 to solve GLIBC issue, #1568
2015-03-07 12:40:19 +01:00
Torkel Ödegaard
4cbcee7e15
Updated init.d script with chkconfig comment lines, now works on centos5
2015-03-06 11:21:41 +01:00
Torkel Ödegaard
ab47c2c734
Fixed influxdb 0.9 data source, renamed clone dashboard to Save As...
2015-03-06 10:01:18 +01:00
Torkel Ödegaard
3e6ec19fd4
Fixed bug in CloneDashboardCtrl
2015-03-06 08:23:36 +01:00
Torkel Ödegaard
5719e437ef
Merge pull request #1556 from jwilder/jw-export
...
Add dashboards:export CLI command
2015-03-06 07:59:44 +01:00
Torkel Ödegaard
dba7062fbc
Some more polish to confirm dialogs
2015-03-05 21:02:25 +01:00
Torkel Ödegaard
6786ffffac
Small update to submenu (annotation/templating) css, #1554
2015-03-05 20:45:14 +01:00
Torkel Ödegaard
16320d66f2
Updated build file
2015-03-05 20:11:34 +01:00
Torkel Ödegaard
ec6dd35098
Fixed path to ZeroClipboard flash file
2015-03-05 20:10:05 +01:00
Torkel Ödegaard
f5f4689e7c
Worked on styling for confirm dialogs, #1554
2015-03-05 20:04:54 +01:00
Torkel Ödegaard
259d330822
Began work on modal css polish, #1554
2015-03-05 18:01:41 +01:00
Torkel Ödegaard
79be106711
Fixed javascript style check error
2015-03-05 16:53:08 +01:00
Torkel Ödegaard
5ccd3e2f84
Updated share panel/dash look, added copy to clipboard button (using ZeroClipboard lib), #1554
2015-03-05 16:52:32 +01:00
Torkel Ödegaard
4f8d22796a
Merge remote-tracking branch 'origin/master' into develop
2015-03-05 12:26:08 +01:00
Torkel Ödegaard
5be5ee9b1b
Fixed panel error handling issue
2015-03-05 12:25:48 +01:00
Torkel Ödegaard
679f2aa262
removed console logging, left by mistake in last commit
2015-03-05 12:19:52 +01:00
Torkel Ödegaard
58034c24ce
Merge remote-tracking branch 'origin/master' into develop
2015-03-05 11:17:39 +01:00
Torkel Ödegaard
1ac9b50f21
Increased limit before graph date axis switches to showing date and hour, Fixes #1558
2015-03-05 11:16:48 +01:00
Torkel Ödegaard
af9dc4c277
Fixed issue with OpenTSDB editor and checkboxes, Fixes #1559
2015-03-05 11:00:47 +01:00
Torkel Ödegaard
f817a8ca3c
Merge remote-tracking branch 'origin/master' into develop
...
Conflicts:
src/app/directives/grafanaPanel.js
src/app/features/dashboard/dashboardCtrl.js
2015-03-05 10:45:27 +01:00
Torkel Ödegaard
97e5a04621
Fixed memory leak in bootstrap Typeahead code, Fixes #1497
2015-03-05 10:42:46 +01:00
Torkel Ödegaard
30294740bd
Updated build script, changed deb and rpm config path to /etc/grafana, #1476
2015-03-04 16:23:30 +01:00
Torkel Ödegaard
6bf4edade1
Updated build.go to get better version/build names
2015-03-04 14:48:21 +01:00
Torkel Ödegaard
de1e762528
Fixed issue using mysql as session store, Closes #1557
2015-03-04 10:34:26 +01:00
Torkel Ödegaard
d043ee9407
Fixed js concat issue
2015-03-04 10:04:59 +01:00
Torkel Ödegaard
14766ad38e
Updated wercker, moved s3sync to deploy step
2015-03-04 09:12:32 +01:00
Torkel Ödegaard
dfcf68f21d
Moved npm install before test
2015-03-04 07:20:36 +01:00
Jason Wilder
433070a135
Add dashboards:export CLI command
...
Allows exporting all dashboards to a --dir or filtering dashboards
by title. If no --dir is specified, a single dashboard must be
found and it will be sent to stdout which can be piped to a file.
Fixes #1498
2015-03-03 23:16:14 -07:00
Torkel Ödegaard
d89c77af54
Small changes to build scripts
2015-03-04 07:09:59 +01:00
Torkel Ödegaard
2d7d70b90f
removed old todo file
2015-03-03 21:36:51 +01:00
Torkel Ödegaard
5dc905e35d
Updated wercker file
2015-03-03 21:11:37 +01:00
Torkel Ödegaard
660d44b6ad
Fixed form issue with firefox and IE, Closes #1551
2015-03-03 20:47:35 +01:00
Torkel Ödegaard
d3d39b3e17
s3 sync working finally
2015-03-03 20:35:42 +01:00
Torkel Ödegaard
3fd2f87b15
another wercker failure, trying this
2015-03-03 20:32:37 +01:00
Torkel Ödegaard
9e7a0f8d83
Updated wercker again
2015-03-03 20:26:39 +01:00
Torkel Ödegaard
6703f0514d
Another attemp at s3 sync
2015-03-03 20:17:13 +01:00
Torkel Ödegaard
02f4eb53dd
Updated wercker s3 step
2015-03-03 20:12:11 +01:00
Torkel Ödegaard
04597b3f54
Updated wercker test step
2015-03-03 20:08:20 +01:00
Torkel Ödegaard
4379f58213
Fixed intendation in wercker file
2015-03-03 19:59:53 +01:00
Torkel Ödegaard
2906d643a5
Testing s3sync from wercker build
2015-03-03 19:58:57 +01:00
Torkel Ödegaard
bec9504cd8
Updated wercker file again
2015-03-03 19:17:24 +01:00
Torkel Ödegaard
7a8889e7f5
Added rpm tools to wercker pre build step
2015-03-03 19:00:22 +01:00
Torkel Ödegaard
8054f6a2d1
Updated build and wercker, again
2015-03-03 18:11:16 +01:00
Torkel Ödegaard
f2595917c6
updated wercker build, trying to install ruby and fpm in wercker step
2015-03-03 18:00:58 +01:00
Torkel Ödegaard
55b40aeb65
updated build.go
2015-03-03 17:58:13 +01:00
Torkel Ödegaard
4f2bca08f1
Updated wercker file again...
2015-03-03 17:56:55 +01:00
Torkel Ödegaard
48d83a4dc4
Updated wercker file
2015-03-03 17:56:08 +01:00
Torkel Ödegaard
2362f9574e
Updated wercker file
2015-03-03 17:50:33 +01:00
Torkel Ödegaard
8ba9b8d7bd
added custom wercker box
2015-03-03 17:47:26 +01:00
Torkel Ödegaard
c6d4b5cc86
Working on build steps
2015-03-03 17:42:50 +01:00
Torkel Ödegaard
0db55b6194
Work on deb and rpm packages, both seem to work now, #1476
2015-03-03 17:14:58 +01:00
Torkel Ödegaard
59da4a0b3b
Updates to build and wercker file
2015-03-03 12:09:15 +01:00
Torkel Ödegaard
9192acf250
Fixed js style errors
2015-03-03 10:20:52 +01:00
Torkel Ödegaard
7e0f1a57af
Progress on deb and rpm packaging, renamed config files, added file logging, #1476
2015-03-03 10:18:37 +01:00
Torkel Ödegaard
f5cd3d853d
Small update to confirm dialog
2015-03-03 08:03:21 +01:00
Torkel Ödegaard
04d25dc58a
Dashboard: When saving a dashboard and another user has made changes inbetween, the user is promted with a warning if he really wants to overwrite the other's changes, Closes #718
2015-03-02 22:24:01 +01:00
Torkel Ödegaard
56c83cefe9
Fixed so that scripted dashboards and json file based dashboards works as in 1.x, Closes #1548
2015-03-02 18:26:43 +01:00
Torkel Ödegaard
6850a4d25d
Progress on deb and rpm packaging, init.d script etc, #1476
2015-03-02 17:21:52 +01:00
Torkel Ödegaard
ad2065afc7
Began work on deb and rpm packaging, #1476
2015-03-02 15:50:03 +01:00
Torkel Ödegaard
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
Torkel Ödegaard
ea1164322b
Small fixes
2015-03-02 08:33:06 +01:00
Torkel Ödegaard
bee501da4a
Added different time period override to singlestat panel, added option to hide panel time override info, Closes #171
2015-03-01 12:06:05 +01:00
Torkel Ödegaard
57b5b4c376
Worked on relative time and timeshift overrides for singlestat, still an issue for how to visualize the time override
2015-03-01 11:48:09 +01:00
Torkel Ödegaard
2c3d3d0fe3
Refactoring out common panel metric and query code to a panelHelper service
2015-03-01 11:03:41 +01:00
Torkel Ödegaard
d0d995da09
Inital work on SQL metric/annotation data source, #1542
2015-02-28 17:27:30 +01:00
Torkel Ödegaard
a3fe1efa2b
Merge branch 'css-tweaks' into develop, #1465
2015-02-28 16:41:24 +01:00
Torkel Ödegaard
e84d0dd6b3
Light theme tweaks after merge with bulletfactorys light theme fixes
2015-02-28 16:41:02 +01:00
Torkel Ödegaard
0f3bf488f2
Merge branch 'develop' into css-tweaks
2015-02-28 15:48:37 +01:00
Torkel Ödegaard
04ca85fe89
Moved dashboard theme option from the dashboard to a persisted user setting, #1458
2015-02-28 14:30:08 +01:00
Torkel Ödegaard
962b316bcf
Some clean up and polish of data source edit view
2015-02-28 14:00:04 +01:00
Torkel Ödegaard
ae3b9617b6
Fixed dataproxy test
2015-02-28 12:34:51 +01:00
Torkel Ödegaard
3c554953a2
Changed default OpenTSDB downsample aggregator from sum to avg
2015-02-28 12:33:20 +01:00
Torkel Ödegaard
0b1044b46f
Fixed plugins go test
2015-02-28 11:38:44 +01:00
Torkel Ödegaard
ba56535fa6
Merge branch 'light-theme-tweaks' of github.com:bulletfactory/grafana into css-tweaks
...
Conflicts:
src/css/less/sidemenu.less
2015-02-28 11:37:38 +01:00
Torkel Ödegaard
2e0e8ba705
Fixed solo panel test
2015-02-28 11:15:21 +01:00
Torkel Ödegaard
c283f0996d
Fixed solo panel view (used for png rendering)
2015-02-28 11:07:22 +01:00
Torkel Ödegaard
232f980c72
More work on restoring features after moving to plugin model for datasources, no annotations work again #1276 #1472
2015-02-28 10:52:25 +01:00
Torkel Ödegaard
4a72c37fc1
Fixes to edit view switching, and to templateValuesSrv
2015-02-28 10:29:17 +01:00
Torkel Ödegaard
dcfad7d61b
Fixed playlist functionallity, broken after recent changes
2015-02-28 10:04:19 +01:00
Torkel Ödegaard
9e892bddf0
More work on restoring features after moving to plugin model for datasources, #1276 #1472
2015-02-28 09:46:37 +01:00
Torkel Ödegaard
109dd3240a
Work on new datasource plugin model, #1276 #1472
2015-02-28 08:25:13 +01:00
Torkel Ödegaard
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
Torkel Ödegaard
5bd5713a52
Began work on plugin system
2015-02-27 13:45:00 +01:00
Trent White
5c39a3d004
Reversed button cleanup for light theme
2015-02-26 17:57:32 -05:00
Trent White
4e607876ea
further cleanup of styles to make sidebar more readable for light theme. This tweaked link colors, dropdown colors and table tweaks for things like Add API to make them feel a little more organized through shades of gray.
2015-02-26 15:22:15 -05:00
Torkel Ödegaard
011fdf7ab6
fixed bug in datasource schema migration
2015-02-26 19:36:11 +01:00
Trent White
708ddf5387
CSS tweaks to link styles for sidebar, nav bar, search pane. Also the nav bar height seemed off from the sidebar, so made that consistent. Variables were created when colors were hard-coded for both dark and light. This meant that both variables.light.less and variables.dark.less were updated.
2015-02-26 12:37:35 -05:00
Torkel Ödegaard
c75aa23092
New implementation for API Keys that only stores hashed api keys, and the client key is base64 decoded json web token with the unhashed key, Closes #1440
2015-02-26 17:23:28 +01:00
Torkel Ödegaard
6a2a6afc1d
Merge branch 'develop' into apikey_hashed
...
Conflicts:
pkg/api/apikey.go
pkg/services/sqlstore/migrations.go
2015-02-26 15:48:54 +01:00
Torkel Ödegaard
7c241fd617
Added permissions section to admin > edit user view, an admin can now make another user admin, Closes #1517
2015-02-26 15:43:48 +01:00
Torkel Ödegaard
c14a90a3d0
A lot of work on new organization selection and sidenav dropdown, #1506
2015-02-26 13:01:34 +01:00
Torkel Ödegaard
528f54153c
More work on experimental InfluxDB 0.9 support
2015-02-26 08:55:49 +01:00
Torkel Ödegaard
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
Torkel Ödegaard
f5f07bd552
Fixed signout links from sidenav
2015-02-25 16:52:57 +01:00
Torkel Ödegaard
bbbd3320ef
Created seperate admin sidenav #1506
2015-02-25 16:01:37 +01:00
Torkel Ödegaard
32450640e2
Moved clone dashboard above delete in dashboard settings dropdown
2015-02-25 14:32:57 +01:00
Torkel Ödegaard
3f96afba73
Merge branch 'fixDashboardDelete' of https://github.com/raintank/grafana into raintank-fixDashboardDelete
...
Conflicts:
pkg/services/sqlstore/dashboard.go
2015-02-25 14:31:44 +01:00
Torkel Ödegaard
9e789e6d82
More work on organization / admin nav, views, #1506
2015-02-25 14:27:34 +01:00
Torkel Ödegaard
e1d078f2c1
Final frontend changes for account -> org rename
2015-02-25 08:07:52 +01:00
Torkel Ödegaard
563d5e3ad8
All migrations work in sqlite3, mysql and postgres
2015-02-25 07:57:51 +01:00
Torkel Ödegaard
16fd256225
Added missing common.go
2015-02-24 19:10:41 +01:00
Torkel Ödegaard
f3f79792ab
account -> org table migration is starting to work, need to test mysql and postgres
2015-02-24 18:32:29 +01:00
Torkel Ödegaard
ed68a4bb9a
More work on SQL migrations
2015-02-24 17:59:21 +01:00
Torkel Ödegaard
02a89c752b
Progress on database schema migration for account -> org refactor
2015-02-24 11:46:34 +01:00
Anthony Woods
b9b63f695d
fixes #1518 fix table name used in dashboard delete.
2015-02-24 08:56:10 +00:00
Torkel Ödegaard
7293ee0894
Changed default OpenTSDB downsample aggregator to avg, #1438
2015-02-24 09:54:02 +01:00
Torkel Ödegaard
da41d99aa7
Fixed sql integration test
2015-02-23 20:48:43 +01:00
Torkel Ödegaard
26e4809e2e
Big Backend Refatoring: Renamed Account -> Org
2015-02-23 20:07:49 +01:00
Torkel Ödegaard
e9e2fa2927
Started Account -> Organization rename
2015-02-23 18:29:01 +01:00
Torkel Ödegaard
5b2715515f
Began work on Account -> Organization rethink, #1506
2015-02-23 16:40:04 +01:00
Torkel Ödegaard
a8c90e2365
Small update to commands
2015-02-23 14:20:24 +01:00
Torkel Ödegaard
f66968ae02
Merge remote-tracking branch 'origin/master' into develop
2015-02-23 13:05:46 +01:00
Torkel Ödegaard
a5fd40ed80
OpenTSDB: Fixed issue with auto interval variable going below 1s, Fixes #1325
2015-02-23 13:04:32 +01:00
Torkel Ödegaard
8cc4dae00b
Merge remote-tracking branch 'origin/master' into develop
2015-02-23 12:57:12 +01:00
Torkel Ödegaard
2c5f19253c
Added margin between opentsdb queries
2015-02-23 12:56:40 +01:00
Torkel Ödegaard
09f2950256
Merge remote-tracking branch 'origin/master' into develop
...
Conflicts:
src/app/features/opentsdb/datasource.js
2015-02-23 12:50:58 +01:00
Torkel Ödegaard
65307c463a
Refactoring opentsdb editor view, merging #1438 , made Downsampling enabled by default
2015-02-23 12:48:07 +01:00
Torkel Ödegaard
2ae0ef94de
Merge branch 'tsdb_downsample' of https://github.com/frogmaster/grafana into frogmaster-tsdb_downsample
2015-02-23 11:45:30 +01:00
Torkel Ödegaard
138e720695
Increased max user list to 1000 for user admin page, need to paging, but will have to wait a few days
2015-02-23 11:30:58 +01:00
Torkel Ödegaard
12e28c1895
added missing file
2015-02-23 11:24:45 +01:00
Torkel Ödegaard
1a106e5c38
Added change password ability to admin > edit user view, #1446
2015-02-23 11:24:22 +01:00
Torkel Ödegaard
15c52cacfb
Import views are now consolidated into one view, and found through one navigation (dashboard search -> Import, Closes #1511
2015-02-23 10:50:50 +01:00
Torkel Ödegaard
4a93d205bb
Moved dashboard import and json import to same view, found via dashboard search dropdown, #1511
2015-02-23 10:13:16 +01:00
Torkel Ödegaard
a146a24c06
Fixed small issue in search and showing Home dashboard when filtering by tag
2015-02-23 09:54:26 +01:00
Torkel Ödegaard
6347b9b0d7
Merge remote-tracking branch 'origin/develop' into develop
2015-02-22 08:45:44 +01:00
Torkel Ödegaard
fea6b970e5
Some prep work for using today as relative time, #1186
2015-02-22 08:44:37 +01:00
Torkel Ödegaard
afeaa9fecd
Merge pull request #1507 from ryan-williams/typos
...
typo fixes, .gitignore tweak
2015-02-22 08:31:24 +01:00
Torkel Ödegaard
7e82626b17
Fixed bug with custom time range not being initialized correctly, Fixes #1427
2015-02-22 08:25:44 +01:00
Torkel Ödegaard
9b9aab27ca
Graphs now update/refresh when you edit annotations, Fixes #1430
2015-02-22 08:09:58 +01:00
Torkel Ödegaard
31e5271921
Fixed number formating issue when InfluxDB return MAX float64, Fixes #1402
2015-02-22 07:44:40 +01:00
Torkel Ödegaard
8c977e37a9
Merge remote-tracking branch 'origin/master' into develop
...
Conflicts:
README.md
2015-02-21 21:22:09 +01:00
Torkel Ödegaard
9c8134f8bc
Dashboard: Fixed memory leak when switching dashboards, Fixes #1497
2015-02-21 21:19:51 +01:00
Ryan Williams
36ec15be8f
fix some scripted-dashboard-comment typos
2015-02-20 19:51:23 +00:00
Ryan Williams
c29bf31f2b
add intellij files to gitignore
2015-02-20 19:51:21 +00:00
Torkel Ödegaard
5b1727bcba
Graph & Singlestat: Support for additional units, Fahrenheit (°F) and Celsius (°C), Humidity (%H), kW, watt-hour (Wh), kilowatt-hour (kWh), velocities (m/s, km/h, mpg, knot), Closes #1366
2015-02-20 14:45:00 +01:00
Torkel Ödegaard
7a14054057
Graph: Shared tooltip improvement, can now support metrics of different resolution/intervals, Closes #978 , Fixes #1499
2015-02-20 14:07:24 +01:00
Torkel Ödegaard
481a4b0f1b
Small fix to unsavedChangesSrv, did not handle new template variable correctly
2015-02-20 12:25:54 +01:00
Torkel Ödegaard
fe34c8f2e0
Worked on submenu row (templating, annotations), removed templating and annotation feature toggles, the submenu row will be visible as soon as there are any template vars or annotations, #1503
2015-02-20 12:20:10 +01:00
Torkel Ödegaard
923e18b2b9
Small design change for the submenu (templating, annotations), #1503
2015-02-20 11:27:57 +01:00
Torkel Ödegaard
596dfc304d
Added guard for template variables missing query field, Fixes #1501
2015-02-20 10:45:23 +01:00
Torkel Ödegaard
47c6c6e1b7
Added change password feature, Closes #1455
2015-02-19 16:09:49 +01:00
Torkel Ödegaard
afc52f57a2
small fix to confirm modal
2015-02-19 10:42:13 +01:00
Torkel Ödegaard
0786977bcf
Fixed css issue with sidebar
2015-02-19 10:15:24 +01:00
Torkel Ödegaard
181542249d
Fixed failing influxdb-datasource test
2015-02-18 16:09:17 +01:00
Torkel Ödegaard
0d165e67c9
Fixed issue with influxdb, broken in recent commit today
2015-02-18 15:22:45 +01:00
Torkel Ödegaard
978b12b0dc
Close dashboard edit views when clicking on dashboard title, added some tooltips to dashboard top nav
2015-02-18 15:17:31 +01:00
Torkel Ödegaard
2ca849c0c4
Changed docker image to debian:jessie
2015-02-18 14:43:58 +01:00
Torkel Ödegaard
3991d9dc06
Added error handling to dashboard imports, #1493
2015-02-18 14:18:54 +01:00
Torkel Ödegaard
60ae4afe87
Refresh frontend datasourceSrv after datasource update, no longer need to reload the page to use a newly added or updated datasource, #1493
2015-02-18 14:06:44 +01:00
Torkel Ödegaard
4ed54f6aa9
Force full reload when switching account, temp fix for refreshing frontend datasource, settings, and user account role
2015-02-18 13:18:29 +01:00
Torkel Ödegaard
17004ce3ae
Fixed issue with login by username and uppercase letters in username, #1484
2015-02-18 13:00:39 +01:00
Torkel Ödegaard
596ce18aeb
Worked on clone dashboard feature, #1488
2015-02-18 10:44:44 +01:00
Torkel Ödegaard
5c9ef9d9da
Added form validation and css class for invalid timespans, #1494
2015-02-18 09:20:46 +01:00
Torkel Ödegaard
ad13fd0542
Added validation for correct timespans when using panel timeshift or relative time override, Fixes #1494
2015-02-18 09:08:12 +01:00
Torkel Ödegaard
26eb6e559e
Removed use of absolute urls in dashboard search and dashlist, root_url option is now not required, it is required if you use oauth or proxy grafana under suburl, #1483
2015-02-17 18:43:37 +01:00
Torkel Ödegaard
946afccbb5
Fixed dashboard search dropdown issue where it closes dashboard settings view if open, also fixed so that clicking outside dashboard search will close it, Fixes #1489
2015-02-17 18:20:47 +01:00
Torkel Ödegaard
ea8307f79e
Added influxdb docker block, and fixed issue when adding data source
2015-02-17 11:44:58 +01:00
Torkel Ödegaard
83d798dbad
Small update to grafana.ini describe server options
2015-02-16 08:12:07 +01:00
Torkel Ödegaard
7f5f6763ea
Fixed icon for ascending sort order in table legend, #1483
2015-02-16 07:52:16 +01:00
Torkel Ödegaard
8828db4fce
Fixed issue with date range form validation, Closes #1485
2015-02-16 07:46:47 +01:00
Torkel Ödegaard
56d8fe4a22
Small changes to CLI commands PR
2015-02-16 07:40:21 +01:00
Jason Wilder
b6428b08d0
CLI: Fix config flag being ignored
...
Passing --config had no effect when passed. It will now be applied as
the last config file and before any env var overrrides.
2015-02-15 15:06:02 -07:00
Jason Wilder
9223c95481
CLI: Order commands alphabetically
2015-02-15 14:01:48 -07:00
Jason Wilder
a3925e8aa0
CLI: Use console logger for dashbard:import command
...
More consistent w/ other commands and separates stdout/stderr
2015-02-15 13:51:41 -07:00
Jason Wilder
7c8fa067a2
CLI: Conver account flag to required arg
...
Follows the same convention as other commands.
2015-02-15 13:48:36 -07:00
Jason Wilder
f2e9ec63df
CLI: Renamed import-json to dashboard:import
...
More consistent w/ other command names.
2015-02-15 13:45:25 -07:00
Jason Wilder
b97361b193
CLI: Add datasource:delete command
2015-02-15 13:36:10 -07:00
Jason Wilder
22652889b2
CLI: Add datasource:create command
...
Allows creating a datasource from the command line
2015-02-15 13:36:10 -07:00
Jason Wilder
04a970eda2
CLI: Use 8 char min col size instead of 20
2015-02-15 13:36:10 -07:00
Jason Wilder
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
Jason Wilder
9cb1170361
CLI: Move duplicated config flag to global flag
2015-02-15 13:36:10 -07:00
Jason Wilder
dda760b9b5
CLI: Add datasource list command
...
Lists all the datasources for an account via the CLI
2015-02-15 13:36:10 -07:00
Jason Wilder
ca4124940a
CLI: Remove redundant Cmd prefix from commands
2015-02-15 13:36:10 -07:00
Jason Wilder
90cd10e034
CLI: Add account:delete command
2015-02-15 13:36:10 -07:00
Jason Wilder
c1d4acc01e
CLI: Use colorized console output
...
This extracts some of the colored logging functionality into some
convenience functions to log directly to the console (stdout) w/o
the usual logging prefixes and flags. It's intended for console
messages when using grafana commands.
2015-02-15 13:36:10 -07:00
Jason Wilder
81531a29eb
CLI: Add account:create command
...
Creates a new account attached to the default admin account for now.
2015-02-15 13:36:10 -07:00
Jason Wilder
7d4c319fcb
CLI: Default logging output to stderr instead of stdout
...
Makes it possible to separate console output from logging output so
command output can be piped to a file cleanly.
2015-02-15 13:36:10 -07:00
Jason Wilder
ca37b24455
CLI: Add account list command
2015-02-15 13:36:10 -07:00
Torkel Ödegaard
f6c07fdabd
Rewrote and redesign how the data source edit views look and work so they conform better to how account views look, removed tabs and put top nav items to add data source etc, made list, edit and new seperate url routes, #1483
2015-02-14 10:04:34 +01:00
Torkel Ödegaard
ed0fabd9de
Fixed css issue with sidenav not extending to bottom of page when dashboard requires scrolling, #1483
2015-02-14 09:05:35 +01:00
Torkel Ödegaard
0767992662
fixed z-index pos for panel-menu compared to dashboard search dropdown, #1483
2015-02-14 08:40:15 +01:00
Torkel Ödegaard
a88187023d
Added a sql integration test for api keys
2015-02-13 15:55:32 +01:00
Torkel Ödegaard
57dc12ee17
Merge pull request #1482 from raintank/issue_1481
...
fixes #1481 . correctly escape api_key.key column name
2015-02-13 15:47:12 +01:00
woodsaj
c9e5da48a4
Merge branch 'issue_1481' of github.com:raintank/grafana into issue_1481
2015-02-13 22:00:57 +08:00
woodsaj
7d69885e06
fixes #1481 . correctly escape api_key.key column name
...
'key' is a reserved word in mysql. So when building a query,
the api-key.key column name needs to be escaped
2015-02-13 22:00:03 +08:00
woodsaj
55ba8ad0c4
fix issue 1481. correctly escape api_key.key column name
...
'key' is a reserved word in mysql. So when building a query,
the api-key.key column name needs to be escaped
2015-02-13 21:52:56 +08:00
Torkel Ödegaard
6263ec1d38
Fixed some playlist issues, error when adding duplicates
2015-02-13 14:36:16 +01:00
Torkel Ödegaard
1d86d4b94f
Updated docker build, added test container script, added docker readme
2015-02-13 14:18:37 +01:00
Torkel Ödegaard
8aef2c13ec
Worked on playlist mode, hides dashboard controls and dashboard search button, added prev, stop, next icon buttons
2015-02-13 09:31:40 +01:00
Torkel Ödegaard
8722ee8ad6
Worked on playlist update for Grafana 2.0, added dashboard search to playliststart view, #1460
2015-02-13 08:47:44 +01:00
Torkel Ödegaard
1a44036148
Fixed req.Host in datasource proxy, Fixes #1478
2015-02-13 07:26:33 +01:00
Torkel Ödegaard
e65a6cc063
added an inital admin settings view, very basic right now only displays all config options in grafana.ini
2015-02-12 15:46:14 +01:00
Torkel Ödegaard
29607d8951
Updated readme again
2015-02-12 13:45:53 +01:00
Torkel Ödegaard
366a9f71ad
Updated readme build instructions
2015-02-12 13:44:22 +01:00
Torkel Ödegaard
79f798f67b
Configuration file options can now be overriden using environment variables using GF_<SectionName>_<KeyName> syntax, if Section name contains dots in config they are replaced with underscores, and the section name and keyname needs to be all upper case, #1473
2015-02-12 13:31:41 +01:00
Torkel Ödegaard
2c16b0f0f3
added unit test for loading configuration file
2015-02-12 11:55:55 +01:00
Torkel Ödegaard
4df6668416
Merge branch 'develop' of github.com:grafana/grafana into develop
2015-02-12 10:34:52 +01:00
Torkel Ödegaard
0140a00884
Added two columns to user table, email_verified and theme, no used right now but will probably shortly
2015-02-12 10:32:22 +01:00
Torkel Ödegaard
2a31f16b76
Merge pull request #1467 from jwilder/jw-fixes
...
Small fixes to getting up and running
2015-02-12 02:26:54 +01:00
Jason Wilder
793eda7640
Assign new dashboard ID when importing dashboard via command-line
2015-02-11 15:20:36 -07:00
Jason Wilder
8230279932
Assign new ID to when importing dashboard via frontend
...
Fixes a panic: interface conversion: interface is string, not float64
when importing a dashboard that has a non-float ID.
2015-02-11 15:20:18 -07:00
Jason Wilder
a6df991b76
Update README.md w/ known working build tool versions
2015-02-11 14:55:26 -07:00
Jason Wilder
9cc0be0fc2
Add grafana binary to .gitignore
...
Running "go build" defaults to building a binary named
grafana in the root dir.
2015-02-11 14:55:26 -07:00
Torkel Ödegaard
0d0d802526
Removed data folder stuff, should not be in repo
2015-02-11 21:21:21 +01:00
Torkel Ödegaard
71f09ddd94
Added delete user action to user admin api, and made it work in UI, Closes #1466 , #1446
2015-02-11 16:47:22 +01:00
Torkel Ödegaard
17f1224a5d
Fixed light theme condition, Fixes #1462
2015-02-11 15:32:19 +01:00
Torkel Ödegaard
441e2ad2f3
Updated dockerfile and moved to docker/production folder
2015-02-11 13:53:42 +01:00
Torkel Ödegaard
39a6bf9784
Updated readme with info about the Grafana 2.0 develop branch
2015-02-10 19:38:55 +01:00
Torkel Ödegaard
8d130421c4
Updated readme with default admin user info
2015-02-10 17:10:07 +01:00
Torkel Ödegaard
add4adeec9
Fixed links to user admin views, and backend html routes for user admin edit/create urls, Closes #1451
2015-02-10 16:26:23 +01:00
Torkel Ödegaard
e165e2af95
Worked on user admin features, can now create and edit users as a grafana admin user, #1446
2015-02-10 15:36:51 +01:00
Torkel Ödegaard
088ad881e0
Updated phantomjs panel rendering code
2015-02-10 11:13:35 +01:00
Torkel Ödegaard
c5afcd8e09
Fixed issue with datasource proxying, it required account admin role when it should not
2015-02-10 10:19:43 +01:00
Torkel Ödegaard
5c795e9a50
Updated readme with docker info, updated build task
2015-02-09 16:18:30 +01:00
Torkel Ödegaard
cd8f938cab
Fixed issue with sidenav toggle on non dashboard pages
2015-02-09 16:02:42 +01:00
Torkel Ödegaard
2de6f3434c
Fixed default '@timestamp' time field for elasticsearch annotations, Fixes #1444
2015-02-09 13:34:12 +01:00
Torkel Ödegaard
5269422f7c
Began work on hashing api keys
2015-02-09 13:30:04 +01:00
Torkel Ödegaard
c9f06e1da1
Fixed failing events test and issue with dashboard list panel
2015-02-08 11:24:03 +01:00
woodsaj
c4fe9d50bf
correctly handle event being a ptr
...
Events are passed in as PTRs, so we need to de-reference when getting the type and value.
2015-02-08 18:13:32 +08:00
Torkel Ödegaard
2c5828528f
Updates to account and admin views
2015-02-08 10:23:35 +01:00
Torkel Ödegaard
b1a95cacff
Small css changes
2015-02-08 09:38:05 +01:00
Torkel Ödegaard
20b64d9b7e
PanelSrv fix, now panel rerenders after column span change
2015-02-08 09:02:03 +01:00
Torkel Ödegaard
ab55412264
Refactoring of grafana (root scope view model), into contextSrv, made sidemenu always hide after login
2015-02-08 09:00:58 +01:00
Torkel Ödegaard
f82cb3aefe
Various css updates
2015-02-07 22:00:33 +01:00
Torkel Ödegaard
48e5a82e7f
Reduced height of search view
2015-02-07 20:43:20 +01:00
Torkel Ödegaard
727fc9d3a6
Updated search result view, removed delete link, added delete action from dashboard cogs dropdown
2015-02-07 20:25:53 +01:00
Torkel Ödegaard
51c640d409
Updated search result padding
2015-02-07 16:19:02 +01:00
Torkel Ödegaard
7ab83bf47f
Updated position of search
2015-02-07 16:16:17 +01:00
Torkel Ödegaard
9818f81c5f
Completed search makover
2015-02-07 16:12:29 +01:00
Torkel Ödegaard
8f4e440179
Working on new search box design
2015-02-07 15:40:31 +01:00
Torkel Ödegaard
83bf68ecad
Added border for inverse button
2015-02-07 14:10:51 +01:00
Torkel Ödegaard
23bbc5160e
Fixed validation for adding api keys, added unique index for api key name + account_id
2015-02-07 13:11:39 +01:00
Torkel Ödegaard
ed6d50d6ba
Updated to profile page design
2015-02-07 13:04:24 +01:00
Torkel Ödegaard
b3a1bb2017
Sub nav for account page, some css changes
2015-02-07 12:28:47 +01:00
Teet Talviste
a0a4b04007
fix identation
2015-02-06 21:15:14 +02:00
Teet Talviste
ddfb36b511
satisfy travis: fix curly brace space
2015-02-06 21:07:31 +02:00
Teet Talviste
28f7806d19
fix some linting problems
2015-02-06 18:42:12 +02:00
Teet Talviste
72f6dc1e0c
enable sending calculated interval to opentsdb downsample
2015-02-06 18:42:12 +02:00
Torkel Ödegaard
9a45a25e17
Removed inner black border for dashboard button
2015-02-06 17:24:19 +01:00
Torkel Ödegaard
9cadf0aa97
Updated phantomjs render script and wercker link in readme
2015-02-06 14:22:56 +01:00
Torkel Ödegaard
397dfc54cd
Fixed bug in png rendering when having changed public url
2015-02-06 14:17:40 +01:00
Torkel Ödegaard
eeba128f8a
Fixed release tar/zip keeping execution mode on phantomjs
2015-02-06 13:58:25 +01:00
Torkel Ödegaard
396b687e4b
Added docker file for docker registry distribution
2015-02-06 11:40:04 +01:00
Torkel Ödegaard
cbe72ba9f4
Updated wercker file
2015-02-06 10:19:40 +01:00
Torkel Ödegaard
85c1c97ea2
Updated readme
2015-02-06 09:10:52 +01:00
Torkel Ödegaard
503e04d375
Updated readme
2015-02-06 08:54:43 +01:00
Torkel Ödegaard
4e5d5cd1a9
updated readme
2015-02-06 08:52:16 +01:00
Torkel Ödegaard
9cdd9e6d5f
updated readme
2015-02-06 08:40:12 +01:00
Torkel Ödegaard
f8a10fa7af
Updated account and profile pages, very temporary solution, do not like it at all
2015-02-06 08:21:00 +01:00
Torkel Ödegaard
e3764ad951
Fixed failing dashboard sql test
2015-02-05 15:53:15 +01:00
Torkel Ödegaard
edb7722ad6
Updated wercker file again
2015-02-05 15:29:06 +01:00
Torkel Ödegaard
39ee394068
updated wercker file to change package dir
2015-02-05 15:28:17 +01:00
Torkel Ödegaard
f4e26bba3f
Removed unused node package
2015-02-05 12:39:47 +01:00
Torkel Ödegaard
102c896046
Updated build and wercker file for new repo structure
2015-02-05 12:27:58 +01:00
Torkel Ödegaard
e5fbbe96fd
fixed error handling, and error logging for panel rendering
2015-02-05 12:23:24 +01:00
Torkel Ödegaard
8e1b753664
Added limit to dashboard list panel and search
2015-02-05 11:10:56 +01:00
Torkel Ödegaard
b6d5f49c0f
Merge branch 'master' of github.com:torkelo/grafana-private into develop
2015-02-05 10:56:59 +01:00
Torkel Ödegaard
2cc9515fd6
Added missing mega bytes unit format to unit selection, #999
2015-02-05 10:56:39 +01:00
Torkel Ödegaard
0f63c04beb
Fixed bug in user creation and admin role
2015-02-05 10:50:18 +01:00
Torkel Ödegaard
861e45aedf
Merge remote-tracking branch 'origin/pro'
2015-02-05 10:37:41 +01:00
Torkel Ödegaard
10820f31c2
Changed go package path
2015-02-05 10:37:13 +01:00
Torkel Ödegaard
3ab7b5c3f7
Merge branch 'master' of /home/torkel/dev/go/src/github.com/torkelo/backend
...
Conflicts:
.gitignore
LICENSE.md
README.md
2015-02-05 10:10:39 +01:00
Torkel Ödegaard
076905d14e
Added isStarred to search result hit, very inefficient loading right now but can be cached later on
2015-02-05 09:49:00 +01:00
Torkel Ödegaard
d5471c153a
Worked on dashlist panel, can now do searched
2015-02-05 09:48:14 +01:00
Torkel Ödegaard
69e7279cff
fixed unit test failing on build server
2015-02-04 18:25:15 +01:00
Torkel Ödegaard
9e58921b23
Updated godeps file
2015-02-04 18:06:37 +01:00
Torkel Ödegaard
7fa6527ca8
Updated godeps file
2015-02-04 18:06:30 +01:00
Torkel Ödegaard
2fa8096569
Updated frontend
2015-02-04 17:21:57 +01:00
Torkel Ödegaard
ff47eccf4b
Fixed javascript style checker issue
2015-02-04 17:21:42 +01:00
Torkel Ödegaard
5a6c04e3b0
frontend fixes
2015-02-04 17:20:38 +01:00
Torkel Ödegaard
896e6d4662
Merge branch 'notifications'
2015-02-04 17:15:16 +01:00
Torkel Ödegaard
d8db5189c1
More work on events, still have to convert pascal case event type name to rabbitmq dot notation, but after that should be done
2015-02-04 17:15:05 +01:00
Torkel Ödegaard
525179eb85
Added on wire event format
2015-02-04 16:57:20 +01:00
Torkel Ödegaard
dace35d31d
Missed setting account name
2015-02-04 15:41:40 +01:00
Torkel Ödegaard
3752379106
Worked on event system, needs a little more work
2015-02-04 15:37:26 +01:00
Torkel Ödegaard
048b26a0fd
Updated home dashboard
2015-02-04 11:50:40 +01:00
Torkel Ödegaard
07ec00641f
update home dashboard
2015-02-04 11:50:22 +01:00
Torkel Ödegaard
60541a455f
Worked on search filter flag IsStarred, and updated frontend with new dashboard list panel
2015-02-04 11:35:59 +01:00
Torkel Ödegaard
882ee4d49f
A start on a dashboard list panel, can now list starred dashboards
2015-02-04 11:35:19 +01:00
Torkel Ödegaard
f0b13153ac
fixed bug in frontend
2015-02-04 08:20:24 +01:00
Torkel Ödegaard
df51be02bf
Fixed loading path for home dashboard
2015-02-04 08:20:00 +01:00
Torkel Ödegaard
96798ac70c
Updated
2015-02-04 07:01:15 +01:00
Torkel Ödegaard
a28e4de3bd
added fade transition for logo icon to hamburger
2015-02-04 07:01:03 +01:00
Torkel Ödegaard
ac73e78b3a
Fixed unit test in frontedn
2015-02-03 22:18:38 +01:00
Torkel Ödegaard
613e209af3
Fixed solo panel unit test
2015-02-03 22:18:16 +01:00
Torkel Ödegaard
1ac3355b03
updated frontend with style changes
2015-02-03 22:06:07 +01:00
Torkel Ödegaard
5e4b026668
Css work applying new styles for topmenu dashboard button and logo/menu icon
2015-02-03 22:05:53 +01:00
Torkel Ödegaard
9d5979c01d
Moved dashboards dir and started work on new panel for dashboard lists
2015-02-03 20:50:52 +01:00
woodsaj
a712f1a231
Add inital implementation of Notification events.
...
If notifications are enabled in the config, Adds a eventHandler
accepting Notification{} payloads to the internal Bus. The
eventHandler then marshals the payload into json and sends it
to a rabbitmq topic exchange using the
Notification.Priority+Noticiation.EventType as the routing key.
eg. INFO.account.created
Currently, notifications are only being emitted for
INFO.account.created
INFO.account.updated
INFO.user.created
INFO.user.updated
2015-02-03 23:57:42 +08:00
Torkel Ödegaard
42a5aefb23
Worked on home dashboard
2015-02-03 15:04:35 +01:00
Torkel Ödegaard
bc673fd969
Worked on loading a home dashboard through backend
2015-02-03 15:04:18 +01:00
Torkel Ödegaard
a127f2d572
Fixed png rendering
2015-02-03 13:45:52 +01:00
Torkel Ödegaard
16acdfc7c3
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2015-02-03 13:36:25 +01:00
Torkel Ödegaard
858d7be8cf
Migrated from ngmin to ngAnnotate
2015-02-03 13:36:04 +01:00
Torkel Ödegaard
1ca4ecc241
Updated grunt-jscs dependency version
2015-02-03 13:05:14 +01:00
Torkel Ödegaard
bd470abcf0
fontend styles updated
2015-02-03 10:46:52 +01:00
Torkel Ödegaard
dfef4727b6
Updated to sidemenu style
2015-02-03 10:46:33 +01:00
Torkel Ödegaard
3e5223b98d
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2015-02-03 09:43:21 +01:00
Torkel Ödegaard
0fe83d5198
minor css tweaks
2015-02-03 09:43:07 +01:00
Torkel Ödegaard
6b6b97c8d8
Minor bug fix for rememeber refresh interval after zooming two or more times, Fixes #1408
2015-02-03 09:27:00 +01:00
Torkel Ödegaard
5c3e366192
Fixed wrong icon class in annotations, broken after recent upgrade of font-awesome, Fixes #1416
2015-02-03 09:18:00 +01:00
Torkel Ödegaard
68a6a1bc15
Updated frontend, fix for paths to partials
2015-02-02 22:15:45 +01:00
Torkel Ödegaard
7fef460fa2
Fix for paths to partials
2015-02-02 22:15:15 +01:00
Torkel Ödegaard
4b7d802a9d
Frontend updated with a big panel refactoring
2015-02-02 21:59:24 +01:00
Torkel Ödegaard
04ec222462
Big refactoring of the way panels are loaded and how they are built using directives, this way feel cleaner and allowed for placing the panel edit box outside the panel-container
2015-02-02 21:59:04 +01:00
Torkel Ödegaard
97758380e0
Worked on stars in search results
2015-02-02 17:17:57 +01:00
Torkel Ödegaard
b67f4dc390
Added stars to search results
2015-02-02 17:17:30 +01:00
Torkel Ödegaard
ad3d15e28d
Worked on dashboard starring and unstarring, renamed favorite model to star
2015-02-02 11:32:32 +01:00
Torkel Ödegaard
1e3970c6e5
Worked on dashoard starring and unstarring, added dashboardMeta model
2015-02-02 11:32:00 +01:00
Torkel Ödegaard
706481b1a3
Updated frontend, fixed dashboard share feature
2015-02-02 09:46:03 +01:00
Torkel Ödegaard
66d9c4f1af
Fixed share dashboard feature, sharing temp feature is currently removed
2015-02-02 09:45:45 +01:00
Torkel Ödegaard
cd17278c64
Updated frontend, a lot of markup, css fixes, restoring features
2015-02-02 09:00:04 +01:00
Torkel Ödegaard
f424abf87c
more markup fixes
2015-02-02 08:59:38 +01:00
Torkel Ödegaard
8a5c91021d
Various css and markup fixes for changed css classes
2015-02-02 08:34:54 +01:00
Torkel Ödegaard
ddc32d3cad
updated frontend
2015-02-01 20:24:41 +01:00
Torkel Ödegaard
26535e163f
fixing broken things in the markup for changed css classes
2015-02-01 20:23:52 +01:00
Torkel Ödegaard
cefdd86634
Minor css changes to graph panel & full edito mode
2015-02-01 19:59:53 +01:00
Torkel Ödegaard
56aa8ae6e0
more design work
2015-02-01 19:13:33 +01:00
Torkel Ödegaard
aa613bc767
updated frontend
2015-02-01 15:46:24 +01:00
Torkel Ödegaard
d272b0f56d
Merge branch 'new_top_menu_design' into pro
...
Conflicts:
src/app/partials/sidemenu.html
2015-02-01 15:46:08 +01:00
Torkel Ödegaard
6bc524dff8
progress on new design
2015-02-01 15:45:11 +01:00
Torkel Ödegaard
496e5bdad9
More progress on new design
2015-02-01 11:56:01 +01:00
Torkel Ödegaard
f00e5936c9
New design work
2015-01-31 18:00:26 +01:00
Torkel Ödegaard
6ea35fce66
Updated frontend
2015-01-30 15:10:43 +01:00
Torkel Ödegaard
3da90e09d5
Fixed logout link
2015-01-30 15:10:22 +01:00
Torkel Ödegaard
20c6925470
Fixed sub url setting bug
2015-01-30 14:21:32 +01:00
Torkel Ödegaard
465c72d98e
More work on topnav and gf-box redesign
2015-01-30 14:12:16 +01:00
Torkel Ödegaard
59ade61687
dashboard-edit-view -> gf-box and new box design
2015-01-30 12:57:14 +01:00
Torkel Ödegaard
1ddc2e68bf
Further progress on new design
2015-01-30 11:34:54 +01:00
Torkel Ödegaard
fcba5a6eeb
More progress on new design
2015-01-30 10:25:10 +01:00
Torkel Ödegaard
2f7770b165
Work on new top nav design
2015-01-30 09:47:16 +01:00
Torkel Ödegaard
04d03f73b3
Added disable user sign up feature
2015-01-29 15:46:54 +01:00
Torkel Ödegaard
740709da04
Added disable user sign up feature
2015-01-29 15:46:36 +01:00
Torkel Ödegaard
2feab76a6f
Merge branch 'pro' into temp_test
2015-01-29 15:08:53 +01:00
Torkel Ödegaard
d95c5e6674
Basic import of json dashboards is working, needs more work to handle updates, and continous watching, #22
2015-01-29 14:33:50 +01:00
Torkel Ödegaard
1d6413bfae
More work on backend for user favorites
2015-01-29 12:10:34 +01:00
Torkel Ödegaard
3b5c813be7
worked on user frontend state, state like favorites, etc
2015-01-29 12:10:14 +01:00
Torkel Ödegaard
e02e60171e
Began work on user favorites backend support & storage
2015-01-28 15:29:36 +01:00
Torkel Ödegaard
b25bf363b3
updated frontend, fixed new dashboard button
2015-01-28 14:31:09 +01:00
Torkel Ödegaard
9d0982f2f7
Merge branch 'master' of github.com:torkelo/grafana-private into pro
...
Conflicts:
src/app/directives/dashEditLink.js
2015-01-28 14:30:16 +01:00
Torkel Ödegaard
25316cbe0e
Fixed broken feature: new dashboard button
2015-01-28 14:25:35 +01:00
Torkel Ödegaard
cf5595bd64
mini fix for submenuEnabled being undefined, when initiating a dashboard with empty model
2015-01-28 14:24:11 +01:00
Torkel Ödegaard
12f2ca9262
updated build file
2015-01-28 13:10:09 +01:00
Torkel Ödegaard
5631d52f50
Added admin settings view
2015-01-28 11:39:35 +01:00
Torkel Ödegaard
a7a8ea3077
added admin settings view
2015-01-28 11:39:22 +01:00
Torkel Ödegaard
1cff564483
Fontend handling of account role to hide user actions and links that the user does not have access to
2015-01-28 11:33:50 +01:00
Torkel Ödegaard
c75e669204
Hide sidemenu links that the user does not have access to
2015-01-28 11:33:12 +01:00
Torkel Ödegaard
1758412a76
Settings fix
2015-01-28 10:54:14 +01:00
Torkel Ödegaard
aa261bbe23
Login: only enabled oauth options are shown on login page
2015-01-28 10:26:13 +01:00
Torkel Ödegaard
017eab8dcd
Login: only enabled oauth options are now shown on login page
2015-01-28 10:25:53 +01:00
Torkel Ödegaard
7e26d7a4bf
Fix to dashboard loading and error handling
2015-01-28 09:58:24 +01:00
Torkel Ödegaard
c6e110100a
Just testing a thing
2015-01-27 18:20:12 +01:00
Torkel Ödegaard
a5e450a0dd
Worked on anonymous access
2015-01-27 15:45:27 +01:00
Torkel Ödegaard
757b185398
Worked on ease of use for non multi tenant scenarios, Closes #20
2015-01-27 15:14:53 +01:00
Torkel Ödegaard
257519490a
Worked on login remember cookie, and redirect after login
2015-01-27 12:05:23 +01:00
Torkel Ödegaard
4572747bd6
Worked on login remember cookie and redirect after login
2015-01-27 11:59:20 +01:00
Torkel Ödegaard
6e5ef561eb
Updated Godeps
2015-01-27 10:11:18 +01:00
Torkel Ödegaard
95305e7e11
Changed from goconfig to its new counter part go-ini
2015-01-27 10:09:54 +01:00
Torkel Ödegaard
951ce0a102
API token -> API key rename
2015-01-27 08:26:11 +01:00
Torkel Ödegaard
11b74baf79
Api token -> api key rename
2015-01-27 08:25:52 +01:00
Torkel Ödegaard
c0353ab5d8
Graph: fix for legend show/hide toggle, after hiding requires new data fetch to show, Fixes #1393
2015-01-27 07:56:23 +01:00
Torkel Ödegaard
9fa0a4c973
Dashboard: fixed scroll isssue in firefox after dashboard import, Closes #1391
2015-01-27 07:47:01 +01:00
Torkel Ödegaard
db371d2a5d
API: added admin role requirement for account changes, datasource admin, and api keys admin
2015-01-26 20:26:17 +01:00
Torkel Ödegaard
01cce09ef2
Updated frontend
2015-01-26 16:00:03 +01:00
Torkel Ödegaard
d2f21bc93e
Merge branch 'master' into pro
2015-01-26 15:56:39 +01:00
Torkel Ödegaard
5ba2423626
Worked on account update view
2015-01-26 15:42:22 +01:00
Torkel Ödegaard
a6b0856020
Worked on account update view
2015-01-26 15:42:11 +01:00
Torkel Ödegaard
9a641ee7c0
Corrected the use of POST vs PUT, POST creates something, PUT updates, got them mixed up
2015-01-26 12:58:03 +01:00
Torkel Ödegaard
ab7e2f89fb
Corrected the use of POST vs PUT, POST creates something, PUT updates, got them mixed up
2015-01-26 12:57:44 +01:00
Torkel Ödegaard
71ab8d6afc
Merge branch 'master' of github.com:torkelo/grafana-private
2015-01-26 12:41:15 +01:00
Torkel Ödegaard
ea5da627af
Panel: Different time periods, panels can override dashboard relative time and/or add a time shift, #171 , only works for graph panel for now, need feedback for how to do it for singlestat panel
2015-01-26 11:49:18 +01:00
Torkel Ödegaard
1c8ef716a2
Began work on time overrides for panels, to enable different time periods on the same dashboard, #171
2015-01-26 10:57:08 +01:00
Torkel Ödegaard
6fc451da9e
Small fix
2015-01-25 14:51:51 +01:00
Torkel Ödegaard
b940f4a97d
Timepicker: New option in timepicker (under dashboard settings), to change now to be for example now-1m, usefull when you want to ignore last minute because it contains incomplete data, Closes #1242 , Closes #374
2015-01-25 13:45:08 +01:00
Torkel Ödegaard
c2c81e7e6a
Graph: Fix for all series tooltip showing series with all null values when Hide Empty option is enabled, Fixes #1359
2015-01-23 11:36:18 +01:00
Torkel Ödegaard
1508d0ac23
TemplatOCing: Fix to allow custom template variables to contain white space, now only splits on ',', Fixes #1363
2015-01-23 10:41:23 +01:00
Torkel Ödegaard
d3c37bda71
Graphite: Fix for nested complex queries, where a query references a query that references another query (ie the #[A-Z] syntax), Fixes #1372
2015-01-23 10:29:54 +01:00
Torkel Ödegaard
c82e2d74bf
Login validation
2015-01-22 11:51:44 +01:00
Torkel Ödegaard
1a11b400b0
Polish and incorporating new design for login screen from matt
2015-01-22 10:14:29 +01:00
Torkel Ödegaard
1d8bb45d3a
quickfix for support suburl for sidemenu nav
2015-01-21 20:14:53 +01:00
Torkel Ödegaard
fc9de68ee9
fixed broken html on login page
2015-01-21 20:01:22 +01:00
Torkel Ödegaard
1fb9bbba91
a lot of work on sidemenu, and encoding dash edit view in url
2015-01-21 19:45:23 +01:00
Torkel Ödegaard
cd4fc78aec
trying to get dashboard settings, annotations and templating views be opened via url parameters
2015-01-21 16:29:04 +01:00
Torkel Ödegaard
4e6a04923a
worked on new sidemenu design
2015-01-21 14:44:34 +01:00
Torkel Ödegaard
83899eb884
added hamburger
2015-01-21 13:05:55 +01:00
Torkel Ödegaard
3744bc3228
fixed server side rendering
2015-01-21 10:51:42 +01:00
Torkel Ödegaard
a0c8d3fa6f
Small fix to data source view
2015-01-21 10:51:28 +01:00
Torkel Ödegaard
d3c13a1d8c
removed old signup/register view
2015-01-21 09:55:15 +01:00
Torkel Ödegaard
3c8c53194f
Sign up and login work
2015-01-21 09:52:40 +01:00
Torkel Ödegaard
8ed9212401
Redesigned and polished login view, still needs work on validation
2015-01-21 09:51:31 +01:00
Torkel Ödegaard
5cef73331c
Fixed asteric icon in graphite metric path selector, broken after resent font awesome upgrade, #1361
2015-01-21 07:27:27 +01:00
Torkel Ödegaard
5760fa104c
trying to cleanup login page
2015-01-21 06:41:09 +01:00
Torkel Ödegaard
4786e0f882
Changed name for vendor folder
2015-01-20 17:53:20 +01:00
Torkel Ödegaard
3bf7f6ed5f
Updated build post processsing to include vendor dir
2015-01-20 17:53:01 +01:00
Torkel Ödegaard
9e6df378c3
worked on account creation
2015-01-20 16:29:48 +01:00
Torkel Ödegaard
9667f324f1
added ability to create accounts from profile page
2015-01-20 16:29:19 +01:00
Torkel Ödegaard
eec178458b
Validation check for not removing the last account admin
2015-01-20 15:48:19 +01:00
Torkel Ödegaard
4ea5d80099
Various fixes to data access
2015-01-20 15:23:14 +01:00
Torkel Ödegaard
d9a33680a6
Fixes to account/account users
2015-01-20 15:22:45 +01:00
Torkel Ödegaard
0a695ba17a
Final work on migration, now there is no usage of xorm table sync
2015-01-20 14:44:37 +01:00
Torkel Ödegaard
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
Torkel Ödegaard
8bb9126b77
added postgres support for db migrations
2015-01-20 09:20:44 +01:00
Torkel Ödegaard
2379c5b770
Added loglevel to migrator, added dashboard table & index migrations
2015-01-20 08:50:08 +01:00
Torkel Ödegaard
581efa857b
Small fixes
2015-01-19 19:10:29 +01:00
Torkel Ödegaard
590c3b4b50
Fixes to account users view
2015-01-19 19:10:04 +01:00
Torkel Ödegaard
e750508d76
Fixes for update user and add token
2015-01-19 18:57:51 +01:00
Torkel Ödegaard
efe7279ead
Quick fix for frontend for account to user split
2015-01-19 18:57:25 +01:00
Torkel Ödegaard
90925273a0
User / Account model split, User and account now seperate entities, collaborators are now AccountUsers
2015-01-19 18:01:04 +01:00
Torkel Ödegaard
f1996a9f1f
Initial work on seperation between user and account
2015-01-19 16:28:45 +01:00
Torkel Ödegaard
e411b8e423
Fixed icons in graph tooltip, not updated after recent font awesome upgrade, Closes #1355
2015-01-19 13:08:18 +01:00
Torkel Ödegaard
d8e5be5782
Worked on database agnostic table creation for db migrations
2015-01-19 10:44:16 +01:00
Torkel Ödegaard
7d70ffe201
adding more columns for account table migration
2015-01-18 20:09:30 +01:00
Torkel Ödegaard
a64a38d7dd
Added migration log and migration id, do not execute already executed migrations
2015-01-18 18:41:03 +01:00
Torkel Ödegaard
8bfed7508c
More work on sql schema and migrations, starting to get somewhere
2015-01-18 14:51:51 +01:00
Torkel Ödegaard
68a77c4051
More progress on db schema setup and migrations, tricky stuff
2015-01-18 13:08:59 +01:00
Torkel Ödegaard
38f237efcb
Merge branch 'master' of github.com:torkelo/grafana-pro
2015-01-18 08:56:32 +01:00
Torkel Ödegaard
2daffe2a15
Api import route updated
2015-01-18 08:56:19 +01:00
Torkel Ödegaard
1f987c1903
Began work on real sql schema definitions, and migration engine
2015-01-17 21:40:22 +01:00
Torkel Ödegaard
9a29b04561
Dashboard import/export now works
2015-01-17 10:39:26 +01:00
Torkel Ödegaard
1c5f902770
Added dashboard import feature
2015-01-17 10:39:01 +01:00
Torkel Ödegaard
3be11b9861
Small cosmetic change
2015-01-17 08:27:55 +01:00
Torkel Ödegaard
c970e82758
Small update to update account command
2015-01-17 08:20:25 +01:00
Torkel Ödegaard
a0036179d5
Removed alerts and graph from sidemenu, added required field to account input fields
2015-01-17 08:19:45 +01:00
Torkel Ödegaard
1532eb4278
Fixed png rendering
2015-01-16 17:00:31 +01:00
Torkel Ödegaard
64f98d2409
Mini fix for sidemenu
2015-01-16 17:00:02 +01:00
Torkel Ödegaard
ed879df1f4
Corrected spelling of SignedInUser (was SignInUser)
2015-01-16 16:17:35 +01:00
Torkel Ödegaard
2b05dac071
Api Key role is now correcty added do middleware context
2015-01-16 16:15:35 +01:00
Torkel Ödegaard
507bff8b59
Godep is acting strangly
2015-01-16 15:48:34 +01:00
Torkel Ödegaard
3912ed5023
Role checking when saving dashboard, making sure that the user has owner or editor role
2015-01-16 15:28:44 +01:00
Torkel Ödegaard
984ece646f
Get access denied when trying to save from collaboration role viewer
2015-01-16 15:21:07 +01:00
Torkel Ödegaard
22156fe309
Big refactoring for context.User, and how current user info is fetching, now included collaborator role
2015-01-16 14:32:18 +01:00
Torkel Ödegaard
9637efd5ee
renamed isAdmin to isGrafanaAdmin to make it less confusable with admin role
2015-01-16 14:31:09 +01:00
Torkel Ödegaard
52992928d5
Updated macaron dependency
2015-01-16 12:37:25 +01:00
Torkel Ödegaard
aa9ca68883
Tokens small fixes
2015-01-16 12:28:35 +01:00
Torkel Ödegaard
aaa717aac2
Refactoring apikeys into its own view
2015-01-16 12:28:09 +01:00
Torkel Ödegaard
4ece7fc038
Merge remote-tracking branch 'origin/tokens' into pro
2015-01-16 12:07:27 +01:00
Torkel Ödegaard
9feb8a73fd
Added binding to tokens api and role validation
2015-01-16 12:06:24 +01:00
Torkel Ödegaard
d3cc6e518d
updated collaborators
2015-01-16 12:06:05 +01:00
Torkel Ödegaard
f858f6b621
Add collaborator now handles role, added macaron-contrib/binding for binding and validation
2015-01-16 11:54:19 +01:00
Torkel Ödegaard
500e000661
Add collaborator now handles roles, added macaron-binding for binding and validation
2015-01-16 11:53:31 +01:00
Torkel Ödegaard
4c73d970e5
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2015-01-16 09:32:06 +01:00
Torkel Ödegaard
becdaafdca
Refactored away the graphite-target-inner / tight-form-row
2015-01-16 09:31:38 +01:00
woodsaj
3887aa72cb
add tokens to UI under the Account Settings.
...
Adds support for adding and removing API tokens.
2015-01-16 16:04:46 +08:00
Torkel Ödegaard
72d7a7d91d
changed grafana-target css names in partials
2015-01-16 08:50:26 +01:00
Torkel Ödegaard
e1f410d32e
Starting css refactor for grafana-target
2015-01-16 08:35:32 +01:00
Torkel Ödegaard
cd5843e977
Fixed unit tests
2015-01-16 07:45:37 +01:00
Torkel Ödegaard
af3aa81d71
UI: Fixed position of confirm modal when scrolled down, Fixes #1345
2015-01-16 07:20:00 +01:00
Torkel Ödegaard
04bbdbad12
Worked on account update, moved collaborats to its own api url and files
2015-01-15 19:14:47 +01:00
Torkel Ödegaard
9d1dacb8d4
Worked on account update, moved collaborators to its own view
2015-01-15 19:14:07 +01:00
Torkel Ödegaard
f3bb2d41a7
removed sidemenu controller
2015-01-15 17:41:28 +01:00
Torkel Ödegaard
804bff55ec
Accounts admin view/get api
2015-01-15 15:54:22 +01:00
Torkel Ödegaard
5b93e09714
Very basic start for accounts admin view
2015-01-15 15:53:55 +01:00
Torkel Ödegaard
fdfcc3ab2a
Admin flagged users, create a default admin user on startup if missing
2015-01-15 14:44:15 +01:00
Torkel Ödegaard
cf344abff2
Admin menu only visible for admins
2015-01-15 14:43:44 +01:00
Torkel Ödegaard
5ec07db143
Refactoring of auth middleware, and starting work on account admin
2015-01-15 12:16:54 +01:00
Torkel Ödegaard
67b935188b
Fixed failing unit test
2015-01-15 10:52:22 +01:00
Torkel Ödegaard
0dfd09ed0e
fixed build.go setup
2015-01-14 20:51:22 +01:00
Torkel Ödegaard
6f63d63ee0
Working on account collaborators
2015-01-14 16:12:37 +01:00
Torkel Ödegaard
961ebbde6b
Working on account collaborators
2015-01-14 16:12:19 +01:00
Torkel Ödegaard
50a5355de0
Merge pull request #17 from torkelo/tokenGetAccountFix
...
fix getAccountByToken query.
2015-01-14 14:59:23 +01:00
woodsaj
f25cffd24e
fix getAccountByToken query.
2015-01-14 21:45:00 +08:00
Torkel Ödegaard
5e18afe916
Refactoring of api routes
2015-01-14 14:25:12 +01:00
Torkel Ödegaard
733a9af629
small changes
2015-01-14 14:24:54 +01:00
Torkel Ödegaard
166ce7d2ae
Added Gzip option and the macaron Gzip middleware, but does not seem to work
2015-01-14 10:34:14 +01:00
Torkel Ödegaard
5833867b44
renamed register route to signup
2015-01-14 10:19:53 +01:00
Torkel Ödegaard
6cc1502c89
Renamed register routes/ctrl to signup
2015-01-14 10:19:35 +01:00
Torkel Ödegaard
ced5e5500e
mini code cleanup of in auth
2015-01-14 10:14:07 +01:00
woodsaj
7b17e38f5d
add Token authentication support
...
Added CRUD methods for Tokens.
Extend Auth Handler to check for the presence of a Bearer Authorization
header to authenticate against. If there is no header, or the token is not
valid, the Auth Handler falls back to looking for a Session.
2015-01-14 16:33:34 +08:00
Torkel Ödegaard
e58cd91487
updated frontend
2015-01-13 14:07:34 +01:00
Torkel Ödegaard
10fd66b7c5
removed old sample directory, Closes #1333
2015-01-13 10:19:32 +01:00
Torkel Ödegaard
9f4ea7301a
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2015-01-12 18:59:48 +01:00
Torkel Ödegaard
14e1bc8702
Graph & Singlestat: New axis/unit format selector and more units (kbytes, Joule, Watt, eV), and new design for graph axis & grid tab and single stat options tab views, #1331
2015-01-12 17:05:43 +01:00
Torkel Ödegaard
cc21c66b3a
Updated design of singlestat options view, it now uses the new unit format selector, #1331
2015-01-12 17:02:58 +01:00
Torkel Ödegaard
1e9c51072a
Added new units to dropdown in singlestat options, need to add new unit selector to singlestat panel, #1331
2015-01-12 16:24:44 +01:00
Torkel Ödegaard
4544f79471
Fixed influxdb and opentsdb editors to use latest markup and css, #1331
2015-01-12 16:18:35 +01:00
Torkel Ödegaard
a3da11c5bc
Fixed legend values check, got rid of the legend values checkbox, #1331
2015-01-12 15:59:22 +01:00
Torkel Ödegaard
66631da1c7
Some last polish to thew new axis editor view, #1331
2015-01-12 15:47:47 +01:00
Torkel Ödegaard
d6f9ff34ce
More work on new grap axis & grid edit tab, #1331
2015-01-12 15:37:22 +01:00
Torkel Ödegaard
a1e39ce24d
Fixed show/hide axis toggles, #1331
2015-01-12 14:31:15 +01:00
Torkel Ödegaard
c39f9ed2f3
More work on refactoring and changing graph axis edit view, #1331
2015-01-12 14:00:30 +01:00
Torkel Ödegaard
3a27b610d5
Added all unit formats to new unit selector, #1331
2015-01-12 13:42:16 +01:00
Torkel Ödegaard
3dc30e4d8b
Major reworking of the graph axis editor tab
2015-01-12 12:55:19 +01:00
Torkel Ödegaard
1a49d51d42
Merge branch 'Bps' of https://github.com/gitbisector/grafana into units
...
Conflicts:
src/app/panels/graph/axisEditor.html
src/app/panels/singlestat/editor.html
2015-01-12 10:06:12 +01:00
Torkel Ödegaard
0b46196ff5
Merge branch 'energy_formatting_units' of https://github.com/chron0/grafana into units
...
Conflicts:
src/app/panels/graph/axisEditor.html
2015-01-12 10:04:11 +01:00
Torkel Ödegaard
ea6cea6f29
Merge branch 'master' of https://github.com/grimpy/grafana into units
2015-01-12 10:02:10 +01:00
Torkel Ödegaard
93fb02509b
Removed flicker when refreshing a singlestat panel with spark line
2015-01-12 09:27:20 +01:00
Ties Bos
09a0ef2013
Add Bps support, much like bps
2015-01-11 22:19:59 -08:00
Torkel Ödegaard
ccbe055e5b
Graph: Added right y axis label setting and graph support, Closes #599
2015-01-11 20:04:33 +01:00
Torkel Ödegaard
8e65f36131
Added system admin skeleton
2015-01-11 12:12:29 +01:00
Torkel Ödegaard
b66894f727
Added system admin page skeleton
2015-01-11 12:12:12 +01:00
Torkel Ödegaard
dc16c8c60c
Added openldap docker/fig block, ldap auth seems to be complicated and take some time, not sure if that is high prio now
2015-01-11 12:11:49 +01:00
Torkel Ödegaard
92c3d80189
SingleStatPanel: You can now use template variables in pre & postfix, Closes #1321
2015-01-10 12:49:35 +01:00
Torkel Ödegaard
68cc3f86dd
Handle default datasource management
2015-01-09 16:36:23 +01:00
Torkel Ödegaard
1d769fe41c
Worked on handling marking a datasource as the default
2015-01-09 16:35:36 +01:00
Torkel Ödegaard
4edf0c9768
Fixed alert popup close icon
2015-01-09 16:28:58 +01:00
Torkel Ödegaard
d562dcd90c
Default datasource and event system test
2015-01-09 11:01:37 +01:00
Torkel Ödegaard
f99e1ba441
Updated readme
2015-01-09 10:16:01 +01:00
Torkel Ödegaard
1b9b8ba2bf
Fixed two icons
2015-01-09 10:15:42 +01:00
Torkel Ödegaard
16f7f68636
Plugins: fixed broken example panel plugin, Fixes #1318
2015-01-09 09:37:42 +01:00
Torkel Ödegaard
c1272de462
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2015-01-08 19:04:38 +01:00
Torkel Ödegaard
31cf8812f6
Fixed some icons that I had missed when upgrading font awesome to 4.2
2015-01-08 19:03:45 +01:00
Torkel Ödegaard
a81a5315e1
Added graphite docker and fig config
2015-01-08 17:34:41 +01:00
Torkel Ödegaard
f332f22bed
Updated icons to font-awesome 4.2
2015-01-08 15:00:34 +01:00
Torkel Ödegaard
08ae183877
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2015-01-08 14:38:10 +01:00
Torkel Ödegaard
c4ce553936
Fixed icon in panel header when drilldown link is present
2015-01-08 14:37:50 +01:00
Torkel Ödegaard
6f987253ac
Fixed dependency for unsavedChangesSrv
2015-01-08 12:27:54 +01:00
Torkel Ödegaard
1f1244f285
Upgrade Font-Awesome from 3.2 to 4.2
2015-01-08 12:23:11 +01:00
Torkel Ödegaard
3cf775a1f6
Added handling and view for 404 not found
2015-01-08 09:46:33 +01:00
Torkel Ödegaard
979349388c
Added 404 not found view
2015-01-08 09:46:11 +01:00
Torkel Ödegaard
cdcf88cbdf
fixed path for solo panel ctrl
2015-01-08 09:34:46 +01:00
Torkel Ödegaard
d573ee22f1
Fixed missing godep dependency for unit tests
2015-01-08 09:23:34 +01:00
Torkel Ödegaard
18ff1569b9
Added missing mysql driver package dependency
2015-01-08 09:01:39 +01:00
Torkel Ödegaard
3226a3a58e
Fixed hashing of passwords, Closes #3
2015-01-08 09:00:00 +01:00
Torkel Ödegaard
164435f71d
Moving code arround
2015-01-08 08:01:26 +01:00
Torkel Ödegaard
6d814af0cc
Updated frontend
2015-01-08 07:40:17 +01:00
Torkel Ödegaard
ffbbb5bc9e
Graph: Fixed issue when using zero as a grid threshold, Fixes #1309
2015-01-07 20:03:51 +01:00
Torkel Ödegaard
d3e11cabd5
Fixed link to server side rendered panel
2015-01-07 16:56:57 +01:00
Torkel Ödegaard
35326e1d92
Worked a little on anonymous access, needs more work
2015-01-07 16:37:24 +01:00
Torkel Ödegaard
9d629f2780
Tested with mysql, added simple fig file, need to write a more substantial fig setup
2015-01-07 14:05:57 +01:00
Torkel Ödegaard
1ae52d2472
Dashboard search by tag, and tag cloud now works, god dam I hate SQL
2015-01-07 12:37:24 +01:00
Torkel Ödegaard
37ba2511d5
fixed error handling in default dashboard route
2015-01-06 20:40:12 +01:00
Torkel Ödegaard
bcdbec61d7
Dashboard search works better, tag cloud should be done soon
2015-01-06 18:39:26 +01:00
Torkel Ödegaard
d03949a735
Worked on dashboard and tag search through backend
2015-01-06 18:38:48 +01:00
Torkel Ödegaard
63fa9f4535
InfluxDB: Fix handling of empty array in templating variable query, Fixes #1298
2015-01-06 17:32:39 +01:00
Torkel Ödegaard
3f266a3e1b
Fixed dashboard search
2015-01-06 17:22:10 +01:00
Torkel Ödegaard
a5c8bbfe1f
Fixed query param in dashboard search for grafana datasource
2015-01-06 17:15:38 +01:00
Torkel Ödegaard
584f40d0c4
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2015-01-06 14:16:06 +01:00
Torkel Ödegaard
72974719ac
Remember last dashboard
2015-01-06 14:15:48 +01:00
Torkel Ödegaard
d4c3463f68
InfluxDB: auto escape column names with special characters, Closes #1296
2015-01-06 13:26:09 +01:00
Torkel Ödegaard
47e4b77140
lodash remove override fix, Fixes #1304
2015-01-06 13:03:55 +01:00
Torkel Ödegaard
3e07605260
added a /api/metrics/test query that returns random walk series
2015-01-06 09:11:00 +01:00
Torkel Ödegaard
49b18e17d7
added test query feature to grafana datasource to generate a test graph on first login
2015-01-06 09:10:20 +01:00
Torkel Ödegaard
7c6f0ad445
Graphite: Added cumulative and minimumBelow graphite functions, Closes #1297
2015-01-05 20:25:55 +01:00
Torkel Ödegaard
0e3f91508e
Added validation to stop duplicate dashboards with same name from being saved
2015-01-05 17:04:29 +01:00
Torkel Ödegaard
34427f34e8
side menu visible by default after login
2015-01-05 17:03:56 +01:00
Torkel Ödegaard
4131b75562
updated build script and readme with build instructions
2015-01-05 16:17:36 +01:00
Torkel Ödegaard
62af885c09
frontend build script fix
2015-01-05 11:05:21 +01:00
Torkel Ödegaard
344812f1e0
fix in grunt build script
2015-01-05 11:04:58 +01:00
Torkel Ödegaard
d06174fb56
Added build script written in go that adds build symbols for version, commit and build date
2015-01-05 10:46:58 +01:00
Torkel Ödegaard
72d9532207
updated login view with build info
2015-01-05 10:46:16 +01:00
Torkel Ödegaard
ab052a5ed3
Added missing letters to graphite datasource nested query interpolation, #1294
2015-01-05 10:02:03 +01:00
Torkel Ödegaard
6ebf766342
updated frontend
2015-01-05 08:47:44 +01:00
Torkel Ödegaard
d1b31bb3d6
moved stuff around, trying to get rid of the pro folders and fixing some issues
2015-01-05 08:47:29 +01:00
Torkel Ödegaard
19c70a126f
fixed oauth login redirect when using app sub url
2015-01-05 08:21:52 +01:00
Torkel Ödegaard
4cc8a9bd18
More work on getting grafana pro to work in sub url
2015-01-05 07:59:18 +01:00
Torkel Ödegaard
9be53f0a79
Updates to support sub url
2015-01-05 07:58:15 +01:00
Torkel Ödegaard
f25a415a9e
Work on making grafana work in sub url
2015-01-04 21:03:40 +01:00
Torkel Ödegaard
5feed2344a
Fixes to make grafana work in sub url
2015-01-04 21:01:28 +01:00
Torkel Ödegaard
9ba34aabab
updated build script to output bin in correct path
2015-01-04 18:57:16 +01:00
Torkel Ödegaard
0b855aeac9
updated wercker script
2015-01-04 18:37:45 +01:00
Torkel Ödegaard
176c042cb6
updated wercker script
2015-01-04 18:29:55 +01:00
Torkel Ödegaard
db4ab8d8a7
updated wercker deploy step
2015-01-04 18:14:28 +01:00
Torkel Ödegaard
836f48b24c
updated wercker file again
2015-01-04 18:08:43 +01:00
Torkel Ödegaard
9e01740193
updated wercker script
2015-01-04 18:05:16 +01:00
Torkel Ödegaard
b77a2d0f42
updated wercker script
2015-01-04 17:58:04 +01:00
Torkel Ödegaard
c83b0f2680
updated wercker deploy script
2015-01-04 17:52:10 +01:00
Torkel Ödegaard
5a3d3f5098
updated build and release tasks
2015-01-04 17:51:48 +01:00
Torkel Ödegaard
30c7cb80f9
corrected intendation in wercker file
2015-01-04 15:13:43 +01:00
Torkel Ödegaard
a71e54113e
fix to wercker file
2015-01-04 15:07:44 +01:00
Torkel Ödegaard
dff19db58d
added test deploy step to wercker file
2015-01-04 15:05:40 +01:00
Torkel Ödegaard
31520844b4
fix in wercker file
2015-01-04 14:44:22 +01:00
Torkel Ödegaard
282b3b3170
Updated wercker file
2015-01-04 14:37:24 +01:00
Torkel Ödegaard
55bc150701
added backend config frontend componenet
2015-01-04 14:36:41 +01:00
Torkel Ödegaard
fc88429282
Graphite: query letter for the whole alfabet, Fixes #1294
2015-01-04 12:25:06 +01:00
Torkel Ödegaard
ee443d91dd
Fixed account creation on first github login
2015-01-01 22:27:19 +01:00
Torkel Ödegaard
318338f967
Updated zip release task
2015-01-01 22:26:57 +01:00
Torkel Ödegaard
29c9330965
Changes to config file loading
2015-01-01 15:29:10 +01:00
Torkel Ödegaard
7c72705bc5
more work on build process
2015-01-01 15:28:28 +01:00
Torkel Ödegaard
ad4cf373a6
Work on unifying backend grafnaa and standalone grafana, and being able to build both from the same branch
2014-12-31 19:02:00 +01:00
Torkel Ödegaard
33e3fc70b2
trying to get revision asset replacements to work with different paths
2014-12-31 19:01:10 +01:00
Torkel Ödegaard
9c3cd87bee
more work on two grunt build modes, backend/standalone modes
2014-12-31 16:19:45 +01:00
Torkel Ödegaard
f8ddfec98c
progress on being able to use exact same code base for backend and standalone version, building optimized build needs a little more work
2014-12-31 14:18:34 +01:00
Torkel Ödegaard
53ff171436
Standalone and backend mode with same code base is starting to work
2014-12-31 12:54:12 +01:00
Torkel Ödegaard
75c77a44c9
Merge branch 'master' of github.com:torkelo/grafana-private into pro
...
Conflicts:
src/app/app.js
src/app/controllers/all.js
src/app/routes/all.js
src/app/services/datasourceSrv.js
src/test/test-main.js
2014-12-31 12:07:22 +01:00
Torkel Ödegaard
11b44f2b01
changes to make requirejs optimizer complete
2014-12-31 11:50:34 +01:00
Torkel Ödegaard
d1e33ec071
Moved routes
2014-12-31 11:48:15 +01:00
Torkel Ödegaard
39f3cfc1eb
moved dashboard stuff into a feature folder, not sure about this, but need better structure and better way to organize dependencies
2014-12-31 11:05:19 +01:00
Torkel Ödegaard
2f811375bb
Moving templating to feature to feature folder
2014-12-31 09:35:00 +01:00
Torkel Ödegaard
8d7390e765
moved annotation editor and service to features folder
2014-12-31 09:28:30 +01:00
Torkel Ödegaard
8268c65c57
Trying to organize code more around features than the standard controllers, services structure
2014-12-30 21:24:55 +01:00
Torkel Ödegaard
f9b0a01c74
restructuring
2014-12-30 21:08:56 +01:00
Torkel Ödegaard
0a4ccdcef2
moved all graphite code into features/graphite
2014-12-30 20:49:04 +01:00
Torkel Ödegaard
2b02c87b16
updated godeps file
2014-12-30 12:05:01 +01:00
Torkel Ödegaard
e738a67e06
removed the need for symbolic link to grafana/src
2014-12-30 12:03:03 +01:00
Torkel Ödegaard
b2f70c12b9
Updated packages
2014-12-30 11:38:36 +01:00
Torkel Ödegaard
c4a48b35c0
Updated libs
2014-12-30 11:27:36 +01:00
Torkel Ödegaard
9cc47b6b58
Updated godeps file
2014-12-30 11:14:22 +01:00
Torkel Ödegaard
41083b08ce
fixed typo in wercker.yml
2014-12-30 11:11:49 +01:00
Torkel Ödegaard
8d6b09e995
Trying to use godep in wercker build
2014-12-30 11:09:50 +01:00
Torkel Ödegaard
599a77c776
Added karma test step to build/relase grunt task
2014-12-30 11:05:24 +01:00
Torkel Ödegaard
d7e796097a
Another wercker update
2014-12-30 10:58:13 +01:00
Torkel Ödegaard
79e5dd3794
Updated wercker file
2014-12-30 10:48:46 +01:00
Torkel Ödegaard
ef90f1dca6
Updated readme
2014-12-30 10:37:00 +01:00
Torkel Ödegaard
aafe2c5b98
Updated session lib
2014-12-30 10:28:27 +01:00
Torkel Ödegaard
e9fcca16bd
updated to new golang/x/oauth2
2014-12-30 10:10:13 +01:00
Torkel Ödegaard
c04a2ababd
added basic wercker file
2014-12-30 09:33:27 +01:00
Torkel Ödegaard
8faa806c90
Refactoring dashboard delete and search
2014-12-29 13:58:06 +01:00
Torkel Ödegaard
164d11c816
InfluxDB now works in proxy mode, influxdb username and password is added in the backend and never exposed to frontend, #8
2014-12-29 13:36:08 +01:00
Torkel Ödegaard
27b11b1d79
InfluxDB now works in proxy mode, influxdb username and password is added in the backend and never exposed to frontend, #8
2014-12-29 13:35:51 +01:00
Torkel Ödegaard
d9386cc2c3
Updated lastest.json
2014-12-29 11:24:14 +01:00
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
Torkel Ödegaard
a40c6e65dd
Merge branch 'master' of github.com:torkelo/grafana-pro
2014-12-15 16:17:29 +01:00
Torkel Ödegaard
29749809d2
Updated
2014-12-15 16:17:20 +01:00
Torkel Ödegaard
846cf934f5
Graph: New legend option hideEmtpy to hide series with only null values from legend, Closes #1028
2014-12-15 16:13:34 +01:00
Torkel Ödegaard
162eb4ca35
Panel: duplicate now always adds the duplicated panel on the same row instead of creating a new row, Closes #1185
2014-12-15 15:21:29 +01:00
Torkel Ödegaard
2f18444a43
Graphite: alt node suggestions will now not include wildcard or template variables if the node is empty, Closes #1230
2014-12-15 15:16:03 +01:00
Torkel Ödegaard
8a4ff5bddc
Merge pull request #1205 from noise/master
...
fix #1204 : add separate datasource parameter withCredentials
2014-12-15 15:05:43 +01:00
Torkel Ödegaard
4ae7648bea
Merge pull request #1193 from jklukas/master
...
Add offsetToZero to gfunc.
2014-12-15 12:37:27 +01:00
Torkel Ödegaard
dc75559758
Merge pull request #1206 from nikut/sumSeriesWithWildcards-params
...
allow multiple params for sumSeriesWithWildcards
2014-12-15 12:35:19 +01:00
Torkel Ödegaard
acd944a649
Graphite: movingAverage / movingMedian parameter type impovement, now handles int and interval parameter, Fixes #1207
2014-12-15 12:33:04 +01:00
Torkel Ödegaard
3c1b30e3c1
Graphite: parser fix for hard case where ip numbers are used as segments, Fixes #1224
2014-12-15 11:36:08 +01:00
Torkel Ödegaard
5daefc8b8e
White theme: css fix for links in annotations tooltips, Fixes #1216
2014-12-15 10:53:37 +01:00
Torkel Ödegaard
715b9cbad0
Small fix, removed test code change
2014-12-11 09:44:45 -08:00
Torkel Ödegaard
7194e91d3b
Singlestat: small fix for threshold evalutations, use greater or equal for threshold checks, Fixes #1192
2014-12-11 09:43:36 -08:00
Torkel Ödegaard
69d56b8ed7
Graph: fix for series tooltip when one series is hidden/disabled, #1199
2014-12-11 07:47:04 -08:00
Torkel Ödegaard
982a5b1a39
Panel: drilldown link, moved new params tooltip to params property, #1210
2014-12-11 07:26:00 -08:00
Torkel Ödegaard
6b8cb4ac7f
Merge pull request #1210 from falkenbt/patch-1
...
Extend tooltip for drilldown link
2014-12-11 07:23:07 -08:00
Torkel Ödegaard
397f253180
Merge pull request #1214 from DazWorrall/useseriesabove
...
Added graphite function 'useSeriesAbove'
2014-12-11 07:21:00 -08:00
Darren Worrall
f93b6f7d85
Add missing default parameters to useSeriesAbove
2014-12-10 15:57:12 +00:00
Darren Worrall
edb2cf2cf2
Added graphite function 'useSeriesAbove'
2014-12-10 15:51:45 +00:00
falkenbt
fb12dd4688
Extend tooltip for drilldown link
...
It took me a bit to find out that variables need to be passed with var-variableName.
The behavior is not specific to the drilldown link but I couldn't find it in any documentation elsewhere and it might help others to have it documented right here.
2014-12-09 17:23:44 +01:00
Niku Toivola
0a561e5aeb
allow multiple params for sumSeriesWithWildcards
2014-12-09 11:41:01 +02:00
bret barker
c140c8cac9
fix #1204 : add separate datasource parameter withCredentials
2014-12-08 09:35:55 -05:00
Jeff Klukas
06ab063671
Add offsetToZero to gfunc.
2014-12-04 09:00:47 -08:00
Torkel Ödegaard
1591a486cc
Fixed typo in graphite editor tooltip
2014-12-02 14:51:21 -08:00
Torkel Ödegaard
b53efed1ef
formating fix for the changelog
2014-12-02 14:49:42 -08:00
Torkel Ödegaard
7a202db5ad
Updated latest.json
2014-12-02 14:24:34 -08:00
Torkel Ödegaard
af1ae7cab4
SinglestatPanel: decimal precision fix for uneven numbers, #1066
2014-12-02 13:55:56 -08:00
Torkel Ödegaard
24519cbf78
Updated version to 1.9.0
2014-12-02 11:21:18 -08:00
Torkel Ödegaard
01305462aa
Row: css fix for collapsed rows with empty title
2014-12-02 11:07:51 -08:00
Torkel Ödegaard
90ae59ccaf
Fixed png rending
2014-12-01 13:25:57 -08:00
Torkel Ödegaard
ff6a2d014a
Refactored command/query interface
2014-12-01 08:56:03 -08:00
Torkel Ödegaard
246f41b88a
Bus experiment
2014-11-28 22:16:49 +01:00
Torkel Ödegaard
a799fac983
Added Godeps and embedded dependencies
2014-11-28 11:56:03 +01:00
Torkel Ödegaard
50164324f3
moved back to a main.go file in root
2014-11-28 11:51:34 +01:00
Torkel Ödegaard
634d8c9978
sync with oss master
2014-11-28 09:14:54 +01:00
Torkel Ödegaard
e5eb0e3874
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2014-11-27 15:01:48 +01:00
Torkel Ödegaard
63273f4ccf
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2014-11-27 14:59:58 +01:00
Torkel Ödegaard
7a4077405e
Annotations: added html sanitation to prevent markup injection/XSS, Closes #1121
2014-11-27 14:46:01 +01:00
Torkel Ödegaard
9594effb6c
Graph: Fix for tooltip series order when series draw order was changed with zindex property, Fixes #1108
2014-11-27 14:30:17 +01:00
Torkel Ödegaard
e750498696
Templating: added validation for allowed characters in variable names, Closes #1106
2014-11-27 14:22:55 +01:00
Torkel Ödegaard
69e18905f5
Templating: added validation to template editor for variable names, Fixes #1133
2014-11-27 14:17:31 +01:00
Torkel Ödegaard
ac4524cf9b
Firefox: Workaround for Firefox bug, casued input text fields to not be selectable and not have placeable cursor, Fixes #1123
2014-11-27 13:35:03 +01:00
Torkel Ödegaard
7baad7ff10
Tech: updated angular libs
2014-11-27 13:31:55 +01:00
Torkel Ödegaard
d7ef6daeb8
SinglestatPanel: Fixed absolute drilldown link issue, Fixes #1150
2014-11-27 10:42:05 +01:00
Torkel Ödegaard
d8d5516e24
Create README.md
2014-11-26 12:57:16 +01:00
Torkel Ödegaard
93e3908a63
Merge pull request #1140 from johnou/support_negative_thresholds
...
Support for threshold colouring of zero / negative values.
2014-11-26 12:33:29 +01:00
Torkel Ödegaard
d7ee4b4573
Added missing files
2014-11-26 09:58:36 +01:00
Torkel Ödegaard
bf5f6ce97c
Merge branch 'master' of github.com:grafana/grafana
...
Conflicts:
CHANGELOG.md
2014-11-26 09:36:11 +01:00
Torkel Ödegaard
ed2ca5fced
Graph: Fix to legend value Max and negative values, Fixes #1136
2014-11-26 09:34:21 +01:00
Johno Crawford
8dfe85f23e
Support for negative thresholds.
2014-11-25 19:31:35 +00:00
Torkel Ödegaard
a492eceff0
refactoring
2014-11-24 17:37:20 +01:00
Torkel Ödegaard
be781bdb98
Tried postgres
2014-11-24 10:17:13 +01:00
Torkel Ödegaard
a8f915f049
Merge branch 'macaron'
2014-11-24 08:20:22 +01:00
Torkel Ödegaard
e750080f00
removed old code
2014-11-24 08:20:16 +01:00
Torkel Ödegaard
79beefe57c
Updated grafana datasource
2014-11-24 08:05:07 +01:00
Torkel Ödegaard
fcdcd63dc7
get other accounts works
2014-11-24 08:04:41 +01:00
Torkel Ödegaard
846992930c
Merge pull request #1109 from jklukas/master
...
Purge timspan variable from scripted templates.
2014-11-23 15:43:46 +01:00
Torkel Ödegaard
a1d652d578
SinglestatPanel: Added null point handling, and value to text mapping, Closes #1130 , Fixes #1120 , #951
2014-11-22 15:26:23 +01:00
Torkel Ödegaard
d0e057722b
Graphite: added more optional parameters to aliasByNode function definition, #1124
2014-11-21 17:48:49 +01:00
Torkel Ödegaard
f04932aa67
More work on collaborators, and sql store
2014-11-21 16:43:04 +01:00
Torkel Ödegaard
d1be4e2a90
Light theme: tweaks to background color and table highlight rows, Closes #1119
2014-11-21 10:44:37 +01:00
Torkel Ödegaard
3cde783d1d
Graphite: Lexer fix, allow equal sign (=) in metric paths, Fixes #1114
2014-11-21 10:25:36 +01:00
Torkel Ödegaard
e933369f56
Singlestat: changed singlestat title to centered position, Closes #1117
2014-11-21 10:17:08 +01:00
Torkel Ödegaard
e109f8d69c
Graphite: added timeStack function definition, Closes #1118
2014-11-21 10:11:21 +01:00
Torkel Ödegaard
d198057eaf
InfluxDB: fixed issue with using custom/absolute from time to now(), Fixes #1113
2014-11-21 10:06:42 +01:00
Torkel Ödegaard
88c2f18b20
Graphite: fixed aliasSub graphite func definition
2014-11-21 08:24:13 +01:00
Jeff Klukas
a30a604228
Purge timspan variable from scripted templates.
2014-11-20 09:32:19 -06:00
Torkel Ödegaard
4eefa73441
Progress on account and dashboard save/load
2014-11-20 15:19:44 +01:00
Torkel Ödegaard
00b4d233cc
Small progress, save search works
2014-11-20 13:02:25 +01:00
Torkel Ödegaard
eb2c078898
Progres on move to sql from rethinkdb
2014-11-20 12:11:07 +01:00
Torkel Ödegaard
4b5eadf7b5
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2014-11-20 09:16:49 +01:00
Torkel Ödegaard
9b68911d00
Made it it compile again
2014-11-20 09:16:28 +01:00
Torkel Ödegaard
62b58d8bb0
Updated scripted dashboard example
2014-11-20 09:09:59 +01:00
Torkel Ödegaard
a5951592f7
Merge branch 'master' of github.com:jklukas/grafana into jklukas-master
2014-11-20 09:08:00 +01:00
Torkel Ödegaard
6392d6514e
Graphite: fixed: moving graphite function left/right did not update query, Fixes #1100
2014-11-20 09:00:30 +01:00
Torkel Ödegaard
91d6641326
Graph: fixed issue with shared tooltip when one or more series is hidden, Fixes #1094
2014-11-19 16:01:04 +01:00
Torkel Ödegaard
dd398f73c2
Css tweak to dark theme, mark submenu carets (ie arrows) white, Fixes #1098
2014-11-19 15:41:16 +01:00
Torkel Ödegaard
de10bd4ef6
DrilldownLink: template variables in params property was not interpolated, Fixes #1095
2014-11-19 15:33:00 +01:00
Torkel Ödegaard
56321da9c1
Bug: Fixed position for drilldown link tooltip when dashboard requires scrolling, Fixes #1093
2014-11-19 15:26:14 +01:00
Torkel Ödegaard
d0d1c5ea5f
updated changelog
2014-11-19 11:57:00 +01:00
Torkel Ödegaard
e16872c864
Updated angular-dragdrop to fix issue with IE9, Fixes #1087
2014-11-19 11:55:18 +01:00
Jeff Klukas
1e425244d2
Refactor timspan default in scripted examples.
2014-11-18 14:24:55 -06:00
Torkel Ödegaard
0c6618d2f6
Small tweaks
2014-11-18 16:58:26 +01:00
Torkel Ödegaard
a9d7823186
Singlestat: only show thresholds options when coloring option is checked, Fixes #1077
2014-11-18 08:27:43 +01:00
Torkel Ödegaard
6c0f5329aa
Graph: improved decimal precision in legend and graph hover when graph ticks use single decimal point, now graph legend and tooltip always use one more decimal precision than axis ticks (if axis ticks has decimals), Fixes #1072
2014-11-17 19:20:27 +01:00
Torkel Ödegaard
a677a4feff
Updated changelog with share panel feature, #864 , it was missing
2014-11-17 16:13:47 +01:00
Torkel Ödegaard
4f674c8d19
Updated changelog with RC1 release date
2014-11-17 15:21:43 +01:00
Torkel Ödegaard
e197163019
Changed version to 1.9-rc1
2014-11-17 11:19:17 +01:00
Torkel Ödegaard
7ba0099fa9
Panel: fixes to panel menu when in edito/fullscreen mode, Fixes #1069
2014-11-17 09:59:37 +01:00
Torkel Ödegaard
f45797ec4b
trying out panel actions buttons
2014-11-17 09:11:54 +01:00
Torkel Ödegaard
02e1ac12b2
InfluxDB: fixed annotations, broken after switch to millisecond resolution, Fixes #1061
2014-11-17 07:09:21 +01:00
Torkel Ödegaard
bde138177d
Singlestat: fixed decimal issue when value was 1, Fixes #1066
2014-11-15 10:38:01 +01:00
Torkel Ödegaard
2423f470ef
Merge with oss master
2014-11-14 17:56:27 +01:00
Torkel Ödegaard
e5219af481
Merge branch 'master' of github.com:torkelo/grafana-private into pro
...
Conflicts:
src/app/components/require.config.js
2014-11-14 17:40:16 +01:00
Torkel Ödegaard
21a4f3cc05
updated
2014-11-14 17:16:40 +01:00
Torkel Ödegaard
a9d9939bdd
Merge branch 'pro' of github.com:torkelo/grafana-private into pro
2014-11-14 17:15:44 +01:00
Torkel Ödegaard
41fb2b4cc4
updated
2014-11-14 17:14:34 +01:00
Torkel Ödegaard
526e232c09
Merge branch 'pro' of github.com:torkelo/grafana-private into pro
2014-11-14 17:14:02 +01:00
Torkel Ödegaard
f2ed3d3ff2
Updated
2014-11-14 17:13:44 +01:00
Torkel Ödegaard
f5b1b192a0
Macaron and sqllite
2014-11-14 17:13:33 +01:00
chrono
a77c33d9b7
Added J,W & eV to unit formatting
2014-11-14 14:19:55 +01:00
Torkel Ödegaard
640c558446
Graph: added export graph time series data as csv file feature, accessed from panel menu dropdown, #861
2014-11-14 12:12:09 +01:00
Torkel Ödegaard
c11ce99bb3
SinglestatPanel: another small fix for drilldown link click while fullscreen mode, #1041
2014-11-14 11:41:36 +01:00
Torkel Ödegaard
8ad83b8d58
SinglestatPanel: small fix for drilldown link click while fullscreen mode, #1041
2014-11-14 11:36:20 +01:00
Torkel Ödegaard
873d3d7c4a
SinglestatPanel: Added integration with drilldown link feature, if a drilldown link is present the entire singlestat panel will act as a link, with hover tooltip containing the link name, #951 , #1041
2014-11-14 09:33:03 +01:00
Torkel Ödegaard
d4adaaaf2b
Graphite: annotations stop working after recent change to millisecond resolution, Fixes #1061
2014-11-14 08:19:49 +01:00
Torkel Ödegaard
104493e725
SharePanel: fix for interval variables and auto value, Fixes #1056
2014-11-13 15:23:34 +01:00
Torkel Ödegaard
b172e7afdc
SinglestatPanel: mini fix
2014-11-13 15:23:34 +01:00
Torkel Ödegaard
b1efbeb220
Merge pull request #1057 from kaos/master
...
panelmeta: fix metrics tab title.
2014-11-13 15:06:31 +01:00
Andreas Stenius
f2a6657b72
panelmeta: fix metrics tab title.
2014-11-13 14:29:42 +01:00
Torkel Ödegaard
4eb4974909
Graph: change to current legend value handling, if last value is null, current will pick next to last value, Closes #190
2014-11-12 13:47:06 +01:00
Torkel Ödegaard
3e2c898881
Graph: legend fix for current legend value
2014-11-12 13:40:22 +01:00
Torkel Ödegaard
2fb176a244
Graphite: fix for graphite query editor, when adding functions and the function selection dropdown get push down the selection did not work properly, Fixes #1038
2014-11-12 12:57:22 +01:00
Torkel Ödegaard
53a6a7b305
Annotations: fixed spelling issue in annoation error handling code
2014-11-12 12:41:53 +01:00
Torkel Ödegaard
2045380223
Graph: moved graph and graph tooltip directive into panels/graph folder
2014-11-12 11:58:04 +01:00
Torkel Ödegaard
1c0fc3c924
Graph: small fix to legend sorting, #1030
2014-11-12 10:19:33 +01:00
Torkel Ödegaard
0b966b7a28
Graph: legend sorting while in table mode implemented, panel persisted property, Closes #1030
2014-11-12 10:11:01 +01:00
Torkel Ödegaard
882a477c0f
Graph: increase decimal precision in tooltip and legend values when unit scaling is applied, #1043
2014-11-12 09:09:05 +01:00
Torkel Ödegaard
ebcf2c3f68
InfluxDB: Support for sub second resolution graphs, Closes #714 , #728 , #752
2014-11-12 08:39:04 +01:00
Torkel Ödegaard
54fafb3a76
Graph: fix to typeahead for series overrides, (bug introduced in recent commit), Fixes #1046
2014-11-11 21:09:50 +01:00
Torkel Ödegaard
01bd662046
Graph: legend fix for bug when running optimized build, Fixes #1045
2014-11-11 21:06:01 +01:00
Jo De Boeck
98d934c8a4
Add mbytes and kbytes y_formats
...
Usefull when input data is stored in kbytes or mbytes
2014-11-11 19:22:22 +02:00
Torkel Ödegaard
9e26d3e85d
SinglestatPanel: increased scaled decimal offset by 2 for, improves decimal precision when units gets scaled, #1043 , #951
2014-11-11 16:30:20 +01:00
Torkel Ödegaard
17114778b7
Panel: fixed bug introduced in recent commit that caused blank title in optimized build, #1041
2014-11-11 15:00:31 +01:00
Torkel Ödegaard
98037ca0c6
SinglestatPanel: fixed issue when value is zero, #1039
2014-11-11 14:55:23 +01:00
Torkel Ödegaard
4ec59e8211
Tech: cleanup unused angular-strap directives, Closes #1029
2014-11-11 13:57:39 +01:00
Torkel Ödegaard
1e6a5ff8ec
Updated changelog with #1041
2014-11-11 13:44:25 +01:00
Torkel Ödegaard
c12d830162
Panel: added search typeahead for dashboard links, #1041
2014-11-11 13:38:34 +01:00
Torkel Ödegaard
a49a9b3b64
Panel: more work on panel links, #1041
2014-11-11 12:51:57 +01:00
Torkel Ödegaard
5da3da5962
PanelLinks: began work on drilldown panel links feature, #1041
2014-11-11 11:48:27 +01:00
Torkel Ödegaard
8bb51d47f8
DashboardViewState: small fix for bug that caused issue for singlestat panel
2014-11-11 08:07:05 +01:00
Torkel Ödegaard
381b9ee7ee
Graph: legend css tweaks
2014-11-11 07:51:52 +01:00
Torkel Ödegaard
a301c96c9d
SharePanel: fix to share feature, Closes #1035
2014-11-10 16:18:59 +01:00
Torkel Ödegaard
f9c3cdab67
UI: replaced native confirm dialogs with nicer custom ones
2014-11-10 15:01:30 +01:00
Torkel Ödegaard
27ec0d532e
began work on custom confirm modal
2014-11-10 10:40:45 +01:00
Torkel Ödegaard
3aa619b617
Panel: fixed duplicate panel, broken after yesterdays panel menu model refactoring
2014-11-09 09:44:16 +01:00
Torkel Ödegaard
ef92272bee
Panel: fixed menu position after moving json to new dropdown
2014-11-08 19:28:16 +01:00
Torkel Ödegaard
815ef05daf
Graph: refactoring some stuff with legend values
2014-11-08 19:16:22 +01:00
Torkel Ödegaard
2ab19148c1
Graph: toggle legend on/off from panel menu, #941 , no keyboard shortcut yet, but could come
2014-11-08 18:12:05 +01:00
Torkel Ödegaard
d12f4a4aee
Panels: refactoring panel meta model & menu, will open up panel specific menu actions
2014-11-08 16:27:49 +01:00
Torkel Ödegaard
81b1939f92
Graph: small fix to legend table mode
2014-11-08 11:44:23 +01:00
Torkel Ödegaard
834daeecd0
OpenTSDB: updated change log with templating support PR #917
2014-11-08 11:35:42 +01:00
Torkel Ödegaard
6aa0208316
Updated changelog with #1030
2014-11-07 14:23:18 +01:00
Torkel Ödegaard
aa87d8eb22
Graph: changed style of legend table mode to full width table and with headers, #1030
2014-11-07 14:20:58 +01:00
Torkel Ödegaard
cd21fa7016
Graph: new legend table display style, #1030
2014-11-07 13:57:52 +01:00
Torkel Ödegaard
7ba4f6b93f
Singlestat: removed debug console.log
2014-11-07 13:56:28 +01:00
Torkel Ödegaard
e16a51ad06
Singlestat: fixed decimal precision bug, #951
2014-11-07 13:54:19 +01:00
Torkel Ödegaard
6861dc137f
Graph: fix for legend show/hide toggle, broken by recent legend rewrite
2014-11-07 13:39:47 +01:00
Torkel Ödegaard
e530e4d4bc
Tech: rewrite of how the legend is implement, performance increase, and will make future legend enhancements easier
2014-11-07 12:15:34 +01:00
Torkel Ödegaard
d150bc1e52
Graphite: added mapSeries and reduceSeries functions, Closes #1018
2014-11-07 06:34:47 +01:00
Torkel Ödegaard
cc8961360a
Graphite: added maxDataPoints override option and a help section that describes how graphite point consolidation work, Closes #5
2014-11-06 16:25:46 +01:00
Torkel Ödegaard
c0539e483e
Added singlestat panel to changelog
2014-11-06 14:10:25 +01:00
Torkel Ödegaard
f0b7099be3
SingleStatPanel: renamed panel to singlestat
2014-11-06 14:07:32 +01:00
Torkel Ödegaard
ee183d4574
SingleStatPanel: some more tweaks and polish
2014-11-06 13:57:16 +01:00
Torkel Ödegaard
fa813024ca
SingleStatPanel: various fixes
2014-11-06 12:30:42 +01:00
Torkel Ödegaard
37176fa42d
SingleStatPanel: Finnaly solved automatic decimal precision calculation for singlestat panel, #951
2014-11-06 12:17:46 +01:00
Torkel Ödegaard
7ff8931def
SingleStatPanel: added font size options for value, prefix and postfix, #951
2014-11-06 10:47:46 +01:00
Torkel Ödegaard
2a962bf8fd
Singlestat: progress on singlestat panel
2014-11-06 09:56:50 +01:00
Torkel Ödegaard
bbbcba8b98
Merge branch 'master' into valuepanel
2014-11-06 08:54:01 +01:00
Torkel Ödegaard
ecdcd10612
Graph: Series hide/show toggle changed to be default exclusive, so clicking on a series name will show only that series. (SHIFT or meta)+click will toggle hide/show. Closes #1007
2014-11-03 10:21:16 +01:00
Torkel Ödegaard
10ea140358
MetricEditors: Ability to reorder metric queries in metrics tag, Closes #716 , Closes #856
2014-11-03 08:56:13 +01:00
Torkel Ödegaard
74e0309241
Fixes #912 , URL parameters are lost when switching to fullscreen/edit mode
2014-11-02 11:56:51 +01:00
Torkel Ödegaard
c88bfbbf82
SingleStatPanel: editor cleanup
2014-11-02 11:36:11 +01:00
Torkel Ödegaard
4edb89eeb9
Merge branch 'summarize-alignToFrom' of github.com:adriensamson/grafana into adriensamson-summarize-alignToFrom
2014-10-30 09:24:27 +01:00
Torkel Ödegaard
cdb4b3cc7d
Panel: fix fullscreen/edit view and page refresh when panel is in collapsed/hidden row, Fixes #992
2014-10-29 09:51:44 +01:00
Torkel Ödegaard
ed8dd03fa1
Merge branch 'master' into valuepanel
2014-10-29 09:24:49 +01:00
Torkel Ödegaard
e5bb7f7c2d
CustomDatasource: fixed build optimization issue with custom datasources, Fixes #994
2014-10-28 19:00:46 +01:00
Torkel Ödegaard
a7b0f6dc9f
ScriptedDashboard: datasource services are now available in scripted dashboards, you can query datasource for metric keys, generate dashboards, and even save them in a scripted dashboard (see scripted_gen_and_save.js for example), Closes #991
2014-10-28 16:16:52 +01:00
Torkel Ödegaard
c42986c07d
Merge branch 'services_in_scripted_dashboard'
2014-10-28 16:14:41 +01:00
Torkel Ödegaard
a982dd1765
ScriptedDashboard: using grafana services in scripted dashboard
2014-10-28 16:14:28 +01:00
Torkel Ödegaard
c3900398fc
Merge pull request #917 from mchataigner/master
...
adding templating in opentsdb graphs
2014-10-28 15:39:14 +01:00
Torkel Ödegaard
4b79a5e9da
OpenTSDB: merged PR #930 adding counter max and counter reset options to OpenTSDB query editor
2014-10-28 12:41:17 +01:00
Torkel Ödegaard
eed2feea97
Merge branch 'opentsdb-counterMax' of github.com:rsimiciuc/grafana into rsimiciuc-opentsdb-counterMax
2014-10-28 12:36:15 +01:00
Torkel Ödegaard
60a2d9f624
Dashboard: fix for collapsed rows became invisible when hide controls was enabled, Fixes #987
2014-10-27 10:42:13 +01:00
Torkel Ödegaard
3cd33b6ffc
Tech: added cache busting for requirejs fetches, will only affect config.js for optimized builds, should solve user issues where browsers cache config.js which causes initial confusing setup/config issues.
2014-10-26 08:45:42 +01:00
Torkel Ödegaard
e3942b3438
Graph: multi series tooltip fix for long series names, and metric value row alignment, Fixes #983 , #984
2014-10-25 12:01:31 +02:00
Torkel Ödegaard
0bf37b8c00
Merge pull request #981 from swoop-inc/mb_value_update_bug
...
When get_data fails the legend should be cleared
2014-10-24 21:10:07 +02:00
Torkel Ödegaard
0e5dbf3889
Merge pull request #980 from maxstepanov/patch-1
...
Replace all $interval occurrences in query string
2014-10-24 21:07:38 +02:00
Torkel Ödegaard
785f96aabe
Merge pull request #975 from swoop-inc/mb_support_influx_regex_merge
...
Add support for regex based series merging in InfluxDB
2014-10-24 21:01:52 +02:00
Mark Bell
5cec936128
When get_data fails the legend should be cleared
2014-10-24 14:51:45 -04:00
Max Stepanov
02861142cb
Replace all $interval occurrences in query string
...
because template
2014-10-24 20:06:39 +03:00
Torkel Ödegaard
1cfc4d2f31
ScriptedDashboard: bugfix for scripted dashboards and collapsed rows, Fixes #965
2014-10-24 11:48:08 +02:00
Mark Bell
08e816a539
Add support for regex based series merging in InfluxDB
2014-10-23 10:35:57 -04:00
Torkel Ödegaard
272cf64aac
SinglsStatPanel: more work on sparkline option for single stat panel
2014-10-23 13:44:15 +02:00
Torkel Ödegaard
ed57a4099b
Merge branch 'master' into valuepanel
2014-10-23 13:35:54 +02:00
Torkel Ödegaard
79c5d48a3c
Timepicker: Fix for Zoom out top menu link still visible when timepicker was disabled, Fixes #963
2014-10-23 12:36:25 +02:00
Adrien Samson
6c70122e55
Add alignToFrom param to summarize
2014-10-22 11:31:41 +02:00
Torkel Ödegaard
6c83699e6f
Panel: css fix for panel fullscreen/edit mode for latest chrome 38 and Firefox 33, #954
2014-10-20 12:14:58 -04:00
Torkel Ödegaard
ff254ce08d
Help: fix for help modal shortcut, and added missing shortcut, #952
2014-10-20 11:33:07 -04:00
Torkel Ödegaard
8a80ea26b8
Graph: fix for series override controller unit test
2014-10-20 10:10:18 -04:00
Torkel Ödegaard
b85fe62389
Graph: series override dropdown menu select did not work after recent commit that added typeahead to this dropdown
2014-10-20 10:06:34 -04:00
Torkel Ödegaard
31a4d9204c
SingleStatPanel: Added graph to single stat panel, #951
2014-10-19 19:36:59 -04:00
Torkel Ödegaard
69fdfd5cb3
Merge branch 'master' into valuepanel
2014-10-19 12:34:01 -04:00
Torkel Ödegaard
16e7980982
Help: added help modal, accessed by shortcut '?', the help modal only contains a list of all shortcuts right now but will be extended in the future, #952
2014-10-19 12:30:41 -04:00
Torkel Ödegaard
e3e08cf8e7
Graph: fix for second y axis tick unit labels wrapping on the next line, Fixes #505
2014-10-18 13:31:15 -04:00
Torkel Ödegaard
cae6626b06
StatsPanel: small change to stats panel, #951
2014-10-17 10:38:15 -04:00
Torkel Ödegaard
956d93e871
StatsPanel: fine tuning colors
2014-10-17 10:36:04 -04:00
Torkel Ödegaard
7c4d1b7b01
StatsPanel: made big values template based
2014-10-16 13:44:52 -04:00
Torkel Ödegaard
9866e0851b
Graph: single series tooltip and unit format change fix, Closes #946
2014-10-16 11:21:56 -04:00
Torkel Ödegaard
0a97a2435b
StatsPanel: more progress
2014-10-16 11:16:20 -04:00
Torkel Ödegaard
5c80f03eae
StatsPanel: small progress on stats panel
2014-10-15 18:16:04 -04:00
Torkel Ödegaard
dd03a4b011
Dashboard: fix for fullscreen mode and small gap sometimes showing the underlying dashboard
2014-10-15 17:37:08 -04:00
Torkel Ödegaard
6cd1bc32fe
StatsPanel: more work on stats panel
2014-10-15 17:29:47 -04:00
Torkel Ödegaard
dd0193a9a8
Dashboard: removed wip stats panel from settings.js, accidental commit
2014-10-15 15:48:57 -04:00
Torkel Ödegaard
123faa6f8e
Merge branch 'master' into valuepanel
2014-10-15 15:48:09 -04:00
Torkel Ödegaard
f743288ce0
Graph: fix for legends on the side and graph dimensions adaptation
2014-10-15 15:47:59 -04:00
Torkel Ödegaard
a1d764bd26
Merge branch 'master' into valuepanel
...
Conflicts:
src/app/components/settings.js
2014-10-15 15:41:58 -04:00
Torkel Ödegaard
61f6bd2c80
Graph: added typehead dropdown menu combination for the series override selection
2014-10-15 14:13:53 -04:00
Torkel Ödegaard
fe620d8e44
Graph: fill below to series override option not automatically adds lines=false, as overrides, if you want lines just for the fill below series just remove the overrides, #940
2014-10-15 11:07:51 -04:00
Torkel Ödegaard
22db28d3e7
Graph: New series style override option 'Fill below to', useful to visualize max & min as shadow for the mean, #940
2014-10-15 10:55:46 -04:00
Torkel Ödegaard
1330488e13
Panel: plugins panels can now reside outsude the app/panels directory, added example plugin panel
2014-10-14 16:57:33 -04:00
Torkel Ödegaard
22297be3cf
Merge branch 'master' into valuepanel
2014-10-13 12:30:34 -04:00
Raul Simiciuc
29d7d6994a
added reset value
2014-10-13 13:43:25 +01:00
Raul Simiciuc
87e8162a2d
fixed identation
2014-10-13 13:07:46 +01:00
Raul Simiciuc
38b71bf386
adding counterMax option to opentsdb
2014-10-13 12:36:26 +01:00
Torkel Ödegaard
920689b80e
InfluxDB: series lookup & typeahead is now handled by influxdb list series regex queries, Closes #888
2014-10-12 12:47:50 -04:00
Torkel Ödegaard
e9c7523646
Graphite: added second optional parameter to averageSeriesWithWildcards, Closes #926
2014-10-11 06:24:44 -04:00
Torkel Ödegaard
88bbc720ca
Graph: removed console logs
2014-10-11 06:08:33 -04:00
Torkel Ödegaard
1bf1469c80
Merge branch 'master' of github.com:grafana/grafana
2014-10-10 13:37:43 -04:00
Torkel Ödegaard
c74eda20dc
Graph: fix for legend values min & max, avg & current when series only has null values, Closes #923
2014-10-10 13:37:33 -04:00
Torkel Ödegaard
db0a5bd537
Graph: fix for legend values min & max, avg & current when series only has null values, Closes #923
2014-10-10 10:45:34 -04:00
Torkel Ödegaard
c6cb01aa3b
Graph: series tooltip length check
2014-10-10 10:05:12 -04:00
Torkel Ödegaard
7463f91878
Tech: removed jquery-ui and jquiery-ui-angular-drag-drop, replaced with native drag drop for angular, saved ~50kb in js libs, much cleaner & simpler usage, Also changed some behavior for drag drop, now panels are replaced when droped on (switch places), Closes #920
2014-10-09 20:30:23 -04:00
Mathieu Chataigner
482b31298f
fixing unused var
2014-10-09 19:12:56 +02:00
Torkel Ödegaard
ce46ca2f39
Search: fixed bug introduced in recent PR #900 , related to comment on #909
2014-10-09 12:31:51 -04:00
Mathieu Chataigner
de00d18a7e
adding templating in opentsdb graphs
2014-10-09 16:59:29 +02:00
Torkel Ödegaard
b0cf0c558d
Merge branch 'master' into valuepanel
2014-10-09 09:55:49 -04:00
Torkel Ödegaard
920e5c93e1
Graph: tooltip fix for single series tooltip and right floated value being pushed down
2014-10-08 17:00:07 -04:00
Torkel Ödegaard
0aae78c6bd
Graph: fix for bars not displaying, caused by change in recent commit, added unit test so it does not happen again
2014-10-08 16:24:58 -04:00
Torkel Ödegaard
7fb048f423
Began work on experimental new stats panel
2014-10-08 11:43:51 -04:00
Torkel Ödegaard
e86207bb28
Fixed default panel title when creating new panel, tweaks to panel height calculation, Closes #910
2014-10-08 06:44:46 -04:00
Torkel Ödegaard
d7cd2b970e
OAuth remake
2014-10-07 17:56:37 -04:00
Torkel Ödegaard
450d242d5f
working on oauth
2014-10-07 15:54:38 -04:00
Torkel Ödegaard
2783196547
updated
2014-10-07 13:44:20 -04:00
Torkel Ödegaard
e84f06b503
more macaroon stuff
2014-10-07 11:53:25 -04:00
Torkel Ödegaard
75d60ccb69
Graphite: added perSecond function to the func def list
2014-10-07 06:40:45 -04:00
Torkel Ödegaard
9245cd6aae
Merge branch 'inline_styles' of github.com:mikhailov/grafana into mikhailov-inline_styles
2014-10-07 06:32:13 -04:00
Torkel Ödegaard
d8183b60c3
Merge branch 'mikhailov-patch-1'
2014-10-07 06:31:05 -04:00
Torkel Ödegaard
a24272690d
Merge branch 'patch-1' of github.com:mikhailov/grafana into mikhailov-patch-1
2014-10-07 06:30:53 -04:00
Torkel Ödegaard
40b088d6a2
Merge pull request #900 from mikhailov/patch-2
...
Speed search result parsing
2014-10-07 06:19:52 -04:00
Torkel Ödegaard
f1125d64de
Updated default max search results to 100, #909
2014-10-07 06:17:33 -04:00
Torkel Ödegaard
0cba818364
Graph: legend and digest phase fix
2014-10-06 12:37:51 -04:00
Torkel Ödegaard
4285c751b3
Graph: fixed value formating for tooltip, need original data. flotcharts copys the data, so changes to value formats func after plot call does not affect the plot.getData() series
2014-10-06 12:17:48 -04:00
Torkel Ödegaard
1b0cddfa72
Graph: Tooltip refactoring for testability
2014-10-06 11:34:51 -04:00
Torkel Ödegaard
231a599f09
legend html markup cleanup
2014-10-06 11:34:51 -04:00
Torkel Ödegaard
7ffc4d388a
Merge pull request #895 from ngmlabs/master
...
second parameter of groupByNode() should be 0 indexed
2014-10-06 09:50:19 -04:00
Torkel Ödegaard
1f24171238
Merge pull request #902 from toni-moreno/fix_multiple_highlight_points
...
Fix #901 : correct positioning for multiple highlighted stacked and staircase points
2014-10-06 09:27:33 -04:00
toni-moreno
24917a6df5
correct positioning for multiple highlighted stacked and staircase points, fix to #901
2014-10-06 06:22:55 +02:00
Anatoly Mikhailov
67fde17209
Speed searching up a bit
...
Reuse ElasticSearch hits length via hits.total and cache it rahter than calculation length every iteration.
2014-10-05 23:24:41 +01:00
Anatoly Mikhailov
6abad666db
Debounce/Throttling Searching event
...
New backend call to each keydown may hit the back-end performance.
500ms is reasonable delay to avoid too many requests while user is
typing a search query
2014-10-05 20:54:53 +01:00
Torkel Ödegaard
222319d924
macaron transition progress
2014-10-05 21:13:07 +02:00
mikhailov
2d3f396571
Extract repetitive CSS inline styles
...
Inline styles slow down rendering proportionally to containers number
2014-10-05 18:30:22 +01:00
Torkel Ödegaard
201e1d3e6d
Macaron rewrite
2014-10-05 16:50:04 +02:00
Torkel Ödegaard
2c72831be1
before macaron
2014-10-05 15:34:24 +02:00
Torkel Ödegaard
a4204880e8
started work on new arch
2014-10-04 13:33:20 +02:00
George Negoita
51bcbdac75
second parameter of groupByNode() is 0 indexed
2014-10-04 02:33:36 +03:00
Torkel Ödegaard
5d120de70e
Filtered logging and url query helper
2014-10-03 09:03:16 +02:00
Torkel Ödegaard
e63889d5c4
Css fix for metrics tab, help boxes did extend page height so could not scroll if they extended below screen, #891
2014-10-03 07:31:27 +02:00
Torkel Ödegaard
fe6a7c58bf
Fixed issue casued by recent angular upgrade and stateful filter, casued template vars in graph titles no update properly, angular was not updated in 1.8.1 so this does affect any released version, Closes #892
2014-10-02 21:48:00 +02:00
Torkel Ödegaard
5f1b4e6183
added ldap dev docker file
2014-10-02 13:42:25 +02:00
Torkel Ödegaard
1e81f8ecfc
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2014-10-02 12:26:20 +02:00
Torkel Ödegaard
dac3cb15c4
Merge branch 'v1.8.x'
2014-10-02 12:17:37 +02:00
Torkel Ödegaard
ca654ccaf7
fixed stupid unit test mistake
2014-10-02 12:17:10 +02:00
Torkel Ödegaard
30512b7032
Merge fix from 'v1.8.x' branch
...
Conflicts:
CHANGELOG.md
2014-10-02 12:15:21 +02:00
Torkel Ödegaard
bc8fd62cff
Dashboard: fix for dashboard schema upgrade during load, ensure that annotation and templating object as a list array, Closes #890
2014-10-02 12:13:18 +02:00
Torkel Ödegaard
a9a51ee3c6
Fix to new checkboxes in features toggles tab
2014-10-02 11:54:06 +02:00
Torkel Ödegaard
28c5fc48ee
updated sharePanel with width & height
2014-10-02 11:18:26 +02:00
Torkel Ödegaard
2d2da7c881
Small tweak to shared tooltip edit option in Display styles tab
2014-10-02 10:55:08 +02:00
Torkel Ödegaard
d22d8c4905
Added grafana logo to repo instead of fetching it from grafana.org, Fixes #881
2014-10-02 10:24:18 +02:00
Torkel Ödegaard
bcdc8eafa6
Updated gitter badge
2014-10-02 10:13:23 +02:00
Torkel Ödegaard
9cf6ace979
Updated gitter badge
2014-10-02 10:09:16 +02:00
Torkel Ödegaard
eef063cec2
Merge pull request #889 from gitter-badger/gitter-badge
...
Add a Gitter chat badge to README.md
2014-10-02 10:05:01 +02:00
The Gitter Badger
8b9bdf9054
Added Gitter badge
2014-10-02 07:59:43 +00:00
Torkel Ödegaard
05f9e5eef1
rendering
2014-10-01 21:07:58 +02:00
Torkel Ödegaard
eb28e63c08
updated
2014-10-01 20:02:42 +02:00
Torkel Ödegaard
1c7b898b01
Dashboard: show error when importing dashboard json file with broken/incorrect json syntax, Closes #878
2014-10-01 13:56:57 +02:00
Torkel Ödegaard
7ad18da08e
update to test helper
2014-10-01 13:49:36 +02:00
Torkel Ödegaard
5530915b49
Updated AngularJS from 1.3-beta-17 to 1.3-RC3
2014-10-01 13:44:45 +02:00
Torkel Ödegaard
4a73e2d0e9
Solo panel and phantom rendering work
2014-10-01 13:20:30 +02:00
Torkel Ödegaard
b499bdea3b
working on panel rendering
2014-10-01 11:37:04 +02:00
Torkel Ödegaard
de1de852fc
worked on solo panel
2014-10-01 11:27:58 +02:00
Torkel Ödegaard
77f380c94b
Graph: shared tooltip improvements, info tooltip when point counts are not the same, #850
2014-10-01 10:30:24 +02:00
Torkel Ödegaard
c34d2f91cc
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2014-10-01 09:47:44 +02:00
Torkel Ödegaard
ee42ea5f3b
merged with master
2014-10-01 09:47:32 +02:00
Torkel Ödegaard
c79ab84fdf
More fixes related to shared crosshair #880
2014-10-01 09:42:42 +02:00
Torkel Ödegaard
d77448d84e
Fixed unit tests for grafanaGraph component
2014-10-01 09:10:49 +02:00
Torkel Ödegaard
8fc5a2785f
Refactoring and fixes for PR #880
2014-10-01 09:08:11 +02:00
Torkel Ödegaard
27da2b026f
Merge branch 'add_shared_croshair_to_dashboards' of github.com:toni-moreno/grafana into toni-moreno-add_shared_croshair_to_dashboards
2014-10-01 08:00:20 +02:00
Torkel Ödegaard
2e9cc2a74e
Fix for SharePanelCtrl-specs and travis-ci timezone issue
2014-10-01 07:58:31 +02:00
toni-moreno
ffd370176d
fix tooltip test expecting for stacked data
2014-10-01 07:15:20 +02:00
toni-moreno
44f2a375f6
Added shared crosshair to dashboards to track better all graphs, and little Fix for #884
2014-10-01 07:03:59 +02:00
Torkel Ödegaard
05cb97819c
Updated changelog
2014-09-30 18:21:19 +02:00
Torkel Ödegaard
282c834d9f
updated package.json
2014-09-30 17:58:02 +02:00
Torkel Ödegaard
4a6ff9e2aa
Merge branch 'v1.8.x'
2014-09-30 17:57:30 +02:00
Torkel Ödegaard
ce972d4f19
Graph: css & scroll fix for dropdown menus in graph edit mode, Closes #855
2014-09-30 17:56:43 +02:00
Torkel Ödegaard
b250d10320
Trying to fox unit tests for sharePanelCtrl
2014-09-30 17:55:07 +02:00
Torkel Ödegaard
8a2541c220
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2014-09-30 15:35:20 +02:00
Torkel Ödegaard
6991e5f3ef
updated
2014-09-30 15:34:31 +02:00
Torkel Ödegaard
f63706d118
Small update to share panel
2014-09-30 15:31:18 +02:00
Torkel Ödegaard
c41aa64719
ShareModal: Added template variables to share url, and an option for it, #864
2014-09-30 15:19:48 +02:00
Torkel Ödegaard
285d246c65
PanelMenu: fixed interpolate template vars for new panel title/menu
2014-09-30 14:48:36 +02:00
Torkel Ödegaard
2c85205259
SharePanelModal: working on share feature, #864
2014-09-30 14:42:59 +02:00
Torkel Ödegaard
2d866b9298
Updated changelog with the new panel menu, Closes #770
2014-09-30 10:49:59 +02:00
Torkel Ödegaard
7a7629acf7
Panel-menu: small tweeks to css for cursor types
2014-09-30 10:43:13 +02:00
Torkel Ödegaard
debf820037
New checkbox change is complete
2014-09-30 10:27:56 +02:00
Torkel Ödegaard
f908ae8c40
added checkbox image for white theme
2014-09-30 09:50:01 +02:00
Torkel Ödegaard
022cbdda31
Merge branch 'master' into panel_edit_menu_poc
2014-09-30 09:25:19 +02:00
Torkel Ödegaard
ae2523aa59
Merge branch 'v1.8.x'
2014-09-30 09:23:07 +02:00
Torkel Ödegaard
bf361d2b02
Updated package.json version and latest.json, preparation for 1.8.1 release
2014-09-30 09:03:14 +02:00
Torkel Ödegaard
64f3303711
InfluxDB: save dashboard issue, another fix for #859
2014-09-30 09:02:25 +02:00
Torkel Ödegaard
06f382c454
Merge branch 'master' of github.com:grafana/grafana
2014-09-29 16:59:54 +02:00
Torkel Ödegaard
5f164d99ac
Updated changelog with merged PR #850 , shared multi series graph tooltip & crosshair
2014-09-29 16:59:17 +02:00
Torkel Ödegaard
2473ae3b47
Graph: shared multi series tooltip, refactoring PR #850
2014-09-29 16:57:05 +02:00
Torkel Ödegaard
3fb457ccd1
Merge branch 'master' into toni-moreno-add_shared_tooltips_to_graphs
2014-09-29 14:25:25 +02:00
toni-moreno
51333c9eda
improved tooltip styles, add multiple highlight points, and changed highligth size when graph plotted without points.
2014-09-29 12:48:08 +02:00
Torkel Ödegaard
1aaf3961ff
Merge pull request #867 from tobym/patch-1
...
Fix typo
2014-09-29 12:43:48 +02:00
Torkel Ödegaard
af4f3f62e9
Merged yaxis_precision branch, #877 , updated changelog
2014-09-29 12:38:52 +02:00
Torkel Ödegaard
cc31a12b8c
Smart decimal precision when using scaled unit format, Closes #877
2014-09-29 12:29:53 +02:00
Torkel Ödegaard
bc9989f9be
replaced checkbox options with the new editor-opt-bool directive
2014-09-27 10:47:48 +02:00
toni-moreno
7f33bec71c
fixing the previous fix, now working fine
2014-09-25 15:45:18 +02:00
toni-moreno
3ea94c3484
little fix when searching x index time
2014-09-25 06:35:49 +02:00
Toby Matejovsky
68adaea128
Fix typo
2014-09-24 19:01:23 -04:00
Torkel Ödegaard
4997068a0d
Added directive element for the new checkboxes
2014-09-24 19:10:00 +02:00
Torkel Ödegaard
4c59ec815e
work on share panel view, and better look for checkbox
2014-09-24 18:55:55 +02:00
Torkel Ödegaard
440ea666d9
more work on share panel, #864
2014-09-24 17:15:58 +02:00
Torkel Ödegaard
6f1a6d5a56
Changed name of emitAppEvent to just appEvent
2014-09-24 16:26:39 +02:00
Torkel Ödegaard
69e80fd11c
working on share feature, and refactorings
2014-09-24 16:20:55 +02:00
Torkel Ödegaard
bef8cc2d70
Merge branch 'master' into panel_edit_menu_poc
2014-09-24 14:00:55 +02:00
Torkel Ödegaard
eaa899e9cf
Small fix to fullscreen mode where scrolling would scroll the background dashboard & page header
2014-09-24 14:00:44 +02:00
Torkel Ödegaard
743c95d0f9
small fix to panel menu positioning
2014-09-24 12:45:03 +02:00
Torkel Ödegaard
a08cb52ad9
tweaks to new panel menu, now how top area of panel is clickable, and if no title a 5px high area can be clicked, this will enable panels without title which is something I have wanted
2014-09-24 12:41:55 +02:00
Torkel Ödegaard
b9604bf3bc
Merge branch 'master' into panel_edit_menu_poc
2014-09-24 12:23:04 +02:00
Torkel Ödegaard
978a345ad8
Dashboard: When deleting dashboard show dashboard title in confirmation popup, Closes #860
2014-09-24 12:20:27 +02:00
Torkel Ödegaard
d5ffe6acef
White theme: Fixes for hidden series legend text and disabled annotations color, Closes #852
2014-09-24 12:14:20 +02:00
Torkel Ödegaard
622c1a1dad
small tweak to new panel edit menu
2014-09-24 11:58:02 +02:00
Torkel Ödegaard
79fea549ef
Merge branch 'master' into panel_edit_menu_poc
2014-09-24 11:41:25 +02:00
Torkel Ödegaard
bce6e75cfa
InfluxDB: Fix for bug when saving dashboard where title is the same as slugified url id, Fixes #859
2014-09-24 11:35:08 +02:00
Torkel Ödegaard
34f36fff5c
small fix for graphite-web import
2014-09-24 11:17:34 +02:00
Torkel Ödegaard
f4e24038fe
Import: Fixes to import from json file and import from graphite. Issues was lingering state from previous dashboard. Closes #840 , Closes #853
2014-09-24 10:51:20 +02:00
Torkel Ödegaard
81747e1623
Annotations: Fix for annotations not reloaded when switching between 2 dashboards with annotations, Fixes #851
2014-09-24 09:03:04 +02:00
Torkel Ödegaard
d6f1c379c0
fixed text editor & scope issue
2014-09-23 22:30:01 +02:00
Torkel Ödegaard
6794260e3f
Lots of progress on new panel edit menu, very tricky to get this right but think I am getting close to something that is good and will work long term
2014-09-23 22:10:10 +02:00
Torkel Ödegaard
1be840f19d
More wort on panel edit menu
2014-09-23 16:11:31 +02:00
toni-moreno
f59bb6461a
added shared tooltips to graphs
2014-09-23 13:51:59 +02:00
Torkel Ödegaard
bd3bae3af0
another attempt at improving panel edit menu
2014-09-23 10:52:31 +02:00
Torkel Ödegaard
0fbace7285
Row: fix for row editor and scroll pos, Fixes #846
2014-09-23 08:32:04 +02:00
Torkel Ödegaard
af8fec941c
Graph: Fix for series draw order not being the same after hiding/unhiding series, Fixes #847
2014-09-23 08:18:59 +02:00
Torkel Ödegaard
139791b0d8
Merge branch 'master' into panel_edit_menu_poc
2014-09-22 18:11:52 +02:00
Torkel Ödegaard
7fe76d32d0
updated latest.json
2014-09-22 13:06:52 +02:00
Torkel Ödegaard
352ad3385a
Updated changelog and package.json to new version 1.8.0
2014-09-22 12:59:21 +02:00
Torkel Ödegaard
010baad532
Dashboard: fixed init of editable setting, #837
2014-09-22 12:54:02 +02:00
Torkel Ödegaard
69d2a8f4fa
style change to login page
2014-09-22 12:31:38 +02:00
Torkel Ödegaard
3bba8b2c26
Github oauth login works
2014-09-22 11:39:40 +02:00
Torkel Ödegaard
d584076b93
added github oauth sign in
2014-09-22 11:39:18 +02:00
Torkel Ödegaard
b0b77d667c
added gravatar
2014-09-22 10:46:56 +02:00
Torkel Ödegaard
071ac0dc85
added gravatar
2014-09-22 10:46:38 +02:00
Torkel Ödegaard
ed8f5dbd22
Lots of progress on account management
2014-09-21 15:02:19 +02:00
Torkel Ödegaard
5dfeddf583
Lots of progress on account management
2014-09-21 15:02:06 +02:00
Torkel Ödegaard
cd9306df45
Lots of progress on account management
2014-09-21 15:01:59 +02:00
Torkel Ödegaard
e0dc530e94
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2014-09-21 08:25:54 +02:00
Torkel Ödegaard
af52b20c4a
Merge branch 'master' of github.com:grafana/grafana
2014-09-21 08:21:31 +02:00
Torkel Ödegaard
e82d171041
Dashboard: when opening search or dashboard settings, click the icon again will now hide the view, Closes #836
2014-09-21 08:19:41 +02:00
Torkel Ödegaard
19a35673fa
updated
2014-09-20 16:55:54 +02:00
Torkel Ödegaard
639a44d996
accounts progress
2014-09-20 16:55:38 +02:00
Torkel Ödegaard
4f261389db
changed placement of color selector popup
2014-09-20 16:55:02 +02:00
Torkel Ödegaard
6003fee33f
Merge branch 'master' into panel_edit_menu_poc
2014-09-20 13:37:02 +02:00
Torkel Ödegaard
b56c3eb035
Changed color for warning alert
2014-09-20 13:32:26 +02:00
Torkel Ödegaard
015c929bd7
more account stuff
2014-09-20 13:24:06 +02:00
Torkel Ödegaard
992efda7f6
Account stuff
2014-09-20 12:14:19 +02:00
Torkel Ödegaard
32036d017e
Account stuff
2014-09-20 12:14:03 +02:00
Torkel Ödegaard
40ff57d8c4
Account stuff
2014-09-20 12:13:46 +02:00
Torkel Ödegaard
cdabe50320
Merge branch 'master' of github.com:torkelo/grafana-pro
...
Conflicts:
grafana
2014-09-20 08:58:17 +02:00
Torkel Ödegaard
c62ee78cba
Merge branch 'pro' of github.com:torkelo/grafana-private into pro
...
Conflicts:
src/css/less/grafana.less
src/test/test-main.js
2014-09-20 08:57:40 +02:00
Torkel Ödegaard
a19a2c70ab
Fixed spelling in config.sample.js
2014-09-20 08:33:16 +02:00
Torkel Ödegaard
40a491a80b
Annotations: Elasticsearch annotation and field mapping fixes, small changes for PR #830
2014-09-20 08:30:59 +02:00
Torkel Ödegaard
a9a06ad51d
Working on collaborators
2014-09-19 17:37:18 +02:00
Torkel Ödegaard
c65b7d1591
updated
2014-09-19 17:36:52 +02:00
Torkel Ödegaard
c287405471
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2014-09-19 17:16:34 +02:00
Gregory Becker
06ec91c899
Give maximum width & height constraint to tooltip boxes
...
Extreme values that go beyond the screen resolution are very likely to be misplaced. This is a simple workaround. A better solution would be to improve the code placing the tooltip and make it handle tooltips containing more content than they can safely display.
2014-09-19 14:16:53 +01:00
Gregory Becker
10f9022d7c
Support fields from nested objects pulled from Elasticsearch
2014-09-19 14:11:09 +01:00
Torkel Ödegaard
e78c48620f
Trying to improve yaxis precision
2014-09-19 13:24:15 +02:00
Torkel Ödegaard
563dd898c1
Graph: fix for downscaling y-axis format, never downscale when value is zero, Fixes #826
2014-09-19 12:16:00 +02:00
Torkel Ödegaard
a97bcc3ca7
Elasticsearch: fix for issue when saving dashboard with title equal to slugified url, would cause the backward compatible fix to delete it, Closes #828
2014-09-19 10:37:43 +02:00
Torkel Ödegaard
fa31fc046e
Merge pull request #823 from beevee/elasticsearch_basic_auth
...
enable withCredentials in elasticsearch basic auth
2014-09-18 15:54:58 +02:00
Torkel Ödegaard
a68a179c1e
Small improvements to dashboard alerts, less intrusive, do not push down page anymore, Closes #822
2014-09-18 15:07:49 +02:00
Alexey Kirpichnikov
77b0d36b55
enable withCredentials in elasticsearch basic auth
2014-09-18 17:50:59 +06:00
Torkel Ödegaard
1705734435
updated
2014-09-18 12:04:22 +02:00
Torkel Ödegaard
e5fd35db34
small progress on adding collaborators
2014-09-18 12:04:03 +02:00
Torkel Ödegaard
158b708eac
Small progress on adding collaborator
2014-09-18 12:03:46 +02:00
Torkel Ödegaard
aa47eeffb2
added default default support
2014-09-18 10:16:25 +02:00
Torkel Ödegaard
df00ac736f
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2014-09-18 09:38:32 +02:00
Torkel Ödegaard
f2a6fc4d5a
Merge pull request #808 from lento/multiple-stacks
...
add override options to allow multiple stacks
2014-09-18 09:36:48 +02:00
Torkel Ödegaard
c9501d1119
Merge pull request #820 from jozog/master
...
Handle 'group' graphite method
2014-09-18 09:35:37 +02:00
Torkel Ödegaard
323ff3d491
Merge pull request #821 from linkslice/master
...
Update playlist.html
2014-09-18 09:35:13 +02:00
Bryan Irvine
98b3126e32
Update playlist.html
2014-09-17 11:04:06 -07:00
Julien Ozog
88ea524f44
Handle 'group' graphite method
2014-09-17 17:12:43 +02:00
Torkel Ödegaard
a0ab9113fc
Graph: added percent y-axis format, Closes #818
2014-09-17 15:39:45 +02:00
Torkel Ödegaard
31398718e5
Workin on login user state
2014-09-17 15:25:19 +02:00
Torkel Ödegaard
4dfe8b6f69
Working on login user name state
2014-09-17 15:25:07 +02:00
Torkel Ödegaard
6dae8f44b9
Small fix for favicon
2014-09-17 13:58:32 +02:00
Torkel Ödegaard
4f798cfe56
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2014-09-17 13:35:19 +02:00
Torkel Ödegaard
d8ea970f18
Added support for delete dashboard
2014-09-17 13:35:01 +02:00
Torkel Ödegaard
ecafc7bf8f
Added support for delete dashboard
2014-09-17 13:34:42 +02:00
Torkel Ödegaard
bba3f3000f
Search: remove dashboard from search result after dashboard deletion, Closes #753
2014-09-17 13:00:35 +02:00
Torkel Ödegaard
4b382e0faf
Merge branch 'master' of github.com:torkelo/grafana-private into pro
...
Conflicts:
src/css/less/grafana.less
src/test/test-main.js
2014-09-17 09:54:40 +02:00
Torkel Ödegaard
2380a26987
updated
2014-09-17 09:49:28 +02:00
Torkel Ödegaard
d40e21a7e0
Chrome: Fix for display issue in chrome beta & chrome canary when entering edit mode, Closes #795
2014-09-17 09:29:51 +02:00
Torkel Ödegaard
94d2ae2a6a
Merge branch 'master' of github.com:grafana/grafana
2014-09-17 09:06:37 +02:00
Torkel Ödegaard
3099198e47
Fixed default dashboard grafana logo when using https
2014-09-17 09:03:34 +02:00
Torkel Ödegaard
48e9b5f4be
Merge pull request #810 from marcusoftnet/“AddingFavIcon”
...
Added a favicon. This will resolve issue #796
2014-09-16 13:38:32 +02:00
Torkel Ödegaard
430e2e439b
Small fix to schemaUpgrade, Closes #807
2014-09-16 13:32:27 +02:00
Torkel Ödegaard
81a21c03b2
Merge branch 'favicon'
2014-09-16 13:20:42 +02:00
Torkel Odegaard
064a97e734
added favicon, Closes #796
2014-09-16 13:19:52 +02:00
Marcus Hammarberg
5e9ed95684
Added a favicon. This will resolve issue #796
2014-09-16 17:45:43 +07:00
Torkel Ödegaard
017d5617a5
Merge pull request #809 from alxrem/master
...
fix typos
2014-09-16 11:12:48 +02:00
Alexey Remizov
26bb2e0193
fix typos
2014-09-16 13:08:28 +04:00
Torkel Odegaard
ff91430fcc
added favicons
2014-09-16 08:01:18 +02:00
Lorenzo Pierfederici
32a41a8422
add override options to allow multiple stacks
2014-09-15 18:12:20 -07:00
Torkel Ödegaard
8b93e20a0b
Merge pull request #806 from starshayayord/master
...
Disable annoying Google Translate plugin
2014-09-15 19:15:57 +02:00
starshayayord
92bec31ccb
Update index.html
...
disable google translate plugin
2014-09-15 18:51:58 +06:00
Torkel Ödegaard
f133a9de79
Merge branch 'master' of github.com:torkelo/grafana-pro
...
Conflicts:
grafana
2014-09-13 18:36:40 +02:00
Torkel Ödegaard
9b2476451e
Merge branch 'pro' of github.com:torkelo/grafana-private into pro
...
Conflicts:
src/test/test-main.js
2014-09-13 18:36:17 +02:00
Torkel Ödegaard
b876d193c4
updated
2014-09-13 18:33:52 +02:00
Torkel Ödegaard
3944c37627
patches from master
2014-09-13 18:33:35 +02:00
Torkel Ödegaard
14080d1531
Merge remote-tracking branch 'origin/master' into pro
...
Conflicts:
src/css/less/grafana.less
src/test/test-main.js
2014-09-13 18:10:14 +02:00
Torkel Ödegaard
96a0d0aefa
fixed changelog
2014-09-13 16:38:01 +02:00
Torkel Ödegaard
15f2b2cf9a
Annotations: fixed InfluxDB annotation query, added unit test for annotation query, Fixes #802
2014-09-13 16:19:33 +02:00
Torkel Ödegaard
bf9eaea334
Updated lastest.json
2014-09-12 13:19:17 +02:00
Torkel Ödegaard
7b45a2ec51
Small fix to scripted async dashboard example
2014-09-12 13:15:06 +02:00
Torkel Ödegaard
48eb2083f2
Fix for graphite query letter assignment
2014-09-11 17:25:59 +02:00
Torkel Ödegaard
2c6ea276c1
Fixed small bug in graphite target controller when having variable for single parameter function
2014-09-11 17:19:39 +02:00
Torkel Ödegaard
5a3db0505f
Small fix to elasticsearch save error handling
2014-09-11 16:00:59 +02:00
Torkel Ödegaard
6ca73f6df0
Do not render graph when width is zero, avoids plot errors
2014-09-11 14:25:20 +02:00
Torkel Ödegaard
762dab618a
Small change to datasourceSrv, if datasource is not found, return default datasource
2014-09-11 14:07:27 +02:00
Torkel Ödegaard
a65c61442e
minifix for spacing of question sign tooltips when html is minified
2014-09-11 14:01:37 +02:00
Torkel Ödegaard
4883b2a296
Fixed issue with using template variables in panel titles, and text panel, when selecting All option in variable
2014-09-11 13:54:59 +02:00
Torkel Ödegaard
b1abe72ab6
small update to text panel editor
2014-09-11 11:34:32 +02:00
Torkel Ödegaard
a640d55297
Added informatio & help blocks to graphite metric editor
2014-09-11 09:27:49 +02:00
Torkel Ödegaard
99009a11ed
Graphite: added divideSeries function, #177
2014-09-11 08:03:00 +02:00
Torkel Ödegaard
2150bbf191
removed console.log from templateValuesSrv
2014-09-10 13:35:54 +02:00
Torkel Ödegaard
6f8cb743b5
Fixed default welcome to grafana dashboard, rows were not marked as editable
2014-09-10 11:53:58 +02:00
Torkel Ödegaard
682d2a1675
Dashboard: time range can now be read from URL parameters, will override dashboard saved time range, Closes #787 , Closes #761
2014-09-10 10:46:04 +02:00
Torkel Ödegaard
6022784e42
InfluxDB: support for basic authorization (PR #782 )
2014-09-10 09:08:25 +02:00
Torkel Ödegaard
4d4478d969
Added PR #785 to changelog
2014-09-10 09:07:14 +02:00
Ed Dawley
c0935c84ee
Fixing some grunt errors with the elasticsearch grammar changes
2014-09-09 15:54:05 -04:00
Ed Dawley
17e040abe4
The elasticsearch datasource will now better handle language specifics when making the search partial (ie for search as you type). This means the search field will now support significantly more complex searches such as:
...
title:foo AND title:bar OR baz
title:mysql AND [3306 TO 3308]
web~
title:foo AND -bar
2014-09-09 15:17:13 -04:00
Ed Dawley
6152a5e3c2
Adding in global search id counter so that async search responses can be discarded if a newer search is being processed. This prevents older search results from clobbering a newer search that happened to complete faster.
2014-09-09 15:16:47 -04:00
Daniel Shir
4558486cbd
Added basic authorization for influxdb if needed
2014-09-09 15:23:40 +03:00
Torkel Ödegaard
3df592c702
Dashboard: elasticsearch dashboard storage now slugifies urls, #781
2014-09-09 13:42:46 +02:00
Torkel Ödegaard
05fabc73c2
Dashboard: elasticsearch dashboard storage now slugifies urls, #781
2014-09-09 13:04:07 +02:00
Torkel Ödegaard
e949761107
Made unsaved changes service ignore template variable options and selection changes
2014-09-09 11:40:37 +02:00
Torkel Ödegaard
4311a20c5f
Fixed issue with editing text panel, removed a function from dashboard controller that I though was not used, turned out it was
2014-09-09 11:35:29 +02:00
Torkel Ödegaard
1440d1a147
Fix when changing templated vars, should update child template vars All value
2014-09-09 11:30:00 +02:00
Torkel Ödegaard
4b170ca9a3
Corrected error handling for influxdb datasource when loading/deleting dashboard
2014-09-09 11:14:57 +02:00
Torkel Ödegaard
d6e844c67c
Fixes for opentsdb, (broken during 1.8 development)
2014-09-09 10:29:59 +02:00
Torkel Ödegaard
71a307270a
Fixed text color in json text area for white theme, #735
2014-09-09 09:16:00 +02:00
Torkel Ödegaard
0f88b470e8
Fix for elasticsearch annotations when timestamp is a field and not in source, Fixes #777
2014-09-09 08:50:01 +02:00
Torkel Ödegaard
4798aa4789
Fixes to requirejs build task to include all modules, Fixes #779
2014-09-09 08:24:04 +02:00
Torkel Ödegaard
a9d96ccc8c
Fixed ids for panels in default.json welcome to grafana dashboard
2014-09-08 18:03:10 +02:00
Torkel Ödegaard
e0c9ddbfba
Worked on variable initilization and sync to from url, #772
2014-09-08 11:03:14 +02:00
Torkel Ödegaard
bbc5dae1d2
Working on better handling of variables and url init and state
2014-09-07 11:55:26 +02:00
Torkel Ödegaard
9e7c55728f
small cleanup of unused code
2014-09-06 18:05:54 +02:00
Torkel Ödegaard
a6fa01f89b
POC of panel edit menu
2014-09-06 14:05:07 +02:00
Torkel Ödegaard
6c71754e51
Changed template variable typeahead/autocomplete list limit from 10 to 1000, Fixes #767 , Fixes #768
2014-09-06 10:12:28 +02:00
Torkel Ödegaard
e729b3734d
Fix for selecting template variable value from typeahead using enter key, Closes #765
2014-09-06 10:05:58 +02:00
Torkel Ödegaard
6337c77532
Rename of edit label on graph panel
2014-09-06 09:49:21 +02:00
Torkel Ödegaard
fb08b71884
Small fix to graphite target controller to still revert to text box for expressions with multiple series that do not use a series reference
2014-09-05 17:44:54 +02:00
Torkel Ödegaard
d749549135
Templating: Full support for InfluxDB, filter by part of series names, extract series substrings, nested queries, multipe where clauses! Closes #613
2014-09-05 15:46:29 +02:00
Torkel Ödegaard
58a2ab4fbd
Templating: Can now use template variables in panel titles, Closes #312
2014-09-05 15:17:19 +02:00
Torkel Ödegaard
cc96cfe0c7
Templating: Ability to use template variables for function parameters via custom variable type, can be used as parameter for movingAverage or scaleToSeconds for example, Closes #262
2014-09-05 14:03:36 +02:00
Torkel Ödegaard
656b3e53a8
Templating: Interval variable type for time intervals summarize/group by parameter, included auto option, and auto step counts option.
...
Closes #243
2014-09-05 13:31:34 +02:00
Torkel Ödegaard
4e5dcafa1b
working on auto interval template variable support
2014-09-05 12:07:48 +02:00
Torkel Ödegaard
afc8380f23
Work on getting template variables to work well with functions that take integers, #262
2014-09-05 09:11:50 +02:00
Torkel Ödegaard
0319051891
Extend template variable syntax to include , Closes #760
2014-09-05 08:26:50 +02:00
Torkel Ödegaard
4805a3bc23
Merge remote-tracking branch 'oss/template_variable_syntax'
2014-09-05 07:06:00 +02:00
Torkel Ödegaard
dc63f0ddd0
Fixed so white theme looks good with new search and editor panes, Closes #735 , and other small fixes and polish
2014-09-05 07:02:59 +02:00
Torkel Ödegaard
6ff188e4d9
test for adding syntax in addition to [[variable]]
2014-09-04 17:34:36 +02:00
Torkel Ödegaard
44edaad19d
Fixed scroll issue with firefox, Fixes #754
2014-09-04 15:25:59 +02:00
Torkel Ödegaard
5304221e46
fixed spelling in changelog concerning InfluxDB breaking changes
2014-09-04 15:09:07 +02:00
Torkel Ödegaard
c6b1fe5349
updated change log with info about InfluxDB breaking changes, and fixes for stacked series and missing values, Fixes #534 , Closes #743 , Fixes #673,Fixes #674 , Closes #756
2014-09-04 14:57:50 +02:00
Torkel Ödegaard
80574334cf
Changed variable replacement works for InfluxDB, now , and
2014-09-04 14:41:27 +02:00
Torkel Ödegaard
dd4eaa0758
fixes to target segment markup
2014-09-04 14:17:05 +02:00
Torkel Ödegaard
93550e9ea5
Work on fixing stacking issues with InfluxdB, added fill(0) and fill(null) option to InfluxDB query editor, also a panel wide group by time option that supports setting a low limit, Fixes issues #673 , #674 , #534 , #743
2014-09-04 14:08:31 +02:00
Torkel Ödegaard
3157fc651d
Fixed dashboard import view, did not hide search results
2014-09-04 09:58:08 +02:00
Torkel Ödegaard
dd4f27e3fa
Fixed issue where a metric request error would set panel error flag, which would cause unsaved changes service to detect change, and prompt the unsaved changes warning. The panel error state is now moved to the panelMeta object that is not part of the dashboard / panel model, Closes #745
2014-09-04 09:44:42 +02:00
Torkel Ödegaard
455e80513b
Fixes delete link in search result, broken after recent changes to search results, Closes #749
2014-09-04 08:56:50 +02:00
Torkel Ödegaard
65af872ec6
Small fix to graphiteDatasource and sending cacheTimeout undefined, reintroduced this bug yesterday, added unit test so it should not appear again
2014-09-03 16:48:48 +02:00
Torkel Ödegaard
917cd35005
Dashboard: View dashboard json, edit/update any panel using json editor, makes it possible to quickly copy a graph from one dashboard to another.
...
Closes #304
2014-09-03 11:15:44 +02:00
Torkel Ödegaard
b989183fce
Removed collapse row button, added to row menu, made small change to text pannel to allow smaller height, Closes #727
2014-09-03 09:52:36 +02:00
Torkel Ödegaard
0845d5d451
Removed configure row button when row is collapsed
2014-09-03 09:33:32 +02:00
Torkel Ödegaard
f002ef105e
Small fix to influxdb query builder, should update raw query after building query
2014-09-03 09:20:39 +02:00
Torkel Ödegaard
3d202c2ef9
Fixed small issue where dashboard search did not work after loading dashboard and it does not exist, now shows a valid dashboard
2014-09-03 09:12:59 +02:00
Torkel Ödegaard
953eec7326
Fixes and polish for the graphite query editor, #117
2014-09-03 08:53:08 +02:00
Torkel Ödegaard
c3956b4d6f
fixed jshint warning
2014-09-03 07:58:00 +02:00
Torkel Ödegaard
d2421bb216
Added better match when using graphite function autocomplete, hit tab key and the first match will be used, you no longer need to use the down arrow to select the typeahead match you want, just hit tab key
2014-09-03 07:41:43 +02:00
Torkel Ödegaard
afdc19ce9d
Updated sumSeries, averageSeries to support other series reference arguments, #117
2014-09-03 07:35:14 +02:00
Torkel Ödegaard
4a9380cc95
added limit checks to up/down arrow key selection of search results
2014-09-03 07:24:28 +02:00
Torkel Ödegaard
9f60745e57
Graphite: Graphite query builder can now handle functions that multiple series as arguments! #117
2014-09-02 20:59:54 +02:00
Torkel Ödegaard
666d640216
Graphite: Metric node/segment selection is now a textbox with autocomplete dropdown, allow for custom glob expression for single node segment without enter text editor mode, Closes #281
2014-09-02 12:55:45 +02:00
Torkel Ödegaard
cb479d737b
Graphite: Fix for nonNegativeDerivative function, now possible to not include optional first parameter maxValue, Closes #702
2014-09-02 07:58:29 +02:00
Torkel Ödegaard
4ee455fad2
Fixed failing influxdb query builder unit test
2014-09-02 07:21:41 +02:00
Torkel Ödegaard
2da04e72f5
More progress on influxdb query editor, templating, refactoring, unit tests, #740 , #507 , #586
2014-09-02 07:05:36 +02:00
Torkel Ödegaard
141ea7ba91
More work InfluxDB templated queries and required changes to editor and datasource
2014-09-01 16:55:54 +02:00
Torkel Ödegaard
5ae0239c26
small UI changes to InfluxDB query editor, made each query two lines to give more space to series name
2014-09-01 13:40:34 +02:00
Torkel Ödegaard
2dc4434a49
Progress on influxdb and templated queries/variables, #613
2014-09-01 11:13:18 +02:00
Torkel Ödegaard
39c068bd53
Graph: Fix for tooltip current value decimal precision when 'none' axis format was selected, Closes #733
2014-08-29 12:54:42 +02:00
Torkel Ödegaard
b26dfd8246
Updated changelog with progress on filtering/template overhaul, and UI change
2014-08-29 12:45:58 +02:00
Torkel Ödegaard
3185db9609
new template system is starting to work 100%, not all features are in, like regex selection, influxdb support, and other stuff
2014-08-29 12:34:04 +02:00
Torkel Ödegaard
61a618e473
fixes to templating
2014-08-29 10:17:00 +02:00
Torkel Ödegaard
c4a4ecfc81
Merge branch 'master' into filtering_overhaul
...
Conflicts:
src/app/controllers/dashboardNavCtrl.js
2014-08-29 10:04:30 +02:00
Torkel Ödegaard
f9b0ce0f75
Fixes to annotations editor
2014-08-29 09:59:18 +02:00
Torkel Ödegaard
20607c00b1
Fixed playlist pane not showing after modal removal change
2014-08-29 08:44:38 +02:00
Torkel Ödegaard
12e2bf2f85
Trying to restore broken features and some polishing
2014-08-28 16:44:16 +02:00
Torkel Ödegaard
685a2fec6c
trying to get new templating / filtering to work
2014-08-28 16:03:13 +02:00
Torkel Ödegaard
f9cd4a4470
More work on templating, added an embry of a dashboard json edit view
2014-08-28 12:44:01 +02:00
Torkel Ödegaard
b761aad903
More work on filter/templating overhaul
2014-08-27 21:47:41 +02:00
Torkel Ödegaard
9ee4fcb36c
continued large refactoring of filterSrv, timeSrv and templating
2014-08-27 17:58:49 +02:00
Torkel Ödegaard
1929490deb
Renamed filterSrv to timeSrv and made it a service again
2014-08-27 16:29:48 +02:00
Torkel Ödegaard
bb3b31829f
Progress on template editor & new templating features
2014-08-27 15:54:30 +02:00
Torkel Ödegaard
e0a58dd1fe
More work on template editor
2014-08-27 10:41:27 +02:00
Torkel Ödegaard
7d6e04ac77
Small fixes to dasheditor and firefox fixes for search
2014-08-27 09:01:50 +02:00
Torkel Ödegaard
6502cff8fe
Moved search results from fixed dropdown to edit pane
2014-08-26 16:42:15 +02:00
Torkel Ödegaard
fdffb03eba
Css polish and tweaks
2014-08-26 15:02:25 +02:00
Torkel Ödegaard
d4d3ae7530
Dashboard: Fix for zoom out causing right hand to range to be set in the future. Closes #724
2014-08-26 14:42:32 +02:00
Torkel Ödegaard
647feb7b33
Progress on new filter/templating editor
2014-08-26 14:17:46 +02:00
Torkel Ödegaard
625781c7f4
Merge branch 'master' into filtering_overhaul
2014-08-26 11:18:30 +02:00
Torkel Ödegaard
02ef6c4e07
Merge branch 'master' of github.com:grafana/grafana
2014-08-26 11:18:08 +02:00
Torkel Ödegaard
43eba6cc31
Dashboard: fix for hideControls setting not used/initlaized on dashboard load, Closes #723
2014-08-26 11:17:56 +02:00
Torkel Ödegaard
3775991ac8
Modals to edit pane work almost done, need to work on light theme
2014-08-26 11:12:26 +02:00
Torkel Ödegaard
08d2492839
tweaks to edit & tabs look, removed add row from dasheditor
2014-08-26 10:49:09 +02:00
Torkel Ödegaard
d0d0e8349f
moved custom timepicker from modal to edit pane
2014-08-26 10:16:21 +02:00
Torkel Ödegaard
1a97f79d54
changed playlist modal to edit pane
2014-08-26 09:46:15 +02:00
Torkel Ödegaard
9fc6c4888f
converting more modals to edit panels
2014-08-26 09:32:30 +02:00
Torkel Ödegaard
f2de18508a
More work on removing modals
2014-08-26 07:27:43 +02:00
Torkel Ödegaard
6342571afe
Trying get rid of modals, new better design for dashboard settings and modals
2014-08-25 22:39:40 +02:00
Torkel Ödegaard
00e5bb61fc
Trying out an alternative to modals
2014-08-25 17:27:19 +02:00
Torkel Ödegaard
b506e7c267
fixed submenu in fullscreen mode
2014-08-25 16:44:33 +02:00
Torkel Ödegaard
061d1262d4
Small html markup/css simplification
2014-08-25 16:14:47 +02:00
Torkel Ödegaard
8b3c89e267
Starting work on new templating editor
2014-08-25 15:55:42 +02:00
Torkel Ödegaard
c634ee81fc
Refactoring the pulldown (filtering/annotations), changing the ui slightly
2014-08-25 15:36:44 +02:00
Torkel Ödegaard
6969a4121c
removing pulldowns and simplifying submenu controls code
2014-08-25 13:31:31 +02:00
Torkel Ödegaard
4f8b2ad245
began work on filtering overhaul
2014-08-25 12:55:42 +02:00
Torkel Ödegaard
03353cb652
Merge branch 'famousgarkin-master'
2014-08-24 14:46:50 +02:00
Torkel Ödegaard
6f80862517
Dashboard: new config.js option to change/remove window title prefix from 'Grafana -' to anything, PR #685
2014-08-24 14:46:13 +02:00
Torkel Ödegaard
edd8d63caf
Merge branch 'master' of github.com:famousgarkin/grafana into famousgarkin-master
2014-08-24 14:29:35 +02:00
Torkel Ödegaard
ffbdea78ee
Fix for plot dimension error when resizing window
2014-08-23 20:23:33 +02:00
Torkel Ödegaard
47a20e6a2f
Dashboard: fix for adding rows from dashboard settings modal, Closes #699
2014-08-23 10:45:07 +02:00
Torkel Ödegaard
c00384ad06
work on account registration
2014-08-22 18:05:51 +02:00
Torkel Ödegaard
31fe471da5
working on account registration and more
2014-08-22 18:05:37 +02:00
Torkel Ödegaard
c684b1ddab
dashboard load/save work and began work on register
2014-08-22 15:32:42 +02:00
Torkel Ödegaard
477f66f56b
dashobard load/save work, and began register view
2014-08-22 15:32:20 +02:00
Torkel Ödegaard
359bca0634
save/load dashboard update
2014-08-22 13:25:22 +02:00
Torkel Ödegaard
8a80623d0c
Merged dashboard tag colors feature branch, updated changelog #634
2014-08-22 09:40:11 +02:00
Torkel Ödegaard
adbe8142b6
Merge branch 'dashboard_tag_colors'
2014-08-22 09:34:19 +02:00
Torkel Ödegaard
3579a18da8
Css fix for panel-error position
2014-08-22 09:34:05 +02:00
Torkel Ödegaard
36882ea2a4
More work on dashboard tag colors
2014-08-22 09:04:28 +02:00
Torkel Ödegaard
3fec2cdfd6
Merge branch 'master' into dashboard_tag_colors
2014-08-22 07:14:19 +02:00
Torkel Ödegaard
07d8b542bf
working on rethinkdb stuff
2014-08-21 22:09:48 +02:00
Torkel Ödegaard
06de80f2a7
updated
2014-08-21 22:09:26 +02:00
Torkel Ödegaard
ef351bb9a3
Merge branch 'master' of github.com:torkelo/grafana-private into pro
2014-08-21 22:01:32 +02:00
Torkel Ödegaard
28de5cbd97
Merge branch 'master' of github.com:grafana/grafana
2014-08-21 21:59:36 +02:00
Torkel Ödegaard
39cdf85788
small refactoring for search result and dashboard id/title handling
2014-08-21 21:59:23 +02:00
Torkel Ödegaard
37e19cee20
fixed jshint error
2014-08-21 11:18:49 +02:00
Torkel Ödegaard
b39fbff8fa
Merge remote-tracking branch 'origin/pro' into pro
...
Conflicts:
src/test/test-main.js
2014-08-21 11:17:44 +02:00
Torkel Ödegaard
5ff15f27b7
Merge
2014-08-21 11:16:22 +02:00
Torkel Ödegaard
baf99e8650
Merge branch 'master' of github.com:torkelo/grafana-private into pro
...
Conflicts:
src/test/test-main.js
2014-08-21 11:16:08 +02:00
Torkel Odegaard
7c3046e011
Fix for reloadOnSearch missing on all dashboard routes, caused dashboard to be reloaded when entering/exiting edit mode (settings were lost), related to recent fullscreen/edit state present in url, #672 , #425
2014-08-21 10:36:18 +02:00
Torkel Ödegaard
1bc8526640
Reverted change, default edit tab should be metrics tab
2014-08-21 09:29:56 +02:00
Torkel Ödegaard
0795af8d42
Fix for search result list and double link to dashboard that caused navigation start recursion when unsaved changed dialog was displayed
2014-08-21 09:28:51 +02:00
Torkel Ödegaard
bd7c045b1c
Small fix for dashboard settings dialog controls tab was empty
2014-08-21 09:01:04 +02:00
Torkel Ödegaard
c6812f569f
Small js warning fix for firefox
2014-08-21 08:42:09 +02:00
Torkel Ödegaard
17ffb167e2
Small fixes for firefox
2014-08-20 22:34:51 +02:00
Torkel Ödegaard
019d077f5a
Added missing max-height to search results container
2014-08-20 19:56:32 +02:00
Torkel Ödegaard
c000f438ae
added unit tests for grid thresholds
2014-08-20 15:03:10 +02:00
Torkel Ödegaard
c0d7ddf1fb
Updated changelog with new display styles per series option feature, Closes #425 , Closes #700
2014-08-20 12:11:14 +02:00
Torkel Ödegaard
5bf794e24e
Merge branch 'series_style_overrides'
2014-08-20 11:48:13 +02:00
Torkel Ödegaard
a9cfb160c9
Added typeahead to series overrides, #425
2014-08-20 11:48:00 +02:00
Torkel Ödegaard
468c9a9061
Fix for zindex override removal, should restore series order
2014-08-20 11:31:40 +02:00
Torkel Ödegaard
da1279aa5b
Added zindex per series override option, #425
2014-08-20 10:50:26 +02:00
Torkel Ödegaard
3ec053bea7
Moved series override code to TimeSeries
2014-08-20 10:27:30 +02:00
Torkel Ödegaard
b2f9f81eaf
Moved yaxis override from aliasYAxis map to the new seriesOverride array
2014-08-20 09:31:22 +02:00
Torkel Ödegaard
939e957fda
Made regex match work for per series overrides, #425 , #700
2014-08-20 08:35:17 +02:00
Torkel Ödegaard
062fe72030
More options can now be set on pre series basis, this is awesome!
2014-08-19 17:24:37 +02:00
Torkel Ödegaard
cdcbb872d5
options per series is starting to work nicely
2014-08-19 16:57:33 +02:00
Torkel Ödegaard
048763053c
Began work on applying per series options to flot options
2014-08-19 16:22:27 +02:00
Torkel Ödegaard
c6489d9b01
Lots of progress on per series overrides
2014-08-19 15:22:03 +02:00
Torkel Ödegaard
299053f2d5
Fix for utc in timepicker, Closes #713
2014-08-19 11:12:48 +02:00
Torkel Ödegaard
937ac84538
Began work on per series style overrides, #425
2014-08-18 21:48:01 +02:00
Torkel Ödegaard
5c0d1355a5
Second take on dashboard tags search result colors
2014-08-18 19:33:38 +02:00
Torkel Ödegaard
a64604de6b
UI improvements to search result list (larger click are for dashboard title link, plus UI look polish), Closes #709
2014-08-18 16:38:04 +02:00
Torkel Ödegaard
1a3dac0c17
Fix for timepicker dates and tooltip when UTC timzone is selected,
...
custom date modal is still local time, Closes #277
2014-08-18 13:43:26 +02:00
Torkel Ödegaard
ffd73e8bfb
Fix for graphite queries with glob syntax ([1-9] and ?) that made
...
the graphite parser / query editor bail and fallback to text edit mode.
2014-08-18 12:17:48 +02:00
Torkel Ödegaard
27c536b1a1
Small fix to 'none' axis formats and zero value when axis tickDecimals is high, Closes #707
2014-08-18 09:03:25 +02:00
Torkel Ödegaard
631c7adf12
updated
2014-08-17 12:26:00 +02:00
Torkel Ödegaard
d8dca20332
updated
2014-08-17 12:25:37 +02:00
Torkel Ödegaard
dc5973a0f3
small css fix for alignment of legend values when shown in table style
2014-08-17 11:53:58 +02:00
Torkel Ödegaard
efed13b9fe
Work on login and sidemenu
2014-08-16 21:54:26 +02:00
Torkel Ödegaard
34ab1e529b
Lots of work on the side menu
2014-08-16 21:54:05 +02:00
Torkel Ödegaard
b812b1c579
Fixed link to playlist docs in readme.md
2014-08-16 19:02:50 +02:00
Torkel Ödegaard
c892d9d6f6
Merge remote-tracking branch 'origin/master' into pro
2014-08-16 13:15:02 +02:00
Torkel Ödegaard
b89480a284
refactored use of localStorage
2014-08-16 13:13:26 +02:00
Torkel Ödegaard
9951c3825e
began work on pro side menu
2014-08-16 10:14:31 +02:00
Torkel Ödegaard
9ac1f6b26b
Merge remote-tracking branch 'origin/move_stuff' into pro
2014-08-16 08:56:19 +02:00
Torkel Ödegaard
dac4954215
merged with oss
2014-08-16 08:56:02 +02:00
Torkel Ödegaard
5846c71095
Changed name of some partials and controllers
2014-08-16 08:55:14 +02:00
Torkel Ödegaard
142f081d1e
fixed small issue with the recent change to the 'none' axis format,
...
Closes #703
2014-08-15 21:31:53 +02:00
Torkel Ödegaard
ec2b4f584c
some initial work on making it easy to add a custom datasource without modifing the original source, #701 , #553
2014-08-15 19:12:25 +02:00
Torkel Ödegaard
88d991ef45
Another angular binding/watcher optimization
2014-08-15 17:23:27 +02:00
Torkel Ödegaard
dc382a6df7
Drag drop binding expression watcher was expensive, removed watcher after first eval, seems to still work
2014-08-15 13:35:17 +02:00
Torkel Ödegaard
c6e57d64d7
moved binding expression for panel width to directive
2014-08-15 13:19:11 +02:00
Torkel Ödegaard
dc3cd430c8
moved binding expression in panels to directive and watchGroup
2014-08-15 12:57:12 +02:00
Torkel Ödegaard
9848600335
Changed panel error icon from ng-show to ng-if
2014-08-15 12:09:04 +02:00
Torkel Ödegaard
cd79b73cb0
moved an expensive binding expression into a directive and a groupWatch
2014-08-15 11:15:24 +02:00
Torkel Ödegaard
21aa1b43fd
Save dropdown and search bindings and scope is now not loaded on dashboard load, small performance improvement
2014-08-15 09:35:07 +02:00
Torkel Ödegaard
2f3a96f7a7
Removed add-panel tab from row editor, only add panels from the row menu now, do not want to ways to do the same thing
2014-08-15 08:46:32 +02:00
Torkel Ödegaard
b761dcde45
Switch from watch to watchCollection for bodyclass directive
2014-08-15 08:14:15 +02:00
Torkel Ödegaard
b6cdb0f885
Moved some expensive bindings from timepicker to controller
2014-08-15 08:02:16 +02:00
Torkel Ödegaard
472969ae2a
Merge branch 'master' of github.com:grafana/grafana
2014-08-14 22:32:17 +02:00
Torkel Ödegaard
9e3514a993
More small performance tweaks, trying to clean up watcher & scope counts
2014-08-14 22:30:19 +02:00
Torkel Ödegaard
aee3ddd06a
Simplified panel bootstrapping, limiting digest cycles during dashboard boot
2014-08-14 15:32:15 +02:00
Torkel Ödegaard
9558d404fa
Merge pull request #698 from Topface/http-update
...
Checking for new version over https
2014-08-14 12:39:54 +02:00
Torkel Ödegaard
0ca6b67132
Added some performance profiling code
2014-08-14 12:26:06 +02:00
Torkel Ödegaard
9390b1eef5
Small cleanup of dashboard partial, removed unused stuff
2014-08-14 12:15:46 +02:00
Ian Babrou
0198167b27
checking for new version over https
2014-08-14 14:13:03 +04:00
Torkel Ödegaard
83e9bc4816
Graph: Fix for axis format none broken for numbers in exponential notation, Closes #696
2014-08-14 12:05:29 +02:00
Torkel Ödegaard
87bf6b3800
Updated changelog and added fix for #695
2014-08-14 10:29:47 +02:00
Torkel Ödegaard
7b3df02640
Performance enhancements
2014-08-13 21:26:33 +02:00
Torkel Ödegaard
499246abae
Tech: upgraded jquery from 1.8.0 to 2.1.1, Closes #694
2014-08-13 19:51:27 +02:00
Torkel Ödegaard
71f78cc895
removed comments
2014-08-13 19:26:53 +02:00
Torkel Ödegaard
5896eee693
Dashboard: tooltip fixes for flickering tooltips that sometimes do now want to show on hover, and for tooltips that get stuck after exiting modal, Closes #691
2014-08-13 19:11:46 +02:00
Torkel Ödegaard
ce6b60653c
Updated changelog with #672
2014-08-13 17:23:29 +02:00
Torkel Ödegaard
2b865e3505
Merge branch 'panel_id_permalink'
2014-08-13 17:20:59 +02:00
Torkel Ödegaard
dee0e5fce7
final fixes for fullscreen url state, #672
2014-08-13 17:20:54 +02:00
Torkel Ödegaard
56269758c4
refactoring of panel manipulation, moved to dashboard model
2014-08-13 16:35:34 +02:00
Torkel Ödegaard
436f6bda3e
Fixed unit tests for dashboardViewStateSrv
2014-08-13 15:17:13 +02:00
Torkel Ödegaard
4d1102db0b
Panel edit state is working pretty good now, #672
2014-08-13 15:02:57 +02:00
Torkel Ödegaard
4987a2158e
Lots of complicated code for dealing with panel state
2014-08-13 14:22:21 +02:00
Torkel Ödegaard
435a5a67bc
Refactoring fullscreen / edit handling
2014-08-13 12:16:50 +02:00
Torkel Ödegaard
fc686ca618
Fullscreen & edit state persisted to url is nearing completion, refactored fullscreen state management to a special dashboardViewState object, Issue #672
2014-08-13 10:07:32 +02:00
Torkel Ödegaard
ec99096d52
experimenting with url and dashboard state
2014-08-13 07:47:36 +02:00
Torkel Ödegaard
9e30599f1f
rename backend to pkg
2014-08-12 20:45:41 +02:00
Torkel Ödegaard
472e1c6d8e
fixed tests
2014-08-12 20:15:03 +02:00
Torkel Ödegaard
46edd6008f
merge sync oss
2014-08-12 20:06:33 +02:00
Torkel Ödegaard
68e520fa2d
small css tweak to legend and padding between edit tabs
2014-08-12 19:59:20 +02:00
Torkel Ödegaard
d46e612cb1
Working on linking to panels, #576 , #672
2014-08-12 18:21:48 +02:00
Torkel Ödegaard
e7ce371ee8
working on login && auth
2014-08-12 15:07:20 +02:00
Torkel Ödegaard
bfe1ef0733
worked on login view
2014-08-12 15:06:54 +02:00
Torkel Ödegaard
56d449b2ce
updated
2014-08-12 12:20:15 +02:00
Torkel Ödegaard
c690d4aae8
added pro routes
2014-08-12 12:19:33 +02:00
Torkel Ödegaard
4966b10a0f
pro changes
2014-08-12 12:19:15 +02:00
Torkel Ödegaard
c48df8522a
updated readme.md again
2014-08-12 09:24:58 +02:00
Torkel Ödegaard
b0a2c26b22
updated readme.md with a run from master section
2014-08-12 09:23:25 +02:00
Torkel Ödegaard
24579d86d2
updated
2014-08-12 07:25:02 +02:00
Torkel Ödegaard
71573fb5a0
restructing api code
2014-08-11 20:18:46 +02:00
Torkel Ödegaard
f865da6d6a
removed generated css that came back after merge
2014-08-11 18:52:34 +02:00
Torkel Ödegaard
3a5f718da8
updated
2014-08-11 16:37:44 +02:00
Torkel Ödegaard
8699dec571
fixed jshint issues
2014-08-11 16:37:31 +02:00
Torkel Ödegaard
6f0c6281e7
Merge remote-tracking branch 'origin/master' into pro
2014-08-11 16:09:40 +02:00
Torkel Ödegaard
58e4dc1b6c
updated readme with correct coveralls badge
2014-08-11 16:03:27 +02:00
Torkel Ödegaard
17c03bed21
Added some unit tests for RowCtrl
2014-08-11 15:59:03 +02:00
Torkel Ödegaard
4bfc5355db
removed sublime project
2014-08-11 15:32:21 +02:00
Torkel Ödegaard
37b3b1fc3a
Merge remote-tracking branch 'origin/master' into pro
2014-08-11 15:30:45 +02:00
Torkel Ödegaard
d865618051
Dashboard: Row option to display row title even when the row is visible, Closes #578
2014-08-11 15:25:36 +02:00
Torkel Ödegaard
a995857cca
changed placement of panel error tooltip to the right of icon, works better in when in edit mode
2014-08-11 13:47:58 +02:00
Torkel Ödegaard
fdbdebac32
Merge branch 'master' of github.com:grafana/grafana
2014-08-11 13:44:11 +02:00
Torkel Ödegaard
a242c40b23
Merge branch '1.7.x'
2014-08-11 13:43:05 +02:00
Torkel Ödegaard
f82b84eac7
updated changelog
2014-08-11 13:42:39 +02:00
Torkel Ödegaard
70be333691
Last miniute fix for issue in influxdb http request calling
2014-08-11 13:39:02 +02:00
Torkel Ödegaard
3d9a4dcbf3
Merge branch '1.7.x'
...
Conflicts:
src/css/bootstrap.dark.min.css
src/css/bootstrap.light.min.css
src/css/default.min.css
2014-08-11 13:35:15 +02:00
Torkel Ödegaard
577efbf0c2
fixed changelog issue link
2014-08-11 12:49:17 +02:00
Torkel Ödegaard
a3fca638ee
updated version to 1.7.0 (removed rc1 pre-release tag)
2014-08-11 12:23:00 +02:00
Torkel Ödegaard
027855f891
Small fix for light theme
2014-08-11 12:16:19 +02:00
Torkel Ödegaard
b9b04fd932
Dashboard: Panel error are less intrusive, panel error bar replaced with small indicator, hover for short details, click to open inspector, Closes #681
2014-08-11 12:11:24 +02:00
unknown
2b1dcaf5e3
added global page title prefix setting
2014-08-11 11:25:30 +02:00
Torkel Ödegaard
9e32a5613d
Merge pull request #682 from PeterDaveHello/patch-1
...
Use svg instead of png to get better image quality
2014-08-11 11:18:05 +02:00
Torkel Ödegaard
61b43a0828
Merge pull request #683 from PeterDaveHello/patch-2
...
make CI build faster
2014-08-11 11:17:14 +02:00
Peter Dave Hello
7fc1fed91e
make CI build faster
2014-08-11 17:03:17 +08:00
Peter Dave Hello
1fd97f8732
Use svg instead of png to get better image quality
2014-08-11 16:46:20 +08:00
Torkel Ödegaard
aa03de8e52
More work on integrated console, with request details
2014-08-10 21:25:24 +02:00
Torkel Ödegaard
eb9a7267bd
began work on inspection console to visualize metric requests, and other useful troubleshooting info and inspection
2014-08-10 14:35:56 +02:00
Torkel Ödegaard
21b7c6a2c0
Moved css files, removed generated css files from source control, consolidated (concat) css more, now only two css files, dark and light
2014-08-10 09:46:55 +02:00
Torkel Ödegaard
4cd53ce119
Merge branch 'cleanup-generated-files' of github.com:clkao/grafana into clkao-cleanup-generated-files
2014-08-10 09:23:44 +02:00
Torkel Ödegaard
e2283e53b6
Merge branch 'master' into develop
2014-08-10 09:12:18 +02:00
Chia-liang Kao
d51d5af992
Cleanup legend value by using css content
2014-08-10 09:09:45 +02:00
Torkel Ödegaard
b98a8ee83a
updated changelog for PR #666 , Closes #660
2014-08-10 09:09:45 +02:00
Christophe Furmaniak
21cf1f6c47
fix #660 by checking if options is undefined
...
- a complete fix with a consistent support of alias in all use cases is not obvious (see #660 for explanations)
2014-08-10 09:09:45 +02:00
Torkel Ödegaard
918ea5d12f
Annotation: filter field is not interpreting in elasticsearch query, Fixes #661
2014-08-10 09:09:45 +02:00
Torkel Ödegaard
3b7551e1e4
added coveralls badge
2014-08-10 09:09:45 +02:00
Torkel Ödegaard
5dbc0aedcc
General: Fix for refresh icon in IE browsers, Fixes #657
2014-08-10 09:09:45 +02:00
Chia-liang Kao
8819d559b7
move vendor css intor appropriate places and remove generated files from version control
2014-08-10 02:21:05 +08:00
Torkel Ödegaard
448a5c00fd
Merge pull request #669 from clkao/release-lodash
...
Fix release build rules following 23c9f97 and #659
2014-08-09 13:08:42 +02:00
Chia-liang Kao
8194c62f4e
Fix release build rules following 23c9f97 and #659
2014-08-09 18:40:40 +08:00
Torkel Ödegaard
e75debbf81
Fixes to text panel, and alert related to angularjs upgrade
2014-08-09 12:18:21 +02:00
Torkel Ödegaard
380f707285
workin on png rendering
2014-08-09 11:57:54 +02:00
Torkel Ödegaard
1bc277fd87
Merge branch 'develop' into pro
2014-08-09 10:24:17 +02:00
Torkel Ödegaard
5b475a05ef
Added another unit test for influxdb datasource, fixed angular dragdrop/mocks file mixup
2014-08-09 10:02:47 +02:00
Torkel Ödegaard
f69dcf38ef
added unit test for influxdb query
2014-08-08 17:33:16 +02:00
Torkel Ödegaard
c669f8c612
working on rendering panel with phantomjs
2014-08-08 15:53:31 +02:00
Torkel Ödegaard
966ba97b2c
updated changelog for PR #666 , Closes #660
2014-08-08 15:24:10 +02:00
Christophe Furmaniak
675688cb80
fix #660 by checking if options is undefined
...
- a complete fix with a consistent support of alias in all use cases is not obvious (see #660 for explanations)
2014-08-08 14:58:03 +02:00
Torkel Ödegaard
f068b2c1d3
Merge remote-tracking branch 'origin/overview' into pro
2014-08-08 14:37:24 +02:00
Torkel Ödegaard
3dd383ba11
solo panel work
2014-08-08 14:36:13 +02:00
Torkel Ödegaard
3a0983d8bf
Merge branch 'develop' into overview
2014-08-08 14:11:11 +02:00
Torkel Ödegaard
59c7edfd90
fixed unit test that broke after moving colors array
2014-08-08 14:10:35 +02:00
Torkel Ödegaard
660fbfd73c
Moved colors array away from dash controller
2014-08-08 14:03:05 +02:00
Torkel Ödegaard
bc7ef28644
Merge branch 'develop' into overview
...
Conflicts:
src/test/test-main.js
2014-08-08 13:48:39 +02:00
Torkel Ödegaard
7b011c1d96
Changed name of dashboard service to dashboardSrv
2014-08-08 13:45:52 +02:00
Torkel Ödegaard
a0780ce48a
Began work on solo panel
2014-08-08 13:37:51 +02:00
Torkel Ödegaard
8154b4f60d
search and save are 'working', barely
2014-08-08 12:35:15 +02:00
Torkel Ödegaard
91a6ae756f
updated grafana datasource
2014-08-08 12:34:28 +02:00
Torkel Ödegaard
3fffd08ae4
Annotation: filter field is not interpreting in elasticsearch query, Fixes #661
2014-08-08 07:19:03 +02:00
Torkel Ödegaard
abc8077a96
added some unit tests for graph panel controller
2014-08-07 18:17:26 +02:00
Torkel Ödegaard
eb6099a93f
Began work on pro modification
2014-08-07 16:04:54 +02:00
Torkel Ödegaard
5a125c7fe5
added coveralls badge
2014-08-07 15:05:37 +02:00
Torkel Ödegaard
02fb2baf62
Added code coverage, and sending reports to coveralls
2014-08-07 14:58:57 +02:00
Torkel Ödegaard
23c9f973cc
Switch from underscore to lodash, #659
2014-08-07 14:35:28 +02:00
Torkel Ödegaard
db90fa71d4
General: Fix for refresh icon in IE browsers, Fixes #657
2014-08-07 14:16:54 +02:00
Torkel Ödegaard
c416b09089
more work on overview panel
2014-08-07 14:09:07 +02:00
Torkel Ödegaard
f144593c06
Merge branch 'develop' into overview
2014-08-07 13:45:01 +02:00
Torkel Ödegaard
c3a6ae1622
added more graphite target controller tests
2014-08-07 13:44:09 +02:00
Torkel Ödegaard
76aab2a2ac
added graphiteTargetCtrl specs
2014-08-07 10:42:05 +02:00
Torkel Ödegaard
5337756792
working on overview panel and unit tests
2014-08-07 10:12:31 +02:00
Torkel Ödegaard
8ed4859bb5
Merge branch 'develop' into overview
2014-08-07 09:01:24 +02:00
Torkel Ödegaard
a02effc32e
Merge branch 'master' into develop
2014-08-07 09:01:09 +02:00
Torkel Ödegaard
965c1f0353
Chart: Possible fix for stuck tooltip (annotation or time series point hover tooltip would not disappear), Fixes #450
2014-08-07 09:00:52 +02:00
Torkel Ödegaard
e7086cf6df
Timepicker: Fix for setting custom To date with low refresh interval, Fixes #652
2014-08-07 07:58:14 +02:00
Torkel Ödegaard
af073dad46
Fix for auto refresh not being started after loading dashboard, Fixes #655
2014-08-07 07:20:56 +02:00
Torkel Ödegaard
1e7beffafd
more unit test work
2014-08-06 19:33:38 +02:00
Torkel Ödegaard
c2c16b6bd2
Merge branch 'develop' into overview
2014-08-06 17:26:52 +02:00
Torkel Ödegaard
b79e8b8130
fixed jshint error in test-main
2014-08-06 16:11:17 +02:00
Torkel Ödegaard
72e5a40e7e
began work on overview panel
2014-08-06 16:09:26 +02:00
Torkel Ödegaard
3b25200868
Refactoring base panel features, trying to get controller unit tests to work
2014-08-06 16:00:43 +02:00
Torkel Ödegaard
3985e52a3a
Fixed unit tests broken after angular 1.3 upgrade
2014-08-06 10:53:45 +02:00
Torkel Ödegaard
fee44d83c8
Small timepicker angular binding perf improvement
2014-08-06 10:39:27 +02:00
Torkel Ödegaard
d70c81f03b
more angular 1.3 upgrade fixes
2014-08-06 09:10:18 +02:00
Torkel Ödegaard
387ec89b95
more angular 1.3 upgrade changes
2014-08-06 09:05:03 +02:00
Torkel Ödegaard
60dd68490c
working on angular upgrade
2014-08-06 08:16:54 +02:00
Torkel Ödegaard
378e55ed0c
small changelog update
2014-08-05 15:37:09 +02:00
Torkel Ödegaard
16900ad421
Small fixes for 1.7 release
2014-08-05 13:22:54 +02:00
Torkel Ödegaard
0bf1e8f252
Readme fixes
2014-08-05 12:29:58 +02:00
Torkel Ödegaard
0aa5505d7f
Updated readme, and other small changes for 1.7.0-rc1 release
2014-08-05 12:27:03 +02:00
Torkel Ödegaard
60f68abd31
Dashboard schema simplifications, moved schema updates to dashboard model creation, removes irritating 'unsaved changes' dialogs that show for dashboard schema changes, Closes #532
2014-08-05 10:15:51 +02:00
Torkel Ödegaard
0a677449dc
Fixed issue in dashboard settings modal and timepicker options
2014-08-04 15:52:41 +02:00
Torkel Ödegaard
6e9723325f
Fixed issue span set to zero. Removed zero option from row editor. Closes #645
2014-08-04 12:26:53 +02:00
Torkel Ödegaard
e9a046e74d
Small annotation fix when leaving edit mode and having series hidden
2014-08-04 07:18:26 +02:00
Torkel Ödegaard
44f0c749d5
Fix for InfluxDB temp dashboards, seperate series name prefix so they do not show up in dashboard search, #633
2014-08-03 12:20:42 +02:00
Torkel Ödegaard
082d2c739e
updated changelog with #641 change
2014-08-03 12:12:38 +02:00
Torkel Ödegaard
6354b1aec0
Merge branch 'jordanrinke-master'
2014-08-03 12:08:17 +02:00
Torkel Ödegaard
512dbf1980
Refactoring temp dashboard settings, and handling, moved from dashboard to config.js, defaults are enabled, and ttl of 30 days, #641 , #638
2014-08-03 12:07:50 +02:00
Torkel Ödegaard
ed491b0caf
Merge branch 'master' of github.com:jordanrinke/grafana into jordanrinke-master
2014-08-01 15:29:29 +02:00
Torkel Ödegaard
d6814587ad
Update changelog and config sample
2014-08-01 11:34:57 +02:00
Torkel Ödegaard
586399a814
Graphite: Fix for graphite expressions parser failure when metric expressions starts with curly brace segment, Fixes #528
2014-08-01 09:28:57 +02:00
Torkel Ödegaard
867186fd66
Filtering: Fix for nested filters, changing a child filter could result in infinite recursion in some cases, Fixes #628
2014-08-01 08:54:22 +02:00
Jordan Rinke
48c18ee8d1
fixed 2 coding errors noted by travis
2014-07-31 13:48:28 -07:00
Jordan Rinke
f5d5d9a504
fixed 2 coding errors noted by travis
2014-07-31 13:45:17 -07:00
Jordan Rinke
f958924b79
added saving and showing temp searches also trailing comman in default.json was causing the default to fail to load for me, #633
2014-07-31 12:37:35 -07:00
Torkel Ödegaard
67582aaee4
cleanup of 'loader' settings, removed loader.save_elasticsearch, loader.load_elasticsearch. Save/Load is default enabled and will use any datasource marked with grafanaDB: true property
2014-07-31 14:20:53 +02:00
Torkel Ödegaard
8ebe260628
Added support for deleting dashboards to influxdb datasource, #633
2014-07-31 12:39:49 +02:00
Torkel Ödegaard
a6d2590834
Merge PR #618
2014-07-31 12:28:11 +02:00
Torkel Ödegaard
923cd045cd
Changed opentsdb metric option chartLabel to Alias to better conform to grafana naming, updated changelog with PR #618 info
2014-07-31 12:27:49 +02:00
Torkel Ödegaard
f64bcf0d08
Merge branch 'master' of github.com:heldr/grafana into heldr-master
2014-07-31 12:16:07 +02:00
Torkel Ödegaard
c48b6e23eb
Updated changelog with PR #626
2014-07-31 11:22:20 +02:00
Torkel Ödegaard
b2eabda5b6
Merge branch 'master' of github.com:kamaradclimber/grafana into kamaradclimber-master
2014-07-31 11:17:08 +02:00
Torkel Ödegaard
305e12be1d
Updated changelog and config.sample.js with info about #633
2014-07-31 11:11:33 +02:00
Torkel Ödegaard
30ad784d95
Changed dashboard urls from /dashboard/elasticsearch/<title> to dashboard/db/<title>, old urls will still work
2014-07-31 11:06:02 +02:00
Torkel Ödegaard
7be7b07c19
Changed search result model to be more datasource agnostic
2014-07-31 10:54:36 +02:00
Torkel Ödegaard
88c46f4612
Merge branch 'influxdb_dashstore'
2014-07-31 10:37:17 +02:00
Torkel Ödegaard
1c1b9b5c9d
InfluxDB: save/load and search works, tag facets still to be done, but is not critical, #633
2014-07-31 10:36:45 +02:00
Gregoire Seux
f5f3256824
Downscale y axis to more precise unit
...
y axis unit is already upscaled automatically, this commit adds
automatic downscale.
It also fixes the number of decimals displayed (0 -> decimals)
2014-07-31 09:40:23 +02:00
Torkel Ödegaard
d056b1f1e1
Search: max_results config.js option & scroll in search results (To show more or all dashboards), Closes #631
2014-07-31 09:17:37 +02:00
Torkel Ödegaard
c86a30921f
Save/load dashboard from/to influxdb works, #633
2014-07-30 15:38:09 +02:00
Torkel Ödegaard
14f09e3787
Added filtering support for graphite events/metrics, Closes #402
2014-07-30 13:09:23 +02:00
Torkel Ödegaard
d2a342a94e
Merge branch 'elastic_annotations'
...
Conflicts:
src/css/bootstrap.dark.min.css
src/css/bootstrap.light.min.css
src/css/default.min.css
2014-07-30 11:36:47 +02:00
Torkel Ödegaard
c61e4c02bd
further work on unifying datasources, #630
2014-07-30 11:34:09 +02:00
Torkel Ödegaard
b8ce61ae45
General architectural changes around datasources, unifying dashboard loading behind datasource abstraction, #630
2014-07-30 10:52:02 +02:00
Torkel Ödegaard
5a25b0885c
added datasource filtering based on datasource abilities
2014-07-30 08:34:58 +02:00
Torkel Ödegaard
337cbb2844
Ctrl+H (hide controls) issue introduced in recent commit, Closes #625
2014-07-29 17:50:09 +02:00
Torkel Ödegaard
fa3b84a615
Elastic search annotations are working, need to refactor and unify datasource abstraction more, #201
2014-07-29 17:24:42 +02:00
Torkel Ödegaard
4e47447dec
began work on ES annotation datasource, #201
2014-07-29 11:26:05 +02:00
Torkel Ödegaard
a1772d26b5
New global option in config.js to specify admin password (useful to hinder some users from accidentally making changes), Closes #606
2014-07-29 09:45:07 +02:00
Torkel Ödegaard
77e5e75b2f
Fixed ngmin build issue introduced in route refactoring, Fixes #622
2014-07-29 08:13:23 +02:00
Torkel Ödegaard
77bfd85e9e
Changed all kibana words to grafana
2014-07-28 18:11:52 +02:00
Torkel Ödegaard
272ea9fe17
Added global datasource config option cacheTimeout for graphite datasource, #266
2014-07-28 17:54:32 +02:00
Torkel Ödegaard
8aed1aa634
Fix for cacheTimeout undefined value, #266
2014-07-28 17:01:48 +02:00
Torkel Ödegaard
2bec41b80e
Graphite: new option available in metrics view to set cacheTimeout, will override default memcache timeout, Closes #266
2014-07-28 15:01:00 +02:00
Torkel Ödegaard
38633b6db4
Merge branch 'develop'
2014-07-28 12:41:51 +02:00
Torkel Odegaard
e62dc00d7b
Fix for build issues on windows, Fixes #574
2014-07-28 11:08:19 +02:00
Torkel Ödegaard
f619fc3e7e
merge with master
2014-07-25 12:37:39 +02:00
Torkel Ödegaard
6c7d74c43b
updated changelog with PR #604
2014-07-25 12:36:23 +02:00
Torkel Ödegaard
268cead331
Merge pull request #604 from floored1585/add_bps
...
Adding bps unit type for network gear
2014-07-25 12:30:13 +02:00
Torkel Ödegaard
70521f0756
InfluxDB: support for InfluxDB v0.8 'list series' response schema, Fixes #610
2014-07-25 12:14:15 +02:00
Helder Santana
1f283d93ca
add opentsdb chart label field
2014-07-23 14:19:21 -04:00
Torkel Ödegaard
7dc422887c
Merge pull request #615 from lathan/english_syntax
...
english syntax fix
2014-07-23 13:36:34 +02:00
Torkel Ödegaard
7dea0dcfc4
Merge pull request #616 from guequierre/master
...
'list series' instead of 'select * from /.*/ limit 1'
2014-07-23 13:34:51 +02:00
guequierre
ab11604bfb
'list series' instead of 'select * from /.*/ limit 1'
...
'list series' response is much faster than 'select * from /.*/ limit 1' for the auto-complete option. Especially noticeable on large datasets.
2014-07-23 12:37:11 +02:00
George Angelopoulos
0e8c026854
english syntax fix
...
Add a comma to clearly separate the two clauses of the conditional sentence.
Otherwise, it's unclear whether it is referring to "the panel below" or
"the panel below the browser".
2014-07-23 12:47:52 +03:00
Torkel Ödegaard
3b1cc1cc34
removed old timezoneOffset setting
2014-07-22 08:56:12 +02:00
Torkel Ödegaard
85a8f2f147
another small fix for timezone and annotations, #611
2014-07-21 18:52:19 +02:00
Torkel Ödegaard
37c43199ca
Fix for annotations hover tooltip and timestamp when timezone set to utc, Fixes #611 , #394
2014-07-21 18:49:30 +02:00
Torkel Ödegaard
f22fcc2e59
updated changelog
2014-07-20 18:12:54 +02:00
Torkel Ödegaard
05d7d58cd5
Merge branch 'master' into develop
2014-07-20 18:09:01 +02:00
Torkel Ödegaard
10e89f6802
small tweek to plot hover and annotation hover tooltip css
2014-07-20 18:08:05 +02:00
Torkel Ödegaard
551b802d89
Annotation datasource redesign is done, Closes #608
2014-07-20 16:32:09 +02:00
Torkel Ödegaard
5ae8607771
Fixed dashboard import, broken by dashboard loading redesign #609
2014-07-19 19:06:28 +02:00
Torkel Ödegaard
7b47f40979
better formating of changelog
2014-07-19 18:41:25 +02:00
Torkel Ödegaard
a9a76b9010
annotation redesign is almost done, #608
2014-07-19 13:16:47 +02:00
Torkel Ödegaard
cf68725c89
influxdb annotation column mapping is working
2014-07-18 19:19:30 +02:00
Ian Clark
989d703d1d
Adding bps unit type for network gear
2014-07-17 16:52:12 -07:00
Torkel Ödegaard
cf2ef0955d
influxdb annotations working, need to figure out how to know which columns to use for title, tags, and data
2014-07-17 10:24:30 +02:00
Torkel Ödegaard
2fe3b0de55
influxdb annoations starting to work
2014-07-16 18:51:51 +02:00
Torkel Ödegaard
b47047a91d
Merge branch 'master' into annotations_redesign
2014-07-16 13:18:21 +02:00
Torkel Ödegaard
1c56ac7e48
changed css concat order
2014-07-16 13:17:55 +02:00
Torkel Ödegaard
47fb553d38
Merge pull request #593 from Kixeye/master-fixfilterqueries
...
influxdbDatasource.js - fix find query
2014-07-16 07:47:24 +02:00
Dave Ertel
bd6362f09f
influxdbDatasource.js - fix find query
2014-07-16 14:03:44 +10:00
Torkel Ödegaard
9cc735bdf2
fixed small css bug with the 'no datapoints' warning introduced by legends makeover
2014-07-15 16:57:23 +02:00
Torkel Ödegaard
f5d992f609
InfluxDB: Support for alias & alias patterns when using raw query mode, #584
2014-07-15 16:46:17 +02:00
Torkel Ödegaard
25407fb5f0
updated readme.md
2014-07-15 11:32:03 +02:00
Torkel Ödegaard
9eb9bd8488
moved annotations graphite query to graphite datasource
2014-07-14 18:19:41 +02:00
Torkel Ödegaard
7d6eafb2f2
Merge branch 'dashboard_loading_refactoring' into annotations_redesign
2014-07-14 17:28:19 +02:00
Torkel Ödegaard
bfdf25a162
Merge branch 'master' into dashboard_loading_refactoring
2014-07-14 17:28:00 +02:00
Torkel Ödegaard
6e0e6f5ec4
updated changelog with PR #581
2014-07-14 17:26:16 +02:00
Torkel Ödegaard
dce8b15937
Merge branch 'feature/influxdb-expose-continuous-query-in-series' of github.com:mavimo/grafana into mavimo-feature/influxdb-expose-continuous-query-in-series
2014-07-14 17:20:28 +02:00
Marco Vito Moscaritolo
25e2e07631
ADd contiuous query in series results.
2014-07-13 19:57:09 +02:00
Torkel Ödegaard
b5fb8b6d82
fixed jscs errors
2014-07-13 15:15:10 +02:00
Torkel Ödegaard
171c5aa50c
began work on annotations redesign to easier support more annotation sources, #133 , #394 , #403
2014-07-13 15:01:20 +02:00
Torkel Ödegaard
b5d378c425
Merge branch 'master' into dashboard_loading_refactoring
2014-07-13 12:51:22 +02:00
Torkel Ödegaard
145d65fd60
removed commented out html in graph module
2014-07-13 12:49:54 +02:00
Torkel Ödegaard
5c78fe1070
fixed jshint error
2014-07-08 08:36:59 +02:00
Torkel Ödegaard
31b1203317
fixed failing unit test
2014-07-07 19:04:22 +02:00
Torkel Ödegaard
eaa200a766
Fix for Max legend value when max value is zero (Issue #460 )
2014-07-04 11:50:11 +02:00
Torkel Ödegaard
f422c84414
extra fix for percent sign in aliases and plothover, #506
2014-07-03 16:28:38 +02:00
Torkel Ödegaard
4562f31b6b
merged with master
2014-07-03 16:25:07 +02:00
Torkel Ödegaard
6911e184f9
New legend display option 'Right side', will show legend to the right of the graph ( Closes #556 )
2014-07-03 12:38:20 +02:00
Torkel Ödegaard
9627212510
fixed failing unit test
2014-07-03 09:30:44 +02:00
Torkel Ödegaard
0fc8c4e071
small changes to influxdb aliasing, and help text, #525
2014-07-03 09:27:11 +02:00
Torkel Ödegaard
6c93dc6a4c
Some changes to influxdb alias pattern expansions, removed as it was to confusion, added help text to influxdb metric editor view, need to polish a litle more, #525
2014-07-02 15:50:57 +02:00
Torkel Ödegaard
1dbbfbbba6
Enhanced InfluxDB series aliasing (legend names) with pattern replacements (Issue #525 )
2014-07-02 15:21:29 +02:00
Torkel Ödegaard
88ab36c45b
added y2 text after right y axis series, when legend is in table display mode #136
2014-07-02 13:00:33 +02:00
Torkel Ödegaard
14247ddabb
New legend display option 'Align as table' (Issue #136 )
2014-07-02 12:13:42 +02:00
Torkel Ödegaard
fd8561ac55
added missing file from last commit
2014-07-01 20:01:56 +02:00
Torkel Ödegaard
e1e6ba36ca
Refactoring influxdb datasource, split out response handling
2014-07-01 15:55:56 +02:00
Torkel Ödegaard
435a50de4b
Merge pull request #550 from Fuitad/master
...
Fixed invalid references to grid.min and grid.max in function render_panel_as_graphite_png()
2014-06-30 20:45:36 +02:00
Pierre-Luc Brunet
93b2b9b7b0
Fixed invalid references to grid.min and grid.max in function render_panel_as_graphite_png()
2014-06-30 12:13:39 -04:00
Torkel Ödegaard
faa5199a9a
removed gist loading/saving
2014-06-30 09:46:34 +02:00
Torkel Ödegaard
5768d7a247
Merge branch 'master' into dashboard_loading_refactoring
...
Conflicts:
src/app/partials/dashboard.html
src/app/partials/dasheditor.html
src/app/services/graphite/graphiteDatasource.js
2014-06-30 09:21:16 +02:00
Torkel Ödegaard
d9f2fca66d
Merge branch 'dashboard_loading_refactoring' of github.com:torkelo/grafana-private into dashboard_loading_refactoring
2014-06-30 09:20:07 +02:00
Torkel Ödegaard
91b48258f0
Refactoring PR #511 , Allow filter notation [[..]] in text panels
2014-06-30 09:10:32 +02:00
Torkel Ödegaard
2ac7b9dabf
Merge branch 'master' of github.com:Akeru/grafana into Akeru-master
2014-06-30 08:05:48 +02:00
Torkel Ödegaard
505f0f65d0
updated change log with PR #545
2014-06-30 07:56:35 +02:00
Torkel Ödegaard
8262a8dea2
Merge pull request #545 from Akeru/fix-format
...
Fix formatting negative values
2014-06-30 07:32:11 +02:00
Torkel Ödegaard
406286b970
Merge pull request #544 from Akeru/diffseries
...
Add diffSeries function support
2014-06-30 07:29:44 +02:00
Akeru
6346f835af
Fix formatting negative values
2014-06-27 15:37:11 +02:00
Akeru
73fc437c7d
Add diffSeries function support
2014-06-27 15:24:06 +02:00
Torkel Ödegaard
af66739207
Merge pull request #543 from Akeru/html-fix
...
Fix HTML code
2014-06-27 14:03:56 +02:00
Akeru
65bb6a8b73
Fix HTML code
2014-06-27 13:52:43 +02:00
Torkel Ödegaard
8bda5aa2a7
Merge pull request #539 from looztra/opentsdb-fix-tag-display
...
Display tag values whenever a tag is part of the query (opentsdb)
2014-06-26 06:59:23 +02:00
Christophe Furmaniak
dd2b43dc73
Display tag values whenever a tag is part of the query (opentsdb datasource)
2014-06-25 23:56:25 +02:00
Torkel Ödegaard
c925014bb5
Use unix epoch for Graphite from/to for absolute time ranges, #536
2014-06-25 10:09:19 -04:00
Torkel Ödegaard
32b11b104f
updated version to 1.6.1
2014-06-24 15:06:51 +02:00
Torkel Ödegaard
e25a73f9af
updated default dashboard info text
2014-06-24 13:57:46 +02:00
Torkel Ödegaard
15c1b48b25
merged with master
2014-06-22 19:01:04 +02:00
Torkel Ödegaard
d14a86069a
Auto-refresh caused 2 refreshes (and hence mulitple queries) each time (at least in firefox) ( Fixes #342 )
2014-06-22 18:51:27 +02:00
Torkel Ödegaard
186f753aec
style changing now works again
2014-06-22 18:21:38 +02:00
Torkel Ödegaard
f180707b6f
Merge branch 'master' into dashboard_loading_refactoring
2014-06-22 18:04:37 +02:00
Torkel Ödegaard
9a53779b6c
Default property that marks which datasource is default in config.js is now optional ( Fixes #526 )
2014-06-22 18:02:43 +02:00
Torkel Ödegaard
551771c6cf
ixed influxdb issue with raw query that caused wrong value column detection ( Fixes #504 )
2014-06-22 12:01:41 +02:00
Torkel Ödegaard
a3aca0bae4
restored influxdb series naming default to series.value_func
2014-06-22 11:53:58 +02:00
Torkel Ödegaard
ed0c71fa56
Series names and column name typeahead cache fix ( Fixes #522 )
2014-06-22 11:27:36 +02:00
Torkel Ödegaard
574ecdb512
fixed column typehead, introduced in PR #500
2014-06-22 11:27:36 +02:00
Torkel Ödegaard
7848a35941
Merge pull request #524 from acedrew/master
...
Added nginx config examples to docs.
2014-06-21 22:07:04 +02:00
Andrew Rodgers
dfe0314ba0
Added nginx config examples for CORS headers, and CORS selective reflection
2014-06-21 16:17:45 +00:00
Andrew Rodgers
4618ef0cbf
Merge branch 'docs-improvement'
...
Added nginx config examples, including CORS header reflection.
2014-06-21 16:11:53 +00:00
Andrew Rodgers
bb281649fc
prepare for master branch after all sorts of git shenanigans
2014-06-21 16:11:36 +00:00
Torkel Ödegaard
012ffcf6f6
Bug in when using % sign in legends (aliases), fixed by removing url decoding of metric names ( Fixes #506 )
2014-06-21 17:27:57 +02:00
Torkel Ödegaard
bef61cf019
Ability to set y min/max for right y-axis (RR #519 , Closes #360 )
2014-06-21 17:18:24 +02:00
Andrew Rodgers
5ce6464461
Revert "added nginx conf examples for graphite CORS configuration"
...
This reverts commit c37496f2b0 .
2014-06-20 03:01:13 +00:00
Andrew Rodgers
a0c3f99d80
Revert "updated nginx conf examples for graphite CORS configuration"
...
This reverts commit be03f6adb6 .
2014-06-20 03:00:50 +00:00
Andrew Rodgers
f6ba577cf4
Revert "updated nginx conf examples for graphite CORS configuration"
...
This reverts commit 9edaa407f2 .
2014-06-20 03:00:31 +00:00
Andrew Rodgers
6ef03b7c6c
Revert "Revert "Added left and right min and max for y-axis""
...
This reverts commit 05303dab45 .
2014-06-20 02:59:52 +00:00
Andrew Rodgers
05303dab45
Revert "Added left and right min and max for y-axis"
...
This reverts commit 8743ba2886 .
2014-06-20 02:54:34 +00:00
Andrew Rodgers
9edaa407f2
updated nginx conf examples for graphite CORS configuration
2014-06-20 02:44:45 +00:00
Andrew Rodgers
be03f6adb6
updated nginx conf examples for graphite CORS configuration
2014-06-20 02:42:18 +00:00
Andrew Rodgers
c37496f2b0
added nginx conf examples for graphite CORS configuration
2014-06-20 02:40:01 +00:00
Andrew Rodgers
8743ba2886
Added left and right min and max for y-axis
2014-06-19 21:49:49 +00:00
Akeru
c100054d68
Allow [[..]] filter notation in all text panels
...
Based on #408 with fixed filter service method. Supports html, text and
markdown panels.
2014-06-18 17:28:40 +02:00
Torkel Ödegaard
2fbb87e17a
fix jshint and updated changelog with PR #500
2014-06-17 18:09:10 +02:00
Pauly Myjavec
1eadf52f5e
Fixes regex InfluxDB queries intoduced in 1.6.0
...
Do not encapsulate regex with quotes in query string
Fix the way series names are displayed, do not use column name but
rather series names
2014-06-17 22:38:52 +10:00
Torkel Ödegaard
810f46c450
updated karma dependencies in package.json
2014-06-16 12:40:41 +02:00
Torkel Ödegaard
393dfd1e96
changed version to 1.6.0
2014-06-16 12:24:04 +02:00
Torkel Ödegaard
011e95b331
Graphite query lexer change, can now handle regex parameters for aliasSub function ( Fixes #126 )
2014-06-16 08:14:34 +02:00
Torkel Ödegaard
9f3681642a
Merge branch 'dashboard_loading_refactoring' of github.com:torkelo/grafana-private into dashboard_loading_refactoring
2014-06-14 14:55:29 +02:00
Torkel Ödegaard
a4ca679b65
Merge branch 'master' of github.com:torkelo/grafana-private into dashboard_loading_refactoring
2014-06-14 14:54:55 +02:00
Torkel Ödegaard
d198095d7a
Merge branch 'master' into dashboard_loading_refactoring
2014-06-14 14:51:09 +02:00
Torkel Ödegaard
da451d013a
Refactoring and rewrite parts of influxdb group by feature from PR #441
2014-06-14 14:40:22 +02:00
Torkel Ödegaard
d18244a8a1
removed commented out sections of the opentsdb datasource
2014-06-14 11:53:16 +02:00
Torkel Ödegaard
6214872e0c
Merge branch 'master' of github.com:grafana/grafana
2014-06-14 11:39:44 +02:00
Torkel Ödegaard
6885cea0fd
Improvement and polish to the OpenTSDB query editor (Issue #492 )
2014-06-14 11:38:27 +02:00
Torkel Ödegaard
438455bc8c
finally removed elasticjs library
2014-06-13 13:58:34 +02:00
Torkel Ödegaard
7914f65f68
removed redundant load/save options
2014-06-13 13:50:09 +02:00
Torkel Ödegaard
d0b79ad335
now dashboard deleting works
2014-06-12 17:40:37 +02:00
Torkel Ödegaard
7dc4484f6a
Renamed dashboard service to dashboardModel, fixed saving default dashboard feature
2014-06-12 17:03:52 +02:00
Torkel Ödegaard
257ea391da
fixed issues with unsaved changes srv
2014-06-12 16:35:58 +02:00
Torkel Ödegaard
4c64bcfae7
keyboard binding now work again
2014-06-12 13:37:40 +02:00
Torkel Ödegaard
99d2f537c2
sharing temp dashboard is now working again
2014-06-11 20:22:05 +02:00
Torkel Ödegaard
6c32365e00
more work on refactoring ES usage
2014-06-11 08:19:52 +02:00
Torkel Ödegaard
95925aafb1
removed dependence on elasticsearch js client from search, will try to remove this depdence in other places and just use $http, elasticsearch js client is to big and does not provide enough value
2014-06-11 08:11:13 +02:00
Torkel Ödegaard
77bfaa4245
fixed default dashboard json editable flag, accidentally set to to false
2014-06-11 08:07:18 +02:00
Torkel Ödegaard
0a3d4a5ab0
elasticsearch saving does now work, still have to do ttl and temp dashboard
2014-06-10 21:32:38 +02:00
Torkel Ödegaard
e8c11251de
fix for build step that replaces @grafanaVersion@ with correct version string
2014-06-09 16:59:53 +02:00
Torkel Ödegaard
87a8b1b3f5
small fix to config.sample.js
2014-06-09 13:33:30 +02:00
Torkel Ödegaard
2328c60d12
small refactoring progress
2014-06-08 20:46:30 +02:00
Torkel Ödegaard
61cd5cf4e6
fixed jshint and jscs checks
2014-06-08 16:09:36 +02:00
Torkel Ödegaard
1eb9efe2d5
fixing broken things
2014-06-08 16:08:12 +02:00
Torkel Ödegaard
d5882f2efe
ES and file loading is working
2014-06-08 15:28:50 +02:00
Torkel Ödegaard
5f3991127b
refactoring progress
2014-06-08 14:40:44 +02:00
Torkel Ödegaard
c5d2590293
removed unused code
2014-06-08 13:00:59 +02:00
Torkel Ödegaard
b995dc54f1
further refactoring
2014-06-07 21:00:05 +02:00
Torkel Ödegaard
79404e754e
started on some big refactoring of how the app starts and how dashboard object is loaded, created. This should make it easier to add other dashboard storage backends and other views
2014-06-07 19:43:15 +02:00
Torkel Ödegaard
92318d5804
small fix for click on row menu submenus
2014-06-07 09:05:30 +02:00
Torkel Ödegaard
191f9daf4d
update changelog
2014-06-07 08:16:34 +02:00
Torkel Ödegaard
b67280f0d4
Merge pull request #476 from lyrixx/axis-s-week
...
Format seconds metric by week if needed
2014-06-07 07:06:53 +02:00
Torkel Ödegaard
ce8bdabab8
Adding JSCS (javascript style checker)
2014-06-07 07:05:42 +02:00
Grégoire Pineau
b40af07103
Format seconds metric by week if needed
2014-06-07 02:06:34 +02:00
Torkel Ödegaard
f3698cd625
Cleanup of config.sample.js, removed graphiteUrl setting, it will still work for next release
2014-06-06 23:33:33 +02:00
Clicky
c928618d1a
Formatting.
2014-06-06 11:59:02 -07:00
Clicky
3cc83ced93
Merge branch 'master' into add-influx-group-by
...
Conflicts:
.gitignore
src/app/partials/influxdb/editor.html
src/app/services/influxdb/influxdbDatasource.js
2014-06-06 11:52:02 -07:00
Torkel Ödegaard
0ad4f3b85e
Row editing and adding new panel is now a lot quicker and easier with the new row menu (Issue #475 )
2014-06-06 18:30:15 +02:00
Torkel Ödegaard
2d061ce45a
changed default row height to 250px
2014-06-06 16:05:56 +02:00
Torkel Ödegaard
6e2348d2b1
renamed graphite panel to graph
2014-06-06 16:03:39 +02:00
Torkel Ödegaard
525c4d529e
cleanup, removal of unused code
2014-06-06 15:51:49 +02:00
Torkel Ödegaard
ea84149c87
Fix for exclusive series toggling (hold down CTRL, SHIFT or META key) and left click a series for exclusive toggling
...
CTRL does not work on MAC OSX but SHIFT or META should (depending on browser) (Closes #350 , Fixes #472 )
2014-06-06 11:23:17 +02:00
Torkel Ödegaard
af1855601b
Improvement to InfluxDB query editor and function/value column selection, more space efficient, Closes #473
2014-06-06 10:56:38 +02:00
Torkel Ödegaard
1409065005
Merge branch 'master' into mavimo-feature/influxdb-filters
2014-06-06 08:59:06 +02:00
Torkel Ödegaard
623019ee56
Merge branch 'master' of github.com:grafana/grafana
2014-06-06 08:58:24 +02:00
Torkel Ödegaard
740d477801
added a little padding for metric target editor rows, making tthem sligly heigher
2014-06-06 08:58:14 +02:00
Torkel Ödegaard
c2b8f21fd9
small changes to PR #327 , Partial support for url encoded metric names when using graphite datasource
2014-06-05 20:50:14 -07:00
Torkel Ödegaard
442ed87cfa
Merge branch 'urldecode' of github.com:axe-felix/grafana into axe-felix-urldecode
2014-06-05 20:17:11 -07:00
Torkel Ödegaard
c48b3ded2f
Fix for graphite function selection menu that some times draws outside screen. It now displays upward ( Fixes #293 )
2014-06-03 19:07:59 -07:00
Torkel Ödegaard
5bed5b9870
Fixing PR for influxdb filters
2014-06-03 21:23:42 +02:00
Torkel Ödegaard
2a261a32e2
Merge branch 'feature/influxdb-filters' of github.com:mavimo/grafana into mavimo-feature/influxdb-filters
2014-06-03 21:06:36 +02:00
Torkel Ödegaard
7137a9986f
Fix to series toggling bug that caused annotations to be hidden when toggling (hiding) series. Fixes #328
2014-06-03 06:28:16 -07:00
Torkel Ödegaard
4ce386c6dd
updated changelog - merge
2014-06-03 06:10:32 -07:00
Torkel Ödegaard
8911da8380
updated changelog
2014-06-03 06:08:42 -07:00
Torkel Ödegaard
a3384d514f
Merge pull request #461 from tmonk42/isNonNull
...
add graphite function isNonNull
2014-06-03 06:05:32 +02:00
Haneysmith, Nathan
b38f6e8062
add graphite function isNonNull
2014-06-02 16:01:42 -07:00
Clicky
6c006d0a78
Don't retry on http status codes >= 300
...
These status codes are likely to be to be unretryable errors coming from
influx (most likely bad queries)
2014-06-02 13:15:10 -07:00
Torkel Ödegaard
0f7a55d031
improved asset (css/js) build pipeline, added revision to css and js. Will remove issues related to the browser cache when upgrading grafana and improve load performance ( Fixes #418 )
2014-06-02 20:29:30 +02:00
Torkel Ödegaard
62af77979b
Legend Current value did not display when value was zero, Fixes #460
2014-06-02 19:29:59 +02:00
Torkel Ödegaard
384687e19b
Added parameter to keepLastValue graphite function definition (default 100), Closes #459
2014-06-02 19:17:05 +02:00
Torkel Ödegaard
f799ded434
worked on css and js asset reving, and angular partial precaching, still need to fix panel module.html, issue #418
2014-06-01 16:57:59 +02:00
Torkel Ödegaard
d499f4e0d0
build system changes
2014-05-31 15:32:00 +02:00
Torkel Ödegaard
fc7b4df98a
working on angular partials pre caching, reving
2014-05-31 15:20:12 +02:00
Torkel Ödegaard
3f9a8ecc7e
Merge branch 'master' of github.com:grafana/grafana
2014-05-31 12:28:55 +02:00
Torkel Ödegaard
71a801bbb7
updated changelog
2014-05-31 11:54:43 +02:00
Torkel Ödegaard
f333ef803a
Merge pull request #455 from casa87/patch-1
...
influxdb:difference feature
2014-05-31 10:33:08 +02:00
Torkel Ödegaard
36b1dce7e4
trying to get css, and js build file revisioning working
2014-05-31 00:22:49 -07:00
Torkel Ödegaard
877ef36bc7
added css concat task
2014-05-30 22:46:39 -07:00
casa87
6ce242df4d
Fix line length
2014-05-30 16:01:25 -07:00
casa87
9640f0251c
influxdb:difference feature
...
Add support for the difference query from InfluxDB
2014-05-30 14:40:43 -07:00
Torkel Ödegaard
53846a15de
fixed issue with influxdb datasource introduced in recent filterSrv refactoring
2014-05-29 22:17:01 -07:00
Torkel Ödegaard
1e4ff1e774
Added config setting for default playlist timespan
2014-05-29 21:05:49 -07:00
Torkel Ödegaard
0f40e06d93
Merge branch 'timespanconfig' of github.com:rmca/grafana into rmca-timespanconfig
2014-05-29 20:53:51 -07:00
Torkel Odegaard
86b204ac08
fixed failing unit test
2014-05-27 20:13:49 +02:00
Torkel Ödegaard
8cd5a9963f
Fixes for filter option loading and nested filters. Fixes #447 , Fixes #412
2014-05-27 19:21:21 +02:00
Torkel Ödegaard
df796e32eb
fixed issue with filtersrv refactoring and removing filter parameter
2014-05-27 18:29:14 +02:00
Torkel Ödegaard
e2dae1f484
cleanup of unused code, small style changes
2014-05-27 18:18:05 +02:00
Torkel Ödegaard
8ca06e11de
refactoring unsavedChangesSrv and who now owns original
2014-05-27 17:17:12 +02:00
Torkel Ödegaard
9f548b9dee
filterSrv refactoring fixes
2014-05-27 16:39:16 +02:00
rob
31c75886c3
Making the default playlist timespan configurable.
2014-05-26 13:12:26 +01:00
Torkel Ödegaard
3e24a87ead
trying to get this PR working. a lot has changed and is broken
2014-05-25 21:03:53 +02:00
Torkel Ödegaard
992bcccee9
Merge branch 'master' into Tetha-hkraemer-filtersrv-object-refactoring
2014-05-25 19:08:28 +02:00
Torkel Ödegaard
02bf5f9a58
updated changelog with PR #390 , special characters in series names (influxdb)
2014-05-25 17:04:51 +02:00
Torkel Ödegaard
adaf9cbc90
merge PR #390
2014-05-25 17:00:51 +02:00
Clicky
f9ede4bae9
Check for negative return
2014-05-23 11:46:36 -07:00
Clicky
1fe9132761
Cleanup from jshint
2014-05-22 23:14:43 -07:00
Clicky
fe89c101df
Add tooltip messages to icons in query editor.
2014-05-22 20:12:59 -07:00
Clicky
6cc7f012d8
Cleanup the influx query parsing
2014-05-22 20:09:02 -07:00
Clicky
3b82ac00d8
Fix typos in condition names
2014-05-22 18:18:22 -07:00
Clicky
9b4c64298b
Hookup additional group by into UI
...
Allow additional group by fields to be specified without writing a full
on influx query by hand.
2014-05-22 18:11:04 -07:00
Clicky
4a4708e3fd
Fix single line naming
2014-05-22 16:52:34 -07:00
Clicky
f231af07f9
Parse additional group by columns from a raw query
...
This needs some further polishing but now parse out additional group by
columns from a raw query, although it really only supports one
additional column.
2014-05-22 16:08:25 -07:00
Clicky
3da1c27692
Proof of concept of multiple groups using "host"
...
Initial test to make sure this plan works using a predefined alternate
group by. Now to actually figure this out based on the query and add
some UI for it.
2014-05-22 15:20:10 -07:00
Torkel Ödegaard
beca72cc40
filterSrv refactoring cleanup and testing
2014-05-20 16:18:24 +02:00
Torkel Ödegaard
5ea07d0f07
Merge branch 'hkraemer-filtersrv-object-refactoring' of github.com:Tetha/grafana into Tetha-hkraemer-filtersrv-object-refactoring
2014-05-20 15:45:46 +02:00
Harald Kraemer
674390dfa2
Fixed unsaved changes alerting about timechanges only.
2014-05-20 12:40:56 +02:00
Torkel Ödegaard
e47994013a
updated changelog with PR #427
2014-05-20 12:04:23 +02:00
Torkel Ödegaard
6bbf2ff876
Merge pull request #427 from jippi/add-second-axis
...
Add seconds as a new axis formatter
2014-05-20 03:00:31 -07:00
Christian Winther
f7f567adc8
Add seconds as a new axis formatter
2014-05-20 08:55:19 +00:00
Harald Kraemer
e737b51e9d
Removed 2 console.logs
2014-05-20 10:24:03 +02:00
Harald Kraemer
6f2dd2e2a5
Fixed an old method name
2014-05-20 10:23:49 +02:00
Harald Kraemer
36b44d6971
Moved init calls to setup method
2014-05-20 10:23:36 +02:00
Harald Kraemer
dcea2c5f4e
Fixed last test + a mistake in other tests setup
...
- filterSrv expects the parameter to init to be the actual
dashboard object (I'll depend on that later on), so
I had to pass dashboard.current in there, instead of
dashboard
- in the last test, the problem was exactly that again.
2014-05-20 10:00:15 +02:00
Harald Kraemer
ed76d718cd
Fixed setTime should disable refresh test
...
- init with dashboard mock
2014-05-20 09:56:50 +02:00
Harald Kraemer
00e1a1c442
Fixed timerange parsed = true test
...
- had to call init with dashboard mock
2014-05-20 09:54:07 +02:00
Harald Kraemer
f2b9ea1034
Fixed timerange unparsed
...
- had to call init with the dashboard mock, since this checks
dashboard.refresh (need to look at that sometime)
2014-05-20 09:52:55 +02:00
Harald Kraemer
1cbc352c6c
Fixed (filter->template)OptionSelected test
...
- small misunderstanding on my part, fixed the API in the filterSrv back
- renames to match my renames
- init script has to be called or fundefined things happen
2014-05-20 09:48:36 +02:00
Harald Kraemer
51b70a7884
Fixed init-test.
...
Mostly renames, new init semantic and I forgot to call
updateTemplateParams in addTemplateParameter
2014-05-20 09:43:57 +02:00
Harald Kraemer
d04f2d5e2b
Renamed most filter-related things in filterSrv to template.
...
After all, we are using the function "template" to apply some
data we pull from the URL or other situations in order to call
a function called template. Hence, filtering doesn't make sense
as a term here.
2014-05-20 09:27:54 +02:00
Harald Kraemer
b1c9d5fd4a
Warnings in filterSrv
2014-05-19 17:05:53 +02:00
Harald Kraemer
4b8b961705
Warnings in dashboardKeybindings.js
2014-05-19 17:04:59 +02:00
Harald Kraemer
2e26130d96
Warnings in graphiteTarget.js
2014-05-19 17:02:06 +02:00
Harald Kraemer
63c75f714f
Warnings in dash.js
2014-05-19 17:01:09 +02:00
Harald Kraemer
03095dfa74
Changed filterSrv singleton into object in scope.
...
This rework isn't entirely complete here, I haven't
checked the tests yet and I didn't really test anything
furthermore yet, so bear with this commit breaking things.
Besides that, the goal of this commit was to rework the
filterSrv singleton into a factory, so we move the filterSrv
instance around via the scope. This should be a better solution
than the current situation, because services shouldn't contain
model data - the scope should.
This will eventually straighten out control flow between dashboard,
filters and so on, and allow us to leverage angularJS mechanics more.
The latter has already started, since I could rework a bit of the
existing event infrastructure to watches on times.
2014-05-19 15:31:30 +02:00
Harald Kraemer
f70bf61ff6
Added vim swp files to gitignore
2014-05-15 15:07:03 +02:00
Harald Kraemer
4a362704fd
Moved dashboard keybinding setup to own service.
...
The goal is to split up the situation between the dashboard
controller and the current dashboard service. I want to be
able to use the routing in order to select various dashboard
controllers, so I can extend the current scripting
mechanism by implementing new dashboard controllers.
However, to do this in a non-insane way, I need to move as
much functionality as possible into services, so the individual
controllers just need to throw the right set of services
together and add a bit of loading logic.
2014-05-15 15:04:23 +02:00
Harald Kraemer
2c43fdc409
Merge branch 'master' of github.com:Tetha/grafana
2014-05-15 13:17:03 +02:00
Torkel Ödegaard
2a6a3a3af5
updated changelog
2014-05-13 20:20:28 +02:00
Torkel Ödegaard
d8e2192179
Updated version to 1.5.4
2014-05-13 19:08:46 +02:00
Torkel Ödegaard
cfc5fa87d0
Merge branch 'gridmin' of github.com:kamaradclimber/grafana into kamaradclimber-gridmin
2014-05-10 01:56:27 +02:00
Torkel Ödegaard
5ad95a1c3e
Merge branch 'influxdb' of github.com:pmenglund/grafana into pmenglund-influxdb
2014-05-10 01:41:25 +02:00
Torkel Ödegaard
de8d456089
Merge branch 'master' of github.com:torkelo/grafana
2014-05-10 01:40:23 +02:00
Torkel Ödegaard
07610a5f92
small change to influxdb template to support older versions of influxdb
2014-05-10 01:40:08 +02:00
felixbarnsteiner
5d6998cf0b
url decode metric names #327
2014-05-09 11:18:18 +02:00
Torkel Ödegaard
21b96068e4
Merge pull request #382 from ktoso/nanos-formatting
...
Added nanosecond y-scale formatting
2014-05-06 09:50:34 -07:00
Stefan Majer
c9df61c43c
Quote timeseries names to be able to have special character such as @ in a seriename.
2014-05-06 08:42:49 +02:00
Stefan Majer
c1266abb98
Quote timeseries names to be able to have special character such as @ in a seriename.
2014-05-06 08:38:09 +02:00
Martin Englund
9dfb03aa0f
use the influxdb built in time precision
2014-05-05 22:45:15 -07:00
Gregoire Seux
3a35dee0e3
Default to auto scaling for grid min setting
...
fixes #226
2014-05-05 09:33:45 +02:00
Torkel Ödegaard
f4568ef589
trying to get more unit tests working
2014-05-03 17:00:48 +02:00
Konrad 'ktoso' Malawski
f80871ce7e
Added nanosecond y-scale formatting
2014-05-03 16:26:28 +02:00
Torkel Ödegaard
8fe4422d21
updated readme.md with new grafana organization urls
2014-05-01 15:00:56 +02:00
Torkel Ödegaard
c19fafa581
Improvement to series toggling, CTRL+MouseClick on series name will now hide all others ( Closes #350 )
2014-05-01 11:18:23 +02:00
Marco Vito Moscaritolo
cc43f15eab
InfluxDB Filters: added filter to queries.
2014-05-01 00:44:42 +02:00
Marco Vito Moscaritolo
bfecb04697
InfluxDB Filters: added function to generate filter list.
2014-05-01 00:43:34 +02:00
Harald Kraemer
52e1f5273c
Extracted multi-graphite query function, fixed loadRecursive
...
The new function in metricKeys generalizes what my loadAll
from the previous commit did, it takes a request and a
callback. The request is executed on each graphite installation
and the callback is executed for each result. This makes
implementing loadAll and loadRecursive almost as simple as
it was.
2014-04-30 13:13:51 +02:00
Torkel Ödegaard
2b5e974132
updated changelog with PR #369
2014-04-30 10:37:50 +02:00
Torkel Ödegaard
e3d7e3c195
Merge pull request #369 from jbripley/influxdb-columnname-escape
...
Change InfluxDB SQL generation template to wrap column names in quoutes
2014-04-30 10:33:47 +02:00
Joakim Bodin
11446b3e53
Change InfluxDB SQL generation template to wrap column names in quoutes
...
Since column names can contain dots or dashes, which will give syntax errors from InfluxDB API, unless wrapped in quoutes
2014-04-30 10:22:22 +02:00
Harald Kraemer
637c720de5
Modified metricKeys to handle multiple graphite sources.
...
This wasn't all too hard to change, I mostly changed the
single http get to multiple http gets, one for each data
source of type graphite.
It's still not a good idea to call this on the web
frontend, since the whole thing was working for about
20 - 30 minutes when I clicked it, so I'm not
committing my changes to settings.js or the view itself.
2014-04-30 09:40:06 +02:00
Torkel Ödegaard
0dae8f9977
removed unused function 'endsWithWildcard', fixes jshint error
2014-04-28 20:08:25 +02:00
Torkel Ödegaard
9c5674a076
Fixes to filters and the 'All' option. It now never uses '*' as value, but all options in a {node1, node2, node3} expression ( Closes #228 , Closes #359 )
2014-04-28 19:58:25 +02:00
Torkel Ödegaard
35368442ec
Merge pull request #356 from Tetha/master
...
Fixed an exception when adding a graphite function.
2014-04-28 12:09:49 +02:00
Torkel Ödegaard
035b5163fb
Merge branch 'unsaved_changes_warning' ( Closes #324 )
2014-04-27 12:28:57 +02:00
Torkel Ödegaard
a1d5e26f6b
Added onbeforeunload check to unsaved changes warning feature
2014-04-27 12:27:06 +02:00
Torkel Ödegaard
bdd2c9d033
More work on unsaved changes warning (Issue #324 )
2014-04-27 12:22:38 +02:00
Torkel Ödegaard
8ad00faebc
small progress on unsaved changes warning
2014-04-25 16:50:35 +02:00
Harald Kraemer
061bfffd4d
Fixed an exception when adding a graphite function.
...
The error was that funcDef is just a string parsed from an event
like onMouseDown or something like that. This event is turned
into a function instance, and the function instance has
expected parameters and so forth. However, the number of
parameters was actually checked on the funcDef.
2014-04-25 16:48:17 +02:00
Torkel Ödegaard
bfb2376aa3
working on unsaved changes warning
2014-04-25 15:23:17 +02:00
Torkel Ödegaard
9e4656e43f
New config setting for graphite datasource to control if json render request is POST or GET ( Closes #345 )
2014-04-24 17:58:34 +02:00
Torkel Ödegaard
c26926148c
began work on unsaved changes warning when changing dashboard, Issue #324
2014-04-23 21:16:53 +02:00
Torkel Ödegaard
827e1846a8
Closes #333 , New version availability check will now checks http://grafanarel.s3.amazonaws.com/latest.json if there is a new version. And the link now points to http://grafana.org/download
2014-04-23 09:05:10 +02:00
Torkel Ödegaard
2f58aa280c
Review and small refactoring of PR #331
2014-04-22 13:08:14 +02:00
Torkel Ödegaard
66db99faf8
Merge branch 'feature/influxdb-add-where-conditions' of github.com:mavimo/grafana into mavimo-feature/influxdb-add-where-conditions
2014-04-22 12:38:15 +02:00
Torkel Ödegaard
0efafc50dc
Increased resolution for graphite datapoints (maxDataPoints), now equal to panel pixel width. ( Closes #5 )
2014-04-22 12:01:51 +02:00
Marco Vito Moscaritolo
595aab4edf
removed unrequired variable (error on merge from master)
2014-04-21 18:14:30 +02:00
Marco Vito Moscaritolo
02696c8bca
better variable naming
2014-04-21 18:13:05 +02:00
Marco Vito Moscaritolo
01f3d728ef
Added labels per series management
2014-04-21 18:07:55 +02:00
Marco Vito Moscaritolo
bba76cac4d
Added conditions management
2014-04-21 18:07:24 +02:00
Marco Vito Moscaritolo
72ab721f22
Added where condiction operators
2014-04-21 18:06:13 +02:00
Marco Vito Moscaritolo
f98db943a5
Merge branch 'master' into feature/influxdb-add-where-conditions
...
Conflicts:
src/app/partials/influxdb/editor.html
src/app/services/influxdb/influxdbDatasource.js
2014-04-21 16:32:05 +02:00
Marco Vito Moscaritolo
f122da58c1
added support to coustom where conditions
2014-04-21 16:20:08 +02:00
Torkel Ödegaard
125db1777a
influxdb editor: rawquery text input, changed from fixed pixel width to span10 class
2014-04-20 14:17:25 +02:00
Torkel Ödegaard
c592db4024
Merge branch 'influxdb-updates' of github.com:influxdb/grafana into influxdb-influxdb-updates
2014-04-20 13:59:31 +02:00
Torkel Ödegaard
02af2dbe73
Added rounding for graphites from and to time range filters
...
for very short absolute ranges (Fixes #320 )
2014-04-18 16:06:55 +02:00
Torkel Ödegaard
b1bd04566e
updated changelog
2014-04-17 22:36:12 +02:00
Torkel Odegaard
15288b0e84
version bump to 1.5.3
2014-04-17 22:27:19 +02:00
Torkel Ödegaard
dfaa529fa3
updated readme
2014-04-17 14:33:09 +02:00
Torkel Ödegaard
ef54bb1b7c
Merge pull request #323 from magicrobotmonkey/slideshow_leak
...
unbind resize event during slideshow
2014-04-17 09:52:48 +02:00
Todd Persen
b3e459863e
Add support for multiple hosts (with retries) and raw queries.
2014-04-16 09:54:25 -04:00
Aaron Bassett
ada56ea8ce
unbind resize event during slideshow
2014-04-16 09:52:29 -04:00
Torkel Ödegaard
8ca589cdf5
Support for async scripted dashboards, and accesss to jquery, window & document, Closes #274 )
2014-04-16 14:57:35 +02:00
Torkel Odegaard
390c4eed7e
Revert "Merge pull request #310 from roidelapluie/master"
...
This reverts commit 9fc93e285c , reversing
changes made to 30bf838065 .
2014-04-15 19:56:35 +02:00
Torkel Ödegaard
9fc93e285c
Merge pull request #310 from roidelapluie/master
...
Reload filters when loading page
2014-04-15 19:50:46 +02:00
Julien Pivotto
1f417f0606
Reload filters when loading page
...
This commit refreshes the dynamic filters when loading page.
2014-04-14 14:47:39 +02:00
Torkel Ödegaard
30bf838065
added smartSummarize graphite function definition
2014-04-14 08:17:42 +02:00
Torkel Ödegaard
0019101f0e
clarified timezoneOffset setting
2014-04-13 15:01:06 +02:00
Torkel Ödegaard
75b2e383c2
Merge branch 'auto_tz' of github.com:magicrobotmonkey/grafana into magicrobotmonkey-auto_tz
2014-04-13 13:45:08 +02:00
Torkel Ödegaard
b5830e0cde
Merge pull request #307 from awilliams/patch-1
...
Fixes documentation typo
2014-04-11 16:33:35 +02:00
Adam Williams
e9dcf0e00b
Fixes documentation typo
2014-04-11 15:22:20 +02:00
Torkel Ödegaard
ccd5c01d91
Merge pull request #306 from cruatta/master
...
Grafana needs hideLegend=false in graphite urls when show legend is selected for Graphite PNG
2014-04-11 11:25:30 +02:00
Cameron Ruatta
2ea3f7a558
Changing behavior to always obey the show legend option in grafana. without hideLegend=false, grafana defaults to the graphite behavior of hiding the legend at (default 10) X number of series. Also should be checking scope.panel.legend.show.
2014-04-10 14:10:29 -07:00
Torkel Ödegaard
993a2daccc
fixed failing unit test, added 2 more for setTime & auto refresh behavior
2014-04-10 12:44:19 +02:00
Torkel Ödegaard
541baac49e
Closes #282 , Disable auto refresh zooming in (every time you change to an absolute time range), refresh will be restored when you change time range back to relative
2014-04-10 12:28:06 +02:00
Torkel Ödegaard
d69b04e9ed
Closes #294 , Browser page title is now Grafana - {{dashboard title}}
2014-04-10 12:12:15 +02:00
Torkel Ödegaard
78fab41310
Merge pull request #303 from jaimegago/master
...
Update README.md
2014-04-10 08:58:36 +02:00
Jaime Gago
4502ed068d
Update README.md
...
Caveat about using "*" in CORS
2014-04-09 12:56:31 -07:00
Torkel Ödegaard
5495e0f96a
Fixes #302 , year dates in changelog was 2013, now corrected to 2014, thx LordFPL for spotting this
2014-04-09 12:36:35 +02:00
Torkel Ödegaard
60a8fe31f1
Fixes #297 , filter remove fix
2014-04-08 20:51:26 +02:00
Torkel Ödegaard
93ab2a93d4
updated changelog
2014-04-08 20:51:26 +02:00
Aaron Bassett
688c21cd94
added little workraround for graphites timezones/DST failures
2014-04-08 09:56:00 -04:00
Torkel Ödegaard
39e19fdfba
Merge pull request #295 from jaimegago/master
...
Update dashLoader.js
2014-04-07 14:21:40 -04:00
Jaime Gago
5525ccc409
Update dashLoader.js
...
Remove "Kibana" left overs in dashboard alerts
2014-04-07 11:13:18 -07:00
Torkel Ödegaard
db9949d403
Fixes #291 , row height correction bug fixed
2014-04-07 08:33:52 +02:00
Torkel Ödegaard
f36d91336a
Fixes #289 , PanelBaseCtrl needs to specify inject dependency annotations as it doesnt follow regular angular controller syntax, ngmin grunt task misses it
2014-04-06 12:44:00 +02:00
Torkel Ödegaard
da13de6af5
fixed failing unit test
2014-04-06 11:07:22 +02:00
Torkel Ödegaard
4029dc3165
Added jshint file for unit tests, and grunt task to verify test syntax.
2014-04-06 10:47:14 +02:00
Torkel Ödegaard
6795383461
Fixes #106 . Css fix for Firefox and using top menu dropdowns in panel fullscren / edit mode
2014-04-06 09:53:07 +02:00
Torkel Ödegaard
305d5c5aa9
Fixes #189 , correction to ms axis formater, now formats days correctly
2014-04-06 09:17:43 +02:00
Torkel Ödegaard
49492e7bca
Removed panel title hide feature I added yesterday, could not get it right right now.
2014-04-06 09:17:43 +02:00
Torkel Odegaard
bd0e96f166
small fix: (lowercase) file name tp panelBaseCtrl
2014-04-05 21:37:03 +02:00
Torkel Ödegaard
2e7b145a81
css fix for legend color selector popover
2014-04-05 19:29:14 +02:00
Torkel Ödegaard
6f114b17d6
Closes ##278, improvements in row height matching, refactorings of base kibana panel features into PanelBaseCtrl
2014-04-05 19:22:24 +02:00
Torkel Ödegaard
5cd73cea4b
small code cleanup in grafanaGraph
2014-04-05 19:22:23 +02:00
Torkel Ödegaard
347f6aed3f
small code cleanup in grafanaGraph
2014-04-05 19:22:23 +02:00
Torkel Ödegaard
24ea23ce83
Merge pull request #283 from ragzilla/master
...
use influxdb aliases to distinguish between multiple columns
2014-04-05 10:15:25 -04:00
Torkel Ödegaard
5cb4cfcdd2
Closes #265 , Graphite errors are now easier to troubleshoot with the new inspector!
2014-04-05 16:04:49 +02:00
Torkel Ödegaard
58ef61a0bb
working on inspector
2014-04-05 13:26:48 +02:00
Matt Addison
58a494f33f
fix for jslint maxlen
2014-04-04 13:58:23 -04:00
Matt Addison
c97213f177
use influxdb aliases to distinguish between multiple columns in a single series
2014-04-03 22:49:10 -04:00
Torkel Ödegaard
a9abd2ff5c
began work in inspector feature for easy troubleshooting, Issue #265
2014-04-03 22:22:38 +02:00
Torkel Ödegaard
8cba594070
Merge branch 'master' of github.com:nikicat/grafana into nikicat-master
2014-04-03 12:45:08 +02:00
Torkel Ödegaard
f2c9cc17df
#Closes #269 , changed byte and bit formats to conform with IEC standard symbols, like Kib, Mib for bits, and KiB, MiB, GiB for bytes
2014-04-03 12:42:50 +02:00
Torkel Ödegaard
1a34c2eee3
Merge pull request #280 from syepes/add_functions_v2
...
Add rangeOfSeries,sortByTotal,removeAbove*,removeBelow*
2014-04-03 02:48:11 -04:00
Nikolay Bryskin
a1632e4874
identation fixed
2014-04-03 02:38:01 +04:00
Sebastian YEPES
9534fccebf
Add rangeOfSeries,sortByTotal,removeAbove*,removeBelow*
2014-04-03 00:37:02 +02:00
Nikolay Bryskin
ae9d9ea284
import from graphite: set correct datasource for panel
2014-04-03 02:11:58 +04:00
Nikolay Bryskin
8ea4351797
import from non-default dashboard support
2014-04-03 01:35:49 +04:00
Torkel Odegaard
34a18514b6
Fixes #271 , renamed Export schema to Export dashboard
2014-04-01 21:42:05 +02:00
Torkel Ödegaard
7248358ac1
Merge pull request #268 from ImmobilienScout24/feature/linebreak_in_annotations_tooltip
...
replace linebreaks with <br/> in data section of tooltip.
2014-04-01 09:18:28 -04:00
Jan Gaedicke
9e1e7be574
replace linebreaks with <br/> in data section of tooltip.
2014-04-01 15:14:15 +02:00
Torkel Ödegaard
18e0a60b9e
Fixes 267, Functions without params (like integral) now causes graph to update correctly
2014-04-01 12:39:05 +02:00
Torkel Ödegaard
c727863616
Merge pull request #255 from bobrik/patch-1
...
Fixed installation instructions for config.js
2014-03-31 12:40:46 -04:00
Torkel Ödegaard
75fc0c7017
Merge pull request #256 from bobrik/undefined-length-fix
...
Fixed annoying undefined length error
2014-03-31 12:35:38 -04:00
Ian Babrou
e3b046aecf
fixed annoying undefined length error
2014-03-31 18:53:43 +04:00
Ian Babrou
046f80b9f2
Fixed installation instructions for config.js
...
Because you cannot edit the file which does not even exist.
2014-03-31 18:22:55 +04:00
Torkel Ödegaard
b1b54740f4
Merge branch 'html_unsafe' of github.com:bruce-lyft/grafana into bruce-lyft-html_unsafe
2014-03-30 16:41:50 +02:00
Torkel Ödegaard
0c1bc378ba
updated changelog
2014-03-30 16:40:54 +02:00
Torkel Ödegaard
d067b69d20
Fixes #251 , text panel change is now updating panel correctly. Changed button text from Cancel to Close
2014-03-30 15:00:09 +02:00
Torkel Ödegaard
ba928e18bf
Merge pull request #245 from magicrobotmonkey/add_functions
...
Add transformNull, minSeries and maxSeries
2014-03-29 05:00:41 -04:00
Torkel Ödegaard
2d89cb0978
Merge pull request #248 from syepes/add_functions
...
Add functions: sortByMaxima,sortByMinima,limit,mostDeviant,movingMedian,stdev
2014-03-29 04:59:50 -04:00
Sebastian YEPES
c7c88902bd
Add sortByMaxima,sortByMinima,limit,mostDeviant,movingMedian,stdev
2014-03-28 22:23:33 +01:00
Aaron Bassett
8d7669bc08
added min and max
2014-03-28 09:12:25 -04:00
Aaron Bassett
1cff3a6751
add transformNull
2014-03-28 09:12:20 -04:00
Torkel Ödegaard
6100336b2a
Merge pull request #237 from maage/some-graphite-func-definitions
...
Some graphite func definitions
2014-03-27 10:18:36 -04:00
Torkel Ödegaard
da7455f859
Merge pull request #238 from maage/bits-y-axis-format
...
Fixes #148 add bits format for Y-Axis
2014-03-27 10:17:01 -04:00
Markus Linnala
5ec525a430
add bits format for Y-Axis
2014-03-27 15:58:04 +02:00
Markus Linnala
863e58a8e7
add support for graphite functions: maximumAbove maximumBelow minimumAbove
2014-03-27 15:18:01 +02:00
Markus Linnala
e441e97030
add support for graphite func substr
2014-03-27 15:17:51 +02:00
Markus Linnala
2b0152f6f4
add support for graphite func consolidateBy
2014-03-27 15:17:46 +02:00
Bruce Sherrod
eb20c5bb43
make html-unsafe for text/html panels
2014-03-26 12:00:08 -07:00
Bruce Sherrod
89c8547820
Merge branch 'master' of github.com:bruce-lyft/grafana
2014-03-26 11:52:00 -07:00
Torkel Ödegaard
5087cd2b19
Fixes #225 , grid min not sent to graphite png renderer when set to 0
2014-03-26 11:51:52 -07:00
Torkel Ödegaard
06e9256050
Closes #209 , sub folder with project name and version suffix in release zip files
2014-03-26 11:51:52 -07:00
Torkel Ödegaard
8aff6f50db
Fixes #223 , float arguments to functions like scale should now work as expected
2014-03-26 11:51:52 -07:00
Torkel Ödegaard
b2aca66e2d
aliasByNode support for second node param, Closes #167
2014-03-26 11:51:52 -07:00
Marco Vito Moscaritolo
add61cf783
Moved function definition out of template.
2014-03-26 11:51:52 -07:00
Marco Vito Moscaritolo
a549bd73f9
Added more query function in InfluxDB
2014-03-26 11:51:51 -07:00
Torkel Ödegaard
f849b8cd4b
fixed build issues with last commit (spec file syntax error)
2014-03-26 11:51:51 -07:00
Torkel Ödegaard
d8cf427425
more work on filterSrv unit tests
2014-03-26 11:51:51 -07:00
Torkel Ödegaard
517ac3f111
added unit tests for filterSrv
2014-03-26 11:51:51 -07:00
Jaime Gago
43f1cfba5a
Fix a "kibana" leftover in comments
2014-03-26 11:51:51 -07:00
Torkel Ödegaard
dd18b6c836
Adds support to have filters inside filters, (nested templated segments), Closes #128
2014-03-26 11:51:51 -07:00
Bruce Sherrod
d8b86a899d
Merge remote-tracking branch 'remotes/torkelo/master'
2014-03-24 12:35:12 -07:00
Torkel Ödegaard
ed9e336c51
Fixes #225 , grid min not sent to graphite png renderer when set to 0
2014-03-24 13:17:27 +01:00
Torkel Ödegaard
94fea502b9
Closes #209 , sub folder with project name and version suffix in release zip files
2014-03-24 12:51:49 +01:00
Torkel Ödegaard
1e79e39161
Fixes #223 , float arguments to functions like scale should now work as expected
2014-03-24 12:20:28 +01:00
Torkel Ödegaard
6f9c2211fa
aliasByNode support for second node param, Closes #167
2014-03-24 09:57:03 +01:00
Torkel Ödegaard
2e1e7462dc
Merge pull request #218 from mavimo/feature/influx-query-functions
...
[InfluxDB] Added more query functions
2014-03-23 16:08:34 -04:00
Marco Vito Moscaritolo
6fb36acc9a
Moved function definition out of template.
2014-03-23 20:20:18 +01:00
Marco Vito Moscaritolo
f35baffbef
Added more query function in InfluxDB
2014-03-23 18:52:56 +01:00
Torkel Ödegaard
69b9189220
fixed build issues with last commit (spec file syntax error)
2014-03-23 16:04:21 +01:00
Torkel Ödegaard
06fe572113
more work on filterSrv unit tests
2014-03-23 07:03:43 +01:00
Torkel Ödegaard
dfd1d09641
added unit tests for filterSrv
2014-03-23 07:03:43 +01:00
Bruce Sherrod
6d981afcbc
Merge branch 'master' of github.com:bruce-lyft/grafana
2014-03-19 13:38:08 -07:00
Bruce Sherrod
f90db0ed50
make html-unsafe for text/html panels
2014-03-19 13:37:29 -07:00
Bruce Sherrod
9894023177
make html-unsafe for text/html panels
2014-03-19 13:36:52 -07:00
Torkel Ödegaard
5ac6d28abf
Merge pull request #213 from jaimegago/master
...
Fix a "kibana" leftover in comments
2014-03-19 06:05:55 +01:00
Jaime Gago
b813f48a7e
Fix a "kibana" leftover in comments
2014-03-18 17:53:57 -07:00
Torkel Ödegaard
a3b4e40982
Adds support to have filters inside filters, (nested templated segments), Closes #128
2014-03-18 21:08:51 +01:00
Torkel Ödegaard
0c42b9a68e
Merge pull request #212 from andrewmichaelsmith/log_func
...
Add logarithmic scale function
2014-03-18 21:08:31 +01:00
Andy Smith
48d3317136
Add logarithmic scale function
2014-03-18 19:36:31 +00:00
Matt Page
30b62e172d
Add an OpenTSDB datasource.
...
This adds support for querying OpenTSDB for metric data.
2014-03-18 12:21:40 -07:00
Torkel Ödegaard
5a0fa8c09f
added phantomjs karma test to run in travis
2014-03-18 20:04:04 +01:00
Torkel Ödegaard
0a6b393b35
fixed karama tests
2014-03-18 19:27:42 +01:00
Torkel Ödegaard
dadae53e51
Merge branch 'master' of github.com:torkelo/grafana
2014-03-17 17:25:21 +01:00
Torkel Ödegaard
c22c4b864c
fixed string replace issue that caused problems, this removes build cache busting in requirejs, will need to fix that later
2014-03-17 17:24:38 +01:00
Torkel Ödegaard
aa27c13b20
Merge pull request #208 from fstern/master
...
Added graphite functions: nPercentile and keepLastValue
2014-03-17 11:31:06 +01:00
Bruno Renié
50771b0762
Workaround a behavior modification probably in grunt-string-replace
2014-03-16 20:50:15 +01:00
Torkel Ödegaard
336cf768d8
Merge pull request #194 from danharvey/add-hitcount-function
...
Added hitcount Transform function.
2014-03-12 09:57:47 +01:00
Dan Harvey
a76d9b87f0
Improved markdown formatting in the contributing page.
2014-03-12 08:23:28 +00:00
Dan Harvey
5794fc533f
Added hitcount Transform function.
2014-03-11 18:43:55 +00:00
Torkel Ödegaard
9ebf769b4d
Fixes #191 , update graph after adding new function and not changing default value
2014-03-11 13:00:28 +01:00
Falk Stern
2ea21e1f96
Added nPercentile and keepLastValue
2014-03-11 12:06:30 +01:00
Torkel Ödegaard
b396563235
Merge pull request #185 from nikicat/master
...
added graphite functions: percentileOfSeries, sumSeriesWithWildcards, averageSeriesWithWildcards
2014-03-10 14:17:15 +01:00
Nikolay Bryskin
c5b992e330
added graphite functions: percentileOfSeries, sumSeriesWithWildcards, averageSeriesWithWildcards
2014-03-10 17:04:34 +04:00
Torkel Ödegaard
ec6fae9e65
Merge pull request #183 from merc1031/master
...
round up maxDataPoints to nearest integer in request. graphite 0.9.x and...
2014-03-10 11:11:24 +01:00
Leonidas Loucas
7f5c6ca18d
round up maxDataPoints to nearest integer in request. graphite 0.9.x and 0.9.12 seem to treat decimal maxDataPoints badly returning enourmous amounts of data
2014-03-10 02:50:11 -07:00
Torkel Odegaard
9de60a9a7c
updated readme and changelog
2014-03-09 19:12:02 +01:00