Commit Graph

123 Commits (1967629f16431340b97c6af19000fad803393609)

Author SHA1 Message Date
John Shahid f5699feb9d update the changelog 2014-01-23 15:54:43 -05:00
John Shahid ad3a24db32 fix #200. Select query shouldn't fail if time was among the selected columns 2014-01-23 15:52:02 -05:00
Julien Ammous 50942ef746 Close #195. Allow configuring bind address 2014-01-22 15:00:48 -05:00
Paul Dix 1725d5665e Update changelog 2014-01-18 14:01:45 -05:00
John Shahid f79f71d478 update the changelog 2014-01-17 12:25:54 -05:00
Paul Dix 123c47508d Update changelog 2014-01-16 16:08:27 -05:00
John Shahid c6cb4c8b98 fix #182. Don't segfault on queries with invalid limit clause. 2014-01-15 12:04:24 -05:00
Paul Dix 839bde8511 update changelog 2014-01-13 14:24:55 -05:00
Paul Dix 8963604687 Update changelog 2014-01-13 14:14:38 -05:00
John Shahid 5c925a5485 update the changelog 2014-01-10 16:37:38 -05:00
Paul Dix 3188fea12d Update changelog for #145 2014-01-09 16:13:09 -05:00
Paul Dix 62e420ee8b Close #172. fix #136. Add a global lock when writing
The lock in coordinator.handleClusterWrite ensures that requests get
sent to replicas in sequence.
2014-01-09 15:16:11 -05:00
Paul Dix aa3443322a Update changelog for #114 2014-01-09 15:02:21 -05:00
Paul Dix 1dba186221 Update changelog with #158 2014-01-08 13:58:32 -05:00
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
John Shahid 9ff14b0e8e fix #99. support list series 2014-01-02 18:17:13 +02:00
Todd Persen f2bb2fb1fd Changelog clarification. 2013-12-18 14:00:36 -05:00
John Shahid ea54c19ab4 fix #117. filling in default values for empty groups 2013-12-17 11:03:35 -05:00
John Shahid 3cb8cdbe1b update the changelog 2013-12-16 11:18:09 -05:00
John Shahid d627e0e4d7 update the changelog 2013-12-12 16:41:29 -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 ba6cf0fca0 fix #61. Remove default limit from queries 2013-12-11 14:25:01 -05:00
John Shahid 69544aa6bf fix #40. Replace json with toml for configuration 2013-12-11 14:13:42 -05:00
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