Commit Graph

30509 Commits (1e461adfa40b9427f98da9d9c0ab78682b7f74dd)

Author SHA1 Message Date
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
John Shahid c207be4a18 generate the parser c code in the build script. 2013-10-24 11:01:13 -04:00
John Shahid 0102c7ca4c move gocheck to the build script. 2013-10-24 10:45:01 -04:00
John Shahid 18eb591111 get rid of the field types. 2013-10-23 20:47:36 -04:00
John Shahid d6618eb89c add cors headers to the query api. 2013-10-23 17:01:54 -04:00
John Shahid b70548be84 detect packages that aren't empty. 2013-10-23 13:06:18 -04:00
John Shahid 9769bef22f fix the build. 2013-10-23 12:42:28 -04:00
John Shahid 21f33c0348 update the api. 2013-10-23 10:56:11 -04:00
John Shahid 6eccb9df30 update the readme. 2013-10-23 10:24:39 -04:00
John Shahid 21750b7c55 write the http wrapper for the user manager. 2013-10-22 19:44:16 -04:00
John Shahid 5b1c5d3a60 update the coordinator library to have db users vs cluster administrators with a UserManager interface to modify them. 2013-10-22 19:44:16 -04:00
Xiang Li d4748404ab fix test for data race 2013-10-22 15:39:32 -07:00
Xiang Li 8c7779d681 fix add lock 2013-10-22 14:55:51 -07:00
Todd Persen 0a5198e882 Uncomment the important parts of the package script. 2013-10-22 16:23:47 -04:00
Paul Dix 41dfa8647b Update server.go and package script to set the version from the VERSION file 2013-10-22 16:00:48 -04:00
Paul Dix c95512632d Include command line option to output server version. Ask Shahid for a better way to do this... 2013-10-22 15:15:17 -04:00
Todd Persen 140b715699 Update sha1 for new package with corrected config. 2013-10-22 12:24:16 -04:00
Todd Persen 87c79051de Pull the new package. 2013-10-22 12:20:47 -04:00
Todd Persen eff2728140 Package up the admin site. 2013-10-22 12:20:47 -04:00
Todd Persen bb5d6e3dcf Add support for testing the installation. 2013-10-22 12:20:47 -04:00
John Shahid 89d2d75970 draft of admin api, tests in the next commit. 2013-10-22 12:04:54 -04:00
John Shahid 879589470d add a way to delete users from the system. 2013-10-22 12:04:54 -04:00
Paul Dix 484f3cc8e1 Update configuration to use ints for port numbers instead of the go style strings 2013-10-22 12:00:48 -04:00
Todd Persen 9e191cee68 Fix configuration files and install the admin site. 2013-10-22 11:54:26 -04:00
Todd Persen cfcaa53534 Our homebrew recipe. 2013-10-22 11:34:27 -04:00
Todd Persen c5ff9ccf7f Ignore build folder for generating packages. 2013-10-22 11:33:55 -04:00
Todd Persen 1ef1c999ea Simple package script for building distributions. 2013-10-22 10:33:20 -04:00
Todd Persen 066f741121 Add a VERSION. 2013-10-22 10:32:59 -04:00
Todd Persen da6e24ac6a Add a CHANGELOG. 2013-10-22 10:32:53 -04:00
John Shahid 429fdcf0b9 add read/write access information to the user structure. 2013-10-21 17:54:49 -04:00
John Shahid b4851b712e make the test script less verbose by default. 2013-10-21 17:04:45 -04:00
John Shahid 47226ea13e remove a printf. 2013-10-21 17:03:02 -04:00
John Shahid 14d626afd6 fix the coordinator mock in the tests. 2013-10-21 16:58:52 -04:00
John Shahid 5c12a78785 Add user model and raft replication for user data. 2013-10-21 15:59:12 -04:00
Paul Dix 81ea3dc317 Fix configuration test 2013-10-21 14:55:28 -04:00