Package: influxdb / 1.1.1+dfsg1-4

Metadata

Package Version Patches format
influxdb 1.1.1+dfsg1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable_testengine_backup.patch | (download)

tsdb/engine/tsm1/engine_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 disable unstable test
Bug: 850282
disable reporting.patch | (download)

cmd/influxd/run/config.go | 2 1 + 1 - 0 !
cmd/influxd/run/server.go | 6 3 + 3 - 0 !
cmd/influxd/run/server_helpers_test.go | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 disable reporting by default
 This patch disables reporting by default. For reporting to be enabled,
 it has to be specified in the config file. This changes the default
 behaviour where reporting would be enabled if influxd is launched
 without specifying a config file.
jwt v2.patch | (download)

services/httpd/handler.go | 11 2 + 9 - 0 !
services/httpd/handler_test.go | 10 5 + 5 - 0 !
2 files changed, 7 insertions(+), 14 deletions(-)

 fix build with github.com/dgrijalva/jwt-go v2