Cory LaNou
6cc9a2ee20
SHOW TAGS integration tests
2015-06-12 12:16:27 -05:00
Philip O'Toole
916b4e2df9
Rename notes.md to README.md
...
This means it will be rendered automatically by github.
2015-06-12 09:33:22 -07:00
dgnorton
0318b4562e
Merge pull request #2936 from influxdb/fix-2935
...
fix #2935 : hook CPU and memory profiling back up
2015-06-12 12:10:27 -04:00
David Norton
b0b8d25752
fix #2935 : remove delay on memprofile
2015-06-12 12:07:01 -04:00
Cory LaNou
b709055eab
Merge pull request #2963 from influxdb/show-measurements-integration-tests
...
SHOW MEASUREMENTS integration tests
2015-06-12 10:54:24 -05:00
Cory LaNou
69a20970ff
SHOW MEASUREMENTS integration tests
2015-06-12 10:49:28 -05:00
David Norton
fd2f1bb223
cr #2935 : make code review changes
2015-06-12 11:47:59 -04:00
David Norton
f717019d88
fix #2935 : hook CPU and memory profiling back up
2015-06-12 11:47:59 -04:00
Cory LaNou
c5d219e741
Merge pull request #2917 from linfangrong/patch-1
...
Update functions.go
2015-06-12 10:47:13 -05:00
林芳荣
63174e0dbf
merge
2015-06-12 23:43:18 +08:00
Cory LaNou
8555de6dac
Merge pull request #2962 from influxdb/show-series-integration-tests
...
Show series integration tests
2015-06-12 10:40:33 -05:00
Cory LaNou
3686f2c496
Show series integration tests
2015-06-12 10:38:24 -05:00
linfangrong
9c4e19e5aa
Merge pull request #1 from influxdb/master
...
merge
2015-06-12 23:14:26 +08:00
Jason Wilder
19281cbfc9
Merge pull request #2952 from influxdb/jw-2919
...
Fix parsing negative floats
2015-06-12 08:45:46 -06:00
Jason Wilder
30068561ae
Fix parsing negative floats
...
Fixes #2919
2015-06-12 08:39:17 -06:00
Paul Dix
5e7ddc6a60
Merge pull request #2928 from neonstalwart/version-header
...
pass along version to httpd/handler
2015-06-12 09:46:33 -04:00
linfangrong
83827fdc74
Update CHANGELOG.md
2015-06-12 10:58:10 +08:00
Jason Wilder
861f63e33e
Merge pull request #2949 from influxdb/jw-error-responses
...
Add measurement name to type conflict error messages
2015-06-11 19:59:55 -06:00
Philip O'Toole
be5491ea77
Merge pull request #2918 from pradeepchhetri/master
...
Fixed some typos
2015-06-11 18:28:24 -07:00
Jason Wilder
884472ff8c
Write a newline after writing error for line protocol
...
Errors generated via curl or CLI tools can be hard to read using
a shell.
2015-06-11 16:19:19 -06:00
Jason Wilder
20fe5b0218
Add measurement name to type conflict error messages
...
Fixes #2948
2015-06-11 16:16:07 -06:00
Jason Wilder
86a71a073f
Merge pull request #2939 from influxdb/jw-line-parse
...
Return error when parsing invalid field values for line protocol
2015-06-11 15:46:44 -06:00
Jason Wilder
c97dedfa3d
Be more explicit about boolean value parsing
...
Supported boolean values are now t, T, true, TRUE, f, F, false, and
FALSE. This is what the strconv.ParseBool function supports with
the exception of 1 and 0. 1 and 0 would be parsed as ints in the
line protocol.
Previously, any non-true value would be parsed as false. e.g.
value=blah would parse to false. This will now return an error as
parsing time.
2015-06-11 14:53:53 -06:00
Cory LaNou
0b32f85761
Merge pull request #2945 from neonstalwart/server_test.md
...
fix typos in server_test.md
2015-06-11 15:50:25 -05:00
Ben Johnson
7f780039a9
Merge pull request #2943 from benbjohnson/fix-default-rp-replica-n
...
Ensure default retention policies are fully replicated
2015-06-11 14:45:57 -06:00
Ben Johnson
a966482a8e
Ensure default retention policies are fully replicated
...
This commit sets the replication factor to the number of nodes
currently in the cluster.
2015-06-11 14:43:44 -06:00
ben hockey
aef4ba2e20
fix typos in server_test.md
2015-06-11 15:43:43 -05:00
Philip O'Toole
e89d2d85a6
Merge pull request #2931 from influxdb/wait_for_leader
...
Export WaitForLeader on MetaStore
2015-06-11 13:26:00 -07:00
Cory LaNou
8f2453aa88
Merge pull request #2941 from influxdb/integration-test-drop-measurement
...
Integration tests for drop measurement
2015-06-11 15:06:59 -05:00
Cory LaNou
2373d9a68f
Integration tests for drop measurement
2015-06-11 15:04:23 -05:00
Jason Wilder
6d115a7552
Return the line that failed to parse
...
Make it easier to find a bad line in a batch when writing points.
2015-06-11 13:59:30 -06:00
Jason Wilder
0d82acfde7
Prevent invalid numbers from being parsed via line protocol
...
Adds more tests for invalid numbers such as 0.1a, -2.-4, as well
test for supported formats for negative and positive integers/floats
as well as scientific notation.
2015-06-11 13:50:28 -06:00
Cory LaNou
f6442d0556
Merge pull request #2938 from influxdb/server-integration-test-docs
...
Docs on integration testing
2015-06-11 14:25:17 -05:00
Cory LaNou
224c6bb698
docs on integration testing
2015-06-11 14:17:07 -05:00
Philip O'Toole
eaae2a1afb
Don't bother polling if leader already exists
2015-06-11 11:34:52 -07:00
Philip O'Toole
8088f0d87a
Update CHANGELOG
2015-06-11 11:10:10 -07:00
Philip O'Toole
4dff5f48aa
Export WaitForLeader on MetaStore
...
This exported function can then be used by Services and
server-reporting, so those components don't make progress until the
cluster is ready.
2015-06-11 11:10:07 -07:00
Jason Wilder
b497256dc7
Fix panic when no value is passed to a field
...
Fixes #2927
2015-06-11 11:25:25 -06:00
Jason Wilder
f21420c3a6
Merge pull request #2922 from influxdb/jw-errors
...
Fix field conflict type error message
2015-06-11 11:11:50 -06:00
Jason Wilder
ad02244863
Fix field type conflict error
...
Fixes #2908
2015-06-11 11:02:10 -06:00
ben hockey
ce84047b44
pass along version to httpd/handler
2015-06-11 11:22:37 -05:00
Cory LaNou
9db2e82879
Merge pull request #2925 from influxdb/integration-test
...
Add fill tests
2015-06-11 10:55:55 -05:00
Cory LaNou
ca278a1530
Merge pull request #2924 from influxdb/fix-vet-errors
...
Missing parens to call func
2015-06-11 10:55:26 -05:00
Cory LaNou
2ecc2162cb
add fill tests
2015-06-11 10:52:32 -05:00
Cory LaNou
de17fcd6f6
missing parens to call func
2015-06-11 10:51:48 -05:00
Todd Persen
471117ce5b
Update CHANGELOG.md for v0.9.0
2015-06-11 07:50:09 -07:00
Paul Dix
31fb783382
Merge pull request #2921 from influxdb/fix-2920
...
Fix 2920: ensure collectd database exists
2015-06-11 07:28:12 -07:00
David Norton
a325071103
fix #2920 : set MetaStore in collectd service
2015-06-11 09:53:16 -04:00
David Norton
595807e195
fix #2920 : remove commented out code
2015-06-11 09:45:50 -04:00
David Norton
2cf94cd813
fix #2920 : update CHANGELOG.md
2015-06-11 09:43:55 -04:00