Commit Graph

7395 Commits

Author SHA1 Message Date
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
Michael Schurter
f2476cfa67 Fix config parsing test
Went overboard before I realized there's only one test case.
2017-05-30 11:39:26 -07:00
Michael Schurter
f6ea22302c Update docs to match gc_max_allocs default 2017-05-30 11:39:12 -07:00
Alex Dadgar
65465e9ac6 Update artifact.html.md 2017-05-30 09:47:17 -07:00
Alex Dadgar
8e5ac52e80 Merge pull request #2679 from jippi/patch-3
correct artifact docs
2017-05-30 09:46:51 -07:00
Christian Winther
5bbe5f14fe correct arifact docs
It's not clear today that `destination`  *always* is a directory, and never a destination file

I've been bitten by this multiple times, as the docs today seem like it's possible to download remote file `x` and put it in dir `y` *and* rename the file to `z`
2017-05-30 12:37:52 +02:00
Michael Schurter
5933cac008 Fix diff test 2017-05-26 17:05:14 -07:00
Michael Schurter
68db2aa814 Fix getter tests
And use an interface for ReplaceEnv since its all getter needs.
2017-05-26 16:52:47 -07:00
Michael Schurter
aa0e977f1c Fix executor tests 2017-05-26 16:46:03 -07:00
Michael Schurter
6d0bc9858a Fix template canonicalize test 2017-05-26 16:42:16 -07:00
Michael Schurter
c4aa3c38cc Always use PATH-only env for rkt commands 2017-05-26 15:41:26 -07:00
Michael Schurter
de4b008579 Test env parsing 2017-05-26 15:31:40 -07:00
Michael Schurter
fc5254d4b1 Use custom TaskEnv to provide PATH for rkt 2017-05-26 15:24:14 -07:00
Michael Schurter
9ccb53d561 Let's pretend I never committed this 2017-05-26 15:06:59 -07:00
Michael Schurter
be959a4e63 Fix and test multi-env-template loading 2017-05-25 17:13:33 -07:00
Alex Dadgar
832cb449e7 changelog 2017-05-25 14:52:35 -07:00
Alex Dadgar
44db7509ad Merge pull request #2675 from hashicorp/b-perms
Fix perms to just set exec bit
2017-05-25 14:45:08 -07:00
Alex Dadgar
f3218378cd Fix perms to just set exec bit 2017-05-25 14:44:13 -07:00
Michael Schurter
572ca97967 Fix formatting 2017-05-25 09:38:49 -07:00
Michael Schurter
8f2ea2f9e5 Comment and correct formatting 2017-05-25 09:30:58 -07:00
Michael Schurter
6571fa548d Switch tests to mock_driver 2017-05-25 09:28:10 -07:00
Michael Schurter
43cc0a08a9 Minor wording updates 2017-05-24 13:55:21 -07:00
Michael Schurter
0288582e11 Fail fast on env template failures 2017-05-24 13:44:52 -07:00