Commit Graph

2591 Commits (d14c14844fcc51a0f50f0dd6a58aa5ce04a858fe)

Author SHA1 Message Date
Todd Persen 638db64681 Merge pull request #778 from influxdb/issue-778
misleading error trying to select from non-existent series
2014-10-23 12:37:19 -04:00
Todd Persen 69b251582d Merge pull request #1049 from influxdb/fix-988
Fix #988: top/bottom error messages
2014-10-23 12:34:53 -04:00
John Shahid 06f07984a0 Merge pull request #1048 from influxdb/fix-1048
Remove the admin assets from the package
2014-10-23 12:31:52 -04:00
John Shahid 5f3b784367 Merge pull request #1047 from influxdb/fix-1047
Allow merge() to work with one series and to take a list of time series
2014-10-23 12:27:54 -04:00
John Shahid b1646cb68d Make the error message clear when a series is missing
Fix #778
2014-10-23 12:23:42 -04:00
David Norton 8367a295af Fix #988: top/bottom error messages 2014-10-23 08:53:31 -04:00
John Shahid 1f46afb7c0 Don't include the admin assets in the distributed packages 2014-10-22 19:06:57 -04:00
John Shahid b00b853c28 add a test to make sure merge cannot be used with multiple regexes 2014-10-22 18:16:26 -04:00
John Shahid 3300b3434f Support merge with a list of series names 2014-10-22 18:05:25 -04:00
John Shahid 6802eda768 Rename MergeFun to MergeRegex 2014-10-22 17:58:04 -04:00
John Shahid 4fbe259722 add some docs 2014-10-22 16:46:12 -04:00
John Shahid cace54d8c8 Make sure the query string has valid regex and add a test 2014-10-22 16:41:08 -04:00
John Shahid d3b6c1b010 FromClause.GetString() shouldn't assume 2 series in the merge
Fix #1047
2014-10-22 15:22:59 -04:00
John Shahid baabefd455 Add missing stories to 0.8.4-rc.1 and get rid of 0.9.0 2014-10-22 12:24:31 -04:00
John Shahid 89f226417a Oops forgot merge with regex and credits for the pr in the changelog 2014-10-21 18:34:43 -04:00
John Shahid 922c90719c Update the changelog 2014-10-21 18:26:00 -04:00
John Shahid 0a183e0e77 Merge branch 'fix-72' 2014-10-21 18:01:38 -04:00
John Shahid 44643de073 make sure we close the point iterators 2014-10-21 17:57:13 -04:00
John Shahid 911e1b9055 Use the standard heap implementation 2014-10-21 17:57:13 -04:00
John Shahid e8be7575c8 rename a test file 2014-10-21 17:57:13 -04:00
John Shahid 7839677804 Return the merged data using the alias
Since we return an error if the same series has more than one alias this
fixes #270
2014-10-21 17:57:13 -04:00
John Shahid 78b99f60c6 Merge points at the shard level 2014-10-21 17:57:13 -04:00
John Shahid a9d92301f6 More logging 2014-10-21 17:57:13 -04:00
John Shahid 465614c173 Modify merge to work with regex 2014-10-21 17:57:13 -04:00
David Norton 403881854c Fix derivative when there is a group by time() and fill
Fix #334
2014-10-21 17:19:04 -04:00
John Shahid 65e4136a38 Fix some makefile targets 2014-10-21 12:07:50 -04:00
John Shahid 0b5d693baa Don't panic on a non existing snapshot 2014-10-21 11:01:29 -04:00
John Shahid 53b1d15275 travis should just build, run unit tests and the data test suite 2014-10-21 11:01:29 -04:00
David Norton ef50442d9d Fix #1040: fix panic when snapshot dir doesn't exist 2014-10-20 20:17:02 -04:00
David Norton 5e9750f7a6 Revert to older snapshots if the latest raft snapshot is corrupted
Fix #1040
2014-10-20 18:37:39 -04:00
Todd Persen 7df37811b5 Move admin assets into the compiled binary.
Fix #1032
2014-10-20 17:43:42 -04:00
John Shahid d2a4c7be47 Merge branch 'groupby-boundaries' 2014-10-20 15:24:39 -04:00
John Shahid 8692780bf4 Some refactoring 2014-10-20 15:24:39 -04:00
Todd Persen 9f89aaeb26 Aggregating by time should respect the natural boundaries of the argument.
Fix #387
2014-10-20 15:24:39 -04:00
John Shahid 9ad95bafd7 Merge pull request #977 from chulkilee/contributing
Improve contributing.md
2014-10-20 13:53:24 -04:00
John Shahid 4d82f3875a include the go build options when we get the dependencies 2014-10-20 13:42:10 -04:00
John Shahid 198c1748d3 add a link to types.db in the collectd's repo 2014-10-20 13:32:18 -04:00
John Shahid 44900aabf1 rely more on go tools 2014-10-20 13:27:03 -04:00
Kimo Rosenbaum 3c84264b8d Add an input plugin for collectd
Close #992
2014-10-20 12:48:10 -04:00
John Shahid a0904ed1d7 Use the version on HEAD instead of pull from master 2014-10-20 11:58:50 -04:00
John Shahid 1801150eee Add an argument to force using the standard rocksdb lib
The usage of the new configure script is as follows:

`./configure --with-rocksdb`

Fix #742
2014-10-15 13:41:01 -04:00
John Shahid 9f07150526 Add all dependencies to the source tar
Fix #1011
2014-10-15 13:36:49 -04:00
John Shahid 4c655ddc3d fixup! Querying for data outside of existing shards should return an empty response. 2014-10-15 12:27:15 -04:00
Todd Persen f16f4b6639 Querying for data outside of existing shards should return an empty response.
Fix #1004. Close #1023
2014-10-14 12:59:47 -04:00
John Shahid 74dad10845 Revert "Run the data test suite using rocksdb since it's the default"
This reverts commit ec6e06c224.

Currently travis doesn't support g++ 4.7 which is required to build
rocksdb. This is causing the test suite to fail
2014-10-14 12:55:20 -04:00
John Shahid 201388ae22 Merge pull request #1027 from ReAzem/patch-1
need wget to build on Debian
2014-10-14 11:34:38 -04:00
Alexandre Viau 83fb72a4c5 need wget to build on Debian 2014-10-13 10:25:38 -04:00
Todd Persen e27cba06e5 Fix typo in test name. 2014-10-11 21:34:59 -04:00
John Shahid ec6e06c224 Run the data test suite using rocksdb since it's the default 2014-10-10 16:11:17 -04:00
John Shahid 2a890137f4 Use rocksdb 3.5.1
Fix #1019
2014-10-10 16:11:17 -04:00