Commit Graph

32 Commits (7d4713e4a17701fbc19a5d1eae7f99d39b7cda43)

Author SHA1 Message Date
Philip O'Toole 655fa7fd59 'SHOW DATABASES' should output lower-case keys 2015-01-27 23:40:49 -08: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
Cory LaNou 7a329c6c2c introducing requestID to http stack 2015-01-21 15:36:50 -07:00
Cory LaNou 29a784efef add in authorization for http write endpoint 2015-01-21 14:20:51 -07:00
Cory LaNou 4c99eef8af minor refactoring, commenting 2015-01-21 14:07:30 -07:00
Cory LaNou 65e502b8e7 updating comment on cors filter 2015-01-21 14:03:05 -07:00
Cory LaNou 7cedeed987 change comment to match renamed method 2015-01-21 14:01:57 -07:00
Cory LaNou f902ecae24 real common log format logging 2015-01-21 13:58:06 -07:00
Cory LaNou 5421285be2 added version to server struct 2015-01-21 12:53:18 -07:00
Cory LaNou 2771996865 Merge branch 'master' into log-format 2015-01-21 12:45:59 -07:00
Cory LaNou d1f212963f rename getUsernameAndPassword -> basicAuthCredentials. move it to filters 2015-01-21 12:45:42 -07:00
Cory LaNou 5c0c728fc3 merge conflict 2015-01-21 11:06:59 -07:00
Cory LaNou 1278a32487 starting web logging 2015-01-21 08:07:03 -07:00
Cory LaNou f52d9aa582 wip - added filters. added the concept of routes. more to come 2015-01-20 17:10:45 -07:00
Cory LaNou 3ab277214d first pass at moving handlers to httpd package 2015-01-20 10:50:13 -07:00