Commit Graph

1456 Commits (77100497c8259d8197dacbfb2107d221529ba379)

Author SHA1 Message Date
John Shahid fcf737d6c3 fix #507. Cluster admin passwords don't propagate to other nodes in cluster 2014-05-06 16:51:37 -04:00
John Shahid fc213272f6 remove debug statements 2014-05-06 16:51:37 -04:00
John Shahid 418191859d add a tool to help inspect raft and change hostnames 2014-05-06 16:51:37 -04:00
John Shahid b12783456a use a separate db in the test 2014-05-05 17:08:54 -04:00
John Shahid 7e6ea76341 Fix #503. Dropping series should get rid of all points 2014-05-05 16:39:41 -04:00
John Shahid f2a823210a remove unnecessary if statement 2014-05-05 15:36:45 -04:00
John Shahid d0269a3516 Fix #500. Support `y` suffix in query time durations 2014-05-05 14:50:47 -04:00
John Shahid 29c55c1854 Fix #501. Writes with invalid payload should be rejected 2014-05-05 14:44:58 -04:00
John Shahid 4ef7faa8ee give a shout-out to Julien 2014-05-05 12:27:43 -04:00
John Shahid deaa95444b wait for the server to sync 2014-05-02 19:06:14 -04:00
John Shahid 3642349577 update the changelog 2014-05-02 19:02:58 -04:00
John Shahid 1641d26414 Fix #495. Enforce write permissions correctly 2014-05-02 17:54:25 -04:00
John Shahid 75741e9248 update the changelog 2014-05-02 13:29:53 -04:00
John Shahid d75c71ad9a Merge remote-tracking branch 'refs/remotes/origin/pr/490' 2014-05-02 13:28:16 -04:00
John Shahid 9886824fd6 add a failing test for #490 2014-05-02 13:27:53 -04:00
John Shahid 9be6a34909 update the changelog 2014-05-02 13:20:50 -04:00
John Shahid 89df2962f3 Merge pull request #491 from freeformz/specify_default_password
Pull the initial root password from the environment if the key is set.
2014-05-02 13:19:28 -04:00
John Shahid 10c9838a75 update the changelog 2014-05-02 13:18:31 -04:00
Edward Muller d054713e63 Close #483. Return 409 if a database already exist 2014-05-02 13:16:50 -04:00
John Shahid 85e507242c add a failing test for pr #483 2014-05-02 13:15:56 -04:00
Edward Muller 23c519f9a6 Pull the initial root password from the environment if the key is set.
uses $INFLUXDB_INIT_PWD if set, otherwise uses DEFAULT_ROOT_PWD
2014-05-01 18:03:24 -07:00
Edward Muller 48590ddfef Looks like the wrong name / description
Not sure what CommandName() does yet though.
2014-05-01 17:15:21 -07:00
John Shahid 90ce9a8657 delete the spec directory 2014-05-01 14:19:02 -04:00
John Shahid 88993da2df print the Ascii art to stdout only 2014-05-01 12:40:36 -04:00
John Shahid a5e0f1870b fix #431. don't log to stdout if a log file is specified in the config 2014-05-01 12:40:36 -04:00
John Shahid 8143592dd9 Merge pull request #486 from influxdb/fix-486-remove-extra-columns
Output of interpolated time series should not include the columns used to derive the result series name
2014-05-01 12:40:00 -04:00
Julien Ammous 8891329700 Close #477. Add a UDP json listener 2014-05-01 12:13:49 -04:00
John Shahid 7ddcf8ba52 Remove column values that are to used in the target series name 2014-04-30 18:56:42 -04:00
John Shahid f166903309 replace casting with float literals 2014-04-30 18:56:06 -04:00
John Shahid d621c79d82 make ToMap work with any ApiSeries 2014-04-30 17:12:08 -04:00
John Shahid 47a098329f update the changelog 2014-04-30 14:11:57 -04:00
John Shahid 483952da21 Fix #469. Dropping a db should remove all its CQ 2014-04-30 14:05:26 -04:00
John Shahid fcfa518bab add more logging 2014-04-30 13:58:25 -04:00
John Shahid 2a4d99740d Move RemoveAllContinuousQueries() and AssertContinuousQueryCount() to server 2014-04-30 13:53:23 -04:00
John Shahid 01754f755c modify the way we determine whether we're in sync or not 2014-04-30 13:52:48 -04:00
John Shahid d9835c8cda fix #462. Add a test for regex with dollar sign 2014-04-30 13:29:36 -04:00
John Shahid 22eefb3892 add a test for equality to negative values 2014-04-30 12:00:28 -04:00
John Shahid ca17a54063 update the changelog 2014-04-29 19:07:13 -04:00
John Shahid 1f91089bc8 we don't need to reuse the ProtobufClient anymore 2014-04-29 18:56:47 -04:00
John Shahid ebf4b0762e Fix #478. User should be able to change raft or protobuf string in cluster 2014-04-29 18:53:34 -04:00
John Shahid 6e70b7efc7 fix some tests in the test suite 2014-04-29 18:00:57 -04:00
John Shahid 078d23bc30 don't write locally if the shard doesn't exist on this server 2014-04-29 18:00:57 -04:00
John Shahid b28425235e just store the raft connection string 2014-04-29 17:59:50 -04:00
John Shahid 12da8803da Refactor the raft server 2014-04-29 15:25:22 -04:00
John Shahid 353a38646a stop the readResponses loop on close 2014-04-29 15:22:56 -04:00
John Shahid 1fa35dd8b5 Store a pointer to local server in cluster configuration 2014-04-29 15:22:38 -04:00
John Shahid 1c09126452 remove some unused ClusterConsensus functions 2014-04-29 15:17:12 -04:00
John Shahid 08d96999a6 add a way to change raft and protobuf ports on the fly 2014-04-29 15:15:28 -04:00
John Shahid 7b323e7766 don't precreate the shards in the integration test suite 2014-04-29 13:43:52 -04:00
John Shahid 4866197788 merge InfluxJoinCommand with AddPotentialServerCommand 2014-04-28 18:26:32 -04:00