Cory LaNou
5579fa3f07
add note about installing go vet
2015-02-13 14:41:19 -07:00
Cory LaNou
c5624f37b1
only talk about git/mercurial. put above vet so getting it works
2015-02-13 14:38:42 -07:00
Cory LaNou
553170a4d6
talk about revision control systems in the contributing doc.
2015-02-13 14:29:38 -07:00
Paul Dix
b394fc203f
WIP: updating the signature for iterators to pass around raw bytes for field values.
2015-02-13 14:04:45 -05:00
Cory LaNou
e1fb8827de
Merge pull request #1595 from influxdb/serializable-public-fields
...
make the fields public to all for serializing them later
2015-02-13 09:34:38 -07:00
Todd Persen
809c441fb4
Merge pull request #1598 from influxdb/fix-admin-interface-port-collision
...
Panic if admin server already running
2015-02-13 08:14:49 -08:00
Todd Persen
c0f49e0832
Don't try to close the admin interface if it never starts up.
2015-02-12 22:52:40 -08:00
Cory LaNou
f746ca91cb
Merge pull request #1599 from influxdb/contributing
...
Allow for the contributing banner on github for PRs
2015-02-12 18:40:12 -07:00
Philip O'Toole
4baeee3af0
Support bool and string types
2015-02-12 17:35:10 -08:00
Cory LaNou
3fdb4e5025
this will allow for the banner on github for PRs
2015-02-12 18:24:29 -07:00
Cory LaNou
cd23c8e74f
Merge pull request #1597 from influxdb/ping-head
...
Ping head
2015-02-12 18:08:21 -07:00
Cory LaNou
8c4f5b5513
forgot I had this file. it was just some testing
2015-02-12 17:48:16 -07:00
Cory LaNou
9ca976df39
add HEAD /ping test
2015-02-12 17:46:39 -07:00
Cory LaNou
d6800dde0d
added ability for /ping to respond to HEAD method. fixes #1596
2015-02-12 17:43:52 -07:00
Philip O'Toole
0ca98ea6c2
Remove unmarshalValues
2015-02-12 16:07:25 -08:00
Philip O'Toole
e9880a4d8b
Cursor now requires a Field decoder
2015-02-12 16:07:25 -08:00
Philip O'Toole
5b8c0748af
Remove marshalValues
...
Code now on Measurement type
2015-02-12 16:07:20 -08:00
Philip O'Toole
aa6a45c017
Add marshalling for more field types
2015-02-12 16:06:42 -08:00
Philip O'Toole
bf9bfd6106
Error if field's type has changed
2015-02-12 16:06:37 -08:00
Cory LaNou
aa7073bfb0
make the fields public to all for serializing them later
2015-02-12 15:12:14 -07:00
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