Commit Graph

5689 Commits (df1aeee70a0c4188317104cca7a215bbf3a30d8e)

Author SHA1 Message Date
Philip O'Toole 2281b5e1da Remove now-unneeded field check
This check has been moved to earlier in the planning phase.
2015-05-12 13:20:36 -07:00
Philip O'Toole 8ac6d80016 Numeric fields only when using numeric aggregates 2015-05-12 13:20:33 -07:00
Todd Persen 0e51843c59 Update CHANGELOG.md 2015-05-12 12:41:33 -07:00
Todd Persen 0854913b66 Merge pull request #2298 from neonstalwart/write-204-status
return no content status (204) for succesful write
2015-05-12 12:40:08 -07:00
Cory LaNou dca9859e50 Merge pull request #2540 from influxdb/count-group-where
Throw parser error for aggregate functions with group by time without where time clause
2015-05-12 09:20:09 -06:00
Cory LaNou eb1a4f669a refactor selectStatement validate 2015-05-12 08:56:38 -06:00
Cory LaNou bfdf05033d refactor validating select statement 2015-05-12 08:42:39 -06:00
ben hockey ef7473ac6b looks like StatusNoContent writes {} by default 2015-05-12 09:08:36 -05:00
ben hockey 12322e4df0 update tests to expect StatusNoContent 2015-05-12 09:07:03 -05:00
ben hockey a4be178280 return no content status (204) for succesful write
since write returns nothing in the body of the response, return 204
2015-05-12 09:03:27 -05:00
Cory LaNou 882c5e1d75 add index to test log output 2015-05-11 18:06:51 -06:00
Cory LaNou 93760c8679 update comment and changelog for count -> aggregate 2015-05-11 18:00:59 -06:00
Cory LaNou 198b38a0c9 temp file go bye bye 2015-05-11 17:57:59 -06:00
Cory LaNou 7963a85914 no longer need hasCount 2015-05-11 17:48:37 -06:00
Cory LaNou cebdfea737 any aggregate function that has a group by time without a where time clause should fail 2015-05-11 17:48:37 -06:00
Cory LaNou f63611c170 update changelog 2015-05-11 17:48:37 -06:00
Cory LaNou 0155f8bb6d hasWhereTime -> hasTimeDimensions 2015-05-11 17:48:21 -06:00
Cory LaNou 832ca01cd3 learn to spell claus 2015-05-11 17:48:21 -06:00
Cory LaNou c9ca0ce77d gofmt 2015-05-11 17:48:21 -06:00
Cory LaNou 892a6e831b error out for invalid count group select without where time 2015-05-11 17:48:21 -06:00
Philip O'Toole 409667f90c Merge pull request #2541 from influxdb/update_conn_index
Update messaging client connection index
2015-05-11 15:53:34 -07:00
Philip O'Toole 2d1af26d1a Update messaging client connection index
With this change heartbeating to the brokers will always communicate the
index of the most recently replicated message. This will allow broker
truncation and broker diagnostics to operate correctly.
2015-05-11 15:29:12 -07:00
Ben Johnson bf522b37e2 Merge pull request #2539 from influxdb/vote-logging
Add additional logging for RequestVote.
2015-05-11 15:41:29 -06:00
Ben Johnson 16c8449ca1 Add additional logging for RequestVote. 2015-05-11 15:41:05 -06:00
Todd Persen aad09ce74e Update CHANGELOG.md 2015-05-11 13:17:23 -07:00
Philip O'Toole 87a2fb0712 Merge pull request #2538 from influxdb/timestamp_to_time
Complete change from 'timestamp' to 'time'
2015-05-11 13:15:01 -07:00
Todd Persen 9e839c0771 Merge pull request #2186 from influxdb/default-status-code-is-now-200
Default status code for queries is now 200
2015-05-11 13:14:54 -07:00
Philip O'Toole 4f6f77f007 Complete change from 'timestamp' to 'time' 2015-05-11 13:04:56 -07:00
Todd Persen 0080915340 Fix missing # in CHANGELOG 2015-05-11 12:58:49 -07:00
Todd Persen 3efd4c8a7b Update CHANGELOG.md 2015-05-11 12:58:18 -07:00
Todd Persen 730e8cdfd4 Merge pull request #2405 from neonstalwart/time
change timestamp to time
2015-05-11 12:38:00 -07:00
Todd Persen 6b3bd907e8 Merge pull request #2448 from cannium/fix-data-type
Fix inconsistent data type
2015-05-11 11:47:40 -07:00
Todd Persen 58dd944ba3 Merge pull request #2526 from gabrieltaylor/additional_server_tests
Additional server tests
2015-05-11 11:44:19 -07:00
Philip O'Toole a279ab6e76 Merge pull request #2536 from influxdb/single_node_leader_restart
Set leader ID on log open if only 1 node
2015-05-11 11:36:49 -07:00
Todd Persen ea5a321cf4 Fix tests to expect 200 response code, handle client errors gracefully. 2015-05-11 11:36:16 -07:00
Todd Persen f6f66a7797 Remove unused test methods. 2015-05-11 11:35:33 -07:00
Todd Persen 4114031176 WIP: Make `200 OK` the default status code for queries. 2015-05-11 11:34:06 -07:00
Philip O'Toole b8b396807e Set leader ID on log open if only 1 node
Without this change a restart of a single-node cluster would result in
no Raft leader.
2015-05-11 11:23:43 -07:00
Philip O'Toole f7ce5117d9 Update CHANGELOG for PR 2535 2015-05-11 11:06:22 -07:00
Philip O'Toole b17c8bc1ec Merge pull request #2535 from haim0n/master
init.sh: double start considers success
2015-05-11 11:04:37 -07:00
ben hockey 9a3c28748c change timestamp to time 2015-05-11 12:28:47 -05:00
Haim Daniel 8ef92ba555 init.sh: double start considers success
Signed-off-by: Haim Daniel <haimdaniel@gmail.com>
2015-05-11 20:27:38 +03:00
Jason Wilder e0598be9a6 Re-add raft/messaging
Deleting them broke the build.
2015-05-11 09:20:22 -06:00
Gabriel Taylor-Russ 961e9ae133 - Improve comments
- Remove pending test cases that are now covered
2015-05-08 18:40:15 -07:00
Gabriel Taylor-Russ ad4a9dd364 - Add test for createDatabaseIfNotExists 2015-05-08 18:34:39 -07:00
Can ZHANG 55106a6287 Add integration tests for first(), last() and spread() queries. 2015-05-09 09:01:07 +08:00
Can ZHANG 0aff0deaf2 Fix inconsistent data type 2015-05-09 08:51:56 +08:00
Gabriel Taylor-Russ f30634132b - Add tests for show tag keys
- Add tests for show tag values
2015-05-08 17:45:25 -07:00
Philip O'Toole 934a5be1c9 Merge pull request #2525 from influxdb/broker_stats
Serve broker diagnostics over HTTP
2015-05-08 16:57:35 -07:00
Philip O'Toole a52005fb0a Update CHANGELOG 2015-05-08 16:54:11 -07:00