Commit Graph

4031 Commits (2aa155c428e069378f23dbd887706cf660be1b75)

Author SHA1 Message Date
Cory LaNou 2c0be0b36b test for process_continuous_queries http endpoint 2015-02-24 10:27:32 -07:00
Cory LaNou 9ddad0aa4b add issue #1700 to changelog 2015-02-24 09:14:10 -07:00
Cory LaNou f3fa3589c3 Do not wrap continuous queries endpoint in authorization 2015-02-24 09:12:10 -07:00
Paul Dix 6e4b91b351 Merge pull request #1708 from influxdb/seed-raft-log
Seed the random Int63 generator.
2015-02-24 02:23:37 -05:00
Todd Persen 11fce7cb33 Seed the random Int63 generator. 2015-02-23 23:19:56 -08:00
Paul Dix 5d7f9d26ee Merge pull request #1706 from influxdb/add-limit-offset
Add support for limit and offset on the number of series returned
2015-02-24 01:46:38 -05:00
Paul Dix 036859c191 Fix limit and offset, add more tests.
Also updated the Clone and Substatement methods to copy the offset.
2015-02-24 01:42:11 -05:00
Todd Persen 4f38d8d5e3 Update admin assets. 2015-02-23 22:30:38 -08:00
Paul Dix 2d261e3dc9 Update changelog 2015-02-24 01:18:55 -05:00
Paul Dix dffcac541d Add support for limit and offset on the number of series returned 2015-02-24 01:16:06 -05:00
Paul Dix 0baf8bd084 Update changelog with 0.9.0 details 2015-02-24 00:48:04 -05:00
Paul Dix fdce7ff7c3 Merge pull request #1704 from influxdb/fix-raw-ordering2
Fix queries that return raw data without aggregates.
2015-02-24 00:44:44 -05:00
Paul Dix db0f5f025b Add server test for raw data query GROUP BY * 2015-02-24 00:43:53 -05:00
Paul Dix 8455a2637e Fix server test after refactor of write api 2015-02-24 00:36:07 -05:00
Paul Dix a8a0b9f24e Fix raw data query where some values are null
I also removed the engine test for the raw planner. It's getting tested elsewhere and it would have been too difficult to make it work. Besides, that's getting replaced soon anyway.
2015-02-24 00:36:07 -05:00
Paul Dix b69597f376 Fix queries that return raw data without aggregates. 2015-02-24 00:36:07 -05:00
Paul Dix 86972788d3 Merge pull request #1632 from influxdb/wildcard_group_by
Implement comprehensive query wildcard re-write
2015-02-24 00:13:37 -05:00
Paul Dix 0d05ca3e4e Merge pull request #1689 from influxdb/show_tag_values
Simple change so "SHOW TAG VALUES" is as expected
2015-02-23 23:47:56 -05:00
Paul Dix f42270ad27 Merge pull request #1705 from influxdb/remove_byte_length_count
Remove field value count when writing to disk
2015-02-23 23:44:38 -05:00
Philip O'Toole 0475d176f2 Wildcard unit test should expect "series" not "rows" 2015-02-23 19:17:56 -08:00
Philip O'Toole 04c50ae8a1 Update wildcard unit test for "Fields" 2015-02-23 19:11:50 -08:00
Philip O'Toole 4d896fa96b Correct comment in wildcard unit test 2015-02-23 19:09:55 -08:00
Philip O'Toole 41ad49f1c1 Add wildcard detection method to SelectStatement 2015-02-23 19:09:55 -08:00
Philip O'Toole 5f71aed8bd Fix previously failing GROUP BY * unit tests
GROUP BY * functionality is now in place.
2015-02-23 19:09:55 -08:00
Philip O'Toole 84de4ad56c Add wildcard rewrite functionality for SELECT
This code, when given a SELECT statement, returns another SELECT
statement such that all "query" and GROUP BY wildcards have been
replaced with all Measurement fields and tag keys respectively.
2015-02-23 19:09:55 -08:00
Philip O'Toole bf3aa528b0 Allow parsing of * for GROUP BY 2015-02-23 19:07:01 -08:00
Philip O'Toole 2647e79e2a Add failing test of wildcard GROUP BY 2015-02-23 19:07:01 -08:00
Philip O'Toole 149015a93c Remove field value count when writing to disk
Fixes issue #1636
2015-02-23 18:58:15 -08:00
Philip O'Toole 86b91ead94 "SHOW TAG VALUES" now outputs series per tag key
This change tightens up the type used for "Series" so the pre-existing
sort method can be used.
2015-02-23 17:15:55 -08:00
Todd Persen e8ea78391c Update admin interface. 2015-02-23 16:20:40 -08:00
Todd Persen 5cf40e9732 Merge pull request #1701 from influxdb/single-node-heartbeat
Add small delay for single node heartbeat.
2015-02-23 15:29:32 -08:00
Ben Johnson 9dd299fe80 Add small delay for single node heartbeat.
This commit adds a small 10ms delay to the heartbeat when there is only
one node in the cluster. This code needs a larger fix to avoid heartbeats
with a single node cluster but this should work well in the short term.
2015-02-23 16:18:19 -07:00
Philip O'Toole fa1f6d1d70 Merge pull request #1700 from influxdb/vlaues_to_fields
Rename "Values" to "Fields" for writes
2015-02-23 15:14:14 -08:00
Philip O'Toole 2f0fe901e3 Rename "Values" to "Fields" for writes 2015-02-23 15:06:56 -08:00
Todd Persen 2cc23d3c66 Merge pull request #1529 from influxdb/stats-reporting
Bring back stats reporting.
2015-02-23 12:57:49 -08:00
Todd Persen f8400a8c97 Merge pull request #1699 from influxdb/profiling
Add profiling to influxd
2015-02-23 12:53:34 -08:00
Todd Persen f647cdc031 Add read locking and inline data collection. 2015-02-23 12:37:17 -08:00
Ben Johnson d6358b1764 Add profiling to influxd.
This commit adds -cpuprofile and -memprofile to influxd.
2015-02-23 13:27:51 -07:00
Cory LaNou 146bbd008b Merge pull request #1694 from influxdb/deleteDatabase-to-dropDatabase
Change delete to drop for [dD]ropDatabase
2015-02-23 13:19:41 -07:00
Cory LaNou 8e086a447b Change delete to drop for [dD]ropDatabase 2015-02-23 13:14:18 -07:00
Cory LaNou 1a7f0681b0 Merge pull request #1693 from influxdb/speed-up-integration-testing
Make integration tests faster
2015-02-23 13:07:57 -07:00
Todd Persen 20a5d0b932 Rename ids for clarity. 2015-02-23 10:42:39 -08:00
Todd Persen c059e21974 Also track number of databases. 2015-02-23 10:42:39 -08:00
Todd Persen 20e7f2a750 Some small cleanups. 2015-02-23 10:42:39 -08:00
Todd Persen e45611cde3 Pull in cluster ID for reporting. 2015-02-23 10:42:39 -08:00
Todd Persen ddf1332ff8 Add reporting of series and measurement counts 2015-02-23 10:42:39 -08:00
Todd Persen ff1c61c5c1 Only report if ReportingDisabled is set to false. 2015-02-23 10:42:39 -08:00
Todd Persen 2ac2538ed3 Don't block for stats reporting. 2015-02-23 10:42:39 -08:00
Todd Persen c366fcbbf6 Update stats reporting to just POST for now. 2015-02-23 10:42:38 -08:00
Cory LaNou 7d931ad585 make integration tests faster 2015-02-23 11:01:21 -07:00