Pablo Miranda
6938073431
fixes english typos
2015-11-09 20:37:59 -08:00
Pablo Miranda
b2195d03a8
completes lint for met folder
2015-11-06 22:54:23 -08:00
Mark Bates
8ac958f8a0
Merge pull request #4683 from influxdb/enterprise-client
...
Updated to use the new Enterprise Client
2015-11-06 13:13:15 -05:00
Cameron Sparr
5bcb3cbe41
Fixup the v2 client godoc examples
2015-11-06 09:59:21 -07:00
Mark Bates
d46bf535b2
Report anonymous stats to Enterprise
2015-11-06 10:30:57 -05:00
Mark Bates
377d926aba
Fixed a logging message posting to Enterprise
2015-11-06 10:21:18 -05:00
Philip O'Toole
59f9f2bbab
Update CHANGELOG for PR 4674
...
[ci skip]
2015-11-06 00:22:32 -08:00
Philip O'Toole
a9e22dad5c
Merge pull request #4674 from simcap/master
...
Fix restore panic issue #4671
2015-11-06 00:19:51 -08:00
Philip O'Toole
ef84e33e7b
Update CHANGELOG for PR 4684
...
[ci skip]
2015-11-05 17:54:37 -08:00
Philip O'Toole
87441584f3
Merge pull request #4684 from nkatsaros/default-config
...
Add graphite and udp services to the default config generator
2015-11-05 17:53:15 -08:00
Philip O'Toole
a14829bc1d
Update CHANGELOG for PR 4690
...
[ci skip]
2015-11-05 16:52:04 -08:00
Philip O'Toole
2b06003b05
Merge pull request #4690 from pires/4660-show_shards
...
SHOW SHARDS now includes database name and retention policy
2015-11-05 16:49:59 -08:00
Cory LaNou
85d3186ad2
Merge pull request #4692 from influxdb/enable-TestConfig_Encode-4691
...
Enable toml test TestConfig_Encode fixes #4691
2015-11-05 18:49:53 -06:00
Cameron Sparr
8f5792db45
Merge pull request #4664 from nkatsaros/udp-client-fixes
...
Increase performance of the UDP client
2015-11-05 17:46:18 -07:00
Cory LaNou
516a80e4be
reneable toml test TestConfig_Encode fixes #4691
2015-11-05 18:40:42 -06:00
Paulo Pires
efd67f2351
SHOW SHARDS now includes database name and retention policy. Fixes #4660
2015-11-05 18:38:35 -05:00
Nathaniel Cook
e334cd41de
Merge pull request #4686 from influxdb/nc-subscriber-data-race
...
PointsWriter will drop writes to subscriber service for any in-flight writes
2015-11-05 16:31:42 -07:00
Nathaniel Cook
1719a6107c
PointsWriter will drop writes to subscriber service for any in-flight writes
2015-11-05 16:25:00 -07:00
Mark Bates
b1df4bd76e
Updated to use the new Enterprise Client
2015-11-05 16:46:45 -05:00
Nicholas Katsaros
4f8b0aca9a
Add graphite and udp services to the default config generator
2015-11-05 16:42:21 -05:00
Nicholas Katsaros
8fe41e1870
Increase performance of the UDP client
2015-11-05 13:53:05 -05:00
simcap
c9c68e8cd3
Fix restore panics #4671
...
When unpacking the meta, the Store `Addr` is built
against the hostname and the `bind-address` port.
We can use this resolved address for the `RemoteAddr`
as well since according to the clustering docs the
`hostname must be resolved by all members in the cluster`
2015-11-05 18:31:04 +01:00
Sean Beckett
780df574bb
updating Golang crypto
2015-11-04 15:30:32 -08:00
Cameron Sparr
e2db577e0f
Implement a UDP client
...
closes #4647
2015-11-04 14:18:14 -07:00
Philip O'Toole
c1c713b683
Small re-org of CONTIBUTING doc
...
[ci skip]
2015-11-04 13:05:08 -08:00
Philip O'Toole
cb548a65ef
Clearly mark tsm1 as experimental in sample config
...
[ci skip]
2015-11-04 08:27:17 -08:00
Cory LaNou
b2e99c155d
Merge pull request #4652 from influxdb/importer-fixes
...
Importer fixes.
2015-11-03 16:39:05 -06:00
Cory LaNou
ac563ad97d
Importer fixes. fixes #4650 #4651
2015-11-03 16:26:17 -06:00
Philip O'Toole
ae8b458d9e
Merge pull request #4644 from influxdb/cli_auth_panic
...
Check for errors in response during token check
2015-11-03 08:08:23 -08:00
Philip O'Toole
8fcf7b3dfa
Update CHANGELOG for PR4643
...
[ci skip]
2015-11-03 08:07:20 -08:00
Philip O'Toole
7ddd306418
Merge pull request #4643 from oiooj/master
...
Fix restore functionality panics
2015-11-03 08:04:28 -08:00
Philip O'Toole
e6dffd12c7
Check for errors in response during token check
...
Fixes issue #4641 .
2015-11-03 07:59:37 -08:00
oiooj
dafc6fff42
Fix restore functionality panics
2015-11-03 19:25:33 +08:00
Philip O'Toole
6682752408
Update CHANGELOG for PR 4632
...
[ci skip]
2015-11-01 18:44:30 -08:00
Philip O'Toole
0fc8d4f301
Merge pull request #4632 from miguelxpn/ipv6
...
Fix ipv6 parsing in client
2015-11-01 18:41:07 -08:00
Miguel Xavier Penha Neto
9051451e00
Fix ipv6 parsing in client
...
Old implementation of function ParseConnectionString would parse ipv6 incorrectly
Added a unit test for this
2015-11-01 19:38:54 -02:00
Philip O'Toole
437f80af8d
No need to quote build date during packaging
...
[ci skip]
2015-10-30 15:42:29 -07:00
Philip O'Toole
8fb60d8f8e
Merge pull request #4627 from oiooj/master
...
condense skipWhitespace code
2015-10-30 14:50:16 -07:00
oiooj
5d87439eb3
condense skipWhitespace code
2015-10-31 03:21:00 +08:00
Philip O'Toole
d909b0cf30
Merge pull request #4625 from influxdb/panic_points
...
Correctly handle bad write requests
2015-10-30 11:16:26 -07:00
Philip O'Toole
bd0c304c91
Update CHANGELOG
2015-10-30 11:08:14 -07:00
Philip O'Toole
3ea4366e4e
Unit test handling bad write requests
2015-10-30 11:05:47 -07:00
oiooj
d9a60d7e4c
fix write points panic
2015-10-30 10:52:50 -07:00
Philip O'Toole
cbe56e0246
Merge pull request #4620 from dhowden/http-var-names
...
Use HTTPS instead of Https in variable names
2015-10-29 15:42:02 -07:00
David Howden
5044b9d42c
Use HTTPS instead of Https in variable names
2015-10-30 08:49:37 +11:00
Philip O'Toole
4cec36c209
Merge pull request #4610 from influxdb/consistent_stats
...
Change internal stats to consistent names
2015-10-28 21:09:34 -07:00
Philip O'Toole
de7919240f
Migrate internal stats to consistent names
...
Go style -- and existing runtime stats -- do not use underscores, but
instead use camel case. This change makes the internal stats adhere to
that convention.
2015-10-28 21:07:45 -07:00
Jason Wilder
4e2a16c459
Update changelog
...
[ci skip]
2015-10-28 19:16:52 -06:00
Jason Wilder
78086cfa08
Merge pull request #4596 from ch33hau/models_point_skip_empty_string
...
skip empty string for start position
2015-10-28 19:15:03 -06:00
Jason Wilder
84f389f8fe
Merge pull request #4608 from influxdb/jw-tsm-races
...
Fix data races in TSM dataFile
2015-10-28 16:23:59 -06:00