Jason Wilder
4b53f222d6
Fix go fmt
2015-07-06 16:14:01 -06:00
Jason Wilder
a3ab093996
Parse NaN as float
...
Fixes #3230
2015-07-06 16:14:01 -06:00
Philip O'Toole
37de817f03
Merge pull request #3232 from influxdb/metastore_prefix
...
Set log prefix for Metastore
2015-07-06 12:27:40 -04:00
Philip O'Toole
230f52b2fd
Update CHANGELOG
2015-07-06 12:24:26 -04:00
Philip O'Toole
bc15a6ea27
Set log prefix for Metastore
...
Log messages from this package do not look the same as all other log
messages.
2015-07-06 12:24:00 -04:00
Philip O'Toole
4179a4e461
Merge pull request #3243 from influxdb/sort_stringset
...
stringSet now returns elements in sorted order
2015-07-06 12:13:00 -04:00
Philip O'Toole
dd66491f65
stringSet now returns elements in sorted order
2015-07-06 12:03:58 -04:00
Philip O'Toole
6a26956fe6
Minor typo in CONTRIBUTING.md
...
[ci skip]
2015-07-06 08:58:56 -04:00
Philip O'Toole
b49bc3626d
Notes on troubleshooting protobuf code generation
2015-07-06 08:57:54 -04:00
Philip O'Toole
2e1bca1ffc
More notes about building protobuf code
2015-07-06 08:43:10 -04:00
Todd Persen
714b477183
Update CHANGELOG.md
2015-07-04 15:03:47 -07:00
Todd Persen
f20a50ee55
Merge pull request #3236 from influxdb/fix-admin-interface
...
Small admin interface cleanups
2015-07-04 15:00:49 -07:00
Todd Persen
555e74c10d
Rebuild static assets.
2015-07-04 14:56:59 -07:00
Todd Persen
402b4d8652
Make different variable types print prettier.
2015-07-04 14:56:32 -07:00
Todd Persen
69be5f52b9
Bump version.
2015-07-04 14:56:32 -07:00
Todd Persen
64c0b94946
Removed unused javascript.
2015-07-04 14:56:32 -07:00
Todd Persen
212430e588
Merge pull request #3184 from jipperinbham/ui-auth
...
Set basic auth for admin interface in ajax headers
2015-07-04 14:55:38 -07:00
Philip O'Toole
af00eb32a5
Make it clearer what is required for bug reports
2015-07-03 12:10:04 -04:00
Philip O'Toole
ffae1c9ff7
Merge pull request #3218 from influxdb/config_timeouts
...
Allow PointerWriter timeout to be configurable
2015-07-02 17:14:08 -04:00
JP
567751d331
default hostname to hostname in browser URL, build statik file
2015-07-02 13:54:13 -05:00
Philip O'Toole
84b2e86d73
0.9.1 is released
2015-07-02 13:54:46 -04:00
Philip O'Toole
9ebd237dca
Update CHANGELOG
2015-07-02 12:50:15 -04:00
Philip O'Toole
d09b0867f7
Add explanations of PointWriter configs
2015-07-02 12:50:15 -04:00
Philip O'Toole
a84c48bff6
Allow the PointWriter timeout to be configurable
2015-07-02 12:50:12 -04:00
Philip O'Toole
2b2cc3c640
Update CHANGELOG for PR 3217
...
[ci skip]
2015-07-02 10:57:25 -04:00
Philip O'Toole
b2b69c63fe
Merge pull request #3217 from influxdb/config_timeouts
...
Allow WAL inter-flush delay to be configurable
2015-07-02 10:48:46 -04:00
Philip O'Toole
a0a891f0b1
Add explanatory note on WAL configuration
2015-07-02 10:40:29 -04:00
Philip O'Toole
ca86fa2633
Allow WAL inter-flush time to be configurable
2015-07-02 10:40:26 -04:00
Philip O'Toole
569d23c269
Merge pull request #3209 from influxdb/parse_errors_stderr
...
Dump run errors to stderr
2015-07-01 17:05:24 -04:00
Philip O'Toole
e9574223f5
Update CHANGELOG
2015-07-01 16:47:56 -04:00
Philip O'Toole
e0a8b581af
Dump run errors to stderr
...
When run as service, stdout goes to /dev/null by default. This means
that Run() errors are not visible in the logs, which is tough to debug.
This change will ensure that when run as a service, Run() errors appear
at stderr, which are routed to the logs by default.
2015-07-01 16:44:49 -04:00
Philip O'Toole
603166a638
Switch to target branch after 'go get'
2015-07-01 12:19:35 -04:00
Philip O'Toole
607d4b31e6
Merge pull request #3204 from influxdb/remove_tsdb_autocreate
...
Remove obsolete config flags from tsdb
2015-07-01 10:14:30 -04:00
Philip O'Toole
39af8e49de
Remove obsolete retention config from tsdb
2015-07-01 09:39:11 -04:00
Philip O'Toole
071c985b5b
Remove obsolete retention auto-create from tsdb
2015-07-01 09:37:29 -04:00
Jason Wilder
656fc0d60b
Merge pull request #3201 from influxdb/jw-salted-hash
...
Use salted hashes for in memory password cache
2015-06-30 17:10:32 -06:00
Jason Wilder
30b15d3c55
Use salted hashes for in memory password cache
2015-06-30 16:55:30 -06:00
Philip O'Toole
ca417e19f6
Merge pull request #3161 from influxdb/auth-cache-3102
...
fix #3102 : add authentication cache
2015-06-30 18:32:20 -04:00
Jason Wilder
153d18f38c
Add synchronization around authcache accesses
2015-06-30 18:29:36 -04:00
David Norton
ba6bddc5f8
fix #3102 : fix race in test
2015-06-30 18:29:36 -04:00
David Norton
3463d906e9
fix #3102 : add unit test for authentication
2015-06-30 18:29:36 -04:00
David Norton
8af9e62a5d
fix #3102 : update CHANGELOG.md
2015-06-30 18:29:36 -04:00
David Norton
debc3cc11c
fix #3102 : add authentication cache
2015-06-30 18:29:11 -04:00
Philip O'Toole
9198cbd65a
SHOW STATS and collectd panics actually in 0.9.1
...
[ci skip]
2015-06-30 18:24:53 -04:00
Philip O'Toole
b063c15ec2
Merge pull request #3194 from influxdb/shard_field_func
...
Minor changes to field codec functions
2015-06-30 14:19:28 -04:00
Philip O'Toole
babc63d941
Use typed error for "field not found"
2015-06-30 14:17:04 -04:00
Philip O'Toole
7a284885f2
Add helper to decode specific field by name
2015-06-30 14:16:54 -04:00
Philip O'Toole
fde3d1f6a2
Remove unused, unexported function
2015-06-30 13:28:56 -04:00
Jason Wilder
d5f67c8f8b
Merge pull request #3172 from rdallman/master
...
client: fixes nil map assignment when writing batch points out
2015-06-30 10:41:22 -06:00
Jason Wilder
a2bf4807f0
Merge pull request #3193 from influxdb/jw-fixes
...
Fix two panics
2015-06-30 09:37:38 -06:00