Philip O'Toole
e52faf10eb
Try build commands on distinct lines
2015-01-29 22:34:28 -08:00
Philip O'Toole
03d295e8f3
Merge pull request #1455 from influxdb/wait_apply_cluster
...
Increase time "added" for single node test
2015-01-29 22:11:25 -08:00
Philip O'Toole
8cd7251aa8
Increase time "added" for single node test
...
Wait()ing for the log to be applied can take 2 loops. Due to this, the
timer used to trigger the 3rd check is pushed too far into the future.
So push the clock even farther into the future so the test doesn't hang
and can then be re-enabled.
2015-01-29 22:08:40 -08:00
Paul Dix
4ce5a637bb
Rename create_write_query and make executable.
2015-01-29 21:34:52 -05:00
Cory LaNou
59bd3c1a64
Merge pull request #1448 from influxdb/http-timestamp-variants
...
Support epoch time with precision, RFC3339, RFC3339nano formats for writing via http
2015-01-29 19:29:40 -07:00
Philip O'Toole
5a770d6a05
Merge pull request #1443 from pcn/fix-seige-urlgen-test
...
Fix tests/seige/urlgen for non-macs
2015-01-29 18:18:04 -08:00
Philip O'Toole
c62b63f2ad
Merge pull request #1452 from influxdb/fix_config
...
Remove obsolete configuration options
2015-01-29 18:16:52 -08:00
Philip O'Toole
86cf0888df
Add unit test for 'cluster dir' configuration
2015-01-29 16:41:34 -08:00
Philip O'Toole
5a53de4d93
Remove obsolete configuration options
2015-01-29 16:36:27 -08:00
Cory LaNou
c9e4eea836
inherit precision from top level object when writing points
2015-01-29 16:44:10 -07:00
Philip O'Toole
81608cd375
Correct comment re logs
2015-01-29 15:42:32 -08:00
Philip O'Toole
f7add4c94c
Explain how to send all logs to stderr
2015-01-29 15:41:57 -08:00
Philip O'Toole
de198f981d
Merge pull request #1451 from influxdb/fix_basic_config
...
Minimum change to config so it works
2015-01-29 15:37:19 -08:00
Cory LaNou
b6ceca4c1c
godoc comments and misc formatting
2015-01-29 16:33:31 -07:00
Philip O'Toole
f68b56a579
Minimum change to config so it works
2015-01-29 15:32:15 -08:00
Cory LaNou
b6725501f4
Rounding precision on writing
2015-01-29 16:23:15 -07:00
Cory LaNou
88759a7ecc
time should marshal into UTC and nanoseconds
2015-01-29 16:23:15 -07:00
Cory LaNou
4b84a2d174
Point/Results duplicated in Client package. Custom marshaling for timestamps
2015-01-29 16:23:15 -07:00
Cory LaNou
acbaf9aae4
stabalize tests for time
2015-01-29 16:23:15 -07:00
Cory LaNou
42630c38dc
removing log output
2015-01-29 16:23:15 -07:00
Cory LaNou
a724e3b86c
BatchWrite supports unmarshalling epoch with precision, RFC3339, RFC3339Nano
2015-01-29 16:23:15 -07:00
Cory LaNou
37aad6fd20
client utility function EpochToTime
2015-01-29 16:23:15 -07:00
Cory LaNou
8643aa28aa
wip starting support for http endpoint taking epoch time
2015-01-29 16:23:15 -07:00
Philip O'Toole
3680b8769e
Merge pull request #1450 from influxdb/enable_file_logging
...
Enable file logging
2015-01-29 15:18:10 -08:00
Philip O'Toole
9943f86cf4
Enable module-level logging
2015-01-29 15:07:58 -08:00
Philip O'Toole
ce0cc84ec1
Create, and use, standard path for log file
2015-01-29 14:29:21 -08:00
Philip O'Toole
c05d4bf292
Open log file
2015-01-29 14:12:56 -08:00
Philip O'Toole
29d7decdf9
Remove ignored 'level' option from logging config
2015-01-29 14:12:56 -08:00
Philip O'Toole
573989c5cb
Merge pull request #1447 from influxdb/increase_fd_limits
...
Set FD limits to 64K for influxd
2015-01-29 14:12:36 -08:00
Philip O'Toole
42d1f4056c
Create 'run' directory tree for influxdb
2015-01-29 13:27:17 -08:00
Paul Dix
61a91002d9
Update QUERIES.md
2015-01-29 16:25:12 -05:00
Philip O'Toole
81fe1912a8
Use start-stop-daemon to launch, if available
...
This allows changing to the influxdb user if necessary.
2015-01-29 13:20:38 -08:00
Philip O'Toole
13763187a7
Merge pull request #1446 from influxdb/get_packages_for_packaging
...
'go get' packages before building
2015-01-29 12:26:43 -08:00
Philip O'Toole
030c5276a9
'go get' packages before building
2015-01-29 12:24:51 -08:00
Paul Dix
ee2359e98f
Merge pull request #1445 from influxdb/show-tag-values
...
Show tag values
2015-01-29 15:15:19 -05:00
David Norton
f827bf324a
issue #1412 : wire up show tag values
2015-01-29 15:01:25 -05:00
David Norton
0cf681d19c
influxql: remove TagKeyIdent, add WITH KEY clause
2015-01-29 15:01:25 -05:00
Peter C. Norton
f5247cb8f3
Remove more ksh/bash-isms
2015-01-29 13:01:55 -05:00
Peter C. Norton
1b645b0d52
Fix tests/seige/urlgen for non-macs
...
Should address https://github.com/influxdb/influxdb/issues/1437
2015-01-29 12:08:49 -05:00
Ben Johnson
0e8d5f749d
Merge pull request #1435 from influxdb/siege
...
Siege
2015-01-29 01:29:57 -05:00
Ben Johnson
1d587f9c1d
Add siege script and url generation.
2015-01-29 01:10:10 -05:00
Ben Johnson
03134ec83e
Add urlgen.
2015-01-29 00:47:19 -05:00
Ben Johnson
8ae192d04c
Merge pull request #1433 from influxdb/bench
...
Add Broker over HTTP benchmark.
2015-01-28 22:43:46 -05:00
Philip O'Toole
594e4fbb4c
Merge pull request #1408 from influxdb/tmux_abs_paths
...
Absolute paths in multi-node config files
2015-01-28 19:31:23 -08:00
Ben Johnson
26f4cf6cba
Add raw broker benchmark.
2015-01-28 21:44:13 -05:00
Ben Johnson
efc0a263e3
Add Broker over HTTP benchmark.
2015-01-28 21:38:02 -05:00
dgnorton
f86e078900
Merge pull request #1429 from influxdb/show-tag-key
...
issue #1411 : wire up show tag keys
2015-01-28 21:35:21 -05:00
David Norton
f4383f330f
issue #1411 : fix result format
2015-01-28 21:33:19 -05:00
David Norton
ae33bc99db
issue #1411 : wire up show tag keys
2015-01-28 21:33:19 -05:00
Philip O'Toole
094e9bd008
Merge pull request #1428 from influxdb/new_cli_bin
...
Create link for renamed CLI binary
2015-01-28 17:28:14 -08:00