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
Philip O'Toole
d2da99049a
collectd test client defaults to no limit points
2015-06-12 15:28:31 -07:00
Philip O'Toole
1eb0347670
Add infinite loop to collectd client rate-limiter
2015-06-12 15:25:46 -07:00
Philip O'Toole
45802a5911
Remove binary committed in error
2015-06-12 15:21:51 -07:00
Philip O'Toole
f8e8b948b0
Merge pull request #2976 from influxdb/collectd_client
...
collectd test client now configurable
2015-06-12 15:20:45 -07:00
Philip O'Toole
e02bb37565
collectd test client now configurable
2015-06-12 15:18:48 -07:00
Philip O'Toole
540808e7f8
Merge pull request #2975 from influxdb/collectd_client
...
Add very basic initial test collectd client
2015-06-12 14:36:22 -07:00
Philip O'Toole
9f2964d869
Add very basic initial test collectd client
2015-06-12 14:31:53 -07:00
Gunnar
891360cfc4
Merge pull request #2947 from influxdb/update-readme
...
Update README
2015-06-12 14:27:47 -07:00
Philip O'Toole
96c0fd3fe1
Update CHANGELOG for PR 2974
2015-06-12 14:22:37 -07:00
Philip O'Toole
c3236b49d4
Merge pull request #2974 from influxdb/pull_with_defaults
...
Pull WithDefaults from collectd and openTSDB
2015-06-12 14:22:13 -07:00
Philip O'Toole
7f96d0ed6a
Pull WithDefaults from collectd and openTSDB
...
This pattern, which is present in Graphite, is not needed for collectd
and openTSDB.
2015-06-12 14:17:18 -07:00
Philip O'Toole
c622d6a340
Merge pull request #2973 from influxdb/collectd_defaults
...
Ensure collectd uses defaults with partial config
2015-06-12 14:01:45 -07:00
Philip O'Toole
00db51b763
Update CHANGELOG
2015-06-12 13:57:53 -07:00
Philip O'Toole
44033778f5
Ensure collectd uses defaults with partial config
2015-06-12 13:56:43 -07:00
Philip O'Toole
66629d4643
Profiling support re-enabled -- remove old comment
2015-06-12 13:18:33 -07:00
Philip O'Toole
f28362d161
Merge pull request #2969 from influxdb/actually_set_http_version
...
Actually set HTTP version in response
2015-06-12 12:49:30 -07:00