Commit Graph

4799 Commits (8661155a7d380cb9b1aedf0bc1a07d24cf64d4d7)

Author SHA1 Message Date
Philip O'Toole 6867d806de Use Inc() shorthand for Stats 2015-03-15 14:32:11 -07:00
Philip O'Toole 240b7a7f7e Add convenient Inc() method to Stats 2015-03-15 14:31:16 -07:00
Philip O'Toole f730257ee4 Implement self-monitoring 2015-03-15 14:31:16 -07:00
Philip O'Toole e08066495a Add "SHOW STATS" command 2015-03-15 14:31:16 -07:00
Philip O'Toole 228e238436 Remove unnecessary err variable 2015-03-15 14:31:16 -07:00
Philip O'Toole 8825580500 Track server stats 2015-03-15 14:31:16 -07:00
Philip O'Toole 7d82beb2be Add basic stats type
Modeled on BoltDB and expvar stats.
2015-03-15 14:30:32 -07:00
Todd Persen 9cc6028004 Update CHANGELOG.md for RC12 2015-03-15 10:25:27 -07:00
Todd Persen b842bf2446 Merge pull request #1952 from dullgiulio/delete-no-panic
return error on delete statement, closes #1933
2015-03-15 10:16:42 -07:00
Todd Persen 236ab6f104 Merge pull request #1935 from influxdb/stateless-broker
Stateless broker
2015-03-15 10:01:58 -07:00
Ben Johnson 7dc465b9db Fix shard close race condition. 2015-03-14 14:47:20 -06:00
Ben Johnson 06d839223e Integration test delay. 2015-03-14 14:31:25 -06:00
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
Joseph Rothrock a342a1e3fd remove commented line 2015-03-13 16:11:31 -07: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
Joseph Rothrock 4aa47dbe07 Merge branch 'master' of github.com:influxdb/influxdb into export
and update changelog
2015-03-13 16:07:47 -07: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
Joseph Rothrock 4aabcd907c Dump cmd
Issue: 1909
move dump cmd to an http endpoint.
Add dump cmd on client to call the endpoint.
2015-03-13 15:37:23 -07: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
Joseph Rothrock 6f86cac5d8 move to http handler 2015-03-12 17:14:53 -07: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