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 |
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 |