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
Cory LaNou
8421d59eb0
no more pointers, refactored min/max
2015-02-11 10:45:44 -07:00
Philip O'Toole
982d9130d5
Remove comments re obsolete authorization policy
2015-02-11 09:21:57 -08:00
Cory LaNou
fe864792b5
map should do more work locally before passing up to reduce
2015-02-11 09:35:47 -07:00
Philip O'Toole
9eabe45de5
Merge pull request #1566 from influxdb/set_x_bit_init
...
Set x bit init
2015-02-11 08:28:02 -08:00
Philip O'Toole
c5f17dae89
go fmt changes
2015-02-11 08:25:17 -08:00
Philip O'Toole
1ce0826286
Set execute bit on init.sh script
2015-02-11 08:24:44 -08:00
Todd Persen
d0a1b8dea5
Merge pull request #1565 from influxdb/admin-interface
...
Update admin interface for v0.9.0
2015-02-11 00:50:47 -08:00
Todd Persen
404ea853f8
Update admin assets.
2015-02-11 00:34:38 -08:00
Todd Persen
286c9a9635
Fix admin configuration.
2015-02-10 23:42:17 -08:00
Todd Persen
8bb95cb151
Stop setting up the listener on an error.
2015-02-10 23:31:08 -08:00