-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for experimental 'metadata' block.
This adds support for putting top level fields into a 'metadata' block for organization purposes. It also ships a 'conf' field to the publish endpoint containing the full contents of the `massdriver.yaml` file. The goal is that the CLI will not need to be kept aware of changes to the spec and will simply ship the config off to the pkg manager. This will make it easier to make changes to the structure of massdriver YAML files since it doesnt have to be changed in the pkg manager and the CLI. TODOs: * [ ] remove TODOs / notes * [ ] Fix validate schema logic (bundle.LintSchema) * [ ] Move JSON Schemas to gh json-schemas repo, pull for CLI & backend * [ ] Add code to 'upgrade' schema definitions * [ ] Remove legacy
- Loading branch information
1 parent
17d1ae5
commit 32e1700
Showing
10 changed files
with
723 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.