issues
search
openlawlibrary
/
taf
The Archive Framework
GNU Affero General Public License v3.0
10
stars
10
forks
source link
feat: three new flags added to TAF repo (397, 450)
#455
Closed
jc12690
closed
4 months ago
jc12690
commented
5 months ago
fixes: #397, #450
Added --no-targets flag allowing users to skip target repository validation when validating the authentication repo
Added --no-upstream flag allowing users to skip upstream comparisons
Added --no-deps flag allowing users to only update the current repository and not update dependent repositories from dependencies.json
Code review checklist (for code reviewer to complete)
[ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
[ ] Title summarizes what is changing
[ ] Commit messages are meaningful (see
this
for details)
[ ] Tests have been included and/or updated, as appropriate
[ ] Docstrings have been included and/or updated, as appropriate
[ ] Changelog has been updated, as needed (see
CHANGELOG.md
)
fixes: #397, #450
Code review checklist (for code reviewer to complete)