Commit Graph

5546 Commits (8beda919d0d31050208508fcf381eb3bc64ccc0b)

Author SHA1 Message Date
Cory LaNou 8beda919d0 update usage 2015-05-18 18:18:44 -06:00
Cory LaNou eb2fec638f update changelog 2015-05-18 18:18:44 -06:00
Cory LaNou 977b84d6a0 update cli flags: output -> format, +pretty 2015-05-18 18:18:44 -06:00
Cory LaNou e947fc41b8 clean up liner before an os exit (skips the defer) 2015-05-18 18:18:44 -06:00
Todd Persen d80ef2286d Merge pull request #2601 from influxdb/disable-failover-test
Disable problematic tests
2015-05-18 14:45:18 -07:00
Philip O'Toole 5cb2e75147 Skip remaining cluster tests 2015-05-18 11:48:30 -07:00
Philip O'Toole ab88a4b2b0 Disable TestClientLibrary 2015-05-18 11:44:10 -07:00
Philip O'Toole 4da39a3a6f RLock shards during diagnostics 2015-05-18 11:39:37 -07:00
Philip O'Toole 5cd52c7a3c Disable single-server integration testing 2015-05-18 11:13:53 -07:00
Philip O'Toole a823846612 Disable runTest_rawDataReturnsInOrder 2015-05-18 11:02:18 -07:00
Philip O'Toole bcf312bcea Disable 3-node cluster test 2015-05-18 10:47:02 -07:00
Philip O'Toole 525500df66 Disable Test_ServerSingleGraphiteIntegration_NoDatabase 2015-05-18 09:53:58 -07:00
Philip O'Toole dd4041a9c0 Re-enable test parallelism 2015-05-18 09:44:43 -07:00
Philip O'Toole c6feef25e5 Skip Test5NodeClusterPartiallyReplicated 2015-05-18 09:35:27 -07:00
Philip O'Toole 0b0e6ae58a Disable failover test 2015-05-18 09:26:20 -07:00
Philip O'Toole 9cee35067d Test parallelism to 1 2015-05-15 07:48:46 -07:00
Philip O'Toole 78228debbc Merge pull request #2585 from influxdb/error_to_fatal
Fail tests fast
2015-05-15 10:30:25 -04:00
Philip O'Toole a3687b8697 Fail tests fast 2015-05-15 07:24:23 -07:00
Philip O'Toole 2f2216e6c6 Debug Circle testing 2015-05-15 07:15:37 -07:00
Todd Persen c89567d07d Update CHANGELOG.md
[skip ci]
2015-05-14 17:03:18 -07:00
Todd Persen 1fa84c9387 Merge pull request #2579 from influxdb/aggregate-where-groupby-fix-2557
Fix false positive error for `aggregate functions with GROUP BY time …
2015-05-14 17:02:27 -07:00
Todd Persen 7591a8cc61 Update CHANGELOG.md
[skip ci]
2015-05-14 15:46:53 -07:00
Jason Wilder a5b8f2f924 Merge pull request #2569 from influxdb/jw-1822
Add derivative functions
2015-05-14 16:33:18 -06:00
Jason Wilder 61712d82fb Prevent division by 0 for derivative 2015-05-14 16:13:09 -06:00
Jason Wilder 34007a8be9 Make duration argument optional for derivatives
If it's not specified, it defaults to 1s for raw queries and to the
group by duration on group by queries.
2015-05-14 16:13:04 -06:00
Cory LaNou 3396cf175c update changelog 2015-05-14 15:47:18 -06:00
Jason Wilder faa099a382 Fix code review comments 2015-05-14 15:45:57 -06:00
Cory LaNou 098c65ad18 fix false positive error for `aggregate functions with GROUP BY time require a WHERE time clause` 2015-05-14 15:45:13 -06:00
Philip O'Toole ae8a7d987f Merge pull request #2578 from haim0n/master
add support for package dependencies
2015-05-14 15:14:21 -04:00
Haim Daniel e742c376e2 package.sh: restore lost newline 2015-05-14 22:11:35 +03:00
Haim Daniel d109efa55d package.sh: add support for package dependencies
Putting a dependency on the coreutils package provides more robust way
to be installed in environments in which the basic sh-utils
(e.g. 'ln' cmd, which is used for service init script link) is not
present. Red Hat's anaconda is an example for such environment.

Signed-off-by: Haim Daniel <haimdaniel@gmail.com>
2015-05-14 22:01:19 +03:00
Philip O'Toole 3e183165df Update CHANGELOG for PR2566
[ci skip]
2015-05-14 08:17:53 -07:00
Ben Johnson d3823b3acf Merge pull request #2566 from influxdb/apply-wait
Wait for quorum write before returning from Log.Apply().
2015-05-13 16:33:47 -06:00
Jason Wilder a3edae082b Update changelog 2015-05-13 16:19:21 -06:00
Ben Johnson 00ce4a504e Wait for quorum write before returning from Log.Apply().
This commit ensures a commit is written to a quorum before returning
from Log.Apply().
2015-05-13 16:05:26 -06:00
Jason Wilder 98521b273e Add non_negative_derivative
Fixes #1477
2015-05-13 15:57:48 -06:00
Jason Wilder a0a4600e7f Add derivative function
Calculates the derivative of consequtive points and normalizes the
value to a given interval.  It supports simple derivates over
fields as well as nested derivatives over another aggregate function.

Fixes #1822
2015-05-13 15:35:42 -06:00
Jason Wilder 7fd9a0acd3 Add validation for derivative arguments
Derivative must be of the form derviative(field, duration) or
derivative(agg(field), duration).
2015-05-13 15:35:42 -06:00
Jason Wilder eb1d7a659f Prohibit multiple columns in select when using derivative
May be supported in the future but workaround is to run separate
queries.
2015-05-13 15:35:42 -06:00
Jason Wilder 9c0584325f Add support for parsing derivative w/ nested functions 2015-05-13 15:35:42 -06:00
Todd Persen 2de4bf22e0 Update CHANGELOG.md 2015-05-13 12:40:44 -07:00
Todd Persen b213388655 Merge pull request #2558 from vladlopes/fix-client-responsecheck
Fix client response check after PR #2298
2015-05-13 12:37:19 -07:00
Vladimir Lopes d8e3de68c4 Check for nil response on Client write test 2015-05-13 16:13:37 -03:00
Vladimir Lopes 4b4aaf24ab Fix TestClientLibrary test
The Client return a nil (json null) response on a sucessful write
2015-05-13 15:45:22 -03:00
Vladimir Lopes 6d612c4d57 Return StatusNoContent on Client write test 2015-05-13 15:44:31 -03:00
Vladimir Lopes 92954c1217 Fix client response check after PR #2298
The write endpoint is returning StatusNoContent instead of StatusOK
when the write is successful.
2015-05-13 10:22:06 -03:00
Philip O'Toole e09cdede4a Correct CHANGELOG for PR2545
[ci skip]
2015-05-12 19:36:41 -07:00
Philip O'Toole f27e97e254 Update CHANGELOG for PR 2545
[ci skip]
2015-05-12 19:34:56 -07:00
Philip O'Toole 095482855f Merge pull request #2545 from cannium/use-value-as-field-name
Use "value" as the field name also in graphite
2015-05-12 19:33:08 -07:00
Can ZHANG 84a713f07f Use "value" as the field name in graphite
Also fix tests.
2015-05-13 09:31:20 +08:00