John Shahid
|
f110fd91e5
|
update the changelog
|
2014-01-02 15:28:43 -05:00 |
Paul Dix
|
ff5c0e6856
|
Update change log for 150
|
2014-01-02 15:26:35 -05:00 |
Paul Dix
|
0356fde673
|
Merge pull request #155 from influxdb/fix-150
Handle slashes in regex and don't parse division operator as a regex
|
2014-01-02 12:23:18 -08:00 |
Todd Persen
|
69645ad174
|
Close #156. Fixes #154. Make the coordinator allow read/write operations from cluster admins.
|
2014-01-02 15:19:08 -05:00 |
John Shahid
|
7dc81a87db
|
Close #150. Handle slashes in regex, don't parse division as a regex
|
2014-01-02 15:08:59 -05:00 |
John Shahid
|
2aa320e468
|
some log statements
|
2014-01-02 18:17:14 +02:00 |
John Shahid
|
767a739a36
|
fix an error message
|
2014-01-02 18:17:14 +02:00 |
John Shahid
|
9ff14b0e8e
|
fix #99. support list series
|
2014-01-02 18:17:13 +02:00 |
Paul Dix
|
31bd297c18
|
Merge pull request #151 from influxdb/tp-update_api_security
Ensure that cluster admins can read/write points. Fixes #149.
|
2013-12-30 13:02:04 -08:00 |
Todd Persen
|
365ea66c5d
|
Ensure that cluster admins can read/write points. Fixes #149.
|
2013-12-30 15:56:56 -05:00 |
Todd Persen
|
faf67b3939
|
Fix special character in regex test.
|
2013-12-30 15:56:41 -05:00 |
Todd Persen
|
84ab01e6b7
|
Fix typo, Wririting -> Writing.
|
2013-12-30 14:27:07 -05:00 |
Todd Persen
|
22bd5fb2d0
|
Fix error message in test.
|
2013-12-30 14:27:07 -05:00 |
Paul Dix
|
f04bce28d5
|
Fix unlock on cluster config to defer. duh...
|
2013-12-23 17:15:45 -05:00 |
Paul Dix
|
f8d0e7f4db
|
Merge pull request #148 from influxdb/tp-test_single_point_select
Single Point Select
|
2013-12-23 13:35:38 -08:00 |
Todd Persen
|
6a25ff77aa
|
Double-check number of points returned from test query.
|
2013-12-23 16:34:55 -05:00 |
Todd Persen
|
6d4b9cb044
|
Test null columns more thoroughly.
|
2013-12-23 16:30:38 -05:00 |
Todd Persen
|
0167976a50
|
Make sure null values are excluded from single point requests.
|
2013-12-23 16:19:17 -05:00 |
Todd Persen
|
737a35e70b
|
Fix merge conflict.
|
2013-12-22 01:37:37 -05:00 |
Todd Persen
|
20904fef2c
|
Add support for single point queries.
|
2013-12-22 01:18:52 -05:00 |
Paul Dix
|
d9c10f899d
|
Add test to make sure where queries with only some points having the matching column work
|
2013-12-19 10:29:15 -05:00 |
John Shahid
|
5d7f31039e
|
valgrind should run on linux only
|
2013-12-18 15:28:53 -05:00 |
John Shahid
|
1e0f631449
|
fix the broken tests as a result of commit b86eea4
|
2013-12-18 14:54:30 -05:00 |
Todd Persen
|
f2bb2fb1fd
|
Changelog clarification.
|
2013-12-18 14:00:36 -05:00 |
John Shahid
|
2ac10f4f37
|
remove some commented code
|
2013-12-18 12:28:24 -05:00 |
John Shahid
|
b86eea46eb
|
fix #138. Get rid of the old and deprecated /db/:db/admins endpoint
|
2013-12-18 12:18:44 -05:00 |
John Shahid
|
ea54c19ab4
|
fix #117. filling in default values for empty groups
|
2013-12-17 11:03:35 -05:00 |
John Shahid
|
47da0fc0fc
|
generate protobuf for QueryResponseChunk
|
2013-12-16 11:44:47 -05:00 |
John Shahid
|
f97fb7baf6
|
fix a log statement
|
2013-12-16 11:18:09 -05:00 |
John Shahid
|
3cb8cdbe1b
|
update the changelog
|
2013-12-16 11:18:09 -05:00 |
Paul Dix
|
761580378c
|
Fix #131. Ensure queries that return multiple series work on a cluster.
|
2013-12-15 15:09:38 -05:00 |
Paul Dix
|
31ef64ea8d
|
Fix #130. Ensure column names return on distributed queries and include columns from all servers if inconsistent.
|
2013-12-14 17:05:18 -05:00 |
John Shahid
|
fe53533528
|
fix #127. Invalid delete queries should return an error
Don't allow where conditions other than 'time > and time <' in delete
queries
|
2013-12-13 13:53:53 -05:00 |
Paul Dix
|
8b3b1d42ca
|
Add hostname to configuration
|
2013-12-13 10:23:57 -05:00 |
Paul Dix
|
8421316374
|
Add some logging to help troubleshoot cluster startup errors.
|
2013-12-12 17:57:41 -05:00 |
Paul Dix
|
6e09f5d64e
|
Fix #123 - add healthcheck to api
|
2013-12-12 17:57:41 -05:00 |
John Shahid
|
d627e0e4d7
|
update the changelog
|
2013-12-12 16:41:29 -05:00 |
John Shahid
|
8d75e0dfe6
|
fix the name printed in the startup script
|
2013-12-12 16:36:25 -05:00 |
John Shahid
|
6d64f0475d
|
move the sleep after creating the user
|
2013-12-12 16:24:42 -05:00 |
John Shahid
|
7c523ed837
|
remove some duplicate code
|
2013-12-12 15:54:11 -05:00 |
John Shahid
|
b0e893c073
|
change db user password should be a separate command
|
2013-12-12 14:46:12 -05:00 |
John Shahid
|
9785ec85b4
|
more logging
|
2013-12-12 14:39:11 -05:00 |
John Shahid
|
7169a158e3
|
fix a log message
|
2013-12-12 11:57:27 -05:00 |
John Shahid
|
cdef0f547f
|
fix #121. Db user authentication shouldn't fall back to cluster admin authentication
|
2013-12-12 11:52:11 -05:00 |
John Shahid
|
f3b1ec8be1
|
fix the packaging
|
2013-12-12 11:27:00 -05:00 |
John Shahid
|
222e69a1b9
|
fix #118. Make column names starting with an underscore legal
|
2013-12-12 10:37:06 -05:00 |
John Shahid
|
c522101f9a
|
fix a comment
|
2013-12-12 10:22:59 -05:00 |
John Shahid
|
f03bde9370
|
fix a bug in the create db user coordinator logic
|
2013-12-11 19:28:24 -05:00 |
John Shahid
|
f1c24d8e66
|
test the administration endpoint in a cluster configuration
|
2013-12-11 19:28:24 -05:00 |
John Shahid
|
8fdd6b750a
|
run the full coordinator test suite
|
2013-12-11 19:28:24 -05:00 |