-
Notifications
You must be signed in to change notification settings - Fork 18
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: migration did for organization DIDs #948
Merged
Merged
Conversation
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
Signed-off-by: tipusinghaw <[email protected]>
…at/migration-list-for-did
Signed-off-by: tipusinghaw <[email protected]>
Signed-off-by: tipusinghaw <[email protected]>
…at/migration-list-for-did
|
KulkarniShashank
approved these changes
Aug 27, 2024
bhavanakarwade
added a commit
that referenced
this pull request
Aug 28, 2024
* refactor: applied validations on issuance date (#934) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: encrypt clientId and client secret Signed-off-by: KulkarniShashank <[email protected]> * fix:collect reuse connection events Signed-off-by: pallavicoder <[email protected]> * feat: reuse connection usinginvitation DID (#940) Signed-off-by: tipusinghaw <[email protected]> * fix: unable to use platform archieved schema Signed-off-by: Krishna Waske <[email protected]> * fix: solved the clientId dcryption in verification email Signed-off-by: KulkarniShashank <[email protected]> * feat: basic message (#848) * WIP : Implementation of basic message protocol wrapper Signed-off-by: Ankita Patidar <[email protected]> * feat: basic message Signed-off-by: tipusinghaw <[email protected]> * changed response message Signed-off-by: tipusinghaw <[email protected]> * fix: sonar lint Signed-off-by: tipusinghaw <[email protected]> * fix: seperated URL creation logic Signed-off-by: tipusinghaw <[email protected]> * fix: changed error message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: Ankita Patidar <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> * refactor: fetch proof details function (#943) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> * fix: multiple schemas in verified proof details api Signed-off-by: bhavanakarwade <[email protected]> * refactor: description Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: basic message url (#944) Signed-off-by: tipusinghaw <[email protected]> * fix: add no_ledger type in seed file Signed-off-by: KulkarniShashank <[email protected]> * feat: migration logic for `org_dids` and schema type (#946) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: migration did for organization DIDs (#948) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic-message (#950) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * feat: reuse connection for issuance (#949) * feat: reuse connection for issuance Signed-off-by: bhavanakarwade <[email protected]> * refactor: property name Signed-off-by: bhavanakarwade <[email protected]> * refactor: argument name Signed-off-by: bhavanakarwade <[email protected]> * refactor: dto name Signed-off-by: bhavanakarwade <[email protected]> * fix: added certificate template Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: Krishna Waske <[email protected]> Signed-off-by: Ankita Patidar <[email protected]> Co-authored-by: Ganesh Nawle <[email protected]> Co-authored-by: KulkarniShashank <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Shashank Kulkarni <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: Krishna Waske <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: Ankita Patidar <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 6, 2024
* feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 6, 2024
* refactor: applied validations on issuance date (#934) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: encrypt clientId and client secret Signed-off-by: KulkarniShashank <[email protected]> * fix:collect reuse connection events Signed-off-by: pallavicoder <[email protected]> * feat: reuse connection usinginvitation DID (#940) Signed-off-by: tipusinghaw <[email protected]> * fix: unable to use platform archieved schema Signed-off-by: Krishna Waske <[email protected]> * fix: solved the clientId dcryption in verification email Signed-off-by: KulkarniShashank <[email protected]> * feat: basic message (#848) * WIP : Implementation of basic message protocol wrapper Signed-off-by: Ankita Patidar <[email protected]> * feat: basic message Signed-off-by: tipusinghaw <[email protected]> * changed response message Signed-off-by: tipusinghaw <[email protected]> * fix: sonar lint Signed-off-by: tipusinghaw <[email protected]> * fix: seperated URL creation logic Signed-off-by: tipusinghaw <[email protected]> * fix: changed error message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: Ankita Patidar <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> * refactor: fetch proof details function (#943) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> * fix: multiple schemas in verified proof details api Signed-off-by: bhavanakarwade <[email protected]> * refactor: description Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: basic message url (#944) Signed-off-by: tipusinghaw <[email protected]> * fix: add no_ledger type in seed file Signed-off-by: KulkarniShashank <[email protected]> * feat: migration logic for `org_dids` and schema type (#946) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: migration did for organization DIDs (#948) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic-message (#950) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * feat: reuse connection for issuance (#949) * feat: reuse connection for issuance Signed-off-by: bhavanakarwade <[email protected]> * refactor: property name Signed-off-by: bhavanakarwade <[email protected]> * refactor: argument name Signed-off-by: bhavanakarwade <[email protected]> * refactor: dto name Signed-off-by: bhavanakarwade <[email protected]> * fix: added certificate template Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: Krishna Waske <[email protected]> Signed-off-by: Ankita Patidar <[email protected]> Co-authored-by: Ganesh Nawle <[email protected]> Co-authored-by: KulkarniShashank <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Shashank Kulkarni <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: Krishna Waske <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: Ankita Patidar <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 11, 2024
* feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 11, 2024
* refactor: applied validations on issuance date (#934) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: encrypt clientId and client secret Signed-off-by: KulkarniShashank <[email protected]> * fix:collect reuse connection events Signed-off-by: pallavicoder <[email protected]> * feat: reuse connection usinginvitation DID (#940) Signed-off-by: tipusinghaw <[email protected]> * fix: unable to use platform archieved schema Signed-off-by: Krishna Waske <[email protected]> * fix: solved the clientId dcryption in verification email Signed-off-by: KulkarniShashank <[email protected]> * feat: basic message (#848) * WIP : Implementation of basic message protocol wrapper Signed-off-by: Ankita Patidar <[email protected]> * feat: basic message Signed-off-by: tipusinghaw <[email protected]> * changed response message Signed-off-by: tipusinghaw <[email protected]> * fix: sonar lint Signed-off-by: tipusinghaw <[email protected]> * fix: seperated URL creation logic Signed-off-by: tipusinghaw <[email protected]> * fix: changed error message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: Ankita Patidar <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> * refactor: fetch proof details function (#943) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> * fix: multiple schemas in verified proof details api Signed-off-by: bhavanakarwade <[email protected]> * refactor: description Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: basic message url (#944) Signed-off-by: tipusinghaw <[email protected]> * fix: add no_ledger type in seed file Signed-off-by: KulkarniShashank <[email protected]> * feat: migration logic for `org_dids` and schema type (#946) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: migration did for organization DIDs (#948) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic-message (#950) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * feat: reuse connection for issuance (#949) * feat: reuse connection for issuance Signed-off-by: bhavanakarwade <[email protected]> * refactor: property name Signed-off-by: bhavanakarwade <[email protected]> * refactor: argument name Signed-off-by: bhavanakarwade <[email protected]> * refactor: dto name Signed-off-by: bhavanakarwade <[email protected]> * fix: added certificate template Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: Krishna Waske <[email protected]> Signed-off-by: Ankita Patidar <[email protected]> Co-authored-by: Ganesh Nawle <[email protected]> Co-authored-by: KulkarniShashank <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Shashank Kulkarni <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: Krishna Waske <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: Ankita Patidar <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 11, 2024
* feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 11, 2024
* refactor: applied validations on issuance date (#934) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: encrypt clientId and client secret Signed-off-by: KulkarniShashank <[email protected]> * fix:collect reuse connection events Signed-off-by: pallavicoder <[email protected]> * feat: reuse connection usinginvitation DID (#940) Signed-off-by: tipusinghaw <[email protected]> * fix: unable to use platform archieved schema Signed-off-by: Krishna Waske <[email protected]> * fix: solved the clientId dcryption in verification email Signed-off-by: KulkarniShashank <[email protected]> * feat: basic message (#848) * WIP : Implementation of basic message protocol wrapper Signed-off-by: Ankita Patidar <[email protected]> * feat: basic message Signed-off-by: tipusinghaw <[email protected]> * changed response message Signed-off-by: tipusinghaw <[email protected]> * fix: sonar lint Signed-off-by: tipusinghaw <[email protected]> * fix: seperated URL creation logic Signed-off-by: tipusinghaw <[email protected]> * fix: changed error message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: Ankita Patidar <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> * refactor: fetch proof details function (#943) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> * fix: multiple schemas in verified proof details api Signed-off-by: bhavanakarwade <[email protected]> * refactor: description Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: basic message url (#944) Signed-off-by: tipusinghaw <[email protected]> * fix: add no_ledger type in seed file Signed-off-by: KulkarniShashank <[email protected]> * feat: migration logic for `org_dids` and schema type (#946) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: migration did for organization DIDs (#948) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic-message (#950) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * feat: reuse connection for issuance (#949) * feat: reuse connection for issuance Signed-off-by: bhavanakarwade <[email protected]> * refactor: property name Signed-off-by: bhavanakarwade <[email protected]> * refactor: argument name Signed-off-by: bhavanakarwade <[email protected]> * refactor: dto name Signed-off-by: bhavanakarwade <[email protected]> * fix: added certificate template Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: Krishna Waske <[email protected]> Signed-off-by: Ankita Patidar <[email protected]> Co-authored-by: Ganesh Nawle <[email protected]> Co-authored-by: KulkarniShashank <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Shashank Kulkarni <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: Krishna Waske <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 11, 2024
* feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 11, 2024
* refactor: applied validations on issuance date (#934) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: encrypt clientId and client secret Signed-off-by: KulkarniShashank <[email protected]> * fix:collect reuse connection events Signed-off-by: pallavicoder <[email protected]> * feat: reuse connection usinginvitation DID (#940) Signed-off-by: tipusinghaw <[email protected]> * fix: unable to use platform archieved schema Signed-off-by: Krishna Waske <[email protected]> * fix: solved the clientId dcryption in verification email Signed-off-by: KulkarniShashank <[email protected]> * feat: basic message (#848) * WIP : Implementation of basic message protocol wrapper Signed-off-by: Ankita Patidar <[email protected]> * feat: basic message Signed-off-by: tipusinghaw <[email protected]> * changed response message Signed-off-by: tipusinghaw <[email protected]> * fix: sonar lint Signed-off-by: tipusinghaw <[email protected]> * fix: seperated URL creation logic Signed-off-by: tipusinghaw <[email protected]> * fix: changed error message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: Ankita Patidar <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> * refactor: fetch proof details function (#943) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> * fix: multiple schemas in verified proof details api Signed-off-by: bhavanakarwade <[email protected]> * refactor: description Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: basic message url (#944) Signed-off-by: tipusinghaw <[email protected]> * fix: add no_ledger type in seed file Signed-off-by: KulkarniShashank <[email protected]> * feat: migration logic for `org_dids` and schema type (#946) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: migration did for organization DIDs (#948) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic-message (#950) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * feat: reuse connection for issuance (#949) * feat: reuse connection for issuance Signed-off-by: bhavanakarwade <[email protected]> * refactor: property name Signed-off-by: bhavanakarwade <[email protected]> * refactor: argument name Signed-off-by: bhavanakarwade <[email protected]> * refactor: dto name Signed-off-by: bhavanakarwade <[email protected]> * fix: added certificate template Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: Krishna Waske <[email protected]> Signed-off-by: Ankita Patidar <[email protected]> Co-authored-by: Ganesh Nawle <[email protected]> Co-authored-by: KulkarniShashank <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Shashank Kulkarni <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: Krishna Waske <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 11, 2024
* feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 11, 2024
* refactor: applied validations on issuance date (#934) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: encrypt clientId and client secret Signed-off-by: KulkarniShashank <[email protected]> * fix:collect reuse connection events Signed-off-by: pallavicoder <[email protected]> * feat: reuse connection usinginvitation DID (#940) Signed-off-by: tipusinghaw <[email protected]> * fix: unable to use platform archieved schema Signed-off-by: Krishna Waske <[email protected]> * fix: solved the clientId dcryption in verification email Signed-off-by: KulkarniShashank <[email protected]> * feat: basic message (#848) * WIP : Implementation of basic message protocol wrapper Signed-off-by: Ankita Patidar <[email protected]> * feat: basic message Signed-off-by: tipusinghaw <[email protected]> * changed response message Signed-off-by: tipusinghaw <[email protected]> * fix: sonar lint Signed-off-by: tipusinghaw <[email protected]> * fix: seperated URL creation logic Signed-off-by: tipusinghaw <[email protected]> * fix: changed error message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: Ankita Patidar <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> * refactor: fetch proof details function (#943) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> * fix: multiple schemas in verified proof details api Signed-off-by: bhavanakarwade <[email protected]> * refactor: description Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: basic message url (#944) Signed-off-by: tipusinghaw <[email protected]> * fix: add no_ledger type in seed file Signed-off-by: KulkarniShashank <[email protected]> * feat: migration logic for `org_dids` and schema type (#946) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: migration did for organization DIDs (#948) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic-message (#950) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * feat: reuse connection for issuance (#949) * feat: reuse connection for issuance Signed-off-by: bhavanakarwade <[email protected]> * refactor: property name Signed-off-by: bhavanakarwade <[email protected]> * refactor: argument name Signed-off-by: bhavanakarwade <[email protected]> * refactor: dto name Signed-off-by: bhavanakarwade <[email protected]> * fix: added certificate template Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: Krishna Waske <[email protected]> Signed-off-by: Ankita Patidar <[email protected]> Co-authored-by: Ganesh Nawle <[email protected]> Co-authored-by: KulkarniShashank <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Shashank Kulkarni <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: Krishna Waske <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 12, 2024
* feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 12, 2024
* refactor: applied validations on issuance date (#934) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: encrypt clientId and client secret Signed-off-by: KulkarniShashank <[email protected]> * fix:collect reuse connection events Signed-off-by: pallavicoder <[email protected]> * feat: reuse connection usinginvitation DID (#940) Signed-off-by: tipusinghaw <[email protected]> * fix: unable to use platform archieved schema Signed-off-by: Krishna Waske <[email protected]> * fix: solved the clientId dcryption in verification email Signed-off-by: KulkarniShashank <[email protected]> * feat: basic message (#848) * WIP : Implementation of basic message protocol wrapper Signed-off-by: Ankita Patidar <[email protected]> * feat: basic message Signed-off-by: tipusinghaw <[email protected]> * changed response message Signed-off-by: tipusinghaw <[email protected]> * fix: sonar lint Signed-off-by: tipusinghaw <[email protected]> * fix: seperated URL creation logic Signed-off-by: tipusinghaw <[email protected]> * fix: changed error message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: Ankita Patidar <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> * refactor: fetch proof details function (#943) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> * fix: multiple schemas in verified proof details api Signed-off-by: bhavanakarwade <[email protected]> * refactor: description Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: basic message url (#944) Signed-off-by: tipusinghaw <[email protected]> * fix: add no_ledger type in seed file Signed-off-by: KulkarniShashank <[email protected]> * feat: migration logic for `org_dids` and schema type (#946) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: migration did for organization DIDs (#948) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic-message (#950) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * feat: reuse connection for issuance (#949) * feat: reuse connection for issuance Signed-off-by: bhavanakarwade <[email protected]> * refactor: property name Signed-off-by: bhavanakarwade <[email protected]> * refactor: argument name Signed-off-by: bhavanakarwade <[email protected]> * refactor: dto name Signed-off-by: bhavanakarwade <[email protected]> * fix: added certificate template Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: Krishna Waske <[email protected]> Signed-off-by: Ankita Patidar <[email protected]> Co-authored-by: Ganesh Nawle <[email protected]> Co-authored-by: KulkarniShashank <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Shashank Kulkarni <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: Krishna Waske <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
pushed a commit
that referenced
this pull request
Sep 12, 2024
* feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
KulkarniShashank
added a commit
that referenced
this pull request
Sep 12, 2024
* refactor: applied validations on issuance date (#934) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: encrypt clientId and client secret Signed-off-by: KulkarniShashank <[email protected]> * fix:collect reuse connection events Signed-off-by: pallavicoder <[email protected]> * feat: reuse connection usinginvitation DID (#940) Signed-off-by: tipusinghaw <[email protected]> * fix: unable to use platform archieved schema Signed-off-by: Krishna Waske <[email protected]> * fix: solved the clientId dcryption in verification email Signed-off-by: KulkarniShashank <[email protected]> * feat: basic message (#848) * WIP : Implementation of basic message protocol wrapper Signed-off-by: Ankita Patidar <[email protected]> * feat: basic message Signed-off-by: tipusinghaw <[email protected]> * changed response message Signed-off-by: tipusinghaw <[email protected]> * fix: sonar lint Signed-off-by: tipusinghaw <[email protected]> * fix: seperated URL creation logic Signed-off-by: tipusinghaw <[email protected]> * fix: changed error message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: Ankita Patidar <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> * refactor: fetch proof details function (#943) * fix: fetch schema details Signed-off-by: bhavanakarwade <[email protected]> * fix: applied validations for issuance using connection Signed-off-by: bhavanakarwade <[email protected]> * fix: multiple schemas in verified proof details api Signed-off-by: bhavanakarwade <[email protected]> * refactor: description Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> * fix: basic message url (#944) Signed-off-by: tipusinghaw <[email protected]> * fix: add no_ledger type in seed file Signed-off-by: KulkarniShashank <[email protected]> * feat: migration logic for `org_dids` and schema type (#946) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: migration did for organization DIDs (#948) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic-message (#950) * feat:migration script for did list Signed-off-by: tipusinghaw <[email protected]> * feat:schema support for W3C Signed-off-by: tipusinghaw <[email protected]> * fix: validation for null and empty string for did migration Signed-off-by: tipusinghaw <[email protected]> * fix: changed message pattern for basic message Signed-off-by: tipusinghaw <[email protected]> --------- Signed-off-by: tipusinghaw <[email protected]> * feat: reuse connection for issuance (#949) * feat: reuse connection for issuance Signed-off-by: bhavanakarwade <[email protected]> * refactor: property name Signed-off-by: bhavanakarwade <[email protected]> * refactor: argument name Signed-off-by: bhavanakarwade <[email protected]> * refactor: dto name Signed-off-by: bhavanakarwade <[email protected]> * fix: added certificate template Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> --------- Signed-off-by: bhavanakarwade <[email protected]> Signed-off-by: KulkarniShashank <[email protected]> Signed-off-by: pallavicoder <[email protected]> Signed-off-by: tipusinghaw <[email protected]> Signed-off-by: Krishna Waske <[email protected]> Signed-off-by: Ankita Patidar <[email protected]> Co-authored-by: Ganesh Nawle <[email protected]> Co-authored-by: KulkarniShashank <[email protected]> Co-authored-by: pallavicoder <[email protected]> Co-authored-by: Shashank Kulkarni <[email protected]> Co-authored-by: pallavighule <[email protected]> Co-authored-by: tipusinghaw <[email protected]> Co-authored-by: Krishna Waske <[email protected]> Co-authored-by: Krishna <[email protected]> Co-authored-by: Ankita Patidar <[email protected]> Signed-off-by: KulkarniShashank <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What