Commit Graph

17 Commits (dc1fce917cb77dc3c6ea440afce6bf4d08ba8979)

Author SHA1 Message Date
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