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 |
John Shahid
|
39de523b6a
|
run integration tests by default
|
2013-12-01 23:39:04 -05:00 |
John Shahid
|
520c599e67
|
fix #79. use int64 in the test so we don't overflow
|
2013-12-01 22:53:56 -05:00 |
John Shahid
|
95fb546595
|
fix #80. Support using durations to specify start and end time
|
2013-12-01 22:45:18 -05:00 |
John Shahid
|
9018b327be
|
Revert "Pass adminAssetsDir into API server."
This reverts commit 42c413929e .
|
2013-12-01 14:44:38 -05:00 |
Todd Persen
|
42c413929e
|
Pass adminAssetsDir into API server.
|
2013-11-30 17:02:31 -05:00 |
John Shahid
|
d8838fc8c9
|
Merge pull request #82 from influxdb/list-interfaces
Add endpoint for listing available admin interfaces.
|
2013-11-29 14:42:38 -08:00 |
Todd Persen
|
d964545c6f
|
Add endpoint for listing available admin interfaces.
|
2013-11-29 15:47:22 -05:00 |
John Shahid
|
9d88a583fe
|
package config.json
|
2013-11-26 21:57:00 -05:00 |
John Shahid
|
fe5ded60b4
|
implement makefile packaging
|
2013-11-26 21:06:35 -05:00 |
John Shahid
|
0ce5807407
|
fix the makefile
|
2013-11-26 16:26:26 -05:00 |
John Shahid
|
89658332a5
|
use makefile in travis
|
2013-11-26 16:18:04 -05:00 |
John Shahid
|
7fa1a5ccd0
|
make goroot configurable
|
2013-11-26 16:04:07 -05:00 |
John Shahid
|
c23bcf0739
|
make flex and bison options to configure
|
2013-11-26 15:56:26 -05:00 |
John Shahid
|
bd4277fe8a
|
don't use bison in backward compatibility mode
|
2013-11-26 15:41:58 -05:00 |
John Shahid
|
9b775b5b81
|
fix a typo
|
2013-11-26 15:38:57 -05:00 |
John Shahid
|
8de88d9ec7
|
don't unnecessarily build the dependencies
|
2013-11-26 15:32:09 -05:00 |