You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* implement deep_merge functionally
* implement some changes suggested during code review
* add tests for the config override feature
* good old black formatting that I keep forgetting :)
* add docs
* adding support for singularity-compose check
this will add jsonschema as an optional dependency to check the validity of a
singularity-compose.yml file. We will eventually extend this to check (and preview)
combined files.
Signed-off-by: vsoch <[email protected]>
* implement deep_merge functionally
* implement some changes suggested during code review
* add tests for the config override feature
* tweak check group so it takes into account multiple files instead
* implement preview option
* update changelog and add docs
* Apply suggestions from code review
Co-authored-by: Vanessasaurus <[email protected]>
* move deep_merge stuff to a brand new module
* black formatting
* remove extra bullet point
* implement code review changes
* move config functions into proper module
Signed-off-by: vsoch <[email protected]>
and moving validate.py into its own file so we do not always import
* use bot.exit over print and sys.exit (which combines the two)
Signed-off-by: vsoch <[email protected]>
Co-authored-by: vsoch <[email protected]>
Co-authored-by: Vanessasaurus <[email protected]>
0 commit comments