10260 Commits

Author SHA1 Message Date
c1de972eb5 docs: wip templating docs 2017-05-02 16:22:31 +02:00
665cf55e6e make generic oauth provider flexible enough to handle bitbucket's oauth implementation (#8248) 2017-05-02 14:37:56 +02:00
b4cfb225cf tech: updates log15 vendor packages
Fixes #8262
2017-05-02 12:47:32 +02:00
ac6c93b3da docs: add publish bash script 2017-05-02 10:20:09 +02:00
83c138f575 docs: fix mistake in api docs 2017-05-02 09:39:50 +02:00
02455753b5 Specify region for s3 (#8251) 2017-05-01 19:22:20 +02:00
88dd8af4ce docs: Updates to screencasts & sharing docs 2017-04-28 13:43:00 +02:00
4f9f186575 docs: overhauled annotation docs and moved some of the data source specific annotation docs to the respective data source doc pages, closes #1111 2017-04-28 12:51:21 +02:00
c46b73538c docs: minor update to troubleshooting guide, closes #8242 2017-04-28 11:16:05 +02:00
0ac9ec8f7e docs: added restore instructions to backup section in upgrading doc article, closes #5680 2017-04-28 11:05:14 +02:00
c6d5259c6d changelog: add note for #6564 2017-04-28 11:01:54 +02:00
26f4a8e5a4 docs: added links to upgrading article 2017-04-28 10:58:26 +02:00
a93fa0acde docs: Added general upgrading docs / guide, closes #5905 2017-04-28 10:52:50 +02:00
b14c3d63e4 docs: added missing white space to config docs, #7073 2017-04-28 09:21:47 +02:00
24e3777894 docs: updated make file for docs to support specifying env and version 2017-04-27 12:17:22 +02:00
f5a6c306a6 docs: worked on supporting doc versions 2017-04-27 09:58:45 +02:00
c92d719a72 added support for listening on unix socket #4030 (#8221) 2017-04-27 08:54:21 +02:00
d4f7a2bc99 minor code style: use strings.Replace fourth argument in influxdb (#8225)
Remove 5 lines from the codebase and an unecessary function,
by calling `strings.Replace` with -1 for the fourth argument.

A better alternative to what was merged in #8037
2017-04-27 08:51:43 +02:00
b909cfbde4 Refactored Alert Pulse (#8227)
* Moved the animation to the pseudo element which seemed to reduce the CPU usage in an observable way.

* Removed unnecessary style
2017-04-27 08:49:03 +02:00
a0d8afd435 ux: minor change to styles & heatmap option names 2017-04-26 14:18:58 +02:00
f23239650e changelog: adds note for #514 2017-04-26 13:25:38 +02:00
8f4c797399 docs: update graph docs images + some text changes 2017-04-26 13:19:24 +02:00
6707d77af5 graph: dashes option only used in series overrides
Removes dashes option from Display tab so that it is only available
for series overrides. Also removes options for dash space and length
in series overrides and just uses the default values of 10 for both of
them.
2017-04-26 13:19:24 +02:00
1a3bc60e69 feat(dashed lines): Implementing dashed lines
Adding support for dashed lines using jquery.flot.dashes.js
2017-04-26 13:19:24 +02:00
9e13c93379 docs: fixed redirects to panel docs for old location, caused by move in bd414c17937cbb1028f3bf9f482d082e67d33ead 2017-04-26 13:01:12 +02:00
dc1178acc8 Merge pull request #8211 from necrolyte2/patch-1
duplicate keys for auth.github for allow_sign_up
2017-04-25 20:26:46 +02:00
1edeaa5e7e duplicate keys for auth.github for allow_sign_up 2017-04-25 11:11:32 -05:00
d2a22e7b23 influxdb: fixed template variable interpolation of multi valued variables when using raw query editor mode, fixes #8165 2017-04-25 17:27:57 +02:00
19a04b7e4a change: minor change to health check api endpoint 2017-04-25 17:24:36 +02:00
f6f2d85aa7 change: minor change to health check api endpoint 2017-04-25 17:24:06 +02:00
6538e86793 webdav: add tests + path.join for public url param
Fixes #7914. Fixes #7921
2017-04-25 17:22:18 +02:00
6d9e8bd147 webdav: allow specification of a different public_url than upload url 2017-04-25 17:22:18 +02:00
368e847d12 feat: added api health endpoint that does not require auth and never creates sessions, returns db status as well. #3302 2017-04-25 17:17:45 +02:00
fe64ed424e docs: removed deprecated api #8210 2017-04-25 16:17:05 +02:00
b780415f25 fix: change to remember me cookie encoding 2017-04-25 15:33:15 +02:00
aee4af2148 api: omit unused fields for /api/datasources
Fixes #7822
2017-04-25 15:23:36 +02:00
4720216e5e tech: upgraded macaron & macaron inject, binding, session 2017-04-25 15:16:32 +02:00
9f462c0519 emails: fixed position of logo in emails, fixes #8094 2017-04-25 14:50:53 +02:00
b08b22192b docs: updated docs with fix info for #7659 2017-04-25 14:29:05 +02:00
c3bad4701a fix: annotations fix for snapshots, fixes #7659 2017-04-25 14:27:41 +02:00
87c978ebc9 fix: better error handling / messsage when testing email notification when stmp is not configured, fixes #8093 2017-04-25 13:16:41 +02:00
8beb873db4 docs: updated changelog with #6140 2017-04-25 13:04:22 +02:00
8c448d95a1 Merge branch 'master' into mtanda-prometheus_table 2017-04-25 12:59:25 +02:00
6ff1144abf refactoring: prometheus PR #6140 2017-04-25 12:57:23 +02:00
b489e93d94 Config Array Syntax (#8204)
* refactor util encryption library so it doesn't have to import log

* add util.SplitString to handle space and/or comma-separated config lines

* go fmt
2017-04-25 09:14:29 +02:00
d085aaad41 fix: variable srv addVariable function, only used in tests 2017-04-24 17:06:58 +02:00
787fea90b9 heatmap: changed name of heatmap data format option, #8054 2017-04-24 15:17:57 +02:00
ae5e004b69 mysql: time filter macro updated 2017-04-24 14:55:43 +02:00
c485fed744 Fix to issue 2524 by limiting number of returned measurements for display. (#8092) 2017-04-24 11:44:29 +02:00
92d723d6f5 docker: remove downloaded temp files from opendata image 2017-04-24 11:40:38 +02:00