Merge pull request #7269 from hashicorp/checklist-jobspec-update

add note to check for job diff
This commit is contained in:
Drew Bailey 2020-03-18 11:18:39 -04:00 committed by GitHub
commit 384861297b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
* Validation happens in this package and must be implemented
* Implement other methods and tests from `api/` package
* [ ] Add conversion between `api/` and `nomad/structs` in `command/agent/job_endpoint.go`
* [ ] Add check for job diff in `nomad/structs/diff.go`
* [ ] Test conversion
## Docs