Cory LaNou
|
3b59fa75f8
|
adding test for http json endpoint
|
2015-01-14 14:08:53 -07:00 |
Cory LaNou
|
a38b47f144
|
Merge branch 'master' into http-json-endpoint
|
2015-01-14 13:47:59 -07:00 |
Cory LaNou
|
14812626c6
|
allow json http endpoint to take batches and defaults
|
2015-01-14 13:45:42 -07:00 |
Philip O'Toole
|
3c126a2319
|
Merge pull request #1302 from influxdb/parsed_to_metastore
Add database and retention policy control via queries
|
2015-01-14 12:38:52 -08:00 |
Philip O'Toole
|
771d70b55b
|
Consolidate all switch statements
|
2015-01-14 12:26:29 -08:00 |
Philip O'Toole
|
8254928c21
|
'Command' -> 'Statement'
|
2015-01-14 12:25:48 -08:00 |
Philip O'Toole
|
90d4acc82c
|
Disable auth until all commands are checked
|
2015-01-14 12:24:26 -08:00 |
Philip O'Toole
|
cbd006b437
|
Create distinct functions for each statement
|
2015-01-14 12:22:45 -08: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 |
Cory LaNou
|
776657ae67
|
fixing typo
|
2015-01-14 11:26:43 -07:00 |
Cory LaNou
|
af6bcde335
|
http write series endpoint wired back up
|
2015-01-14 11:25:59 -07:00 |
Cory LaNou
|
808a09af72
|
need to check that a database was found or we panic the server
|
2015-01-14 11:12:09 -07:00 |
dgnorton
|
b23946757c
|
Merge pull request #1324 from influxdb/list-users
influxql: add LIST USERS statement
|
2015-01-14 12:15:11 -05:00 |
David Norton
|
9e3ca7b569
|
influxql: add LIST USERS statement
|
2015-01-14 11:53:17 -05:00 |
Philip O'Toole
|
44898f1f1b
|
Fix existing authentication unit tests
|
2015-01-13 22:45:03 -08:00 |
Philip O'Toole
|
aed2854ac6
|
Support 'DELETE USER...'
|
2015-01-13 21:57:59 -08:00 |
Philip O'Toole
|
cbd298ec7e
|
Support 'CREATE USER...'
|
2015-01-13 21:52:46 -08:00 |
Paul Dix
|
fd8e8a108d
|
Update contributing.md
Fix language in a few spots.
|
2015-01-14 00:34:26 -05:00 |
Philip O'Toole
|
4c1b4559dc
|
Re-enable ping handler test
|
2015-01-13 21:24:04 -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 |
Cory LaNou
|
144c2356d4
|
Merge pull request #1323 from influxdb/contributing
Contributing and pre-commit hooks updated for Go Vet
|
2015-01-13 18:06:19 -07:00 |
Cory LaNou
|
5ecbcc925b
|
Merge branch 'master' into contributing
|
2015-01-13 18:04:15 -07:00 |
Cory LaNou
|
2c9997d736
|
better error message
|
2015-01-13 18:03:40 -07: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
|
3bfd39a9a2
|
Move to uber-HTTP utitlity function
|
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
|
1d68cf8581
|
Disable handler tests for now
|
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 |
dgnorton
|
15a14b2574
|
Merge pull request #1321 from influxdb/drop-retention
influxql: add DROP RETENTION POLICY statement
|
2015-01-13 19:49:32 -05:00 |
Cory LaNou
|
a25345531f
|
add go vet instructions to contribution doc.
|
2015-01-13 17:37:26 -07:00 |
Cory LaNou
|
62f6ebea8c
|
updating docs and pre-commit hooks for vet
|
2015-01-13 17:34:06 -07:00 |
Cory LaNou
|
9913cd14bf
|
invalid formatting directive
|
2015-01-13 17:33:50 -07:00 |