Michael Lange
240eb6697c
Merge pull request #4628 from hashicorp/f-ui-use-ls-not-ss-for-tokens
...
UI: Use localStorage instead of sessionStorage to store ACL tokens
2018-08-28 15:27:09 -07:00
Alex Dadgar
dc48000da1
Update README.md
2018-08-28 15:08:59 -07:00
Alex Dadgar
ec2ecb4e90
launcher readme
2018-08-28 15:00:48 -07:00
Alex Dadgar
cd3cf01cc2
Merge pull request #4598 from hashicorp/f-device-plugin-example
...
Example device plugin and helpers
2018-08-28 14:00:12 -07:00
Alex Dadgar
ee9d3cfe0e
Add stats to launcher
2018-08-28 13:59:57 -07:00
Alex Dadgar
7d438219e6
Add stats to example plugin
2018-08-28 13:59:57 -07:00
Alex Dadgar
a0b01d16c6
Example device plugin and helpers
...
This PR introduces:
* An example device plugin that exposes files as devices for testing.
* Helpers for serving a device plugin
* A launcher binary that allows interacting with a device plugin without
needing a Nomad client.
2018-08-28 13:59:57 -07:00
Alex Dadgar
5f03921a46
Merge pull request #4621 from hashicorp/f-device-stats
...
Device plugins expose device statistics
2018-08-28 13:59:24 -07:00
Alex Dadgar
805d8cc841
gofmt -s
2018-08-28 10:32:03 -07:00
Michael Lange
42a30ab694
Update the info message about token storage
2018-08-28 10:05:36 -07:00
Michael Lange
12bdfbdf47
Switch token storage to localStorage from sessionStorage
2018-08-28 10:05:15 -07:00
Alex Dadgar
203fe30d18
add stats to device interface
2018-08-27 16:11:07 -07:00
Michael Schurter
78ed7c05b8
Merge pull request #4614 from wyattanderson/wa-eligibility-docs
...
Add documentation for eligibility toggle endpoint
2018-08-27 10:48:47 -07:00
Preetha
ae82fef126
Merge pull request #4617 from hashicorp/docs-reord
...
Rebased docs reorg
2018-08-27 07:21:31 -07:00
Preetha Appan
e68aa90e2c
Minor wording change
2018-08-27 09:19:22 -05:00
Rob Genova
dd43c78e80
Add redirects and fix broken link in layouts/downloads.erb
2018-08-25 11:35:56 -05:00
Rob Genova
33ec1e36b3
Misc. /guides updates
2018-08-25 11:35:56 -05:00
Rob Genova
5b0df334c0
Update guides/spark
2018-08-25 11:35:56 -05:00
Rob Genova
e924bf19e9
Update guides/security
2018-08-25 11:35:56 -05:00
Rob Genova
c9667139e0
Update guides/operating-a-job
2018-08-25 11:35:56 -05:00
Rob Genova
06e8674b3d
Updates to guides/operations
2018-08-25 11:35:56 -05:00
Rob Genova
2c0c37db5e
Misc. changes and fixes to docs/
2018-08-25 11:35:56 -05:00
Rob Genova
adb03d86d3
Fix broken links in docs/job-specification
2018-08-25 11:35:56 -05:00
Rob Genova
bdf3dd21a9
Link Enterprise in header and footer to Nomad Enterprise docs page instead of marketing page; add "request more info" links
2018-08-25 11:35:56 -05:00
Rob Genova
24f29b02f6
Fix broken links in docs/drivers
2018-08-25 11:35:56 -05:00
Rob Genova
919fa31eb2
Fix broken links in docs/configuration
2018-08-25 11:35:56 -05:00
Rob Genova
1ec35acfcd
Fix broken links in docs/commands
2018-08-25 11:35:56 -05:00
Rob Genova
75f42cd524
Minor updates to intro and vs. content; update use cases
2018-08-25 11:35:56 -05:00
Rob Genova
7a640bf3fc
Fix broken links in API docs
2018-08-25 11:35:56 -05:00
Rob Genova
49315d454b
Re-organize existing docs and guides
2018-08-25 11:35:56 -05:00
Wyatt Anderson
58a56d65b4
Add documentation for eligibility toggle endpoint
2018-08-24 10:50:12 -04:00
Alex Dadgar
117304139e
statistics protos
2018-08-23 11:18:35 -07:00
Nick Ethier
280d6a3f55
lint: fix comment spelling
2018-08-22 22:47:38 -04:00
Nick Ethier
c77dbdb5ce
driver/base: fix proto pr comments
2018-08-22 22:20:46 -04:00
Nick Ethier
03ac6d8665
driver/base: add size on disk field for task
2018-08-22 22:20:46 -04:00
Nick Ethier
2072611bdb
driver/base: fixup comments from code review
2018-08-22 22:20:46 -04:00
Nick Ethier
5290754c01
driver/base: add task event emitting to proto
2018-08-22 22:20:46 -04:00
Nick Ethier
59e5500de9
driver/base: Add initial protobuf spec
2018-08-22 22:20:46 -04:00
Alex Dadgar
499cad6a76
Remove docker only on linux from getting started
2018-08-20 16:21:13 -07:00
Alex Dadgar
b978f9ca4e
Merge pull request #4591 from hashicorp/f-device-plugin
...
Initial device go-plugin
2018-08-20 15:19:26 -07:00
Alex Dadgar
03d0286752
Describe public interface of Fingerprint
2018-08-20 15:19:08 -07:00
Michael Lange
2b6f6be019
Merge pull request #4545 from hashicorp/f-ui-no-leader-error
...
UI: Specialized No Leader error page
2018-08-20 15:16:01 -07:00
Alex Dadgar
afaec815d6
Merge pull request #4599 from hashicorp/f-docker-kill-timeout
...
Fix kill timeout exceeding 5m on Docker driver
2018-08-20 15:13:25 -07:00
Michael Lange
9e584e6486
Specialized No Leader error page
2018-08-20 14:11:50 -07:00
Alex Dadgar
383251f53b
Fix kill timeout exceeding 5m on Docker driver
...
Fixes an issue where the Docker API client would timeout before the kill
timeout was hit.
2018-08-17 16:01:09 -07:00
Alex Dadgar
e11a510bd8
initial device go-plugin
2018-08-16 16:49:09 -07:00
Charlie Voiselle
92d9168622
Merge pull request #4588 from hashicorp/d-fix-max-parallel-over-group
...
Clarify `max_parallel` interaction with taskgroups
2018-08-16 12:30:45 -04:00
Charlie Voiselle
5131a381da
Clarify max_parallel interaction with taskgroups
...
Updates are parallelized at the task group level always. The
`max_parallel` attribute controls parallelization over the `count`
allocations of the task group itself.
2018-08-16 12:11:30 -04:00
Chelsea Komlo
0535dfd414
Merge pull request #4565 from hashicorp/b-compare-cert-alg
...
Error if TLS Certificate signature algorithm isn't supported in cipher suites
2018-08-15 16:09:46 -04:00
Chelsea Holland Komlo
0bb13c0f04
fix up test failure due to keyloader instantiated on tls config during parsing
2018-08-15 00:59:29 -04:00