Philip O'Toole
cb7baa6d9e
Don't group TagSets when tag values are identical
...
Fixes issue #3059
2015-06-22 16:04:13 -07:00
Jason Wilder
7873ccbb20
Merge pull request #3039 from neonstalwart/line-comments
...
allow comments in line protocol
2015-06-22 14:09:56 -06:00
dgnorton
eb20558c4c
Merge pull request #2985 from influxdb/cq-nowhere-2944
...
fix #2944 : don't require WHERE time on create CQ
2015-06-22 15:51:22 -04:00
Jason Wilder
cc7e59a12a
Merge pull request #3088 from influxdb/jw-field-values
...
Fix string field value escaping
2015-06-22 13:48:47 -06:00
David Norton
c76e904aa3
remove commented out code
2015-06-22 15:42:13 -04:00
David Norton
6cbb605930
fix #2944 : update unit tests
2015-06-22 15:40:31 -04:00
David Norton
90520beb70
fix #2944 : update unit test
2015-06-22 15:40:31 -04:00
David Norton
fefd1ce24d
fix #2944 : update CHANGELOG.md
2015-06-22 15:40:31 -04:00
David Norton
0467aa8fec
fix #2944 : don't require WHERE time on create CQ
2015-06-22 15:39:22 -04:00
Jason Wilder
0949b0783b
Update changelog
...
Add fix for #3013
2015-06-22 13:17:40 -06:00
Jason Wilder
2854108941
Fix string field value escaping
...
Commas and quotes could get escaped and parsed incorrectly if they
were both present in a string value.
Fixes #3013
2015-06-22 13:17:35 -06:00
Philip O'Toole
4f3d890d6a
Merge pull request #3090 from influxdb/drop_database_from_store
...
DROP DATABASE should remove entry from TSDB index
2015-06-22 12:09:39 -07:00
Philip O'Toole
1e6a9394df
Update CHANGELOG
2015-06-22 11:57:17 -07:00
Philip O'Toole
841a8d35ee
Test queries after drop-and-create database with data
2015-06-22 11:55:44 -07:00
Philip O'Toole
01700f79b0
On DROP DATABASE remove from TSDB index
2015-06-22 11:44:46 -07:00
Gunnar
371a17b6b8
Merge pull request #3084 from influxdb/ga-fix-readme
...
Fix download link in README
2015-06-22 11:07:15 -07:00
Jason Wilder
2c2371e260
Merge pull request #3086 from influxdb/jw-field-values
...
Fix invalid field value format not parsed correctly
2015-06-22 11:24:14 -06:00
Jason Wilder
cb9a40df64
Fix invalid field value format not parsed correctly
...
A field value of just a numeric value would be accepted by the line
protocol parser but the value would be set as the field name and
the value would be nil. Instead, return an error because all field
values need a field name.
2015-06-22 10:35:08 -06:00
gunnaraasen
87f857ae52
Fix download link in README
2015-06-22 08:49:14 -07:00
Sean Beckett
f70bf3840a
Merge pull request #3056 from influxdb/beckettsean-patch-2
...
common batch parameters no longer allowed with line protocol
2015-06-19 12:03:50 -07:00
Sean Beckett
e6c36d5e44
common batch parameters no longer allowed with line protocol
2015-06-19 11:56:22 -07:00
Philip O'Toole
b45a46bda1
Small fixes to CONTRIBUTING.md
2015-06-19 08:27:23 -07:00
Philip O'Toole
72a76e73f3
Add full example of line protocol
2015-06-19 08:14:38 -07:00
Philip O'Toole
d6eeb12d67
Merge pull request #2997 from influxdb/jw-line-protocol
...
Add line protocol doc
2015-06-19 08:09:12 -07:00
Todd Persen
9f45a9eea3
Update CHANGELOG.md
2015-06-18 15:44:16 -07:00
Todd Persen
67d561f162
Merge pull request #3033 from influxdb/client-marshal-uint64
...
Add support for marshaling `uint64` in client.
2015-06-18 15:42:59 -07:00
Todd Persen
b6252868cc
Add support for marshaling `uint64` in client.
2015-06-18 15:33:37 -07:00
ben hockey
d4a341a5ae
allow comments in line protocol
2015-06-18 14:03:27 -05:00
Philip O'Toole
4933736d51
Update CHANGELOG for PR 3038
2015-06-18 12:01:42 -07:00
Philip O'Toole
a74c16e5c9
Merge pull request #3038 from vladlopes/check-deleted-precreation
...
Don't use deleted shard groups on pre-creation
2015-06-18 11:59:41 -07:00
Vladimir Lopes
02b8c6fbf1
Don't use deleted shard groups on pre-creation
...
The way it was, shard groups that were deleted by retention policy
enforcement were being recreated again, just to be deleted in the
next enforcement run. This change will help keep raft log free from
this unnecessary creation and deletion.
2015-06-18 15:20:23 -03:00
Philip O'Toole
c9906d8777
Merge pull request #3030 from influxdb/better_sg_logging
...
Fix excessive shard group creation logging
2015-06-17 14:49:39 -07:00
Philip O'Toole
0c1d256830
Update CHANGELOG
2015-06-17 14:45:50 -07:00
Philip O'Toole
01720aa246
Fix excessive shard group creation logging
...
Fixes issue #3029 .
2015-06-17 14:45:47 -07:00
Philip O'Toole
2428edb8a1
Correct skip of test
2015-06-17 11:58:16 -07:00
Philip O'Toole
c73ae8b845
Skip test TestStatementExecutor_ExecuteStatement_ShowGrantsFor
2015-06-17 11:56:48 -07:00
Philip O'Toole
6ea63626cd
Merge pull request #3027 from influxdb/enforce_rp_duration
...
Enforce minimum retention policy duration
2015-06-17 11:49:08 -07:00
Philip O'Toole
64925023cd
Update CHANGELOG
2015-06-17 11:04:51 -07:00
Philip O'Toole
8bff4c1c51
Unit test minimum retention policy duration
2015-06-17 11:02:38 -07:00
Philip O'Toole
4b332b7348
Enforce minimum retention duration of 1 hour
...
Fixes issue #2991 .
2015-06-17 11:02:07 -07:00
Philip O'Toole
f9325d7399
Correct minor typos in CHANGELOG
2015-06-17 08:49:00 -07:00
Philip O'Toole
734b7bf198
Update CHANGELOG for PR 3021
2015-06-17 08:46:12 -07:00
Philip O'Toole
0d74634a23
Merge pull request #3021 from vladlopes/use-config-writetracing
...
Correct use of config write-tracing on the httpd handler
2015-06-17 08:44:21 -07:00
Vladimir Lopes
57e0879f84
Correct use of config write-tracing on the httpd handler
2015-06-17 09:55:34 -03:00
Philip O'Toole
38b4f0787f
Merge pull request #2650 from n1tr0g/show_grants_user
...
Show grants for user statement
2015-06-16 12:27:15 -07:00
Philip O'Toole
572a43db81
Merge pull request #3002 from influxdb/recreate_measurement_fail
...
Remove measurement from shard index on DROP
2015-06-16 12:17:47 -07:00
Philip O'Toole
2f4b089b84
Update CHANGELOG
2015-06-16 12:14:36 -07:00
Philip O'Toole
60d338282e
Unit test measurement recreation after DROP
2015-06-16 12:14:36 -07:00
Philip O'Toole
17be1e2f67
Remove measurement from shard index on a DROP
...
Fixes issue #2955
2015-06-16 12:14:33 -07:00
Dejan Golja
000d6b8b0b
added tests for SHOW GRANTS FOR statements
2015-06-17 01:24:09 +10:00