John Shahid
|
04658fb764
|
update the changelog
|
2013-12-10 14:57:21 -05:00 |
John Shahid
|
81029b1db2
|
fix #94. add support for delete queries
|
2013-12-09 18:27:45 -05:00 |
John Shahid
|
e25fe4997a
|
fix #62. Support updating and deleting column values
|
2013-12-06 11:13:33 -05:00 |
John Shahid
|
045f302187
|
fix #101. Support expressions in aggregates
|
2013-12-05 17:40:19 -05:00 |
John Shahid
|
8f9337611b
|
fix #102. Support expressions in where condition
|
2013-12-05 16:54:20 -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
|
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 |
Paul Dix
|
dc715228f8
|
Update changelog for massive clustering commit.
|
2013-12-04 17:17:30 -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
|
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
|
5cd6e3bb75
|
fix #85. querying non-existent fields shouldn't create them
|
2013-12-02 13:43:46 -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
|
95fb546595
|
fix #80. Support using durations to specify start and end time
|
2013-12-01 22:45:18 -05:00 |
John Shahid
|
8dc978b474
|
update the changelog
|
2013-11-19 16:20:42 -05:00 |
John Shahid
|
c3807b7f85
|
fix #59. Add histogram aggregate function
|
2013-11-19 16:13:23 -05:00 |
John Shahid
|
bfc11d7bdb
|
fix #61. Limit defaults to 10K and no default for start time
|
2013-11-19 13:48:10 -05:00 |
John Shahid
|
3a899f4c58
|
fix #71. Add WillReturnSingleSeries to the Query
|
2013-11-19 12:19:24 -05:00 |
John Shahid
|
e6471f8e66
|
Close #70. fix #35. support table aliases in join queries
|
2013-11-19 11:52:57 -05:00 |
John Shahid
|
12a9d59f8f
|
fix joins and merges when the query is descending
|
2013-11-19 11:52:57 -05:00 |
John Shahid
|
5aaa117f47
|
fix #63. Aggregated results don't include seq number
|
2013-11-18 11:46:35 -05:00 |
John Shahid
|
4d02a140ea
|
fix #51. Implement first and last aggregates
|
2013-11-15 16:30:09 -05:00 |
Remo Hertig
|
d45ad7815a
|
Close #57. Return error instead of panic when type of time != float
|
2013-11-15 11:34:21 -05:00 |
John Shahid
|
253eeb2019
|
update the changelog.
|
2013-11-14 17:24:05 -05:00 |
John Shahid
|
316bf838cb
|
fix #53. Writing null values via HTTP shouldn't fail
|
2013-11-14 16:55:39 -05:00 |
John Shahid
|
a6424bcf44
|
fix #55. Limit should limit the points that match the Where clause
|
2013-11-14 16:12:46 -05:00 |
John Shahid
|
663f9fc22a
|
fix #34. Ascending order always return null for columns that have a null value
|
2013-11-14 13:42:03 -05:00 |
John Shahid
|
eff63cfb35
|
update the changelog.
|
2013-11-13 15:14:06 -05:00 |
Dotan Nahum
|
928ec16684
|
Spill out query and database detail at the time of bug report, to help reproduction of bugs.
|
2013-11-13 10:44:02 -05:00 |
John Shahid
|
10d7fba5ec
|
fix #41. Dropping the database should delete all timeseries data from that database.
|
2013-11-12 18:14:21 -05:00 |
John Shahid
|
ebe9f07fbf
|
update the changelog
|
2013-11-12 15:58:53 -05:00 |
John Shahid
|
fee130b350
|
support `/db/` as well as `/dbs` for listing databases.
|
2013-11-12 15:47:25 -05:00 |
John Shahid
|
69a1989edd
|
fix #42. support `name` when creating cluster admins and db users as well as `username`
|
2013-11-12 15:45:26 -05:00 |
John Shahid
|
09379a293b
|
fix #42. support `admin` flag when posting to `/db/:db/users/:user`
|
2013-11-12 15:39:35 -05:00 |
John Shahid
|
e1325ac8e1
|
fix #37. Support the negation of the regex matcher !~
|
2013-11-11 18:52:19 -05:00 |
John Shahid
|
8d9b2ecda0
|
fix #36. The regex operator should be =~ not ~=
|
2013-11-11 18:51:38 -05:00 |
John Shahid
|
8e91c81065
|
Link to the original issues in the changelog.
|
2013-11-11 18:18:35 -05:00 |
John Shahid
|
cbd92fc5d2
|
fix the version in the changelog.
|
2013-11-11 18:00:10 -05:00 |
John Shahid
|
e0d417eb04
|
fix #27. Group by should not blow up if the one of the columns in group by has null values
|
2013-11-11 17:33:54 -05:00 |
John Shahid
|
beea1670a0
|
update the changelog.
|
2013-11-11 16:44:05 -05:00 |
John Shahid
|
cb4abc5120
|
update the changelog.
|
2013-11-11 07:59:15 -05:00 |
John Shahid
|
b67722636a
|
update the docs.
|
2013-11-08 14:44:23 -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 |