Commit Graph

7418 Commits

Author SHA1 Message Date
Mark Mickan
e418b3e468 Add tests for migrating symlinks in alloc and local directories 2017-06-04 15:56:22 +09:30
Mark Mickan
9e984f429c Include symlinks in snapshots when migrating disks
Fixes #2685
2017-06-04 00:36:18 +09:30
Michael Schurter
38aebc056d Switch to hashicorp/go-envparse 2017-06-02 15:58:52 -07:00
Michael Schurter
80ade321c9 Merge pull request #2683 from hashicorp/f-template-envparse
Move env file parsing to a library
2017-06-02 15:54:10 -07:00
Michael Schurter
f9176492e3 Update template docs to mention json encoding newlines 2017-06-02 15:08:08 -07:00
Michael Schurter
319ea76db9 Move env file parsing to a library 2017-06-02 15:03:27 -07:00
Alex Dadgar
d4d2d1f656 small cleanup 2017-05-31 15:56:54 -07:00
Alex Dadgar
84aba1d8dc Merge pull request #2651 from rawler/feature/2334
Implement support for docker-credential-helpers
2017-05-31 15:44:58 -07:00
Alex Dadgar
e9f6769f74 Merge branch 'master' into feature/2334 2017-05-31 14:27:07 -07:00
Alex Dadgar
633ec0c39c Merge pull request #2681 from hashicorp/b-deadlock
Fix a deadlock relating to blocked allocations
2017-05-31 14:26:54 -07:00
Alex Dadgar
5bdceb4a65 Merge pull request #2672 from eyberg/master
dont throw away errors in log rotation
2017-05-31 14:14:22 -07:00
Alex Dadgar
b5fbb1f4cf Fix deadlock 2017-05-31 14:05:47 -07:00
Michael Schurter
2aaf149e10 Cleanup lots of leaked alloc runners in tests 2017-05-31 11:39:50 -07:00
Ulrik Mikaelsson
20fd19d6e2 Implement support for docker-credential-helpers
Solves: #2334
2017-05-31 12:45:02 +02:00
Seth Vargo
1214189a28 Merge pull request #2677 from hashicorp/sethvargo/api
Update API documentation
2017-05-30 21:25:29 -04:00
Seth Vargo
5916480c7f Remove links to consistency modes 2017-05-30 21:08:23 -04:00
Seth Vargo
949a078266 Remove consistency modes 2017-05-30 20:53:37 -04:00
Seth Vargo
4d144e404f Cleanup links to limit redirects 2017-05-30 20:25:11 -04:00
Seth Vargo
6c2fe78779 Use new bundle 2017-05-30 20:25:11 -04:00
Seth Vargo
aad9c81a20 Add client-side redirects 2017-05-30 20:25:11 -04:00
Seth Vargo
d85c68b780 Migrate API layouts 2017-05-30 20:25:11 -04:00
Seth Vargo
b6ce5671ad Migrate API index 2017-05-30 20:25:10 -04:00
Seth Vargo
44e039712e Migrate validate APIs 2017-05-30 20:25:10 -04:00
Seth Vargo
085e57a3a9 Migrate system APIs 2017-05-30 20:25:10 -04:00
Seth Vargo
10fbdc5203 Migrate status APIs 2017-05-30 20:25:10 -04:00
Seth Vargo
6d44b632d4 Migrate regions APIs 2017-05-30 20:25:09 -04:00
Seth Vargo
1e05ae5353 Migrate operator APIs 2017-05-30 20:25:09 -04:00
Seth Vargo
681da3fea3 Migrate nodes APIs 2017-05-30 20:25:09 -04:00
Seth Vargo
5927099646 Add libraries & SDKs page 2017-05-30 20:25:08 -04:00
Seth Vargo
0929c6c766 Migrate JSON Jobs to new namespace 2017-05-30 20:25:08 -04:00
Seth Vargo
04cace3e1d Migrate jobs APIs 2017-05-30 20:25:08 -04:00
Seth Vargo
667f314049 Migrate evaluations APIs 2017-05-30 20:25:08 -04:00
Seth Vargo
ed4e9859a8 Migrate client APIs 2017-05-30 20:25:07 -04:00
Seth Vargo
4ce914a68b Migrate allocations APIs 2017-05-30 20:25:07 -04:00
Seth Vargo
3fd3db7a6e Migrate agent APIs 2017-05-30 20:25:07 -04:00
Seth Vargo
57c34ed9e3 Slightly better expansion on small screens 2017-05-30 20:25:07 -04:00
Seth Vargo
8332722eaa Add API section to header and sidebar 2017-05-30 20:25:06 -04:00
Seth Vargo
f34a61ed1b Fix community page formatting 2017-05-30 20:25:06 -04:00
Seth Vargo
d2e2f4aebf Bump middleman-hashicorp 2017-05-30 20:25:06 -04:00
Michael Schurter
5c7b644ac2 Merge pull request #2649 from hashicorp/b-update-consul-api-vendor
Update consul/api
2017-05-30 16:15:11 -07:00
Michael Schurter
236ef21489 Merge pull request #2636 from hashicorp/f-gc-alloc-limit
Add new gc_max_allocs tuneable
2017-05-30 16:14:09 -07:00
Michael Schurter
a42b7383a2 Add #2636 to changelog 2017-05-30 15:16:14 -07:00
Michael Schurter
30d52c00e5 Update consul-template to fix compat with consul/api 2017-05-30 15:11:32 -07:00
Michael Schurter
f48dd30aef Update consul/api and comment to custom http.Client 2017-05-30 15:11:32 -07:00
Michael Schurter
f079b3ee7e Update consul/api and fix tls handling
Since I was already fixing consul's tls handling in #2645 I decided to
update consul/api and pre-emptively fix our tls handling against the
newest consul/api behavior. consul/api's handling of http.Transports has
improved but would have broken how we handled tls (again).

This would have made for a nasty surprise the next time we updated
consul/api.
2017-05-30 15:11:32 -07:00
Michael Schurter
aac319cd16 Merge pull request #2654 from hashicorp/f-env-consul
Add envconsul-like support and refactor environment handling
2017-05-30 14:40:14 -07:00
Michael Schurter
d2821f10e2 Mention #2399 in changelog
Don't advertise sockaddr support just yet; focus on the saner advertise default
2017-05-30 12:17:05 -07:00
Michael Schurter
9926d63c1f Merge pull request #2640 from hashicorp/b-remove-auto-advertise
Don't autoadvertise private ip if bind=localhost
2017-05-30 12:14:20 -07:00
Michael Schurter
361db24627 Fix Error -> Errorf 2017-05-30 12:08:59 -07:00
Michael Schurter
fe79c8ac88 Don't autoadvertise private ip if bind=localhost
A slight improvement to #2399 - if bind is localhost, return an error
instead of advertising a private ip. The advertised ip isn't valid and
will just cause errors on use. It's better to fail with an error message
instructing users how to fix the problem.
2017-05-30 11:47:29 -07:00