Commit Graph

62 Commits (bb4c67c06af01a5100f3ee0f3ab2cfb92f1c1147)

Author SHA1 Message Date
Ben Johnson 55d623220c Merge branch 'master' of https://github.com/influxdb/influxdb into engine-intg
Conflicts:
	server_test.go
2015-01-14 22:21:55 -07:00
Philip O'Toole ac0dc2aa7d Change unit tests to expect simplest HTTP codes 2015-01-14 11:45:07 -08:00
Philip O'Toole 517f6e91d6 Push query execution in server 2015-01-14 11:37:01 -08:00
Philip O'Toole 44898f1f1b Fix existing authentication unit tests 2015-01-13 22:45:03 -08:00
Philip O'Toole b73359efec More retention policy control 2015-01-13 21:22:36 -08:00
Philip O'Toole 9a6597614b Implement 'LIST RETENTION POLICIES' 2015-01-13 20:50:29 -08:00
Philip O'Toole 8c67be5cad Use 'continue' no 'else' block 2015-01-13 20:50:10 -08:00
Philip O'Toole 199f12ee34 Fix database control tests 2015-01-13 17:30:32 -08:00
Philip O'Toole 11f550bf1c "CREATE USER" and "DELETE USER" 2015-01-13 17:30:10 -08:00
Philip O'Toole 208dbb64cf Remove JSON header (for now) 2015-01-13 17:29:56 -08:00
Philip O'Toole 17db3fa051 Tighten database control, and add 'DROP RETENTION' 2015-01-13 17:21:24 -08:00
Philip O'Toole 7717862307 Add 'continue' for now
These conditions will actually need to break the loop.
2015-01-13 17:03:05 -08:00
Philip O'Toole e5dd5b373f Initial review feedback 2015-01-13 16:50:37 -08:00
Philip O'Toole 177511b1fa Make it clear user control is not implemented 2015-01-13 16:50:37 -08:00
Philip O'Toole 19987b64ad Retention policy control 2015-01-13 16:50:37 -08:00
Philip O'Toole a8b8fc3fed Test CREATE, DROP, and LIST databases 2015-01-13 16:50:37 -08:00
Philip O'Toole 6b1c9176af Create and Drop databases working 2015-01-13 16:50:37 -08:00
Philip O'Toole facf89ff5c Flesh out more type switching 2015-01-13 16:50:37 -08:00
Philip O'Toole 50aa4d3a6a Some initial work 2015-01-13 16:50:37 -08:00
Philip O'Toole 00e4151a09 Small tweaks to the authentication code
This could be tighter, but will work on that later.
2015-01-13 16:50:37 -08:00
Philip O'Toole 7336c65462 Start on Retention Policy control
Pointers int the "Alter" statement seems weird.
2015-01-13 16:50:37 -08:00
Philip O'Toole 405d300cd8 Start RetentionPolicy control 2015-01-13 16:50:37 -08:00
Philip O'Toole 0daaf4588f Final type switches 2015-01-13 16:50:37 -08:00
Philip O'Toole 62a8f04890 Flesh out more type switching 2015-01-13 16:50:37 -08:00
Philip O'Toole db8f96a529 Some initial work 2015-01-13 16:50:37 -08:00
Ben Johnson 946007916c Partial write series code. 2015-01-10 08:48:50 -07:00
Ben Johnson 70d84a9a2e Merge branch 'master' of https://github.com/influxdb/influxdb into join
Conflicts:
	cmd/influxd/run.go
	handler.go
	server.go
2015-01-06 17:25:34 -07:00
Ben Johnson 50a0826026 Add broker snapshot/restore and CLI join. 2015-01-06 17:21:32 -07:00
Philip O'Toole 4c4950a796 Rename AuthenticatedUser to Authenticate
Feedback from final code review.
2015-01-06 09:19:31 -08:00
Philip O'Toole 6b7af89119 Add new wrapper handlers for User authentication 2015-01-05 16:03:05 -08:00
Philip O'Toole 67d5cb61b3 Return 201, not 200, after creation of user 2015-01-05 15:58:30 -08:00
Philip O'Toole b068fcadf0 Correct some comments 2015-01-04 22:11:37 -08:00
Ben Johnson e88bd55762 Rename Node to DataNode. 2014-12-30 08:50:15 -07:00
Ben Johnson a04eb398cf Add node management. 2014-12-29 16:12:51 -07:00
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