-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix #852: Allow scoping operation to a single activation ID #1127
Conversation
jandusil
commented
Nov 13, 2023
- Add a new column activation_id into table pa_operation
- Update OperationEntity
- Update OperationCreateRequest
- Update OperationServiceBehavior::createOperation
- Update OperationServiceBehavior::attemptApproveOperation
- Add tests
- Update DDL, Liquibase, migration guide and REST API documentation
- Add a new column activation_id into table pa_operation - Update OperationEntity - Update OperationCreateRequest - Update OperationServiceBehavior::createOperation - Update OperationServiceBehavior::attemptApproveOperation - Add tests - Update DDL, Liquibase, migration guide and REST API documentation
...o/getlime/security/powerauth/app/server/service/behavior/tasks/OperationServiceBehavior.java
Outdated
Show resolved
Hide resolved
docs/db/changelog/changesets/powerauth-java-server/1.6.x/20231112-add-activation-id.xml
Outdated
Show resolved
Hide resolved
...src/main/java/com/wultra/security/powerauth/client/model/request/OperationCreateRequest.java
Show resolved
Hide resolved
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.
Let's fix the foreign key, other than this I have nothing to add.
docs/db/changelog/changesets/powerauth-java-server/1.6.x/20231112-add-activation-id.xml
Outdated
Show resolved
Hide resolved
- Add validation - Add API docs for swagger - Add foreignKey - Fix documentations
Thank you for your comments. Few things that I have fixed extra while changing the documentation. In Moreover, I have added the Swagger annotation, added validation for |
docs/db/changelog/changesets/powerauth-java-server/1.6.x/20231112-add-activation-id.xml
Outdated
Show resolved
Hide resolved
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.
I only found several typos now, otherwise good job!
...tlime/security/powerauth/app/server/service/behavior/tasks/OperationServiceBehaviorTest.java
Outdated
Show resolved
Hide resolved
...tlime/security/powerauth/app/server/service/behavior/tasks/OperationServiceBehaviorTest.java
Outdated
Show resolved
Hide resolved
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.
arch_db_structure.png
should be regenerated.
docs/db/changelog/changesets/powerauth-java-server/1.6.x/20231112-add-activation-id.xml
Outdated
Show resolved
Hide resolved
...tlime/security/powerauth/app/server/service/behavior/tasks/OperationServiceBehaviorTest.java
Outdated
Show resolved
Hide resolved
...tlime/security/powerauth/app/server/service/behavior/tasks/OperationServiceBehaviorTest.java
Show resolved
Hide resolved
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.
Looks good.