Todd Persen
4c501cd86f
Remove old admin interface!
2015-06-22 01:47:26 -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
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
Dejan Golja
f133ceb350
Added support for SHOW GRANTS FOR USER syntax
2015-06-17 01:00:26 +10:00
Jason Wilder
e0bfd827dc
Add line protocol doc
2015-06-15 16:47:04 -06:00
Philip O'Toole
e165777509
Move doc on CQs to CQ services component
2015-06-15 13:55:11 -07:00
Philip O'Toole
dc285b70ac
Merge pull request #2995 from influxdb/runtime_stats
...
Remove stats support
2015-06-15 13:37:08 -07:00
Philip O'Toole
014eee6fa1
Remove stats support
...
This will soon be re-implemented using the expvar package.
2015-06-15 13:33:29 -07:00
Philip O'Toole
96aaba3c38
Merge pull request #2994 from influxdb/panic_no_db_in_url
...
Fix panic during wildcard expansion if no database specified
2015-06-15 12:07:29 -07:00
Philip O'Toole
b758a23886
Update CHANGELOG
2015-06-15 11:51:35 -07:00
Philip O'Toole
05bd0fc53d
Check database existence during normalization
...
Statements were only being normalized if a default database was included
in the query (usually via the query param 'db'). However if no default
database was included, and none was an explicit part of the measurement
name, no database-existence check was run. This result in a later panic
with wildcard expansion.
2015-06-15 11:51:32 -07:00
Philip O'Toole
e60645e1a2
Remove unused database param
...
It is not used by the code -- the database on the measurement object
that determines the target database.
2015-06-15 11:09:16 -07:00
Philip O'Toole
47de2c7b0f
Merge pull request #2993 from influxdb/too_much_udp_logging
...
Don't log each UDP batch
2015-06-15 10:50:17 -07:00
Philip O'Toole
7eed411bee
Update CHANGELOG
2015-06-15 10:30:34 -07:00
Philip O'Toole
e0c26825d3
Don't log each UDP batch
...
Fixes issue #2989 .
2015-06-15 10:29:28 -07:00
Philip O'Toole
b440c593a4
Merge pull request #2987 from neonstalwart/server_test-fix
...
fix version assertion in server_test
2015-06-15 10:26:11 -07:00
Cory LaNou
75e4bc63d4
Merge pull request #2992 from influxdb/more-retention-policy-integration-tests
...
More integration tests for retention policy
2015-06-15 11:02:20 -05:00
Cory LaNou
a9d2e81772
More integration tests for retention policy
2015-06-15 11:00:41 -05:00
Cory LaNou
40771590e0
Merge pull request #2988 from influxdb/show-tag-fields-integration-tests
...
Show tag field integration tests
2015-06-15 10:47:54 -05:00
Cory LaNou
e52acd3057
show tag field integration tests
2015-06-15 10:34:11 -05:00
ben hockey
90ea63baad
fix version assertion in server_test
2015-06-15 09:44:49 -05:00
Philip O'Toole
a78fef940c
Download packages used for test of InfluxDB
2015-06-12 16:19:17 -07:00