Cory LaNou
78ed56a416
add more curl seed scripts, update tmux test to use dedicated seed script
2015-02-04 13:52:47 -07:00
Cory LaNou
e4ef3ee420
Merge pull request #1509 from influxdb/update-tmux-3-shard-test
...
Update TMUX 3 shard test
2015-02-04 10:28:44 -07:00
Cory LaNou
fa675c4181
update test
2015-02-04 10:25:38 -07:00
dgnorton
c7d5d603c2
Merge pull request #1491 from influxdb/influxql-spec
...
update InfluxQL spec
2015-02-04 11:54:17 -05:00
David Norton
30db7a0df1
INFLUXQL.md: explain escaping and fix DROP USER
2015-02-04 11:49:05 -05:00
Philip O'Toole
b424c2fe0c
Merge pull request #1503 from influxdb/top_level_timestamps
...
Fix batched writes
2015-02-04 08:25:46 -08:00
dgnorton
2e74941016
Merge pull request #1502 from influxdb/show-field
...
issue #1423 : wire up show field keys
2015-02-04 11:05:56 -05:00
David Norton
9bbd260d2e
remove sort in (database) Measurements()
2015-02-04 10:59:47 -05:00
David Norton
2b84113487
issue #1423 : wire up show field keys
2015-02-04 10:59:47 -05:00
Philip O'Toole
a03e06eae0
Fix race condition in test client
...
This ensures that each publish operation completes before the next one
starts.
2015-02-03 20:35:19 -08:00
Philip O'Toole
6f84d450fb
Fix typo in unit HTTP handler test
2015-02-03 20:35:19 -08:00
Paul Dix
12a80534f8
Merge pull request #1504 from influxdb/change-locks
...
Change locks to read locks since that's what's actually needed
2015-02-03 22:18:14 -05:00
Philip O'Toole
05351822e4
Fix imports -- remove blank line
2015-02-03 18:43:23 -08:00
Philip O'Toole
d02281988a
Individual points should only be converted if set
...
By changing the 'Timestamp' key to a pointer, it allows the code to
detect when the key wasn't set at all. This then allows the code to know
when to insert a value from the top-level of the batch struct.
2015-02-03 18:43:23 -08:00
Cory LaNou
9791a74d26
make sure zero values does not set epoch time by accident
2015-02-03 18:43:23 -08:00
Philip O'Toole
9e916acc30
Ensure Tags map is non-nil
...
If the incoming points have no tags, then the unmarshaled BatchPoint
will have a nil Tags map.
Fix issue #1499
2015-02-03 18:43:23 -08:00
Philip O'Toole
737f93f572
Sanity-check points before storing
2015-02-03 18:43:23 -08:00
Philip O'Toole
347032ebf1
Move batch-points code to influxdb package
...
Since batching is not specific to the HTTP transport, this makes the
code available for use by other future transports.
2015-02-03 18:43:23 -08:00
Paul Dix
010e3d0be9
Change locks to read locks since that's what's actually needed
2015-02-03 21:36:41 -05:00
Cory LaNou
6411534671
Merge pull request #1501 from influxdb/results-RFC3339Nano
...
Send all time back as RFC3339Nano instead of UnixNano (int64)
2015-02-03 17:07:40 -07:00
Cory LaNou
887fbd2054
spelling is hard
2015-02-03 17:02:41 -07:00
Cory LaNou
55cc5cfa09
sending all time back as RFC3339Nano instead of UnixNano (int64)
2015-02-03 16:55:33 -07:00
Cory LaNou
c8018a3c52
Merge pull request #1498 from influxdb/cli-password-prompt
...
CLI - Prompt for password, add auth command fixes #1441
2015-02-03 15:59:09 -07:00
Cory LaNou
bc264fc430
be more strict on password arg, check if password was set
2015-02-03 15:21:48 -07:00
Cory LaNou
7b5af491d7
cli - prompt for password if blank but specified in args
2015-02-03 15:21:48 -07:00
Cory LaNou
83c39d70c4
cli - prompt for password, add auth command fixes #1441
2015-02-03 15:21:24 -07:00
Cory LaNou
96f920c6d2
Merge pull request #1500 from influxdb/cli-csv-output
...
CLI - New output formats: Column and CSV
2015-02-03 15:13:01 -07:00
Cory LaNou
781bf45a70
fixing comment grammer
2015-02-03 15:10:32 -07:00
Cory LaNou
8dd52a1ea0
removing duplicate error check
2015-02-03 15:08:47 -07:00
Cory LaNou
d3c98de563
adding new output formats to cli: csv, column, json. fixes 1419
2015-02-03 14:43:18 -07:00
Cory LaNou
05d50f3014
Merge pull request #1497 from influxdb/cli-testing
...
CLI - add some basic test coverage for now
2015-02-03 10:33:40 -07:00
Cory LaNou
36cd5d1b24
add some basic test coverage for now
2015-02-03 10:22:50 -07:00
Cory LaNou
a347f1aec6
Merge pull request #1496 from influxdb/cli-updates
...
CLI can now connect to other servers while in shell
2015-02-03 10:01:48 -07:00
Cory LaNou
dfcfa9e673
allow cli to connect with :8087 syntax
2015-02-03 09:34:13 -07:00
Cory LaNou
a3a4a03263
add const for default_host in cli
2015-02-03 09:24:26 -07:00
Cory LaNou
b090768890
cli can now connect to other servers while in shell
2015-02-03 09:15:11 -07:00
Ben Johnson
54f6835eda
Merge pull request #1436 from influxdb/batch
...
Simple Write Batching
2015-02-02 22:02:09 -07:00
David Norton
819e1107be
update DROP SERIES & MEASUREMENT
2015-02-02 23:27:09 -05:00
Ben Johnson
98421f6ccc
Merge branch 'master' into batch
...
Conflicts:
server.go
tests/siege/urlgen
2015-02-02 20:57:05 -07:00
David Norton
2934b22048
fix formatting issue in INFLUXQL.md
2015-02-02 21:42:14 -05:00
David Norton
729be5ef36
update InfluxQL spec
2015-02-02 21:33:17 -05:00
Philip O'Toole
aa3f2f4b8b
Merge pull request #1489 from influxdb/graphite_doc
...
Add missing Graphite config options
2015-02-02 16:23:43 -08:00
Philip O'Toole
5c19e57b73
Add missing Graphite config options
2015-02-02 16:05:41 -08:00
Cory LaNou
57d9fde312
Merge pull request #1487 from influxdb/microseconds-to-nanoseconds
...
We now store in nanoseconds and send back nanosecond values
2015-02-02 14:16:10 -07:00
Cory LaNou
37f62dbe71
We now store in nanoseconds and send back nanosecond values
2015-02-02 14:08:13 -07:00
Philip O'Toole
7fd3255d12
Show port config options correctly
2015-02-02 10:54:27 -08:00
dgnorton
46bb1f6efb
Merge pull request #1485 from influxdb/gofmt
...
gofmt -s (simplify)
2015-02-01 15:56:04 -05:00
David Norton
19992f3ecc
gofmt -s (simplify)
2015-02-01 15:33:12 -05:00
dgnorton
ac6744526d
Merge pull request #1483 from influxdb/golint-changes
...
golint cleanup
2015-02-01 14:10:46 -05:00
David Norton
a8b86dc29b
golint cleanup
2015-02-01 13:47:48 -05:00