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
|
89b1792f56
|
Merge pull request #1322 from influxdb/change-writeseries-signature
Change WriteSeries signature
|
2015-01-13 16:30:03 -07:00 |
Cory LaNou
|
e4604fec36
|
Refactoring based on PR comments
Changing WriteSeries to take a slice of points instead of variable
arguments
Adding godoc comment for public type Point
|
2015-01-13 16:26:14 -07:00 |
Cory LaNou
|
af64bafba9
|
Merge branch 'master' into change-writeseries-signature
|
2015-01-13 16:01:05 -07:00 |
Cory LaNou
|
9e48da134b
|
change signature of WriteSeries to accept a public struct
|
2015-01-13 16:00:41 -07:00 |
David Norton
|
012b41e5ca
|
influxql: add DROP RETENTION POLICY statement
|
2015-01-13 16:46:07 -05:00 |
dgnorton
|
1abe43d71b
|
Merge pull request #1320 from influxdb/list-retention
Add LIST RETENTION POLICIES statement to InfluxQL
|
2015-01-13 15:47:01 -05:00 |
David Norton
|
d514cd03c8
|
influxql: add LIST RETENTION POLICIES statement
|
2015-01-13 15:40:43 -05:00 |
David Norton
|
874eedf36d
|
Add LIST DATABASES to QUERIES.md and INFLUXQL.md
|
2015-01-13 14:56:55 -05:00 |
Cory LaNou
|
6fd4c90a2e
|
Merge pull request #1318 from influxdb/vet-writeto-fix
go vet without arguments will now pass cleanly
|
2015-01-13 11:42:28 -07:00 |
Cory LaNou
|
639ee30d79
|
WriteEntryTo -> WriteEntriesTo
|
2015-01-13 11:27:49 -07:00 |
Cory LaNou
|
b815cb5689
|
go vet without arguments will now pass cleanly
|
2015-01-13 11:15:45 -07:00 |
Cory LaNou
|
4d8475859a
|
Merge pull request #1298 from influxdb/collectd
Collectd endpoint created
|
2015-01-13 11:04:25 -07:00 |
Cory LaNou
|
8182b35841
|
fixing error formatting to make go vet pass
|
2015-01-13 11:01:31 -07:00 |
Cory LaNou
|
f6d5756afc
|
standardize error message
|
2015-01-13 10:53:27 -07:00 |
Ben Johnson
|
3d07e3b609
|
Refactor response count check.
|
2015-01-13 10:31:21 -07:00 |
Cory LaNou
|
a654e6e662
|
update WriteSeries signature
|
2015-01-13 10:09:29 -07:00 |
Cory LaNou
|
733110d4c7
|
Merge branch 'master' into collectd
|
2015-01-13 10:06:58 -07:00 |
Ben Johnson
|
795bd24875
|
Merge pull request #1317 from influxdb/fix-server-close
Fix server close race condition.
|
2015-01-13 09:58:48 -07:00 |
Ben Johnson
|
bbe7d1aa8c
|
fix go vet
|
2015-01-13 08:00:30 -07:00 |
Ben Johnson
|
30de3704c0
|
Fix graphite.SeriesWriter signature.
|
2015-01-13 07:57:13 -07:00 |
Ben Johnson
|
d651deb0ab
|
Fix server close race condition.
|
2015-01-13 07:47:45 -07:00 |
Ben Johnson
|
4494a3aa8f
|
Merge pull request #1308 from influxdb/write-series
Write series
|
2015-01-12 18:46:15 -07:00 |
Cory LaNou
|
dd2f610a22
|
final test for collect do to really write data
|
2015-01-12 16:02:15 -07:00 |
Paul Dix
|
9a8af23d44
|
Update QUERIES.md
Added more list series examples
|
2015-01-12 16:51:56 -05:00 |
Cory LaNou
|
b818be6d4b
|
pushing up failing test
|
2015-01-12 14:49:50 -07:00 |
Ben Johnson
|
94dc8028fd
|
Merge branch 'master' of https://github.com/influxdb/influxdb into write-series
|
2015-01-12 14:35:44 -07:00 |
Ben Johnson
|
fab5082144
|
Code review fixes.
|
2015-01-12 13:13:13 -07:00 |
Ben Johnson
|
ff470047ef
|
Code review fixes.
|
2015-01-12 13:10:26 -07:00 |
Philip O'Toole
|
135d821d1a
|
Merge pull request #1311 from influxdb/travis_vet
Try enabling 'go vet'
|
2015-01-12 11:52:42 -08:00 |
Philip O'Toole
|
0938f75fa5
|
Use pointer types to fix 'go vet'
|
2015-01-12 11:50:49 -08:00 |
Philip O'Toole
|
29122a5bab
|
More 'go vet' fixes
|
2015-01-12 11:47:55 -08:00 |
Philip O'Toole
|
c9fdf34b4f
|
go vet: Fields{} -> []*Field{}
|
2015-01-12 11:43:38 -08:00 |
Ben Johnson
|
071ab8510a
|
Merge branch 'master' of https://github.com/influxdb/influxdb into write-series
|
2015-01-12 12:37:48 -07:00 |
Cory LaNou
|
e155a64e37
|
timeStamp -> timestamp
|
2015-01-12 12:18:00 -07:00 |
Cory LaNou
|
a448ff6384
|
more PR review comment respones
|
2015-01-12 11:11:34 -07:00 |
Cory LaNou
|
fdd4fd6eaa
|
merge convflict
|
2015-01-11 16:57:46 -07:00 |
Philip O'Toole
|
bfdbff1e0a
|
go vet: ignore canonically named methods
|
2015-01-11 15:33:16 -08:00 |
Philip O'Toole
|
da94091014
|
Run travis testing with 1.4 only
|
2015-01-11 15:32:36 -08:00 |
Philip O'Toole
|
14b415eaf2
|
Enable 'go vet' on Travis
|
2015-01-11 15:32:36 -08:00 |
Philip O'Toole
|
280c468b26
|
Merge pull request #1313 from influxdb/vet_fixes
More vet fixes
|
2015-01-11 15:31:45 -08:00 |
Philip O'Toole
|
295d63cb57
|
More vet fixes
|
2015-01-11 15:14:22 -08:00 |
Cory LaNou
|
807c988649
|
changes based on pr review by Dave Cheney
|
2015-01-11 07:44:52 -07:00 |