Commit Graph

4001 Commits (eaffda421dcf3f6ad010939f7e62031a396d5de5)

Author SHA1 Message Date
Philip O'Toole eaffda421d Reference 0.9 docs in README 2015-02-24 16:48:07 -08:00
Philip O'Toole 759a15086b Use correct link for package download 2015-02-24 16:28:36 -08:00
Todd Persen 3fe2029571 Update README.md 2015-02-24 16:25:29 -08:00
Cory LaNou 415c5610a6 Merge pull request #1725 from influxdb/add-shell-test
Add shell test that inserts multiple tags
2015-02-24 17:14:14 -07:00
Cory LaNou 18d064afbc chmod +x tests/create_write_single_with_multiple_tags_query.sh 2015-02-24 17:11:14 -07:00
Cory LaNou d03fcbb7cf add shell test that inserts multiple tags 2015-02-24 17:01:16 -07:00
Paul Dix 36a5c564fe Add test with an AND in the query 2015-02-24 17:10:35 -05:00
dgnorton ffcdf8e197 Merge pull request #1718 from influxdb/fix-1717
fix #1717: all points must have at least one field
2015-02-24 16:27:49 -05:00
Philip O'Toole 7c5d32a30f Merge pull request #1720 from influxdb/build_386
Parse Series IDs are 32-bit unsigned integers
2015-02-24 12:55:43 -08:00
Philip O'Toole 3867a1933c Parse Series IDs are 32-bit unsigned integers 2015-02-24 12:43:50 -08:00
David Norton e7e04cdeb0 fix #1717: code review chng & update CHANGELOG.md 2015-02-24 14:35:22 -05:00
David Norton 95a5f2588e fix #1717: all points must have at least one field 2015-02-24 14:09:10 -05:00
Paul Dix 1032b25f84 Update CHANGELOG.md 2015-02-24 13:16:25 -05:00
Paul Dix 048c6fcde6 Update CHANGELOG.md 2015-02-24 13:11:22 -05:00
Todd Persen 8c19f982f6 Merge pull request #1712 from influxdb/update-changlog
Add issue #1700 to changelog
2015-02-24 10:05:30 -08:00
Paul Dix 2a85b2ba72 Merge pull request #1716 from influxdb/print_version_and_commit
Print running version and commit in log
2015-02-24 12:53:47 -05:00
Cory LaNou 42ad52deca Merge pull request #1715 from influxdb/update-shell-test-scripts
Update tests to insert with fields, not values
2015-02-24 10:47:29 -07:00
Philip O'Toole a00c3d1a60 Print running version and commit in log 2015-02-24 09:47:07 -08:00
Cory LaNou dadfd05c75 Merge pull request #1711 from influxdb/continuous-queries-no-auth
Do not wrap continuous queries endpoint in authorization
2015-02-24 10:43:50 -07:00
Cory LaNou 3551856566 Update tests to insert with fields, not values 2015-02-24 10:32:39 -07:00
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