open-nomad/nomad/state
Tim Gross 4335d847a4
Allow job Version to start at non-zero value (#9071)
Stop coercing version of new job to 0 in the state_store, so that we can add
regions to a multi-region deployment. Send new version, rather than existing
version, to MRD to accomodate version-choosing logic changes in ENT.

Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2020-10-12 13:59:48 -04:00
..
autopilot.go remove node events for state track changing pr 2020-09-04 10:23:35 -04:00
autopilot_test.go
iterator.go
schema.go add scaling policy type 2020-09-29 17:57:46 -04:00
schema_test.go add scaling policy type 2020-09-29 17:57:46 -04:00
state_changes.go remove node events for state track changing pr 2020-09-04 10:23:35 -04:00
state_store.go Allow job Version to start at non-zero value (#9071) 2020-10-12 13:59:48 -04:00
state_store_oss.go Transaction change tracking 2020-09-01 10:27:20 -04:00
state_store_test.go add scaling policy type 2020-09-29 17:57:46 -04:00
testing.go