Commit Graph

717 Commits (v0.4.2)

Author SHA1 Message Date
Todd Persen 6a25ff77aa Double-check number of points returned from test query. 2013-12-23 16:34:55 -05:00
Todd Persen 6d4b9cb044 Test null columns more thoroughly. 2013-12-23 16:30:38 -05:00
Todd Persen 0167976a50 Make sure null values are excluded from single point requests. 2013-12-23 16:19:17 -05:00
Todd Persen 737a35e70b Fix merge conflict. 2013-12-22 01:37:37 -05:00
Todd Persen 20904fef2c Add support for single point queries. 2013-12-22 01:18:52 -05:00
Paul Dix d9c10f899d Add test to make sure where queries with only some points having the matching column work 2013-12-19 10:29:15 -05:00
John Shahid 5d7f31039e valgrind should run on linux only 2013-12-18 15:28:53 -05:00
John Shahid 1e0f631449 fix the broken tests as a result of commit b86eea4 2013-12-18 14:54:30 -05:00
Todd Persen f2bb2fb1fd Changelog clarification. 2013-12-18 14:00:36 -05:00
John Shahid 2ac10f4f37 remove some commented code 2013-12-18 12:28:24 -05:00
John Shahid b86eea46eb fix #138. Get rid of the old and deprecated /db/:db/admins endpoint 2013-12-18 12:18:44 -05:00
John Shahid ea54c19ab4 fix #117. filling in default values for empty groups 2013-12-17 11:03:35 -05:00
John Shahid 47da0fc0fc generate protobuf for QueryResponseChunk 2013-12-16 11:44:47 -05:00
John Shahid f97fb7baf6 fix a log statement 2013-12-16 11:18:09 -05:00
John Shahid 3cb8cdbe1b update the changelog 2013-12-16 11:18:09 -05:00
Paul Dix 761580378c Fix #131. Ensure queries that return multiple series work on a cluster. 2013-12-15 15:09:38 -05:00
Paul Dix 31ef64ea8d Fix #130. Ensure column names return on distributed queries and include columns from all servers if inconsistent. 2013-12-14 17:05:18 -05:00
John Shahid fe53533528 fix #127. Invalid delete queries should return an error
Don't allow where conditions other than 'time > and time <' in delete
queries
2013-12-13 13:53:53 -05:00
Paul Dix 8b3b1d42ca Add hostname to configuration 2013-12-13 10:23:57 -05:00
Paul Dix 8421316374 Add some logging to help troubleshoot cluster startup errors. 2013-12-12 17:57:41 -05:00
Paul Dix 6e09f5d64e Fix #123 - add healthcheck to api 2013-12-12 17:57:41 -05:00
John Shahid d627e0e4d7 update the changelog 2013-12-12 16:41:29 -05:00
John Shahid 8d75e0dfe6 fix the name printed in the startup script 2013-12-12 16:36:25 -05:00
John Shahid 6d64f0475d move the sleep after creating the user 2013-12-12 16:24:42 -05:00
John Shahid 7c523ed837 remove some duplicate code 2013-12-12 15:54:11 -05:00
John Shahid b0e893c073 change db user password should be a separate command 2013-12-12 14:46:12 -05:00
John Shahid 9785ec85b4 more logging 2013-12-12 14:39:11 -05:00
John Shahid 7169a158e3 fix a log message 2013-12-12 11:57:27 -05:00
John Shahid cdef0f547f fix #121. Db user authentication shouldn't fall back to cluster admin authentication 2013-12-12 11:52:11 -05:00
John Shahid f3b1ec8be1 fix the packaging 2013-12-12 11:27:00 -05:00
John Shahid 222e69a1b9 fix #118. Make column names starting with an underscore legal 2013-12-12 10:37:06 -05:00
John Shahid c522101f9a fix a comment 2013-12-12 10:22:59 -05:00
John Shahid f03bde9370 fix a bug in the create db user coordinator logic 2013-12-11 19:28:24 -05:00
John Shahid f1c24d8e66 test the administration endpoint in a cluster configuration 2013-12-11 19:28:24 -05:00
John Shahid 8fdd6b750a run the full coordinator test suite 2013-12-11 19:28:24 -05:00
John Shahid 97037dbde7 increase the sleep time 2013-12-11 19:28:23 -05:00
John Shahid 8ac05f56e6 more logging 2013-12-11 19:28:23 -05:00
John Shahid 970f7b989b cleanup some logging messages 2013-12-11 19:28:16 -05:00
John Shahid dba91dce89 add Close method to the Admin server 2013-12-11 19:17:53 -05:00
Paul Dix bc8b3b94e0 Move things around in the config file for clarity and add comments. 2013-12-11 17:19:02 -05:00
Paul Dix a8aab8507b Cleanup raft startup 2013-12-11 16:36:30 -05:00
John Shahid ba6cf0fca0 fix #61. Remove default limit from queries 2013-12-11 14:25:01 -05:00
John Shahid 136281ccd7 uncomment the paths, since the homebrew formula gsub them 2013-12-11 14:20:02 -05:00
John Shahid 4a58dce5b7 make the location of the log file configurable 2013-12-11 14:15:14 -05:00
John Shahid 69544aa6bf fix #40. Replace json with toml for configuration 2013-12-11 14:13:42 -05:00
John Shahid 982015332b fix #116. Clean up logging and use a logging library 2013-12-11 12:40:59 -05:00
John Shahid 58732f7b76 Merge branch 'data_delete' 2013-12-10 14:58:47 -05:00
John Shahid 4c036e7a0a don't wait forever for requests to finish 2013-12-10 14:58:16 -05:00
John Shahid 3b85d51d8c fix a race condition 2013-12-10 14:58:16 -05:00
John Shahid a5ff6a7da8 return an error if the password hash can't be generated 2013-12-10 14:57:47 -05:00