Commit Graph

6489 Commits (f20a50ee55eeef2a2804dea3cbfcd02e120808a5)

Author SHA1 Message Date
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
Jason Wilder af827ba485 Update changelog 2015-06-30 09:29:05 -06:00
Philip O'Toole d76b734467 Allow path to fpm to be set by env. variable
Some execution contexts, like cron, don't have PATH set up as needed, so
this change allows the path to fpm to be passed in.
2015-06-30 10:13:24 -04:00
Philip O'Toole 5aaea5b4a7 Use "which" path for fpm 2015-06-30 09:42:00 -04:00
Jason Wilder b9b80b3d55 Make show stats return error instead of panic 2015-06-29 22:53:02 -06:00
Jason Wilder 87c962d62d Fix panics when collectd fails to start
If collectd fails to start, it can panic when close is called because
some variables have not be initialized yet.
2015-06-29 22:09:47 -06:00
Jason Wilder 258f0fcdfa Merge pull request #3150 from dahankzter/master
Code style fix after review of #2956
2015-06-29 16:15:39 -06:00
Jason Wilder fec1d5caec Merge pull request #3186 from influxdb/jw-3183
Handle escaped commas in measurement name
2015-06-29 16:05:55 -06:00
Jason Wilder 41ae8bdae7 Handle escaped commas in measurement name
Fixes #3183
2015-06-29 15:15:50 -06:00
JP b9a032b3d6 set basic auth in ajax headers 2015-06-29 15:34:33 -05:00
Jason Wilder eb71f78afb Merge pull request #3167 from influxdb/jw-2608
Fix panic when droppping measurement while writing to it concurrently
2015-06-29 14:05:42 -06:00
Jason Wilder 7232e6ea7c Fix panic when droppping measurement while writing to it concurrently
Fixes #2608
2015-06-29 14:01:07 -06:00