commit 587f95e99a53cc176386d2cea03e9832e2efd3c8
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Nov 6 10:19:22 2017 -0600
Fix busted Stage revalidation on Bootenv validation update
Stages were not properly clearing their validation state before
revalidating when the availability of their associated BootEnv was
updated.
This change also updates how Stages are validated to allow them to be
flagged as valid (and not available) as long as their are no obvious
syntactic issues with the Stage. In particular, we no longer require
that the associated BootEnv, Task, Template, or Profiles actually
exist, although we do theck to make sure that the Template list is at
least structurally correct.
M api/bootenv_test.go
M models/templateInfo.go
commit 47b7f42ad9a69b6dc90df6ac3dbcf0e3a2cc18a7
Author: Shane Gibson <shane@rackn.com>
Date: Sun Nov 5 13:54:36 2017 -0800
updates to doc for api, install, and quickstart
M doc/api.rst
M doc/install.rst
M doc/quickstart.rst
End of Note