-
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
PIN-5889 activatePurposeVersion and updatePurpose delegation test #1344
Merged
rGregnanin
merged 44 commits into
feature/incaricato
from
PIN-5889-ActivatePurposeVersionDelegationTest
Jan 20, 2025
+575
−47
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
c9a39a8
feat: create purpose by delegate, add check on delegate
AsterITA 2e7859c
fix getDelegation using correct params
AsterITA d27dff3
added check for delegate on activate and suspend, various fixes
AsterITA 1b7a682
readded eslint on arrow function
AsterITA 9ab6c3c
removed delegationId from input in createPurpose
AsterITA a5842a1
Merge branch 'feature/incaricato' into PIN-5816_createPurposeDelegation
AsterITA 0ad08ef
applied suggestions from review
AsterITA 3befcdc
fix tests
AsterITA e18bfd6
added missing tests
rGregnanin 5832ff2
Merge branch 'PIN-5816_createPurposeDelegation' into PIN-5881-UpdateP…
rGregnanin e241b48
minor refactor on getOrganizationRole
AsterITA 0716349
fix tests
rGregnanin a76e5d4
Merge branch 'PIN-5816_createPurposeDelegation' into PIN-5881-UpdateP…
rGregnanin dac1f7a
bump outbound, added delegationId in Purpose where missing
AsterITA 33a06e2
Merge branch 'PIN-5816_createPurposeDelegation' into PIN-5881-UpdateP…
rGregnanin c6ebb08
added delegation test for activatePurposeVersion
rGregnanin b639a79
added test
rGregnanin 340ecfa
added missing delegationIds
AsterITA 7612687
added test
rGregnanin 968e848
Merge branch 'PIN-5881-UpdatePurposeDelegtionTest' into PIN-5889-Acti…
rGregnanin 9ab3407
added tests
rGregnanin 21372de
fix name
rGregnanin 19708d2
fix name
rGregnanin 1d8c744
Merge branch 'PIN-5881-UpdatePurposeDelegtionTest' into PIN-5889-Acti…
rGregnanin 93e0d58
added missing checks for delegate
AsterITA 9c2e428
fix tests
AsterITA 8a46dd7
Merge branch 'PIN-5816_createPurposeDelegation' into PIN-5881-UpdateP…
rGregnanin d86fb40
Merge branch 'feature/incaricato' into PIN-5881-UpdatePurposeDelegtio…
rGregnanin 85a2205
WIP
rGregnanin 1370f3d
fix
rGregnanin ad15dfa
fixed as suggested
rGregnanin 25ea4d8
Merge branch 'PIN-5881-UpdatePurposeDelegtionTest' into PIN-5889-Acti…
rGregnanin 89eacaa
fix
rGregnanin 3981b46
fix state
rGregnanin 6e9cb9e
Merge branch 'feature/incaricato' into PIN-5881-UpdatePurposeDelegtio…
rGregnanin ae440cb
Merge branch 'PIN-5881-UpdatePurposeDelegtionTest' into PIN-5889-Acti…
rGregnanin 2c01183
Merge branch 'feature/incaricato' into PIN-5889-ActivatePurposeVersio…
rGregnanin 43fea86
added tests
rGregnanin 017a97b
fix
rGregnanin 0f6a317
Merge branch 'feature/incaricato' into PIN-5889-ActivatePurposeVersio…
rGregnanin 1c5f059
WIP
rGregnanin 56401c1
fix
rGregnanin 40f9698
refactor
rGregnanin 18e0127
Merge branch 'feature/incaricato' into PIN-5889-ActivatePurposeVersio…
rGregnanin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading status checks…
fix state
commit 3981b469bcae33361abfb9881b10f2657ab2b82f
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
after you update this with the latest changes you should also add the test with the
vi.spyOn(pdfGenerator, "generate")
to these new tests