Todd Persen
1fd766df95
Merge pull request #1593 from influxdb/commit-hooks
...
commit hook was inaccuratly reporting vet errors due to how we ran vet
2015-02-12 10:53:01 -08:00
Cory LaNou
bcfeb0bf36
Merge pull request #1591 from influxdb/spread
...
Spread
2015-02-12 11:25:16 -07:00
Cory LaNou
b0046bc117
re-create comment
2015-02-12 11:19:37 -07:00
Cory LaNou
2d638b5333
fixed inaccurate vet reporting so this works now
2015-02-12 11:18:52 -07:00
Cory LaNou
fd236a7737
commit hook was inaccuratly reporting vet errors due to how we ran vet
2015-02-12 11:17:41 -07:00
Cory LaNou
61d4cd6a5a
shortcut calculating spread if not necessary
2015-02-12 10:40:24 -07:00
Cory LaNou
7c12afb9e1
fixing comment
2015-02-12 09:56:39 -07:00
Cory LaNou
28202ddef1
fix vet error. this one is unfortunate the way vet works
2015-02-12 09:39:59 -07:00
Cory LaNou
3dd53ebe80
wire up spread function
2015-02-12 09:39:41 -07:00
dgnorton
6309e0e6e9
Merge pull request #1583 from influxdb/fix-1579-show-measurements-format
...
fix #1579 : SHOW MEASUREMENTS format
2015-02-12 09:35:45 -05:00
Philip O'Toole
f369ac351f
Fix typo in error message
2015-02-11 23:15:18 -08:00
Mark Rushakoff
f6b26d30dd
Shell includes version in user agent string
...
Note on how overriding the version works:
If you just run `go run cmd/influx/main.go` you'll see the shell print
out "Influx DB shell 0.9" as this commit sets the package-level variable
`version` to the string "0.9".
Running `go run -ldflags "-X main.version 123" cmd/influx/main.go` will
print out "Influx DB shell 123". (`-ldflags` works for `go install` and
`go build`, too.)
2015-02-11 22:08:21 -08:00
David Norton
8f9f8051a4
fix #1579 : SHOW MEASUREMENTS format
2015-02-11 23:03:44 -05:00
Cory LaNou
59a953db97
Merge pull request #1575 from influxdb/batch-std-dev
...
emit in batches of 1000
2015-02-11 18:19:39 -07:00
Todd Persen
99a1b47f90
Merge pull request #1581 from influxdb/admin-interface-defaults
...
Make admin interface enabled by default.
2015-02-11 16:36:42 -08:00
Todd Persen
93201bd68c
Make admin interface enabled by default.
2015-02-11 16:33:21 -08:00
Todd Persen
c9d6087fe1
Merge pull request #1578 from influxdb/admin-interface-updates
...
Admin interface updates
2015-02-11 16:20:28 -08:00
Todd Persen
26279cb8df
Tweak configurability of the admin server.
2015-02-11 16:12:13 -08:00
Cory LaNou
84b1509424
Merge pull request #1576 from influxdb/first-last
...
Wire up first/last aggregate functions
2015-02-11 16:48:30 -07:00
Todd Persen
4fd6e3707f
Some name cleanup and making the admin test not crappy.
2015-02-11 15:48:04 -08:00
Cory LaNou
ecb145d15d
fix test
2015-02-11 16:06:49 -07:00
Cory LaNou
2e93fcef53
fixing test comment
2015-02-11 16:06:09 -07:00
Cory LaNou
79fe16fb6c
add comment about why we batch
2015-02-11 16:03:01 -07:00
Cory LaNou
9e80b2173a
Wire up first/last aggregate functions
2015-02-11 15:55:51 -07:00
Cory LaNou
4b18ddedec
magic numbers are evil
2015-02-11 15:11:45 -07:00
Cory LaNou
5911b38e94
emit in batches of 1000
2015-02-11 15:00:39 -07:00
Cory LaNou
13c437ab6c
Merge pull request #1573 from influxdb/stddev
...
Wire up Standard Deviation aggregate function.
2015-02-11 13:56:32 -07:00
Mark Rushakoff
e9d5b74738
Client user agent is configurable
2015-02-11 12:35:15 -08:00
Cory LaNou
6b9ba8baef
check to see if we found values to calculate
2015-02-11 12:37:14 -07:00
Cory LaNou
007dd83b9a
tests for stadard deviation
2015-02-11 12:33:45 -07:00
Cory LaNou
d108af5a94
fix standard deviation calculation
2015-02-11 12:33:10 -07:00
Philip O'Toole
af41030270
Merge pull request #1562 from influxdb/enforce_retention_policies
...
Enforce retention policies
2015-02-11 10:51:47 -08:00
Philip O'Toole
3b64f34d28
Remove obsolete data config options
2015-02-11 10:26:39 -08:00
Cory LaNou
bf0c4599ba
first pass at stddev. tests incoming
2015-02-11 11:21:55 -07:00
Cory LaNou
e9ae082d4a
Merge pull request #1567 from influxdb/min-max-fix
...
Map should do more work locally before passing up to reduce
2015-02-11 11:21:29 -07:00
Cory LaNou
367c6a2d62
Merge pull request #1569 from influxdb/issue-1568-nil-user
...
Check for nil user in write handler
2015-02-11 11:20:55 -07:00
Cory LaNou
e99ba7207c
add test for nil user on authenticated server
2015-02-11 11:13:41 -07:00
Philip O'Toole
19cd5509c0
Retention policy and database were reversed in log
2015-02-11 10:11:09 -08:00
Philip O'Toole
0c8ded4197
Unit test retention policy enforcement
2015-02-11 09:54:07 -08:00
Philip O'Toole
8cb06c5b8e
Refactor retention policy enforcement for testing
2015-02-11 09:54:07 -08:00
Philip O'Toole
8dae2c2268
Unit-test deletion of shard groups
2015-02-11 09:54:07 -08:00
Philip O'Toole
ddb57b4569
Explain why shard deletion may fail
2015-02-11 09:54:07 -08:00
Philip O'Toole
91f863258c
Close shard before deletion
2015-02-11 09:54:07 -08:00
Philip O'Toole
65edd6b277
Detect shard groups due for deletion
2015-02-11 09:54:07 -08:00
Philip O'Toole
6a20100d2f
Implement "delete shard group" command
2015-02-11 09:54:07 -08:00
Philip O'Toole
37647cc6a6
Add function to return shard group by ID
...
If shard groups were stored in a map by ID, this lookup could be sped
up.
2015-02-11 09:54:07 -08:00
Philip O'Toole
20bbbe759b
Fix minor typo in unit test comment
2015-02-11 09:54:07 -08:00
Philip O'Toole
50ef1672cb
Add stubbed enable of retention policy enforcement
2015-02-11 09:54:07 -08:00
Philip O'Toole
61e1fa0efb
Add config control for retention policies
2015-02-11 09:54:07 -08:00
Cory LaNou
04fe5a6bc7
check for nil user in write handler
2015-02-11 10:52:29 -07:00