-
Notifications
You must be signed in to change notification settings - Fork 0
[KW-659] Kw 659/feat/invitation polling #8
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
e535c3d
KW-659/feat: Mediator, Hospital WebClient ꡬν
willjsw 82a623e
KW-659/feat: redis μμ‘΄μ± μΆκ°
willjsw f5df495
KW-659/feat: grpc pass-interface & acapy-interface v0.3.3 μ μ©
willjsw 4a6c4af
KW-659/feat: webflux yml config μΆκ°
willjsw 0c484bf
KW-659/feat: redis property μΆκ°
willjsw 05fd3ff
KW-659/feat: acapy errorcode μΆκ°
willjsw a96abbe
KW-659/feat: hospital invitation req/res, mediator res dto ꡬν
willjsw 28436de
KW-659/feat: MemberConnection redis λλ©μΈ μ€κ³ λ° MVC ꡬν
willjsw fd56b30
KW-659/feat: connectionStatus ꡬν
willjsw e1873da
KW-659/feat: HospitalInvitation redis λλ©μΈ ꡬν λ° repository ꡬν, acapyClβ¦
willjsw eae5f8c
KW-659/refactor: did μμ± μλΉμ€ λ‘μ§ λλ ν 리 μμ /μμ‘΄μ± μμ
willjsw 6557ac4
KW-659/feat: grpc interface λͺ¨λ μΆκ°(server: acapy, client: tenant, pass)
willjsw 8e074c3
KW-659/refactor: testμ© νλμ½λ©λ tenantId -> tenantClientμμ μ§μ νΈμΆ λ° λ³ν
willjsw 262994c
KW-659/refactor: config & build.gradle λ°°ν¬ νκ²½ μ€μ μΌλ‘ λ³κ²½
willjsw 332f715
KW-659/refactor:λ―Έμ¬μ© datasource νλ‘ν μ κ±°
willjsw cf1436d
KW-659/fix: invitation/did μμ± μ€λ₯ 400 -> 500 μλ¬λ‘ μμ
willjsw a0f7110
KW-659/fix: μ€ν μμ
willjsw f16e35a
KW-659/refactor: gRPC Clients try-catch μ²λ¦¬
willjsw 6e9ecc4
KW-659/refactor: memberPollController convention μμ
willjsw 41bb1b9
KW-659/fix: INVITATION_REQUEST_FAILED μλ¬ λ©μΈμ§ μ€ν μμ
willjsw 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
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
src/main/java/com/doubleo/didagent/global/exception/errorcode/AcapyErrorCode.java
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,23 @@ | ||||||||||
| package com.doubleo.didagent.global.exception.errorcode; | ||||||||||
|
|
||||||||||
| import lombok.AllArgsConstructor; | ||||||||||
| import lombok.Getter; | ||||||||||
| import org.springframework.http.HttpStatus; | ||||||||||
|
|
||||||||||
| @Getter | ||||||||||
| @AllArgsConstructor | ||||||||||
| public enum AcapyErrorCode implements BaseErrorCode { | ||||||||||
| INVITATION_NOT_FOUND(HttpStatus.NOT_FOUND, "invitation μ μ°Ύμ μ μμ΅λλ€."), | ||||||||||
| MEMBER_CONNECTION_NOT_FOUND(HttpStatus.NOT_FOUND, "member connection μ μ°Ύμ μ μμ΅λλ€."), | ||||||||||
| INVITATION_REQUEST_FAILED(HttpStatus.BAD_REQUEST, "invitation μμ± μμ²μ μ€ν¨μμ΅λλ€"), | ||||||||||
| DID_PROCESS_FAILED(HttpStatus.BAD_REQUEST, "DID μμ± μμ²μ μ€ν¨μμ΅λλ€"), | ||||||||||
|
||||||||||
| INVITATION_REQUEST_FAILED(HttpStatus.BAD_REQUEST, "invitation μμ± μμ²μ μ€ν¨μμ΅λλ€"), | |
| DID_PROCESS_FAILED(HttpStatus.BAD_REQUEST, "DID μμ± μμ²μ μ€ν¨μμ΅λλ€"), | |
| INVITATION_REQUEST_FAILED(HttpStatus.BAD_REQUEST, "invitation μμ± μμ²μ μ€ν¨νμ΅λλ€"), | |
| DID_PROCESS_FAILED(HttpStatus.BAD_REQUEST, "DID μμ± μμ²μ μ€ν¨νμ΅λλ€"), |
willjsw marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
willjsw marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
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.
Uh oh!
There was an error while loading. Please reload this page.