-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Pass HTTP status code & errcode from CS-API errors #100
Merged
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 994a8b2 - Browse repository at this point
Copy the full SHA 994a8b2View commit details
Commits on Nov 1, 2024
-
(De)serialize error response details
Allow client widget drivers to serialize Matrix API error responses into JSON to be received by the requesting widget.
Configuration menu - View commit details
-
Copy full SHA for 6abf9f9 - Browse repository at this point
Copy the full SHA 6abf9f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8f86ef - Browse repository at this point
Copy the full SHA f8f86efView commit details
Commits on Nov 5, 2024
-
Disable babel's no-invalid-this rule
because Typescript has its own version of that rule
Configuration menu - View commit details
-
Copy full SHA for af38655 - Browse repository at this point
Copy the full SHA af38655View commit details -
Mock client-side responses to test deserializing them on the widget side
Configuration menu - View commit details
-
Copy full SHA for 3b69837 - Browse repository at this point
Copy the full SHA 3b69837View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc48df3 - Browse repository at this point
Copy the full SHA fc48df3View commit details -
Accept more than just Matrix API error details
As long as the error details payload is extensible, let drivers put more data in them than just the key for Matrix API error responses.
Configuration menu - View commit details
-
Copy full SHA for 9ea19f6 - Browse repository at this point
Copy the full SHA 9ea19f6View commit details -
Don't make error data payload extensible
as this makes it too easy for drivers to put data in the wrong section. Still define the payload type as an interface so that it can be extended in a future version of the API. Also don't use a subfield now that non-extensibility makes the format of the details fields unambiguous.
Configuration menu - View commit details
-
Copy full SHA for 9341bf0 - Browse repository at this point
Copy the full SHA 9341bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5a2bc - Browse repository at this point
Copy the full SHA 7a5a2bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e993d32 - Browse repository at this point
Copy the full SHA e993d32View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fa6ba1 - Browse repository at this point
Copy the full SHA 2fa6ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4aa6538 - Browse repository at this point
Copy the full SHA 4aa6538View commit details
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.