-
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
Fix service crash when non-arsenal errors is sent to delete route #2267
Merged
Commits on Nov 14, 2024
-
Fix crash when error is not an arsenal error in route
- Error may be returned by modules not using Arsenal - In this case, any non-arsenal error reaching this code would cause a crash of the service. Issue: ARSN-441
Configuration menu - View commit details
-
Copy full SHA for 48345e5 - Browse repository at this point
Copy the full SHA 48345e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d523954 - Browse repository at this point
Copy the full SHA d523954View commit details -
Extend the route types to support non-arsenal errors
Arsenal routes today are used in cloudserver, that calls these callback functions using, most of the time, Arsenal errors. But sometimes, especially when using modules, such as hdclient or others, we might not return an Arsenal error. In this case, we still try to access undefined properties, eventually leading to strange responses to the client. The changes are introducing support for traditional Error objects, so that we can safely pass any error from a module used in an API call.
Configuration menu - View commit details
-
Copy full SHA for 670b9d5 - Browse repository at this point
Copy the full SHA 670b9d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 500e8c5 - Browse repository at this point
Copy the full SHA 500e8c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f811f8d - Browse repository at this point
Copy the full SHA f811f8dView commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d9dd33 - Browse repository at this point
Copy the full SHA 3d9dd33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e08031 - Browse repository at this point
Copy the full SHA 9e08031View commit details -
Configuration menu - View commit details
-
Copy full SHA for c81f6df - Browse repository at this point
Copy the full SHA c81f6dfView commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 732cfa8 - Browse repository at this point
Copy the full SHA 732cfa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb1dd25 - Browse repository at this point
Copy the full SHA bb1dd25View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc049d0 - Browse repository at this point
Copy the full SHA fc049d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c95d269 - Browse repository at this point
Copy the full SHA c95d269View 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.