Commit Graph

28 Commits (f8fdb4e5ff83ae0a29c44a2bad067c61686e3a70)

Author SHA1 Message Date
Ben Johnson ca6d0e30af Code review fixes. 2014-12-23 08:47:32 -07:00
Ben Johnson b25ced9b8e Refactor database methods into server. 2014-12-22 23:18:05 -07:00
David Norton d51214d41c handler: code review changes 2014-12-22 10:41:09 -05:00
David Norton 237dec2d12 handler: code review changes 2014-12-22 10:20:48 -05:00
David Norton 3c57dd3165 Wire up GET /db/:db/users 2014-12-22 10:20:48 -05:00
David Norton 7079d69f03 Wire up DELETE /cluster_admins/:user 2014-12-22 10:20:48 -05:00
David Norton d67257e83b Wire up POST /cluster_admins 2014-12-22 10:20:48 -05:00
David Norton 2b1c2ff97a go fmt 2014-12-22 10:20:48 -05:00
David Norton 9f174e6b21 Wire up GET /cluster_admins 2014-12-22 10:20:48 -05:00
David Norton c89a61d6d4 Wire up DELETE /db/:db/users/:user 2014-12-22 10:20:48 -05:00
David Norton c80b5a698b Wire up POST /db/:db/users/:user 2014-12-22 10:20:48 -05:00
Paul Dix 3190840f4b gofmt 2014-12-03 11:32:53 -05:00
David Norton 3478866fcb Wire up GET /db/:db/users/:user and use Matcher
In addition to wiring up the endpoint, this commit also changes the
user endpoints to use two []*Matcher for readFrom and writeTo instead
of a single []string for permissions.
2014-11-26 11:02:17 -05:00
David Norton f34ed511c0 Wire up POST /db/:db/users 2014-11-26 09:36:43 -05:00
David Norton 5872f8ac27 Make var names consistent for RetentionPolicy 2014-11-26 08:41:34 -05:00
David Norton e3b85d1f87 Add more handler_test.go tests 2014-11-26 08:41:34 -05:00
David Norton a983745400 Wire up /db/:db/retention_policies/:name/shards 2014-11-26 08:41:34 -05:00
David Norton 9080ab95fe Wire up POST /db/:db/retention_policies/:name 2014-11-26 08:41:33 -05:00
David Norton 35d1aaee95 Wire up DELETE /db/:db/retention_policies/:name 2014-11-26 08:41:33 -05:00
David Norton 5570d886eb Wire up POST /db/:db/retention_polocies 2014-11-26 08:41:33 -05:00
David Norton 89656ef842 Make unit tests more self contained 2014-11-26 08:41:33 -05:00
David Norton c251de96ed Wire up /db/:db/retention_policies 2014-11-26 08:41:33 -05:00
David Norton 82d147e9c4 Wire up /db/:db/shards 2014-11-26 08:41:33 -05:00
Ben Johnson d78bc751c9 Fix influxql.Parse() references. 2014-11-25 08:48:10 -07:00
Paul Dix bbb167792c Update handler with retention policy stuff 2014-11-18 19:52:55 -05:00
Ben Johnson 0cc1818eaa Remove protobufs. 2014-11-17 17:23:21 -07:00
Ben Johnson 37ee2ac23c Remove engine, parser, and Makefile. 2014-11-17 15:54:35 -07:00
Ben Johnson 2c7f879f4d Integrating http handler. 2014-11-10 22:25:03 -07:00