John Shahid
|
7b3344faa0
|
fix #18. don't revert the version before building the 386 packages.
|
2013-11-07 10:17:17 -05:00 |
John Shahid
|
c5145833b9
|
package the source in a tar file.
|
2013-11-07 10:01:31 -05:00 |
John Shahid
|
8c5aafb11b
|
ignore the right files.
|
2013-11-07 10:01:31 -05:00 |
John Shahid
|
6ab9a3b069
|
Merge branch 'master' of https://github.com/d-snp/influxdb into master
Conflicts:
README.md
|
2013-11-07 09:40:03 -05:00 |
Tinco Andringa
|
2ec7b92177
|
compilation instructions for ubuntu
|
2013-11-07 12:49:58 +01:00 |
Lindsay Holmwood
|
320898618d
|
Tighten up language. Include valgrind in list of build deps
|
2013-11-07 16:45:20 +11:00 |
John Shahid
|
80e986414a
|
travis use_notice = false.
|
2013-11-06 15:38:10 -05:00 |
John Shahid
|
5b7aae88ee
|
bigger headers.
|
2013-11-06 15:13:56 -05:00 |
John Shahid
|
f11558c97e
|
rename the changelog.
|
2013-11-06 15:11:06 -05:00 |
John Shahid
|
08c0191532
|
update the changelog.
|
2013-11-06 15:10:33 -05:00 |
John Shahid
|
48b7c6d1ad
|
implement standard deviation.
|
2013-11-06 14:46:21 -05:00 |
John Shahid
|
3d24c89a4b
|
set CC only if it wasn't set. Set PYTHONPATH if it's not on mac.
|
2013-11-06 13:48:53 -05:00 |
John Shahid
|
ce815e96d6
|
uncomment the 386 build.
|
2013-11-06 13:46:15 -05:00 |
John Shahid
|
cc0b228370
|
add an accessor method to get the query string.
|
2013-11-06 13:39:04 -05:00 |
John Shahid
|
dbdc280564
|
fix the tar package.
|
2013-11-06 12:20:00 -05:00 |
John Shahid
|
f3df8046c3
|
log a sentence when we reset the root password.
|
2013-11-06 12:15:09 -05:00 |
John Shahid
|
09140e39d3
|
fix #14. change the default admin site location for the packages.
|
2013-11-06 12:04:14 -05:00 |
John Shahid
|
5fd4035c9a
|
fix typo.
|
2013-11-06 11:02:10 -05:00 |
John Shahid
|
13f16b0484
|
fix #13. update the docs with build instructions on Mac OS and Linux.
|
2013-11-06 11:01:31 -05:00 |
John Shahid
|
1be02d33aa
|
Revert "report coverage when using go tip."
This reverts commit 2817cf6dd2 .
|
2013-11-05 19:13:44 -05:00 |
John Shahid
|
2817cf6dd2
|
report coverage when using go tip.
|
2013-11-05 18:40:53 -05:00 |
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 |
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 |