John Shahid
|
04658fb764
|
update the changelog
|
2013-12-10 14:57:21 -05:00 |
John Shahid
|
841ad5f632
|
fix #96. replicate deletes
|
2013-12-10 14:57:12 -05:00 |
John Shahid
|
81029b1db2
|
fix #94. add support for delete queries
|
2013-12-09 18:27:45 -05:00 |
John Shahid
|
8df2ffc359
|
build the parser before running the valgrind test
|
2013-12-09 18:27:45 -05:00 |
John Shahid
|
2b2ce9a118
|
remove the IsCaseSensitive field from the Value struct
|
2013-12-09 18:27:45 -05:00 |
John Shahid
|
4c4a9b4079
|
add some ascii art on startup
|
2013-12-09 10:38:09 -05:00 |
Ben Johnson
|
3892138807
|
Merge pull request #139 from klobucar/test-version
Test more versions of go
|
2013-12-07 12:39:39 -08:00 |
Jonathon Klobucar
|
0543d54adc
|
Test more versions of go
Test latest
* 1.1.2
* 1.2
Pre-compile build before test as well
|
2013-12-06 23:33:41 -08:00 |
John Shahid
|
e25fe4997a
|
fix #62. Support updating and deleting column values
|
2013-12-06 11:13:33 -05:00 |
John Shahid
|
1335eaba33
|
remove an unused file
|
2013-12-06 10:21:20 -05:00 |
Xiang Li
|
aecf7cf857
|
Merge pull request #138 from philips/add-contact-and-resources
feat(README): add contact and resources section
|
2013-12-05 22:22:11 -08:00 |
Brandon Philips
|
7ed53fe155
|
feat(README): add contact and resources section
Add contact and resources section with links to raft-dev, Ben's slides
and the raft consensus homepage
|
2013-12-05 22:19:46 -08:00 |
John Shahid
|
045f302187
|
fix #101. Support expressions in aggregates
|
2013-12-05 17:40:19 -05:00 |
John Shahid
|
df5de76f69
|
propagate aggregation errors properly
|
2013-12-05 17:39:38 -05:00 |
John Shahid
|
8f9337611b
|
fix #102. Support expressions in where condition
|
2013-12-05 16:54:20 -05:00 |
John Shahid
|
a1f3ce295d
|
don't swallow the error
|
2013-12-05 16:40:42 -05:00 |
John Shahid
|
7fa8c7fcfc
|
fix #105. Panic when using a where clause that reference columns with null values
|
2013-12-05 16:18:33 -05:00 |
John Shahid
|
594712aa8e
|
fix #106. Don't panic if we only see one point and can't calculate derivative
|
2013-12-05 16:18:14 -05:00 |
John Shahid
|
307fd9a551
|
don't blow up if the files don't exist
|
2013-12-05 11:05:00 -05:00 |
John Shahid
|
69df195c61
|
minor changes
|
2013-12-04 17:21:29 -05:00 |
John Shahid
|
0bff8172c0
|
fix#86. Support arithmetic operators in select clause
|
2013-12-04 17:20:24 -05:00 |
John Shahid
|
7f2d9fc93d
|
remove the leveldb and snappy patches since we don't need it anymore
|
2013-12-04 17:20:24 -05:00 |
Paul Dix
|
dc715228f8
|
Update changelog for massive clustering commit.
|
2013-12-04 17:17:30 -05:00 |
Todd Persen
|
cb5d8a1a23
|
Update README to point to build instructions in the docs.
|
2013-12-04 16:55:07 -05:00 |
John Shahid
|
62560ba0b1
|
add valgrind target to the makefiles
|
2013-12-04 13:14:39 -05:00 |
John Shahid
|
3957c5c633
|
revert to using goraft/raft instead of our fork
|
2013-12-03 18:58:47 -05:00 |
John Shahid
|
b1e6bad2b0
|
some minor changes and more docs
|
2013-12-03 18:58:47 -05:00 |
Paul Dix
|
ec93c7f601
|
Close #20. Fix #78. Add clustering, reads/writes are distributed
|
2013-12-03 18:40:15 -05:00 |
John Shahid
|
78e7643567
|
fix #88. Support datetime strings
|
2013-12-03 17:09:57 -05:00 |
John Shahid
|
e2ff2d7a40
|
fix #89. Group by combined with where not working
|
2013-12-03 15:15:37 -05:00 |
John Shahid
|
5c4acc604f
|
fix #90. Group by multiple columns panic
|
2013-12-03 14:19:09 -05:00 |
John Shahid
|
74dca3b8d9
|
run travis tests with 1.2
|
2013-12-03 13:40:43 -05:00 |
John Shahid
|
e4d19b9ce5
|
deprecate some api endpoints and update the changelog
|
2013-12-03 13:36:40 -05:00 |
John Shahid
|
9c2c65c22d
|
fix #92. Change '==' to '=' and '!=' to '<>'
|
2013-12-03 13:22:05 -05:00 |
John Shahid
|
e9f0c519ae
|
copy the admin interface when we package the source files
|
2013-12-02 20:35:49 -05:00 |
John Shahid
|
e1c51bb04c
|
get rid of the old admin dir
|
2013-12-02 20:25:37 -05:00 |
John Shahid
|
81e2ce87d1
|
stop release on error
|
2013-12-02 17:59:30 -05:00 |
John Shahid
|
c391865af9
|
don't require mercurial or bzr
|
2013-12-02 17:04:42 -05:00 |
John Shahid
|
3386995604
|
make the build target phony
|
2013-12-02 16:11:31 -05:00 |
John Shahid
|
6178ea535c
|
always build the protoc binary
|
2013-12-02 16:03:56 -05:00 |
John Shahid
|
a3eac8e250
|
make sure all dependencies are installed before building the protobuf files
|
2013-12-02 15:52:35 -05:00 |
John Shahid
|
140867d9f4
|
upload to the get.influxdb.org bucket
|
2013-12-02 15:52:35 -05:00 |
John Shahid
|
5c070a4ec5
|
remove bzr and mercurial as dependencies
|
2013-12-02 15:52:35 -05:00 |
Todd Persen
|
26ffb699db
|
Drop authentication on interfaces endpoint.
|
2013-12-02 15:29:49 -05:00 |
John Shahid
|
5cd6e3bb75
|
fix #85. querying non-existent fields shouldn't create them
|
2013-12-02 13:43:46 -05:00 |
John Shahid
|
069fc5764b
|
Revert "Revert "Pass adminAssetsDir into API server.""
This reverts commit 9018b327be .
|
2013-12-02 13:32:49 -05:00 |
John Shahid
|
45ab602223
|
update the changelog
|
2013-12-02 13:25:04 -05:00 |
John Shahid
|
ba0cd3576d
|
fix #81. Add support for IN
|
2013-12-02 11:42:54 -05:00 |
John Shahid
|
9781cc89a0
|
make the test more robust
|
2013-12-02 09:26:50 -05:00 |
John Shahid
|
ec0a170d0a
|
build the server before running the integration tests
|
2013-12-01 23:42:04 -05:00 |