-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update AIS integration #78
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #78 +/- ##
==========================================
+ Coverage 53.48% 54.48% +0.99%
==========================================
Files 29 30 +1
Lines 2023 1986 -37
==========================================
Hits 1082 1082
+ Misses 869 832 -37
Partials 72 72 ☔ View full report in Codecov by Sentry. |
4c65afd
to
7cbe51c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jraddaoui. I made a few comments, but I don't see any deal breakers.
348ff16
to
7b2b554
Compare
Update AIS integration to use Enduro's poststorage child workflows. - Remove AIS API server. - Remove `AIPName` and make `AIPUUID` a string in AIS `WorkflowParams`. - Add local activity to get the AIP current path from AMSS. - Parse AIP directory name from current path.
ec76a74
to
fa37e42
Compare
Update AIS integration to use Enduro's poststorage child workflows.
AIPName
and makeAIPUUID
a string in AISWorkflowParams
.Related to artefactual-sdps/enduro#886 and artefactual-sdps/enduro#1061.