Torkel Ödegaard
7c50563f0f
fix: fixed crash when gzip was enabled
2017-05-22 14:09:54 +02:00
Torkel Ödegaard
966cefc8d0
docs: updated changelog
2017-05-22 13:04:59 +02:00
Torkel Ödegaard
370db82238
docs: updated changelog
2017-05-22 10:55:22 +02:00
Torkel Ödegaard
59f3cca135
docs: updated changelog
2017-05-18 14:13:05 +02:00
Torkel Ödegaard
8b11712f5e
fix: Graphite issue with toggle edit mode in query editor, fixes #8377
2017-05-16 14:29:30 +02:00
Daniel Lee
a73f664d54
Update CHANGELOG.md
2017-05-12 13:26:34 +02:00
Daniel Lee
f350ae242b
Update CHANGELOG.md
...
ref #7934
ref #7968
ref #3164
2017-05-10 14:32:18 +02:00
Daniel Lee
c21f86f6b4
Update CHANGELOG.md
...
ref #8277 , ref #8250 , ref #8262 , ref #8165 , ref #8093 , ref #8056 , ref #8043 , ref #7970 , ref #7914 , ref #7864 , ref #7750 , ref #7740 , ref #7697 , ref #7619 , ref #5619 , ref #4030 , ref #5278 , ref #3302 , ref #2524
2017-05-10 13:29:36 +02:00
Torkel Ödegaard
84141eb14a
docs: updated changelog
2017-05-09 08:45:47 +02:00
Daniel Lee
c6d5259c6d
changelog: add note for #6564
2017-04-28 11:01:54 +02:00
Daniel Lee
f23239650e
changelog: adds note for #514
2017-04-26 13:25:38 +02:00
Torkel Ödegaard
b08b22192b
docs: updated docs with fix info for #7659
2017-04-25 14:29:05 +02:00
Torkel Ödegaard
8beb873db4
docs: updated changelog with #6140
2017-04-25 13:04:22 +02:00
Daniel Lee
1e29d4fcfa
docs: adds note in changelog for #8110
2017-04-19 15:07:47 +02:00
Ivan Babrou
fb163450a5
Change prometheus semantics from step to min step ( #8073 )
...
Previously `Step` parameter would set a hard value for any zoom level.
Now it's renamed to `Min step` and sets the minimal value of `step` parameter
to Prometheus query. User would usually want to set it to the scraping interval
of the target metric to avoid having shap cliffs on graphs and extra load
on Prometheus. Actual `step` value is calculated as the minimum of automatically
selected step (based on zoom level) and user provided minimal step. If user
did not provide the step, then automatic value is used as is.
Example bahavior for `60s` scrape intervals:
* `5s` automatic interval, no user specified min step:
* Before: `step=5`
* After: `step=5`
* `5s` automatic interval, `1m` user specified min step:
* Before: `step=5`
* After: `step=60`
* `5m` automatic interval, `1m` user specified min step:
* Before: `step=60` (not really visible, too dense)
* After: `step=300` (automatic value is picked)
See:
* https://github.com/grafana/grafana/issues/8065
* https://github.com/prometheus/prometheus/issues/2564
2017-04-14 14:51:22 +02:00
Torkel Ödegaard
e0640487df
Update CHANGELOG.md
2017-04-11 13:38:13 +02:00
Torkel Ödegaard
337b3295bd
docs: updated changelog
2017-04-10 09:45:44 +02:00
Torkel Ödegaard
dd800fd14d
fix: table panel could not show annotations due to bug introduced in 4.2, fixes #8023
2017-04-03 22:07:09 +02:00
Torkel Ödegaard
af0ecd440f
Update CHANGELOG.md
2017-03-31 07:32:44 +02:00
Torkel Ödegaard
085c4c56b8
elasticearch: added support for histogram aggregations, closes #3164
2017-03-29 13:44:50 +02:00
Daniel Lee
5773499dba
docs: adds note for #6428
2017-03-23 15:33:59 +01:00
Daniel Lee
01f646c191
docs: adds 4.2.0 release date
2017-03-22 14:06:53 +01:00
Torkel Ödegaard
7dd09d4185
Update CHANGELOG.md
2017-03-22 10:51:06 +01:00
Torkel Ödegaard
362a349d9f
cloudwatch: added #7892 to changelog
2017-03-22 07:20:46 +01:00
Daniel Lee
69bec98962
chore: update all grafana.org urls to .com
2017-03-21 15:37:55 +01:00
Daniel Lee
3d3357ee41
docs: add note for #7614
2017-03-20 23:14:33 +01:00
Torkel Ödegaard
122b4695e7
Update CHANGELOG.md
2017-03-20 13:37:55 +01:00
Torkel Ödegaard
dce63ec1d8
docs: updated changelog
2017-03-20 11:40:06 +01:00
Daniel Lee
b93a2887a8
docs: add note for #3090
2017-03-13 11:44:02 +01:00
Daniel Lee
2580b61088
docs: adds note for #7663
2017-03-11 14:05:25 +01:00
Daniel Lee
22553b154a
docs: add note for #7799
2017-03-10 10:41:30 +01:00
Daniel Lee
c176de89c9
docs: add notes for #6065 #7232 and #5216
2017-03-09 14:31:27 +01:00
Daniel Lee
5037dae959
docs: move #7469 to v4.2.0
2017-03-08 17:09:08 +01:00
Daniel Lee
dc6d55a59f
docs: changelog for 4.2.0
...
Adds notes for:
- ref #7694
- ref #7681
- ref #7736
- ref #7743
- ref #7696
- ref #3536
- ref #6365
- ref #7591
- ref #7276
- ref #7723
- ref #7739
- ref #7680
2017-03-08 11:16:14 +01:00
Daniel Lee
8e3f22d307
docs: adds note about closing #7695
2017-03-07 11:23:57 +01:00
bergquist
fe970f6629
docs: adds note about closing #7676
2017-03-03 11:09:05 +01:00
bergquist
55e0df7896
docs: adds note about closing #7710
2017-03-02 14:01:06 +01:00
bergquist
6b1dd1c7fc
changelog: adds note about closing #7678
2017-02-28 17:08:17 +01:00
bergquist
86789c0b69
docs: update docs for 4.2.0 beta release
2017-02-27 12:44:55 +01:00
bergquist
46ac8c098f
changelog: adds note about closing #7482
2017-02-24 07:42:30 +01:00
bergquist
785cecac26
changelog: adds note about closing #7526
2017-02-24 07:35:45 +01:00
bergquist
67b8b9743b
changelog: note about closing #7602
2017-02-24 07:30:47 +01:00
bergquist
fe223cbc96
changelog: adds note about closing #1613
2017-02-22 14:04:01 +01:00
bergquist
dea2e5d743
changelog: adds note about closing #6948
2017-02-22 11:24:06 +01:00
bergquist
607ee635d1
alerting: adds deduping of alert notifications
2017-02-22 10:52:01 +01:00
bergquist
c1d69358ba
changelog: adds note about closing #552
2017-02-22 10:39:52 +01:00
Torkel Ödegaard
d5245fd19a
docs(): updated changelog with #7612
2017-02-21 10:49:50 +01:00
Torkel Ödegaard
38126bc595
fix(templating): fixed issue detecting template variable dependency, fixes #7354
2017-02-20 09:31:50 +01:00
bergquist
774c1de892
changelog: adds note about closing #7319
2017-02-17 10:42:52 +01:00
bergquist
5fb4540358
changelog: adds note about closing #7382
2017-02-17 10:41:15 +01:00
bergquist
79daa71350
docs: update golang requirement to 1.8
2017-02-17 10:37:59 +01:00
bergquist
9b4d95ff25
changelog: note about closing #7347
2017-02-15 14:35:40 +01:00
Daniel Lee
8144b73544
changelog: adds note about closing #2131
2017-02-15 10:44:43 +01:00
Daniel Lee
5304e7b220
changelog: adds #7554 - minor enhancement to 4.2.0
2017-02-14 11:22:47 +01:00
Daniel Lee
6861c6033c
Changelog: add 7449 - minor enhancement to 4.2.0
...
Closes #7449
2017-02-14 10:21:07 +01:00
bergquist
9f80e8c03d
changelog: rearrange closed issues
2017-02-14 10:06:31 +01:00
bergquist
6761661e10
changelog: adds note about closing #7542
2017-02-14 10:03:23 +01:00
bergquist
0523830716
changelog: add note about closing #7542
2017-02-14 08:56:00 +01:00
bergquist
2c68c071c0
changelog: update release of 2017-02-13
2017-02-13 15:11:45 +01:00
bergquist
89fdcc84de
docs: release 4.1.2
2017-02-13 13:52:42 +01:00
bergquist
e80f673264
changelog: adds note about closing issues
2017-02-10 15:56:28 +01:00
bergquist
900230890f
changelog: adds note about closing #2385
2017-02-10 10:15:03 +01:00
bergquist
dcf097a8b9
changelog: adds note about closing #6109
2017-02-10 08:57:46 +01:00
bergquist
7bf570532f
docs: adds note about closing #7493
2017-02-10 08:34:56 +01:00
bergquist
38c29d2209
changelog: adds note about closing #7513
2017-02-10 08:29:44 +01:00
Daniel Lee
bccb650010
Adds Sorting for lists of data sources to 4.2.0
2017-02-08 12:06:00 +01:00
bergquist
10508d0238
docs(changelog): adds note about closing #6451
2017-02-08 11:28:26 +01:00
bergquist
b3db5aae4b
docs(changelog): adds note about closing #6799
2017-02-07 11:21:20 +01:00
bergquist
8ca4afaf22
docs(changelog): adds note about closing #7459
2017-02-07 11:17:20 +01:00
bergquist
b600e1c50b
docs(changelog): adds note about closing #7417
2017-01-31 15:24:00 +01:00
bergquist
1df9c2cab3
docs(changelog): adds note about closing #7377
2017-01-27 08:54:23 +01:00
Torkel Ödegaard
4e30aa9da2
docs(): changelog updated with #7112
2017-01-25 12:32:59 +01:00
Torkel Ödegaard
697d0867fa
fix(Elasticsearch): fix for alias patterns that refers to term that is numeric zero, fixes #7323
2017-01-23 10:15:02 +01:00
Torkel Ödegaard
8eae09e5e6
docs(): updated changelog with info on #7324
2017-01-23 07:29:16 +01:00
bergquist
57099f0273
docs(changelog): adds note about closing #7301
2017-01-19 09:33:53 +01:00
bergquist
96fbe404f8
docs(changelog): adds note about closing #7268
2017-01-17 12:19:46 +01:00
bergquist
2dd1eb81cd
docs(changelog): adds note about closing #7223
2017-01-17 10:49:31 +01:00
bergquist
276916cd5d
docs(changelog): note about closing #7035
2017-01-17 10:05:56 +01:00
Torkel Ödegaard
6f87f88690
tech(lib upgrade): upgraded angularjs from 1.5.8 to 1.6.1, closes #7274
2017-01-16 21:31:55 +01:00
bergquist
01c6658a7a
docs(changelog): adds note about closing #7269
2017-01-16 14:42:31 +01:00
bergquist
22601fa736
docs(changelog): adds note about closing #7209
2017-01-16 12:48:29 +01:00
bergquist
ee1c15b9cc
docs(changelog): adds note about closing #7234
2017-01-16 11:54:38 +01:00
bergquist
62eaa683c0
docs(changelog): note about closing #7256
2017-01-16 07:00:51 +01:00
Torkel Ödegaard
e5a6c523d7
Merge branch 'master' of github.com:grafana/grafana
2017-01-13 17:39:41 +01:00
Torkel Ödegaard
49fe74228b
fix(browser history): fixes and enhancements to browser history, it now works properly again AND it can restore previous time ranges in dashboards, closes #7259
2017-01-13 17:37:53 +01:00
bergquist
2d441bfb37
docs(changelog): note about closing #7149
2017-01-13 15:20:15 +01:00
Torkel Ödegaard
b8b517cd3f
docs(): updated changelog
2017-01-11 19:48:06 +01:00
Torkel Ödegaard
61214899bd
docs(): updated changelog
2017-01-11 15:26:08 +01:00
Torkel Ödegaard
edae622d8f
docs(): updated changelog
2017-01-11 14:04:34 +01:00
Torkel Ödegaard
cdc7da3ae1
docs(): updated changelog
2017-01-11 12:16:34 +01:00
bergquist
50b937dcb1
tech(build): updates docs to 4.1.0
2017-01-10 15:36:54 +01:00
bergquist
381f8d4475
docs(changelog): adds note about closing #7195
2017-01-10 10:30:28 +01:00
Vitaliy Fuks
7c376f2bda
Fixed typo. ( #7181 )
2017-01-08 09:43:17 +01:00
Torkel Ödegaard
53fbb8b074
docs(changelog): added entry for telegram notifier, #7098
2017-01-06 12:19:39 +01:00
Torkel Ödegaard
7433e8c58f
docs(changelog): updated changelog with ES PR #7154
2017-01-06 07:24:56 +01:00
Torkel Ödegaard
9dc42648cf
fix(templating): fixed issue with experimental feature template variable value groups tags, fixes #6752
2017-01-02 13:32:20 +01:00
Torkel Ödegaard
2be5ee0bd5
fix(graph): fixed graph legend issue with always visible scrollbar, fixes #6828
2017-01-02 12:22:56 +01:00
bergquist
cb21b20905
docs(changelog): adds note about closing #6997
2016-12-21 10:05:56 +01:00
bergquist
c18b410104
docs: updates release date for 4.1.0
2016-12-20 20:11:38 +01:00
bergquist
48fbd7e134
docs: add note about closing #4079
2016-12-20 14:46:05 +01:00
bergquist
8d6c94b9f9
docs(changelog): adds note about closing #6589
2016-12-19 16:42:11 +01:00
bergquist
686f598d44
docs(changelog): adds note about closing #6473
2016-12-16 17:11:33 +01:00
bergquist
830bf5a91c
docs(changelog): adds note about closing #6676
2016-12-15 16:31:30 +01:00
bergquist
2264addd9d
docs(changelog): adds notes about closing #6905
2016-12-15 14:29:06 +01:00
Torkel Ödegaard
0c94194a5b
Merge branch 'master' of github.com:grafana/grafana
2016-12-15 13:57:05 +01:00
Torkel Ödegaard
b50490f080
docs(): changelog updated
2016-12-15 13:56:49 +01:00
bergquist
0c8193a6af
docs(changelog): adds note about closing #6866
2016-12-15 11:15:06 +01:00
Torkel Ödegaard
6e27db148c
Merge branch 'authproxy_ldap' of https://github.com/seuf/grafana into seuf-authproxy_ldap
2016-12-14 21:45:15 +01:00
bergquist
9510f21304
docs(changelog): fixes invalid ticket ref
2016-12-14 09:12:22 +01:00
Torkel Ödegaard
62d18cd493
docs(): updated changelog with PR #6940
2016-12-13 09:18:10 +01:00
bergquist
e1703166f0
docs(changelog): add thank you note to contributor
2016-12-12 19:06:21 +01:00
bergquist
0e03c43174
docs(changelog): adds note about merging #4550
2016-12-12 14:59:02 +01:00
Seuf
12a82bc0d4
Auth Proxy improvements - adds the option to use ldap groups for authorization in combination with an auth proxy - adds an option to limit where auth proxy requests come from by configure a list of ip's - fixes a security issue, session could be reused
2016-12-12 09:53:02 +01:00
bergquist
06b4dacaa4
docs(changelog): add note about closing #5479
2016-12-12 08:37:29 +01:00
bergquist
02392e5189
docs(changelog): adds PR contributors name to release notes
2016-12-09 12:19:41 +01:00
bergquist
64f22e7037
docs(changelog): add note about closing #6356
2016-12-09 11:49:23 +01:00
bergquist
7c3c8bc4c9
docs(changelog): add date for 4.0.2 release
2016-12-08 15:14:44 +01:00
bergquist
f68350acbf
docs(alerting): link fix to issue rather then commit
2016-12-08 14:01:59 +01:00
bergquist
c871212d6c
docs(changelog): adds note about fixing avg() reducer bug
2016-12-07 15:58:03 +01:00
Torkel Ödegaard
e082d78697
fix(elasticsearch): removed unused code
2016-12-07 12:07:56 +01:00
bergquist
dd432e671e
docs(changelog): note about closing #6687
2016-12-07 11:28:18 +01:00
Torkel Ödegaard
83afbd4262
Merge branch 'master' of github.com:grafana/grafana
2016-12-06 11:58:51 +01:00
Torkel Ödegaard
e1b25b3999
changelog(): updated changelog with info on shared tooltip feature merged via PR #6274 , closes #1578
2016-12-06 11:58:39 +01:00
bergquist
21353f4ba5
docs: adds note about closing #6779
2016-12-06 09:08:50 +01:00
Torkel Ödegaard
167936f9b9
updated changelog
2016-12-06 07:43:39 +01:00
Torkel Ödegaard
37c1a49dc9
updated changelog
2016-12-05 11:44:50 +01:00
Torkel Ödegaard
80f7a6a896
updated changelog
2016-12-05 11:20:54 +01:00
Torkel Ödegaard
c5ff1e4584
Merge branch 'v4.0.x'
2016-12-05 11:04:24 +01:00
Torkel Ödegaard
a9c0f66cda
fix(influxdb): Fix for Ad-Hoc Filters variable & changing dashboards, fixes #6821
2016-12-05 11:04:05 +01:00
Torkel Ödegaard
e1d52902c1
Merge branch 'master' of github.com:grafana/grafana
2016-12-05 10:54:40 +01:00
Torkel Ödegaard
d1feaaf4f3
Merge branch 'v4.0.x'
2016-12-05 10:54:01 +01:00
bergquist
4a2a935c8f
changelog: adds note about closing #6822
2016-12-05 10:45:22 +01:00
bergquist
1b68116922
changelog: add bugfix header
2016-12-05 09:42:31 +01:00
bergquist
ea829988da
changelog: add note about closing #6807
2016-12-05 09:39:20 +01:00
Torkel Ödegaard
a5f7edbe40
Update CHANGELOG.md
2016-12-02 11:29:12 -05:00
Torkel Ödegaard
bc0fdc1f8e
Update CHANGELOG.md
2016-12-02 11:28:06 -05:00
bergquist
04fa86fdde
docs(changelog): note about closing #6759
2016-12-02 15:43:39 +01:00
bergquist
158656f570
docs(changelog): add note about closing #6749
2016-12-01 21:23:55 +01:00
bergquist
09e49f0a17
docs: adds note about closing #5677
2016-11-30 00:10:29 +01:00
bergquist
4543bfe5aa
docs: add note about closing cloudwatch
2016-11-29 23:38:44 +01:00
bergquist
16f6339327
docs: add note about closing #6740
2016-11-29 23:20:48 +01:00
bergquist
aa14d9d893
docs: add note about closing #6411
2016-11-29 22:30:05 +01:00
bergquist
a3a07b7191
docs(changelog): add note about closing #6655
2016-11-29 21:43:31 +01:00
bergquist
9f4d06e8e2
docs(changelog): add note about closing #5443
2016-11-29 21:24:45 +01:00
bergquist
3b4e55216c
docs(changelog): add note about fixing #6679
2016-11-29 21:14:37 +01:00
bergquist
b00e9390d3
docs(v4): update docs for v4
2016-11-29 19:03:33 +01:00
Carl Bergquist
2bdb2f79ec
fix(table): renderes empty date column as '-' ( #6736 )
...
* fix(table): renderes empty date column as '-'
closes #6728
* docs(changelog): add note about closing 6728
2016-11-28 14:42:43 -05:00
bergquist
ab2f109443
fix(config): error message for broken config file
...
closes #6731
2016-11-28 17:55:18 +01:00
bergquist
e3ad740b49
docs(changelog): add note about closing #6701
2016-11-27 16:56:31 +01:00
bergquist
c3075a9bd1
docs(changelog): add note about solving sync problem for alerts
2016-11-24 13:59:52 +01:00
Daniel Lee
ad8f06f87f
feat(changelog): adds TLS Client auth
2016-11-24 13:57:19 +01:00
Torkel Ödegaard
d9cf6a958b
fix(unsaved changes): You now navigate to the intended page after saving in the unsaved changes dialog fixes #6675
2016-11-24 11:06:09 +01:00
Torkel Ödegaard
cf751c256b
fix(graph): fixed order of graph tooltip when sort order was none, fixes #6648
2016-11-23 17:08:14 +01:00
Torkel Ödegaard
ea5cb0d076
fix(server side rendering): Fixed address used when rendering panel via phantomjs and using non default http_addr config, fixes #6660
2016-11-23 15:35:43 +01:00
Torkel Ödegaard
a3d5b4bf25
Update CHANGELOG.md
2016-11-21 11:51:20 +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
Torkel Ödegaard
b9cfb19ab8
changelog(): added entry for PR #6579
2016-11-17 15:50:00 +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
Torkel Ödegaard
4581bb4a7a
fix(singletat): Support repeated template variables in prefix/postfix, fixes #6595
2016-11-16 18:44:39 +01:00
Torkel Ödegaard
171335bfef
fix(ux): fixed dropzone display issues, fixes #6598
2016-11-16 14:28:52 +01:00
Torkel Ödegaard
05c5a09f63
docs(): updated changelog
2016-11-15 08:46:30 +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
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
Torkel Ödegaard
bfed566ea8
changelog(): updated with entry for #2912 and #6287 , closes #2912
2016-11-09 11:37:36 +01:00
bergquist
16e7bfc622
docs(changelog): add note about closing #6292
2016-11-07 08:10:36 +01:00
Torkel Ödegaard
05c124bb1e
docs(changelog): correct changelog
2016-11-06 11:07:52 +01:00
Torkel Ödegaard
3df4375e39
docs(changelog): updated changelog with new ux improvements
2016-11-05 14:28:40 +01:00
utkarshcmu
a78db041ea
Added OpenTSDB nested templating fix to CHANGELOG
2016-11-04 06:57:26 -07:00
Utkarsh Bhatnagar
10a42cc98c
CHANGELOG entry ( #6362 )
2016-10-24 11:11:44 +02:00
bergquist
9badb051ba
fix(changelog): typo
2016-10-20 06:38:45 +02:00
Torkel Ödegaard
0f2fa33daf
docs(changelog): added fix for #4393 to the changelog
2016-10-12 13:17:30 +02:00
bergquist
7585e9a930
docs(changelog): add note about closing #4087 and #2172
2016-09-26 14:41:13 +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
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
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
39af588a94
fix(playlist): fixed sorting issue with playlist playback, fixes #5467
2016-09-22 10:06:03 +02:00
bergquist
46866add7e
docs(changelog): add note about closing #5003
2016-09-20 08:13:53 +02:00
Torkel Ödegaard
649d9f9177
tech(lodash): upraded lodash to 4.15.0, closes #6021
2016-09-14 09:17:10 +02:00
bergquist
3ba3d9d445
docs(changelog): add note about closing #2839
2016-09-13 08:14:43 +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
bergquist
30f36fe2c4
docs(changelog): add note about merging #4718
2016-09-07 15:24:38 +02:00
bergquist
2e8d5ca519
docs(changelog): add note about updating systemd description
2016-09-06 17:32:18 +02:00
bergquist
ae428b9177
docs(changelog): add note about cli fix
2016-08-30 13:49:50 +02:00
bergquist
ff9b95f4b3
docs(changelog): adds note about closing #5827
2016-08-29 16:24:23 +02:00
bergquist
26c6437846
Merge branch 'master' into alerting
2016-08-22 12:27:08 +02:00
bergquist
3077f992bb
docs(changelog): add note about closing #5613
2016-08-19 15:19:08 +02:00
bergquist
aeb1b99648
docs(changelog): add note about closing #5456
2016-08-19 14:51:09 +02:00
bergquist
28ac05b1d1
docs(changelog): add filter for org switcher
...
closes #2609
2016-08-18 15:52:14 +02:00
Torkel Ödegaard
05697d5ecd
Merge branch 'master' into alerting
...
Conflicts:
conf/sample.ini
2016-08-17 10:03:33 +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
4d0982a21c
Merge branch 'master' into alerting
2016-08-15 07:58:30 +02:00
Torkel Ödegaard
1eca0d7c53
docs(): updated docs
2016-08-14 13:58:04 +02:00
Torkel Ödegaard
06210a4a22
feat(thresholds): refactoring and adding many unit tests
2016-08-12 10:32:46 +02:00
Torkel Ödegaard
fbb8f8e691
feat(alerting): making progress on alert handles
2016-08-10 21:37:10 +02:00
Torkel Ödegaard
fbad17d3a1
docs(): updated changelog
2016-08-01 12:27:03 +02:00
Torkel Ödegaard
e8e8463828
docs(): updated changelog
2016-07-27 09:39:46 +02:00
Torkel Ödegaard
def4d8f8dc
docs(): updated changelog
2016-07-25 12:04:43 +02:00