Commit Graph

4531 Commits (e3be4fa98d90576931a4d63c6dd8dcd0361d5690)

Author SHA1 Message Date
Ben Johnson 41d357ac04 Fixes based on code review comments. 2015-03-14 14:07:09 -06:00
Ben Johnson b045ad5d92 Wrap open logic in anonymous functions. 2015-03-14 13:55:19 -06:00
Ben Johnson 96748cb217 Update file permissions. 2015-03-14 13:49:25 -06:00
Ben Johnson 8cb7be45cc Merge branch 'stateless-broker' of https://github.com/influxdb/influxdb into stateless-broker 2015-03-14 13:44:59 -06:00
Philip O'Toole 11a908fbbe Update CHANGELOG for PR 1955 2015-03-14 12:39:42 -07:00
Philip O'Toole 9989a6a400 Tweak comments for database creation tests 2015-03-14 12:38:00 -07:00
Philip O'Toole 9723d3f9af Merge pull request #1955 from dullgiulio/nonempty-db-name
do not allow empty database name, closes #1950
2015-03-14 12:36:38 -07:00
Ben Johnson 53dbec8232 Add config notifications and increased test coverage. 2015-03-14 13:36:06 -06:00
Giulio Iotti 2cc2077c3d do not accept empty database name in drop 2015-03-14 21:31:44 +02:00
Cory LaNou 36fc4c3aa6 Merge pull request #1957 from influxdb/graphite-zero
Graphite numbers are always float64
2015-03-14 13:23:15 -06:00
Cory LaNou c0d3220a02 update changelog 2015-03-14 10:03:09 -06:00
Cory LaNou a19f81d3e9 Graphite numbers are always float64 2015-03-14 09:59:33 -06:00
Giulio Iotti 38bb2cf62e do not allow empty database name, closes #1950 2015-03-14 15:39:22 +02:00
Giulio Iotti a4f96a3b9f return error on delete statement, closes #1933 2015-03-14 11:14:32 +02:00
Cory LaNou 5a2b04229b Merge pull request #1940 from influxdb/more-client-testing
Added tests for writing multiple values/fields for client
2015-03-13 17:09:01 -06:00
Cory LaNou a37a303852 added tests for writing multiple values/fields for client 2015-03-13 17:00:57 -06:00
Cory LaNou 310ec6043c Merge pull request #1942 from influxdb/sort-wildcard-names
Sort wildcard names
2015-03-13 17:00:23 -06:00
Cory LaNou 8ceff154fa update changelog 2015-03-13 16:56:54 -06:00
Cory LaNou 3c3765dbb1 typo in comment 2015-03-13 16:52:49 -06:00
Cory LaNou 932b6ddc81 Sort wildcard expresion field names for consistent output 2015-03-13 16:51:18 -06:00
Todd Persen 8e813ec351 Update CHANGELOG.md for v0.9.0-rc11 2015-03-13 10:09:37 -07:00
Cory LaNou 55c0e4434f Update RC11 Date for Changelog 2015-03-13 07:31:24 -06:00
Paul Dix 87cdb75c71 Merge pull request #1937 from influxdb/offset-zero
OFFSET should be allowed to be 0
2015-03-12 21:47:40 -07:00
Cory LaNou 08b15d9370 zeros are ok after all 2015-03-12 18:59:38 -06:00
Cory LaNou bdfb9bfa0b update changelog 2015-03-12 18:23:51 -06:00
Cory LaNou eda74a25f1 allow offset 0 2015-03-12 18:20:58 -06:00
Ben Johnson fc189cd2ae Remove /test from .gitignore 2015-03-12 17:15:41 -06:00
Ben Johnson 4b9a93d924 Merge branch 'master' of https://github.com/influxdb/influxdb into stateless-broker 2015-03-12 15:46:04 -06:00
Ben Johnson 12e8939647 Fix messaging client redirection. 2015-03-12 15:34:20 -06:00
Philip O'Toole aecb9b5fa3 Merge pull request #1932 from influxdb/ol_refactor
Factor out common Graphite code
2015-03-12 14:24:11 -07:00
Ben Johnson c7d49209e1 Update urlgen to end at current time. 2015-03-12 15:04:36 -06:00
Philip O'Toole d82d040e59 Create databases for Graphite at higher level
By doing this the SeriesWriter interface stays focused and just has
methods for writing data. Its name then remains coherent.
2015-03-12 13:33:25 -07:00
Philip O'Toole f8c39d49b1 Fix minor typos in Graphite comments 2015-03-12 12:21:31 -07:00
Philip O'Toole 7717b11e6b Factor common code into Graphite package 2015-03-12 12:21:27 -07:00
Philip O'Toole 4cf4f96a3a Rename "Server" interface to "SeriesWriter"
Comments imply it should be this name in any event.
2015-03-12 11:55:31 -07:00
Paul Dix 69d6f74328 Merge pull request #1926 from influxdb/fix-group-by-times
Fix issue with time buckets and improve performance
2015-03-12 11:43:03 -07:00
Todd Persen 0075fe5450 Merge branch 'cli-output-fixes' 2015-03-12 11:41:34 -07:00
Todd Persen 3e4e56d31f Fix merge conflict in CHANGELOG.md 2015-03-12 11:41:30 -07:00
Paul Dix 5ca9bb5f85 Update comment for clarity 2015-03-12 11:39:57 -07:00
Ben Johnson 7880bc2452 Add zero length data checks. 2015-03-12 12:12:26 -06:00
Ben Johnson 7ab19b9f91 Merge branch 'master' of https://github.com/influxdb/influxdb into stateless-broker 2015-03-12 11:59:55 -06:00
Cory LaNou 5353b8ad20 Merge pull request #1931 from influxdb/show-rp-default-column
Add default column to SHOW RETENTION POLICIES
2015-03-12 11:27:50 -06:00
Cory LaNou b0be24beb1 less header lines 2015-03-12 11:17:28 -06:00
Cory LaNou 5ce7307f31 append line separator in correct spot 2015-03-12 11:17:28 -06:00
Cory LaNou 00437b6ece update changelog 2015-03-12 11:17:28 -06:00
Cory LaNou 15e1f9acca add trailing line separator for column format 2015-03-12 11:17:09 -06:00
Cory LaNou 04ed8a8fef sort tags for consistency 2015-03-12 11:17:09 -06:00
Cory LaNou b18ac070b9 no need to pass arg 2015-03-12 11:17:09 -06:00
Cory LaNou 24804036ef no need to pass arg 2015-03-12 11:17:08 -06:00
Cory LaNou f0f3be9aa7 refactoring column format to be much more intelligent, fixed typo seperator -> separator 2015-03-12 11:17:08 -06:00