Commit Graph

63 Commits (78ed56a416ea587856cd61dc87ae4aa944806ccd)

Author SHA1 Message Date
Philip O'Toole b424c2fe0c Merge pull request #1503 from influxdb/top_level_timestamps
Fix batched writes
2015-02-04 08:25:46 -08:00
David Norton 2b84113487 issue #1423: wire up show field keys 2015-02-04 10:59:47 -05:00
Philip O'Toole a03e06eae0 Fix race condition in test client
This ensures that each publish operation completes before the next one
starts.
2015-02-03 20:35:19 -08:00
Philip O'Toole 6f84d450fb Fix typo in unit HTTP handler test 2015-02-03 20:35:19 -08:00
Philip O'Toole 347032ebf1 Move batch-points code to influxdb package
Since batching is not specific to the HTTP transport, this makes the
code available for use by other future transports.
2015-02-03 18:43:23 -08:00
David Norton 19992f3ecc gofmt -s (simplify) 2015-02-01 15:33:12 -05:00
Cory LaNou cc3a147421 Use time.Equal whenever comparing time 2015-01-30 13:45:07 -07:00
Cory LaNou 8e341831ca update batchwrite tests to use utc and time.Equal() 2015-01-30 13:45:07 -07:00
Cory LaNou 98354e2877 raft test still failing, seeing if time tests fail on build, pass locally 2015-01-30 13:44:29 -07:00
David Norton 8693d771ed issue #1418: persit user after grant/revoke 2015-01-30 10:46:29 -05:00
David Norton 0b70307ca0 issue #1418: rm param from executeGrantStatement
- Remove database param from executeGrantStatement and use the database
  name specified in the ON clause.

- Add test for granting DB privilege.
2015-01-30 10:46:29 -05:00
David Norton d7814eb5f1 issue #1418: wire up revoke privilege 2015-01-30 10:46:29 -05:00
David Norton 5cfb8d9210 issue #1418: wire up grant permission 2015-01-30 10:46:29 -05:00
Philip O'Toole fc89f741cb Skip time-related marshalling tests until fixed 2015-01-29 22:42:09 -08:00
Cory LaNou c9e4eea836 inherit precision from top level object when writing points 2015-01-29 16:44:10 -07:00
Cory LaNou b6ceca4c1c godoc comments and misc formatting 2015-01-29 16:33:31 -07:00
Cory LaNou b6725501f4 Rounding precision on writing 2015-01-29 16:23:15 -07:00
Cory LaNou 88759a7ecc time should marshal into UTC and nanoseconds 2015-01-29 16:23:15 -07:00
Cory LaNou acbaf9aae4 stabalize tests for time 2015-01-29 16:23:15 -07:00
Cory LaNou 42630c38dc removing log output 2015-01-29 16:23:15 -07:00
Cory LaNou a724e3b86c BatchWrite supports unmarshalling epoch with precision, RFC3339, RFC3339Nano 2015-01-29 16:23:15 -07:00
David Norton f827bf324a issue #1412: wire up show tag values 2015-01-29 15:01:25 -05:00
David Norton f4383f330f issue #1411: fix result format 2015-01-28 21:33:19 -05:00
David Norton ae33bc99db issue #1411: wire up show tag keys 2015-01-28 21:33:19 -05:00
David Norton 4b8f9d8970 fix CREATE RETENTION POLICY ... DEFAULT 2015-01-28 14:27:05 -05:00
David Norton 204aad21d3 fix SHOW SERIES 2015-01-28 11:50:14 -05:00
Paul Dix 3ad3abaf64 Merge pull request #1398 from influxdb/show-queries
Show queries
2015-01-28 10:44:08 -05:00
Paul Dix b57d13e747 Fix show tests 2015-01-28 10:37:25 -05:00
David Norton 3a4d12aa76 wip 2015-01-28 03:45:21 -05:00
Philip O'Toole 655fa7fd59 'SHOW DATABASES' should output lower-case keys 2015-01-27 23:40:49 -08:00
David Norton 16eaae5fbd implement SHOW MEASUREMENTS 2015-01-28 00:51:09 -05:00
David Norton b50e4cc514 implement SHOW SERIES 2015-01-28 00:29:14 -05:00
Philip O'Toole be02a9823c Add full details for 'SHOW USERS' 2015-01-27 17:49:28 -08:00
Philip O'Toole efefd73c70 Return full details for 'SHOW RETENTION POLICIES' 2015-01-27 16:48:04 -08:00
Philip O'Toole a197d16ac8 Add top-level "results" key
This brings the API output into line with the API specification.
2015-01-27 15:47:47 -08:00
Philip O'Toole 97d4548790 JSON decoder should not UseNumber 2015-01-27 08:41:46 -08:00
Philip O'Toole aad0fe8bec Implement SHOW USERS 2015-01-26 19:12:24 -08:00
Cory LaNou 49b21f9568 clearer error message 2015-01-26 15:43:33 -07:00
Cory LaNou c5cb996ddd parseCredentials is working to hard. BasicAuth() from the std lib will do 2015-01-26 15:39:26 -07:00
Cory LaNou 36e9e0f152 Merge branch 'master' into http-logging-basic-auth 2015-01-26 15:13:45 -07:00
Philip O'Toole 70d8d11e2b Merge pull request #1370 from sakamotomsh/fix-vetwarn
Fix error message.
2015-01-26 08:46:32 -08:00
Cory LaNou 011887ef62 update tests for httpd package for list -> show refactoring 2015-01-26 09:28:08 -07:00
sakamotomsh afa63c9e60 Fix error message. 2015-01-26 23:01:07 +09:00
Philip O'Toole 65562162b0 Support pretty-print ouput on query endpoint
Re-implementation of existing 0.7+ feature.
2015-01-23 15:07:16 -08:00
Cory LaNou e80db27e9c simpler basic username parsing for http logger 2015-01-23 10:50:29 -07:00
Cory LaNou 6615dd799f refactoring based on PR comments 2015-01-22 13:54:19 -07:00
Cory LaNou 7e463e4f5d merging httpd/handler.go and httpd/filters.go 2015-01-21 18:17:09 -07:00
Cory LaNou fd626de462 refactoring the refactoring 2015-01-21 18:13:51 -07:00
Cory LaNou def4590fca refactoring of build log line for http 2015-01-21 16:14:51 -07:00
Cory LaNou 5cdc5523da parse username properly for http logging 2015-01-21 16:00:44 -07:00