Commit Graph

434 Commits (fc4aca44ad6c5d0aac52b017d119a68cc5bd45d4)

Author SHA1 Message Date
John Shahid fc4aca44ad add some notification in the test script 2013-11-18 11:46:35 -05:00
John Shahid 5aaa117f47 fix #63. Aggregated results don't include seq number 2013-11-18 11:46:35 -05:00
John Shahid 0d079597f5 clean up the aggregators 2013-11-15 16:37:02 -05:00
John Shahid 4d02a140ea fix #51. Implement first and last aggregates 2013-11-15 16:30:09 -05:00
John Shahid 393ac4fdf0 formatting (only whitespace changes) 2013-11-15 14:53:40 -05:00
John Shahid 395d919230 first and last shouldn't be special tokens 2013-11-15 14:51:44 -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 9b0862a68f add test for issue #58 2013-11-15 11:14:43 -05:00
Todd Persen e2cac7733f Merge pull request #58 from smn/master
fix typo in content-type header
2013-11-15 06:24:37 -08:00
Simon de Haan 711345e0df fix typo in content-type header 2013-11-15 16:11:53 +02:00
John Shahid 253eeb2019 update the changelog. 2013-11-14 17:24:05 -05:00
John Shahid 00aee04508 remove release candidate when deciding the next version 2013-11-14 17:22:18 -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 0d8667e7fe Fix another null value bug in the datastore. See DataStoreSuite.TestNullValues for more details 2013-11-14 15:40:47 -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 8eae79f07f make the test more robust 2013-11-14 13:26:47 -05:00
John Shahid d7484cc6ba get rid of more unused constants and add some documentation. 2013-11-13 18:59:40 -05:00
John Shahid d8dc990bb5 fix the build to work with the latest aws cli. 2013-11-13 17:50:14 -05:00
John Shahid 932292a361 add packaging docs 2013-11-13 17:44:48 -05:00
John Shahid 1fa01bec9d remove some whitespaces 2013-11-13 17:40:00 -05:00
John Shahid e73fae179f run bundle install when packaging. 2013-11-13 17:02:11 -05:00
John Shahid eff63cfb35 update the changelog. 2013-11-13 15:14:06 -05:00
John Shahid 205fd3ed1f fix #45. Aggregation shouldn't mess up the order of the points 2013-11-13 15:09:34 -05:00
John Shahid eddc86e211 fix the tests to use ascending order since that's what the test is expecting to get back. 2013-11-13 15:09:10 -05:00
John Shahid d1c72f42f0 fix #49. fix the git sha replacement. 2013-11-13 11:26:18 -05:00
John Shahid e665aac606 default gitsha to HEAD. 2013-11-13 11:22:42 -05:00
John Shahid 71c85ce62f fix #50. package the admin interface from influxdb-admin instead of influxdb-js 2013-11-13 11:06:33 -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 269cbd94ab fix the ranges. 2013-11-12 18:14:21 -05:00
John Shahid 89e313efbc remove an unused constant. 2013-11-12 18:14:21 -05:00
John Shahid 42c24bbaac close batch writes so we don't leak memory. 2013-11-12 18:14:21 -05:00
John Shahid f44ae4add7 engine should propagate errors properly. 2013-11-12 18:14:21 -05:00
John Shahid 4d7f7b77ff the http api should propagate errors properly. 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 e23453ace1 remove a field that we're not using anymore. 2013-11-12 14:48:43 -05:00
John Shahid e338ef8948 fix #39. Set Content-Type properly. 2013-11-12 14:44:56 -05:00
Todd Persen 41c5fdc851 Update admin pages. 2013-11-12 12:51:44 -05:00
John Shahid b71d9fc04e fix a test to use temp directories and panic if it couldn't listen to the port. 2013-11-11 19:03:24 -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 940ce10cef use error types instead of testing the error strings. 2013-11-11 16:28:49 -05:00