-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(prism-agent): migrate connect endpoints to Tapir (#493)
* chore(prism-agent): create connection controller and in/out classes * chore(prism-agent): add tapir encoder/decoder and schema * chore(prism-agent): add endpoints and server endpoints declaration * chore(prism-agent): add connection controller layer * chore(prism-agent): register tapir endpoints * chore(prism-agent): add Tapir validator to Annotation class * chore(prism-agent): move documentation from static OAS and add necessary validators * chore(prism-agent): migrate remaining 'connect' endpoints to Tapir * chore(prism-agent): get rid of 'connect' Akka Http endpoints implementation * chore(infra): change APISIX config to use Tapir endpoints for 'connect' * chore(prism-agent): scalafmtAll * Update prism-agent/service/server/src/main/scala/io/iohk/atala/connect/controller/http/Connection.scala Co-authored-by: Yurii Shynbuiev - IOHK <[email protected]> * chore(infra): fix 'prism-agent' healthcheck URL --------- Co-authored-by: Yurii Shynbuiev - IOHK <[email protected]>
- Loading branch information
1 parent
8384fe3
commit 876dd9e
Showing
19 changed files
with
795 additions
and
304 deletions.
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
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
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
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
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
31 changes: 0 additions & 31 deletions
31
...a/io/iohk/atala/agent/server/http/marshaller/ConnectionsManagementApiMarshallerImpl.scala
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.