ALBS-443: Integrate CodeNotary with git updater tool
#1
Merged
soksanichenko
merged 10 commits from ALBS-443
into master
1 year ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'ALBS-443'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Add cas wrapper
lgtm
@ -0,0 +28,4 @@
SIGNER_ID=self._cas_signer_id
):
self._cas = local['cas']
self._cas['login']()
I feel uncomfortable with
login()
in__init__
, can't we do it in__enter__
and__exit__
?Do you suggest convert it to context manager?
yes
bd5686e9e4
into master 1 year agoReviewers
bd5686e9e4
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.