Jason Wilder
c8b41d1b56
Update changelog
...
[ci skip]
2016-02-11 11:45:39 -07:00
Todd Persen
8d7a4a9acc
Update CHANGELOG.md
2016-02-10 22:38:17 -08:00
Jason Wilder
8ce831eba4
Update changelog
...
[ci skip]
2016-02-10 15:58:20 -07:00
Jason Wilder
26dafa68ac
Update changelog
...
[ci skip]
2016-02-10 14:34:20 -07:00
Ben Johnson
2f1e83427b
Merge pull request #5617 from benbjohnson/influxdata
...
Rename influxdb/influxdb to influxdata/influxdb
2016-02-10 13:29:46 -07:00
Jason Wilder
045fdaa4c7
Remove incorrect changlog entry
...
#4299 will be in 0.11. Not in 0.10.
Fixes #5611
[ci skip]
2016-02-10 13:07:44 -07:00
Jason Wilder
8a39123ed2
Update changelog
...
[ci skip]
2016-02-10 12:13:46 -07:00
Ben Johnson
5a0d1ab7c1
rename influxdb/influxdb to influxdata/influxdb
...
This commit changes all the import and URL references from:
github.com/influxdb/influxdb
to:
github.com/influxdata/influxdb
2016-02-10 10:26:18 -07:00
Edd Robinson
cfbb219e49
Fixes #5545
2016-02-09 18:41:26 +00:00
Nic Grayson
87deeb6348
fixed grammar/typos in collectd section of docs
2016-02-09 10:32:43 -06:00
Nic Grayson
3a12b2e392
fixed grammar/typos in collectd section of docs
2016-02-09 10:31:57 -06:00
Jason Wilder
aacacbc4c3
Update changelog
...
[ci skip]
2016-02-09 09:25:09 -07:00
Jason Wilder
efc5de0bf4
Update changelog
...
[ci skip]
2016-02-09 09:19:49 -07:00
Edd Robinson
142ff668c8
Merge pull request #5550 from gabelev/lint_engine_wal
...
Enable `golint` on the tsdb/engine/wal
2016-02-09 15:54:12 +00:00
Gabriel Levine
7d4217ab97
enabled golint for tsdb/engine/wal.go and wal_test.go and updated changelog.
2016-02-09 10:29:09 -05:00
Tait Clarridge
63ff0ca488
Fix for lease redirect
...
Previously, the lease redirect was invalid causing anything relying
on a lease for execution (eg. continuous queries) to cease functioning.
The name/nodeid URL param parsing has been moved up to the top of the
handler so the options can be forwarded on to the real leader.
X-Github-Closes: #5592
2016-02-09 09:48:19 -05:00
Jason Wilder
a9552fdd91
Merge pull request #5565 from tpitale/configure-udp-precision
...
Configurable precision on UDP services
2016-02-08 15:20:55 -07:00
Tony Pitale
f76569c536
update changelog
2016-02-08 16:03:26 -06:00
Jason Wilder
7d03cd859e
Update changelog
...
[ci skip]
2016-02-08 12:54:05 -07:00
Jason Wilder
dc74bb53d0
Merge pull request #4299 from arussellsaw/feature/client-reject-uint64
...
Reject uint64 Client.Point.Field values
2016-02-08 12:52:17 -07:00
Jason Wilder
119ba299b9
Update changelog
...
[ci skip]
2016-02-08 12:19:36 -07:00
Jason Wilder
016bdf729d
Merge pull request #5533 from influxdata/pd-010-release-notes
...
Update CHANGELOG for v0.10.0 release
2016-02-08 10:29:06 -07:00
Cory LaNou
958d5ecca3
release 0.10.0
2016-02-08 11:14:18 -06:00
Jason Wilder
f6ebb0b242
Merge pull request #5522 from methane/tsm1-optimize
...
[tsm1] Change timestamp from time.Time to unixnano
2016-02-04 10:20:41 -07:00
Paul Dix
706a23fe79
Update CHANGELOG.md
2016-02-03 10:28:58 -08:00
INADA Naoki
3ce1c66f7a
Update CHANGELOG
2016-02-03 11:07:32 +09:00
David Norton
efbac5fce2
fix #5505 : clear authCache when pwd changes
2016-02-02 17:51:21 -05:00
Seif Lotfy
0864816c8b
Add unit tests to ensure retention policy for non existing db is not created
2016-02-02 21:03:16 +01:00
Seif Lotfy
c3fb710871
Initialize MetaClient before setting it up as a data and/or meta node
...
Take out MetaClient initialization from initializeDataNode and invoke it
in (server.)Open after MetaService is opened.
Fixes #5479
2016-02-02 17:39:29 +01:00
Edward Robinson
b8e42cdd3a
Ensure non-interactive mode returns appropriate exit code
...
Fixes #5475 .
2016-02-02 15:23:16 +00:00
Joe LeGasse
2bd85b3c9e
Update first() and last() to handle varying types
2016-02-01 11:38:08 -05:00
Alex Russell-Saw
5bde459f01
client: reject uint64 Client.Point.Field values
2016-02-01 16:17:47 +00:00
Jason Wilder
924275b337
Fix panic preventing wal file truncation
...
Fixes #5455
2016-01-28 21:50:51 -07:00
Jason Wilder
01193668cf
Fix nil pointer panic when dropping collectd points
...
Fixes #5449
2016-01-28 21:36:59 -07:00
Joe LeGasse
d2816dbb34
Updated CHANGELOG
2016-01-28 13:11:26 -05:00
Todd Persen
0328ac1a7e
Fix typo in README.md
2016-01-27 15:16:37 -08:00
Todd Persen
265e3aff8c
Update CHANGELOG.md
2016-01-27 15:15:16 -08:00
Todd Persen
e5fa969306
Update CHANGELOG.md
2016-01-26 18:30:05 -08:00
Joe LeGasse
8791011b10
Validate metadata backup blob
...
Fixes #5349
2016-01-19 10:30:08 -08:00
Edd Robinson
789aff9b23
Fixes #5380 and #5381
2016-01-19 17:10:03 +00:00
Jonathan A. Sternberg
8eac790eab
Fix a panic when a tag value was empty
...
A panic would happen if you wrote the following:
cpu,host=
There was a missing bounds check when scanning the tag value.
Fixes #5262 .
2016-01-16 12:21:32 -05:00
Joe LeGasse
d0b8b2acab
Updated CHANGELOG.md for fixing #5350
2016-01-15 15:13:33 -08:00
Jason Wilder
9c851f790e
Use go1.4.3
...
Fixes #5283 #5217
2016-01-10 16:43:31 -07:00
Jason Wilder
5b179113fc
Don't close tsm cursor prematurely
...
We were closing the cursor when we read the last block which caused
the internal state to be cleared. In a group by query, we seeked multiple
times so depending on the group by interval and how the data was laid out
in the blocks, we woudl close the cursor and the last block would get skipped.
Fixes #5193
2016-01-10 15:26:01 -07:00
Jonathan A. Sternberg
8fc4cbe7ce
Merge pull request #5186 from pires/5077-throw_parse_error
...
Fixes #5077
2016-01-07 20:29:00 -05:00
Philip O'Toole
db2f3bd5ba
Update CHANGELOG for PR 5129
...
[ci skip]
2016-01-07 14:49:04 -08:00
Paulo Pires
17c2a344cd
Fixed database creation with retention statement parsing. Fixes #5077
2016-01-07 22:08:19 +00:00
Jason Wilder
bd63489ef0
Update changelog
...
[ci skip]
2016-01-07 08:30:59 -07:00
Philip O'Toole
c1e847af22
Update CHANGELOG for PR 5226
...
[ci skip]
2016-01-06 14:00:49 -08:00
Paul Dix
6ccc416ef0
Update CHANGELOG.md
2015-12-31 09:13:56 -05:00