forked from complytime/trestle-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: decouples AuthoredObject configuration from tasks (complyti…
…me#98) * chore: updates AuthorObjectBase to AuthoredObjectBase BREAKING CHANGE: Class name update; breaking change to the public API. Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com> * refactor: updates regenerate and assemble tasks to accept an AuthoredObject type In some instances AuthoredObject types are used outside of the scope of tasks. Allowing the tasks to directly take the AuthoredObject type allows these configured objects to be reused. It also decouples the task from the model specific AuthoredObject configuration. BREAKING CHANGE: Breaking change to the public API for AssembleTask and RegenerateTask Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com> * fix: adds type hint to authored_object in autosync.py Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com> --------- Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
- Loading branch information
Showing
14 changed files
with
158 additions
and
260 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
Oops, something went wrong.