Commit Graph

4799 Commits (8661155a7d380cb9b1aedf0bc1a07d24cf64d4d7)

Author SHA1 Message Date
Paul Dix 05606c510c Merge pull request #1827 from influxdb/where_int_fields
Check for LT, LTE, GT, GTE
2015-03-02 18:35:59 -08:00
Philip O'Toole f0c7a6b7e7 Check for LT, LTE, GT, GTE
Add relevant unit tests
2015-03-02 18:30:48 -08:00
Philip O'Toole e82a57729f Merge pull request #1826 from influxdb/where_int_fields
WHERE field
2015-03-02 18:13:32 -08:00
Paul Dix 6d9862059e Update CHANGELOG.md 2015-03-02 18:09:25 -08:00
Paul Dix 97746c9614 Merge pull request #1813 from influxdb/fix-1813-measurement-not-found
Querying for missing measurements should return a 200
2015-03-02 17:58:49 -08:00
Philip O'Toole 1abe6e8a1a Ensure GTE integer WHERE works 2015-03-02 17:44:31 -08:00
Philip O'Toole b9d8c5d5a5 Tighten unit test for WHERE string field 2015-03-02 17:31:26 -08:00
Philip O'Toole 260dcf67f7 Decode correct byte slice 2015-03-02 17:30:03 -08:00
Todd Persen 294772d6b8 Fix previous usage of `500 Internal Server Error` for missing field 2015-03-02 17:17:17 -08:00
Todd Persen a2bf256b62 Queries for a field that doesn't exist should return a `200 OK` 2015-03-02 17:14:59 -08:00
Todd Persen 56a712a8e3 Queries for a measurement that doesn't exist should return a `200 OK` 2015-03-02 17:04:05 -08:00
Philip O'Toole 543f5500b0 Fix unit test 2015-03-02 16:40:36 -08:00
Joseph Rothrock bdbb2a7503 Rewrite urlgen in Go
Issue: 1818

This is meant to replace the urlgen shell script.
2015-03-02 16:35:33 -08:00
Philip O'Toole c201a79e13 Merge pull request #1814 from influxdb/where_int_fields
WHERE on fields
2015-03-02 16:32:48 -08:00
Philip O'Toole 9d5ef5fc7a Add unit test for WHERE string fields 2015-03-02 16:16:30 -08:00
Philip O'Toole bab0389293 Skip timestamp while checking conditions 2015-03-02 16:12:22 -08:00
Philip O'Toole 0976a8150b More unit testing of WHERE field 2015-03-02 15:26:36 -08:00
Philip O'Toole 8196a49308 Condition is set, tests still fail 2015-03-02 15:15:58 -08:00
Philip O'Toole c53cd6b392 Remove obsolete git-ignore directives 2015-03-02 11:53:30 -08:00
Philip O'Toole e1fde65112 Merge pull request #1810 from influxdb/packaging_fixes
Update CHANGELOG
2015-03-02 11:10:18 -08:00
Philip O'Toole ea854395f1 Update CHANGELOG 2015-03-02 11:09:02 -08:00
Philip O'Toole 99a3459c3a Merge pull request #1809 from influxdb/packaging_fixes
Unconditionally remove the init.d symlink
2015-03-02 11:07:43 -08:00
Philip O'Toole 4f2e665365 Unconditionally remove the init.d symlink 2015-03-02 10:48:04 -08:00
Philip O'Toole d55c850b0e Make it clear to what "Getting Started" applies 2015-03-02 08:05:23 -08:00
Paul Dix 74e6f1f4db WIP: query language refactoring compiles. mores soon 2015-03-01 22:37:09 -08:00
Ben Johnson 1bbf154f2a Removing replicas and subscriptions from broker. 2015-03-01 22:32:20 -07:00
Ben Johnson 85be4e1f6a Merge branch 'master' of https://github.com/influxdb/influxdb into broker-truncation 2015-03-01 09:47:39 -07:00
Ben Johnson 16dbe8ba2f Add Broker.Truncate(). 2015-03-01 07:06:25 -07:00
Cory LaNou 075b59285c Merge pull request #1795 from kylezh/cmd
trim command line before parse it
2015-02-28 20:27:10 -07:00
Kai Zhang ef262171d6 trim command line before parse it
This can avoid some errors caused by an additional space at the end of
the command line.

For example: 'use db ' will be trimed to 'use db' and parsed correctly.

Signed-off-by: Kai Zhang <zhangk1985@gmail.com>
2015-03-01 10:44:20 +08:00
Mark Rushakoff 6f398c1daf Add link to "How to Report Bugs Effectively" 2015-02-28 13:12:48 -08:00
Paul Dix 37fa605600 Update CONTRIBUTING.md
More details about how to file a correct bug report.
2015-02-28 11:11:41 -08:00
Paul Dix 87a6a8f15a Update CONTRIBUTING.md
Add link to the Google Group in the bug reports section.
2015-02-28 11:01:56 -08:00
Philip O'Toole 901f91dc95 Add note about requiring distro details 2015-02-28 08:58:12 -08:00
Philip O'Toole 8eefdba0d3 Correct typo in change log 2015-02-27 21:06:14 -08:00
Philip O'Toole 41688ea6af Correct markdown for URL 2015-02-27 21:03:55 -08:00
Philip O'Toole db09b20d19 Update with PR1744 2015-02-27 21:03:10 -08:00
Philip O'Toole a7c0d71d9c Merge pull request #1770 from kylezh/dev
Fix error when alter retention policy
2015-02-27 20:55:14 -08:00
Kai Zhang 43fc102b8e add --config-files option to fpm command
This is to avoid overwritten of config file when update package.

Signed-off-by: Kai Zhang <zhangk1985@gmail.com>
2015-02-28 11:05:10 +08:00
Paul Dix 40479784e2 Merge pull request #1787 from influxdb/measurement_batch_in_series
Store Measurement commands in batches
2015-02-27 19:34:01 -05:00
Philip O'Toole a5749bebfb Store Measurement commands in batches
This introduces consistency into the code, and makes testing easier.
2015-02-27 16:25:50 -08:00
Todd Persen 2facd61586 Merge pull request #1786 from influxdb/remove-syslog
Remove unused syslog.go
2015-02-27 16:18:02 -08:00
Joseph Rothrock 4a5fdcc9ea Merge pull request #1785 from influxdb/1784
Fix timezone abbreviation.
2015-02-27 16:14:34 -08:00
Mark Rushakoff 666d093676 Fix urlgen to work on Ubuntu 2015-02-27 16:05:53 -08:00
Todd Persen 06bfd9c496 Remove unused syslog.go 2015-02-27 15:41:40 -08:00
Joseph Rothrock 06eac99c23 Fix timezone abbreviation.
Issue: 1784

BSD manpage for strptime sez that they don't like
most timezone abbreviations. One they do like is GMT.
2015-02-27 15:37:39 -08:00
Philip O'Toole fffbcf3fbe Merge pull request #1782 from influxdb/more_contains_unit_tests
More shard "contains" unit tests
2015-02-27 14:57:01 -08:00
Philip O'Toole ec93341f3f More shard "contains" unit tests 2015-02-27 14:53:47 -08:00
Paul Dix 65b4d1a060 Update changelog for rc6 release 2015-02-27 17:09:45 -05:00
Paul Dix 5889b12832 Merge pull request #1781 from influxdb/single_shard_data
Refactor shard group time bound checking
2015-02-27 17:07:13 -05:00