-
Notifications
You must be signed in to change notification settings - Fork 515
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 empty ServiceDecorator in OobRecord causing 422 Unprocessable Entity Error #2362
Fix empty ServiceDecorator in OobRecord causing 422 Unprocessable Entity Error #2362
Commits on Jul 28, 2023
-
correct the return type to
Optional[ServiceDecorator]
for `_service……_decorator_from_service` Signed-off-by: ff137 <ff137@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 7c70a1d - Browse repository at this point
Copy the full SHA 7c70a1dView commit details -
add explicit check for type of service to handle unexpected types
Signed-off-by: ff137 <ff137@proton.me>
Configuration menu - View commit details
-
Copy full SHA for abf2429 - Browse repository at this point
Copy the full SHA abf2429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb050b - Browse repository at this point
Copy the full SHA 0bb050bView commit details -
🎨 return None for empty endpoint
Signed-off-by: ff137 <ff137@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 521abfb - Browse repository at this point
Copy the full SHA 521abfbView commit details -
🎨 log warning if unexpected type is passed to method
Signed-off-by: ff137 <ff137@proton.me>
Configuration menu - View commit details
-
Copy full SHA for b25a63b - Browse repository at this point
Copy the full SHA b25a63bView commit details -
add tests to ensure None is returned for empty endpoints in `_service…
…_decorator_from_service` Signed-off-by: ff137 <ff137@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 186dcd0 - Browse repository at this point
Copy the full SHA 186dcd0View commit details -
add test to ensure invalid type is handled elegantly in `_service_dec…
…orator_from_service` and returns None Signed-off-by: ff137 <ff137@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 525df7f - Browse repository at this point
Copy the full SHA 525df7fView commit details -
🎨 amend logging to be more accurate in case of empty service decorato…
…rs being returned Signed-off-by: ff137 <ff137@proton.me>
Configuration menu - View commit details
-
Copy full SHA for 07fceb1 - Browse repository at this point
Copy the full SHA 07fceb1View commit details
Commits on Jul 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e9bf37a - Browse repository at this point
Copy the full SHA e9bf37aView commit details