-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove dependency on Slumber and integrate its functionality in…
…to Mantelo slumber's last activity was in 2018. Better to make it part of Keycloak, so it can evolve and I can fix issues directly. I didn't just copy the code, but made small improvements and typed it properly. BEGIN_NESTED_COMMIT docs: document "as_raw" to get the raw response END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: return an empty string (versus b'' or None) when the body is empty END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: raise more granular HttpException (HttpNotFound, HttpClientError, HttpServerError) END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix: make HttpException handle responses with non-empty, non-JSON body END_NESTED_COMMIT
- Loading branch information
Showing
18 changed files
with
1,119 additions
and
104 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.