-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Missing
Content-Type
header in responses issue, (#464)
* fix issue for schemathesis running * add new ErrorMessage type * refactor health endpoints * remove unused test endpoints * refactor legacy endpoints * refactor catalyst endpoints, use a fixed version of poem * remove poem-extensions crate * update dart code * fix fmt * provide a common ErrorResponses type and convinient other abstractions * enable schematisis test * fix * fix * wip * increase max_response_time * add comment * wip * fix * wip * update ValidationError handling * fix documentation * fixed legacy endpoints responses * Update catalyst-gateway/bin/src/service/api/cardano/registration_get.rs Co-authored-by: Steven Johnson <[email protected]> * Update catalyst-gateway/bin/src/service/api/cardano/sync_state_get.rs Co-authored-by: Steven Johnson <[email protected]> * Update catalyst-gateway/bin/src/service/api/cardano/sync_state_get.rs Co-authored-by: Steven Johnson <[email protected]> * Update catalyst-gateway/bin/src/service/api/cardano/staked_ada_get.rs Co-authored-by: Steven Johnson <[email protected]> * Update catalyst-gateway/bin/src/service/api/cardano/staked_ada_get.rs Co-authored-by: Steven Johnson <[email protected]> * Update catalyst-gateway/bin/src/service/api/cardano/registration_get.rs Co-authored-by: Steven Johnson <[email protected]> * provide a custom 503 response for health endpoints * wip * fix spelling * fix * update set_started fn --------- Co-authored-by: Stefano Cunego <[email protected]> Co-authored-by: Steven Johnson <[email protected]>
- Loading branch information
1 parent
dfbb9f8
commit d00fa4a
Showing
45 changed files
with
611 additions
and
1,038 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
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
Oops, something went wrong.