Commit Graph

1600 Commits (5b9068ad05661037960dbb8bd02fc53631298c90)

Author SHA1 Message Date
John Shahid 7b194318a2 DRY and modify the code to be idiomatic 2014-05-30 20:04:35 -04:00
Richard Lyon cc5a5e86bd Close #521. Allow MODE to work on all datatypes
This change allows MODE to work on string as well as boolean and null
values. It also introduce another numerical argument that specifies how
many modal values it will return (although it is disabled)
2014-05-30 20:03:27 -04:00
John Shahid 527517b724 update the changelog
[skip ci]
2014-05-30 19:12:24 -04:00
John Shahid a3d8b3786e query isn't always a select query 2014-05-30 19:11:30 -04:00
John Shahid 70fb954d44 Fix some log statements 2014-05-30 18:55:56 -04:00
John Shahid caa8481cb8 Fix #602. Merge will fail to work across shards 2014-05-30 18:52:13 -04:00
John Shahid 7c753e671e update the changelog 2014-05-30 18:51:32 -04:00
Edward Muller 7ddccac219 Close #605. reduce some duplication
[skip ci]
2014-05-30 18:33:52 -04:00
John Shahid d40ed03272 No redirect to log.txt and log instead of writing to stderr 2014-05-30 18:13:17 -04:00
John Shahid af78db4761 Run the query as root 2014-05-30 16:34:55 -04:00
Paul Dix e43d07bc05 Update CHANGELOG.md 2014-05-30 15:20:07 -04:00
Paul Dix de0a938d6b Merge pull request #418 from influxdb/fix-418-break-large-requests
We shouldn't send requests or responses that are larger than MAX_REQUEST_SIZE
2014-05-30 15:16:34 -04:00
John Shahid 7498a363be Fix a broken test 2014-05-30 14:11:31 -04:00
John Shahid c89a6d31db Fix the logic that breaks the repsonse 2014-05-30 13:50:37 -04:00
John Shahid b626345070 Use GetClient in the test to get a client with the right port 2014-05-30 13:50:37 -04:00
John Shahid e9b2ce5677 Use Size() instead of encoding 2014-05-30 13:50:37 -04:00
John Shahid 6e46865095 Fix #418. Make sure none of the writes exceed 2M 2014-05-30 13:50:37 -04:00
Paul Dix b5bb03895b Merge pull request #603 from freeformz/ssl_all_the_things
Use SSL if the config calls for it
2014-05-30 13:37:18 -04:00
Edward Muller add2df5378 Use SSL if we have the config for it 2014-05-30 08:52:10 -07:00
Paul Dix 791215d0cf Merge pull request #601 from freeformz/benchmark_changes
Seems like you were emulating a WaitGroup anyway...
2014-05-30 11:33:44 -04:00
Edward Muller b7e104ac94 Optional TLS and timeouts for statsServer 2014-05-30 07:41:04 -07:00
Edward Muller 7d4cc6e793 Looks like you were implemeting a WaitGroup anwyay... 2014-05-29 19:13:37 -07:00
John Shahid 153e111585 print the correct version 2014-05-29 19:53:11 -04:00
Paul Dix d36bc7e560 Update CHANGELOG.md 2014-05-29 19:22:52 -04:00
John Shahid fd2f6dda0a fix some typos 2014-05-29 19:12:21 -04:00
John Shahid b82fc80227 fix the release script to use crosstools 2014-05-29 19:07:50 -04:00
John Shahid 421fc0e22d simplify the code since we don't need the quit channel 2014-05-29 19:01:53 -04:00
John Shahid 07891d46a3 Update the changelog 2014-05-29 18:54:20 -04:00
Todd Persen 45c3d682c4 Close #600. Fix #599. Report os, arch, and raftName once per day. 2014-05-29 18:44:57 -04:00
John Shahid 18e2e5e6b6 Fix #597. Force compaction after deleting data 2014-05-29 18:05:38 -04:00
John Shahid 396b5b782c Fix some tests broken by #579 2014-05-29 18:03:02 -04:00
Edward Muller ad85345e3e Close #566. Add some timing data to the logs 2014-05-29 17:07:39 -04:00
John Shahid a047866420 Fix #579. Reject writes to nonexistent databases 2014-05-29 16:42:37 -04:00
John Shahid 16deb08f70 Remove some unused fields and fix the test 2014-05-29 15:49:19 -04:00
John Shahid 9a6cc7497f More idiomatic and DRY 2014-05-29 15:40:46 -04:00
Tony Pitale 90e9af040e Close #591. Add support for multiple UDP + JSON input plugins
Support comes by way of [[input_plugins.udp_servers]] in config.
A single port will map to a single database.
2014-05-29 15:40:46 -04:00
John Shahid 7871bf4760 err could be EOF according to the docs 2014-05-29 14:41:27 -04:00
Paul Dix 5131d4801e Update CHANGELOG.md 2014-05-29 14:40:45 -04:00
Paul Dix 83925a6f14 Merge pull request #544 from influxdb/fix-544-force-remove-node
There should be a way to force a node to leave the cluster
2014-05-29 14:35:35 -04:00
John Shahid 100d6296eb update the name of the package 2014-05-28 19:33:45 -04:00
John Shahid 08fb487d0d Fix #559. Add a test to demonstrate that this isn't a bug 2014-05-28 17:52:46 -04:00
John Shahid 9598b61e4c update the changelog 2014-05-28 17:49:53 -04:00
John Shahid 54cbbd62d8 remove a print statement 2014-05-28 13:02:28 -04:00
John Shahid 77100497c8 add a test for #578 2014-05-28 13:02:28 -04:00
Paul Dix cbdebd8655 Merge pull request #578 from chobie/fix-496-parentheses-value-should-support-alias
parentheses value should support alias #496
2014-05-26 17:50:48 -04:00
Shuhei Tanuma 8035fd95e0 parentheses value should support alias #496
This patch support alias for parentheses value.

e.g)
select (1 + 2) as v from access

Currently, parentheses are mandatory.
2014-05-24 21:26:28 +09:00
Bruno Binet 4e1006288b Close #476. update makefile to add support for arm builds 2014-05-23 20:46:11 -04:00
John Shahid 9ccc4af946 no need for the reference to self 2014-05-23 20:08:09 -04:00
John Shahid 696d61d534 prepare for a release 2014-05-23 19:18:33 -04:00
John Shahid 2dbbbc62e9 update the changelog 2014-05-23 18:59:48 -04:00