Commit Graph

30509 Commits (1e461adfa40b9427f98da9d9c0ab78682b7f74dd)

Author SHA1 Message Date
John Shahid fcb3be695c fix the distinct and derivative tests. 2013-11-05 18:26:13 -05:00
John Shahid 6a89bda030 add tests for distinct and derivatives. 2013-11-05 18:25:57 -05:00
John Shahid cba71b00da add a way to reset the root password. 2013-11-05 16:30:02 -05:00
Paul Dix c91885e5af Initial commit 2013-11-05 12:00:19 -08:00
John Shahid 4a62e98f24 remove the extra dash. 2013-11-05 14:39:04 -05:00
John Shahid fe82b30b06 disable replication tests by default. 2013-11-05 14:33:28 -05:00
Todd Persen 6f2564de7e Update admin pages.
Fixes #9.
2013-11-05 14:17:14 -05:00
John Shahid 0ec1202672 fix the crash. 2013-11-05 13:20:11 -05:00
Paul Dix 37b2ab117b This fixes #8 to update datastore to reuse levigo read and write options. 2013-11-05 10:25:25 -05:00
Paul Dix 0ca7456928 Add cluster consensus interface. Change coordinator to use that instead of RaftServer directly. 2013-11-05 09:51:55 -05:00
Paul Dix 6a12a150d0 Fix typo in adminUser for json marshaling 2013-11-05 09:51:55 -05:00
John Shahid bb95d9e677 run test coverage if this is a recent version of go. 2013-11-04 15:52:01 -05:00
John Shahid 348f61e7ba prefer gemfile and rvm over manually setting up the env. 2013-11-04 15:51:57 -05:00
John Shahid af76dbeafb remove some protobuf methods that aren't generated anymore. 2013-11-04 13:20:28 -05:00
John Shahid 0e81bf6b16 add an authentication endpoint. 2013-11-04 12:46:02 -05:00
John Shahid 0f99d696da support count(distinct(foo)) in queries. 2013-11-01 16:57:25 -04:00
John Shahid aeaef15a94 select * from foo where a == 2; should return all columns not just 'a' 2013-11-01 16:06:01 -04:00
John Shahid 638293fe1c recover from raft panics. 2013-11-01 15:18:04 -04:00
John Shahid 1ae04b1b3d resurrect the test. 2013-11-01 14:46:08 -04:00
John Shahid 9ef4b61b6c fix a race condition. 2013-11-01 12:54:11 -04:00
John Shahid 559e7ed71b return all columns if a wildcard is used in the column names. 2013-11-01 12:01:45 -04:00
John Shahid 83b4ac5638 more read benchmarks. 2013-11-01 11:55:53 -04:00
John Shahid 67b2402c48 fix #59983274. select column_one from foo where column_two == 'bar' should return column_one only. 2013-11-01 11:37:57 -04:00
John Shahid eccd71c75a fix a typo. 2013-11-01 10:48:44 -04:00
John Shahid 9347e8658c remove raft logging. 2013-10-31 21:26:14 -04:00
John Shahid f6e38e373c no verbose output in travis. 2013-10-31 21:20:19 -04:00
John Shahid dfb67d1875 add raft logging again. 2013-10-31 21:14:37 -04:00
John Shahid cdee0d26d0 use our own raft fork. 2013-10-31 20:48:18 -04:00
John Shahid 65338c9553 cleanup the coordinator test suite. 2013-10-31 19:57:45 -04:00
John Shahid defbcbeddd add integration test for reading data. 2013-10-31 15:14:19 -04:00
John Shahid 0e5ea65114 more ouptut. 2013-10-31 14:39:56 -04:00
John Shahid 2490958b5b more output. 2013-10-31 14:24:41 -04:00
John Shahid 7196dac32a add more debug info. 2013-10-31 14:21:26 -04:00
John Shahid 8064b74309 raft, be more patient. 2013-10-31 13:58:52 -04:00
Paul Dix 820ed12472 Update readme copy 2013-10-31 13:40:00 -04:00
Paul Dix dfcc083efa Update readme with pointers to influxdb.org site. Move design stuff over to a notes page 2013-10-31 13:37:33 -04:00
John Shahid 5eae652bf5 add the build status. 2013-10-31 13:33:29 -04:00
John Shahid 7ee4302411 make the batch size configurable. 2013-10-31 13:28:31 -04:00
John Shahid ad6deaf0bf fix a compilation error. 2013-10-31 13:28:27 -04:00
John Shahid d049f8cd44 make the output nicer. 2013-10-31 13:02:59 -04:00
John Shahid 313015e79d cache user credentials forever. 2013-10-31 13:02:53 -04:00
John Shahid 2a5c32710d make sure the test shuts down the server gracefully. 2013-10-31 12:40:50 -04:00
John Shahid c77802536a add password caching to speed up password validation. 2013-10-31 12:32:15 -04:00
John Shahid 7e5d6a0b98 some benchmarks. 2013-10-31 12:24:26 -04:00
John Shahid 8e84383e6c add profiling arguments to the server binary. 2013-10-31 12:24:21 -04:00
John Shahid 54cc956342 change flag from version to v. 2013-10-31 11:53:41 -04:00
John Shahid 3dc94a087f allow test arguments. 2013-10-31 11:53:16 -04:00
John Shahid e283914d80 move things slightly and make version and gitSha constants. 2013-10-31 11:53:08 -04:00
John Shahid d7e75135a7 remove the integer columns field. 2013-10-31 11:10:26 -04:00
John Shahid e4d8407110 delete empty files. 2013-10-30 15:39:27 -04:00