Commit Graph

4531 Commits (e3be4fa98d90576931a4d63c6dd8dcd0361d5690)

Author SHA1 Message Date
Philip O'Toole e3be4fa98d Merge pull request #2019 from influxdb/init_script_fixes
Remove obsolete packaging-related files
2015-03-19 13:13:20 -07:00
Philip O'Toole 65ea28ebc6 Remove obsolete packaging-related files
The presence of these files is only confusing.
2015-03-19 11:36:38 -07:00
Philip O'Toole a17889e132 Run test suite when submitting patches 2015-03-19 08:25:21 -07:00
Philip O'Toole 3218497784 Merge pull request #2010 from influxdb/move_tests
Move tests
2015-03-18 17:40:50 -07:00
Philip O'Toole 521cddb2a7 Move TestServer_ExecuteWildcardGroupBy 2015-03-18 17:37:08 -07:00
Philip O'Toole c95af24e43 Move TestServer_ExecuteWildcardQuery 2015-03-18 17:27:20 -07:00
Philip O'Toole b5d5ce070f Move TestServer_DropMeasurementSeriesTagsPreserved 2015-03-18 17:21:10 -07:00
Philip O'Toole 82136aab65 Move TestServer_ExecuteQuery to integration tests 2015-03-18 16:53:06 -07:00
Philip O'Toole f2b865e009 TestServer_WriteSeries is redundant, so remove it 2015-03-18 16:17:05 -07:00
Philip O'Toole fdc44be5e9 Add comment for precision-write tests 2015-03-18 16:16:52 -07:00
Philip O'Toole a35309c1ba Merge pull request #2007 from influxdb/more_stats
Track shard-level stats
2015-03-18 16:07:48 -07:00
Philip O'Toole fb085c53e5 Update changelog 2015-03-18 15:28:50 -07:00
Philip O'Toole 43a5747e6e Track shard-level stats 2015-03-18 15:26:49 -07:00
Philip O'Toole 6f646b28f9 Set "internal" as stats database in example config 2015-03-18 13:22:04 -07:00
Philip O'Toole f622f78ea6 Merge pull request #2003 from influxdb/more_stats
Set timestamp when writing monitoring stats
2015-03-18 13:09:04 -07:00
Philip O'Toole bed1bdbcf3 Update CHANGELOG 2015-03-18 12:45:41 -07:00
Philip O'Toole d06d9627f1 Use "internal" for self-monitoring database
Parser doesn't like database names that start with "_".
2015-03-18 12:43:04 -07:00
Philip O'Toole 61b5c4ee3c Set a timestamp when storing monitoring stats 2015-03-18 12:42:33 -07:00
Philip O'Toole 060066a08e Update CHANGELOG for PR 1985 2015-03-18 11:40:29 -07:00
Philip O'Toole 616cef62e6 Merge pull request #1985 from fancysupport/response-type-fix
headers were being set after they were written
2015-03-18 11:38:57 -07:00
Todd Persen f644ba2e7e Merge pull request #2001 from influxdb/measurement-not-found-II
Ensure measurement not found returns status code 200
2015-03-18 11:21:41 -07:00
Todd Persen 4ee1216052 Merge pull request #1978 from influxdb/fix-1832
fix #1832: support regex in FROM clause
2015-03-18 11:20:30 -07:00
Philip O'Toole 00f8121e7a Update CHANGELOG for PR 2000 2015-03-18 11:07:46 -07:00
Philip O'Toole c2e8133c3d Merge pull request #2000 from gst/master
Also print the broker path.
2015-03-18 11:06:08 -07:00
Cory LaNou 893f8e804e update changelog 2015-03-18 11:20:41 -06:00
Cory LaNou dab5ed54c4 Ensure measurement not found returns status code 200 2015-03-18 11:20:17 -06:00
Todd Persen 5d8661e02e Update CHANGELOG.md for RC14 2015-03-18 09:38:19 -07:00
Grégory Starck 0c7e062a18 Also print the broker path.
So to know/see where it's actually located.
2015-03-18 11:58:56 -04:00
Cory LaNou 09fd15f871 Merge pull request #1999 from influxdb/show-measurements-500
Return status code 200 for measurement not found errors on show series.
2015-03-18 09:38:28 -06:00
Cory LaNou b9a6085480 changelog 2015-03-18 09:33:44 -06:00
Cory LaNou 894de34245 Return status code 200 for measurement not found errors 2015-03-18 09:29:45 -06:00
dstrek 24cade1041 add tests to check content-type of responses 2015-03-18 22:48:24 +11:00
Todd Persen 4e77faf619 Update CHANGELOG.md for RC13 2015-03-18 00:35:44 -07:00
Todd Persen 803679962d Merge pull request #1990 from influxdb/fix-drop-measurement
Drop measurement was taking to long due to transactions
2015-03-17 11:12:26 -07:00
Cory LaNou c1da09ddb9 update changelog 2015-03-17 11:47:05 -06:00
Cory LaNou dc1a103ec9 Drop measurement was taking to long due to transactions 2015-03-17 11:44:08 -06:00
David Norton f338e8212c remove debugging change from tests 2015-03-17 12:46:27 -04:00
Cory LaNou 6ecf084c89 Merge pull request #1987 from influxdb/print-default-config
Fix config print startup statement for when no config is provided
2015-03-17 08:47:24 -06:00
Cory LaNou 4ccd692daf update changelog 2015-03-17 08:31:32 -06:00
Cory LaNou 20b0c52484 fixing config print startup statement 2015-03-17 07:37:08 -06:00
dstrek 60726de653 headers were being sent after they were written
fixes #1961
2015-03-17 20:51:20 +11:00
David Norton 3f8ca0c923 influxql: remove RegexLiteral from Source types 2015-03-16 19:45:39 -04:00
David Norton 62ae32b0ce wire up regex in FROM clause 2015-03-16 19:40:59 -04:00
David Norton fd005a5f15 influxql: allow regex in FROM clause 2015-03-16 19:40:21 -04:00
Todd Persen 76f432182a Merge pull request #1977 from influxdb/remove-old-docs
Remove some outdated docs.
2015-03-16 15:51:51 -07:00
Todd Persen f919712920 Remove some outdated docs. 2015-03-16 15:49:25 -07:00
Cory LaNou b42f614e57 Merge pull request #1969 from influxdb/print-config
Print config
2015-03-16 16:28:06 -06:00
Cory LaNou 031490fff1 function -> method 2015-03-16 16:25:13 -06:00
Cory LaNou e90c1a49d6 update changelog 2015-03-16 16:25:13 -06:00
Cory LaNou 961e2ee944 Print config 2015-03-16 16:24:44 -06:00