Commit Graph

4217 Commits (713ca4b831bfc16dbc17ebf2b03183ed6e12c8ca)

Author SHA1 Message Date
Philip O'Toole e31999f9d1 Add simple directions for starting InfluxDB 2015-02-24 20:11:42 -08:00
Philip O'Toole 1e94f877ef Tighten up pretty-printed README JSON 2015-02-24 20:05:48 -08:00
Philip O'Toole 5df5a401f6 Pretty-printed write and query update 2015-02-24 20:04:19 -08:00
Philip O'Toole d67df1060b Show how to insert and query 2015-02-24 19:58:58 -08:00
Philip O'Toole b2f6c0af9b More corrections to curl commands in README 2015-02-24 19:36:12 -08:00
Philip O'Toole fad12bb7b5 Correct 'curl' commands 2015-02-24 19:34:55 -08:00
Ben Johnson 39ae8e6406 Add topic segmentation. 2015-02-24 20:32:20 -07:00
Philip O'Toole 046cf178b8 Merge pull request #1731 from influxdb/disable_5_node_tests
5-node tests are racy, disabling pending debug
2015-02-24 19:25:47 -08:00
Philip O'Toole 4f232af69f 5-node tests are racy, disabling pending debug 2015-02-24 19:23:44 -08:00
Joseph Rothrock f9a90f21b0 Merge pull request #1724 from influxdb/waffle_1633
Add flag to config that disables running CQs
2015-02-24 17:27:40 -08:00
Joseph Rothrock c96fda2287 Add a flag to config that disables CQs 2015-02-24 17:18:35 -08:00
Joseph Rothrock 0dfec9268d Add flag to config that disables running CQs 2015-02-24 17:01:38 -08:00
Joseph Rothrock 2835c71ce3 Add flag to config that disables running CQs 2015-02-24 17:01:38 -08:00
Philip O'Toole 3c9c17095d Final README link updates 2015-02-24 16:50:25 -08:00
Philip O'Toole dbb0d13bb9 Further README link updates 2015-02-24 16:49:28 -08:00
Philip O'Toole 45b7ca08f0 Update link to doc link in README 2015-02-24 16:48:42 -08:00
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