open-nomad/client/driver
Clint Shryock c1f982a1d0 Merge branch 'master' into qemu-driver
* master: (66 commits)
  Use a single implementation of GenerateUUID
  scheduler: use update strategy for rolling updates
  nomad: adding helper structs
  scheduler: Adding CreateEval to Planner
  nomad: worker supports create eval
  nomad: guard eval creation based on parent eval
  nomad: adding Eval.Create endpoint
  nomad: support time wait for evaluations
  nomad: adding fields to cause an evaluation to 'wait'
  scheduler: support in-place allocation updates
  scheduler: util method to diff task groups
  nomad: helper struct func
  nomad: PopUpdate should minimize plan size
  nomad: adding helper to manipulate plans
  scheduler: share context and stack
  scheduler: allow updating the base nodes
  scheduler: allow StaticIterator to update base set
  scheduler: pull node shuffle into util
  nomad: adding node GC
  nomad: using Raft StartAsLeader to make tests faster
  ...
2015-09-08 09:52:40 -05:00
..
test-resources Added example python and java apps for testing 2015-09-04 11:13:24 -07:00
docker.go Removed debug logging 2015-09-03 21:08:14 -07:00
docker_test.go Added tests for docker, improved logging, and fixed a few bugs 2015-09-03 21:00:16 -07:00
driver.go driver/java: Add to builtin list 2015-09-04 13:09:11 -07:00
driver_test.go move test logger to shared file 2015-09-01 16:56:42 -05:00
exec.go driver/exec: basic implementation 2015-08-29 16:20:07 -07:00
exec_test.go move test logger to shared file 2015-09-01 16:56:42 -05:00
java.go driver/java: use filepath.Join instead of simple + 2015-09-03 10:25:09 -05:00
java_test.go clean up orphaned java processes 2015-09-03 09:49:39 -05:00
README.md driver: Add README.md for docs 2015-09-03 17:01:43 -05:00

// +build ignore

Drivers

Drivers run things