Commit Graph

10243 Commits (10db0aafeb8b21459a537d455afe48f8b19e22c4)

Author SHA1 Message Date
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
Ben Johnson ddfeb3ecfa Merge pull request #124 from goraft/docs
Add 'Raft in Practice' to README.
2013-10-25 13:34:54 -07:00
Ben Johnson 1e79a0d5a6 Add 'Raft in Practice' to README. 2013-10-25 14:19:52 -06: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
John Shahid 40e25800d6 pvt #59569528. add db users and cluster admins index api. 2013-10-25 13:42:03 -04:00
Todd Persen cf96e6e9ca use gcc-4.2 on Mavericks 2013-10-25 13:38:30 -04:00
Todd Persen b50aed45b7 check the binary on linux only 2013-10-25 13:35:02 -04:00
Paul Dix b8f3e02170 Remove api keys from all database creation and tests.
Add ifndef for yacc file to make it compile on OSX.
Remove old server location stuff to make way for how clustering is actually going to work.
2013-10-25 11:56:35 -04:00
John Shahid a63d8ce5ac delete an unused file. 2013-10-25 11:34:10 -04:00
John Shahid 3efada882f pvt #59568110. add the http api to drop a database. 2013-10-25 11:34:10 -04:00
John Shahid 5331297c68 pvt #59568110. add the drop database command. 2013-10-25 11:34:06 -04:00
John Shahid e06cb8736b check the generated binary. 2013-10-24 18:23:43 -04:00
John Shahid 0a56b47a17 remove the last reference to GLIBC_2.14. 2013-10-24 18:21:34 -04:00
John Shahid a89a6cbe7c Create ubuntu and centos packages. 2013-10-24 17:58:19 -04:00
John Shahid ec05cd4ec7 install valgrind too. 2013-10-24 17:10:24 -04:00
John Shahid 3998d6ad3b trying to make travis happy. 2013-10-24 16:59:19 -04:00
John Shahid 045034f5b9 assume yes and do an update. 2013-10-24 16:46:18 -04:00
John Shahid 777c65d009 don't export unless we're on linux and not travis. 2013-10-24 16:44:40 -04:00
John Shahid da5a31d52e use the package manager instead of compiling stuff to speed up the test. 2013-10-24 16:36:54 -04:00
John Shahid c63e7514a5 fix the package script. 2013-10-24 16:14:54 -04:00
John Shahid 4dcdd1d6d9 build protobuf to work on travis. 2013-10-24 16:05:08 -04:00
John Shahid ecc2df164a add options http method on all endpoints. 2013-10-24 15:46:05 -04:00
John Shahid cfeb27ee03 don't fail if levigo didn't build successfully. 2013-10-24 15:45:50 -04:00
John Shahid 1a31dc7399 fix the build script. 2013-10-24 15:35:28 -04:00
John Shahid 993f6e6e42 use the build script. 2013-10-24 15:19:05 -04:00
John Shahid b0ef320c2c run the test script. 2013-10-24 15:11:13 -04:00
John Shahid 01cb140335 add travis.yml. 2013-10-24 14:56:43 -04:00
John Shahid 101d057ef9 change username/password to u/p in the http api. 2013-10-24 13:56:38 -04:00
Paul Dix ac7566b8f5 update license with Errplane 2013-10-24 13:44:55 -04:00
John Shahid 516bd49a78 fix the code to work with the latest raft. 2013-10-24 12:25:47 -04:00
John Shahid 113d2ff0c7 make count(*) illegal. 2013-10-24 11:19:57 -04:00