Commit Graph

356 Commits (320898618dfa8a0734a4c89a8f3f62f89fd0deab)

Author SHA1 Message Date
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
John Shahid c5c0b95e6f increase the number of threads in the test. 2013-10-30 15:07:04 -04:00
John Shahid 785114d340 pvt#59789082 no prefix of column names when merging. 2013-10-30 13:55:04 -04:00
John Shahid 86fa589563 remove some printfs. 2013-10-30 13:04:21 -04:00
John Shahid bbf8b41ab0 start raft server in a goroutine and increase the timeout. 2013-10-29 19:17:19 -04:00
John Shahid 016093631e some documentation and small refactoring. 2013-10-29 14:33:09 -04:00
John Shahid 1287f1eb5a working implementation of INNER JOIN. 2013-10-29 14:22:11 -04:00
John Shahid 8cdb3db880 add travis ci notifications. 2013-10-29 11:40:08 -04:00
Paul Dix e327b31177 Force retries for Raft commands. Add commands to add a server to the cluster. 2013-10-29 11:20:55 -04:00
John Shahid ca2df234d4 return an empty time series when we're done reading a time series. 2013-10-29 11:14:12 -04:00
John Shahid 91bc1bef0f fix a bug with merge and the http api yield function. 2013-10-28 18:41:37 -04:00
John Shahid 23d73f94ed add MERGE support in the engine. 2013-10-28 17:27:44 -04:00
John Shahid dd3332fa00 put the bucket name in a variable. 2013-10-28 13:45:10 -04:00
John Shahid a3befa8003 Support MERGE and INNER JOIN in the parser. 2013-10-28 13:34:00 -04:00
John Shahid d5fa4df96a use the __adm__ directory for 64 bit code only. 2013-10-28 12:35:03 -04:00
John Shahid 60115bc745 reenable the 386 build. 2013-10-28 12:30:43 -04:00
John Shahid 87e6e0b83b fix the packages path. 2013-10-28 12:29:40 -04:00
John Shahid 5708c2675c disable 386 build for now. 2013-10-28 12:28:40 -04:00
John Shahid 3b2d6e4669 add a release script. 2013-10-28 12:27:47 -04:00
John Shahid b25fadd250 include the admin assets in the package. 2013-10-28 12:17:59 -04:00
John Shahid ed30127f11 return as soon as the user cannot be authenticated. 2013-10-26 14:07:02 -04:00
John Shahid a9d9127741 create the db automatically as soon as we add some users to it. 2013-10-26 14:05:47 -04:00
John Shahid aba029fd2a bump the version. 2013-10-26 13:39:06 -04:00
John Shahid 9deed0aa37 fix the nil pointer dereference. 2013-10-26 13:35:49 -04:00
John Shahid 1a445582a9 make pidfile optional. 2013-10-26 13:27:17 -04:00
John Shahid 13c978abb1 move the checkers to their own package. 2013-10-26 13:21:37 -04:00
John Shahid 03361334ff add some convenience scripts. 2013-10-26 13:14:57 -04:00
John Shahid de8a7f7d3a normalize aggregate function names. 2013-10-26 12:28:22 -04:00
John Shahid 07b7fab981 add the git sha to the server. 2013-10-26 12:24:59 -04:00
John Shahid ff62ab4423 don't blow up on nil values. 2013-10-26 12:21:17 -04:00
John Shahid c8a4d5bdc7 enable access to all timeseries by default. 2013-10-26 12:06:41 -04:00
John Shahid 0d1b2a7d4d fix the matcher serialization. 2013-10-26 12:06:33 -04:00
John Shahid 425f42093f Enforce read/write access. 2013-10-25 16:03:52 -04:00
John Shahid 11cccf2281 add some comments. 2013-10-25 13:52:29 -04:00
John Shahid 468ef99444 pvt #59569528. add the http api for the users and dbs index. 2013-10-25 13:52:25 -04:00
John Shahid 0e6939d890 pvt #59569528. add the database index api to the coordinator. 2013-10-25 13:42:03 -04:00