-
Notifications
You must be signed in to change notification settings - Fork 0
Fix/endpoints #167
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
Fix/endpoints #167
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d677007
fix: user.role as str -> UserRole (enum)
HardMax71 14afff2
fix: removed try-catch from endpoint, conflict error is thrown by use…
HardMax71 b816cb8
fix: removed /verify-token - now all the stuff goes through /me in th…
HardMax71 b1ab356
fix: dlq/stats endpoint - removed; stats are exported out of dlq mana…
HardMax71 7250669
fix: e2e/conftest: - passing role as UserRole, not str
HardMax71 615f350
fix: dlq - only for admins, also one-liner for policy request -> retr…
HardMax71 b95e9ea
fix: events - model_validate instead of manual fields assignment; als…
HardMax71 b0aed8d
fix: exeuctions - ExecutionStatus enum instead of bare str
HardMax71 10f1640
fix: executions - moved business logic from endpoints to exec service…
HardMax71 01c3c23
fix: removed alert processing from backend side (set up stuff directl…
HardMax71 adc60f8
fix: health - removed ready endpoint (not used)
HardMax71 5b15068
fix: health - removed health objs (not used)
HardMax71 de1d4f6
fix: notifications - funcs returning bool now are void (cause they re…
HardMax71 4b1a224
fix: replay - model_validate + from_attrs=True
HardMax71 24717d5
fix: saga - current user through DI, not calling user service on site
HardMax71 cea8a65
fix: saved scripts - passing current user through DI
HardMax71 785fd12
fix: sse - current_user via DI and correct schemas in responses
HardMax71 79c5c0b
fix: user settings - better converting
HardMax71 64cf5c6
fix: detected issues
HardMax71 86fe4c3
fix: detected issues
HardMax71 77a0755
fix: reverted sse changes
HardMax71 baebf74
fix: sse response_class
HardMax71 920b025
fix: tests
HardMax71 c2343c1
fix: from+attr removed from endpoints (to schema defintions), update …
HardMax71 67e7d5c
fix: schema issue
HardMax71 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
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
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
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
Oops, something went wrong.
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.