You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Housekeeping
As developer (ay6) I would like to the dependency updates enabled which are currently disabled or blocked because of major version changes and test failures.
Acceptance Criteria
Update Flask and werkzeug versions gradually. See the next items.
Review tests for the error responses (400, 422, and 500). Check if Flask update changes the code for a service error.
Review the use of GET or POST requests interchangeably, either use one of the methods or make sure they behave the same
Upgrade SQLAlchemy from version 1.4 series to 2.0 series. This is a major change in database access.
Apply other dependency updates (dependabot PRs)
Blocking issues
No blocking issue
Additional context
Flask update might make the service return a different error status code for example HTTP_UNPROCESSABLE_ENTITY (422), HTTP_BAD_REQUEST (400), INTERNAL_SERVER_ERROR (500), which causes test failure. Overall, using GET and POST requests interchangeably needs to be reviewed along with the response codes.
The text was updated successfully, but these errors were encountered:
yoldas
changed the title
DPL-1088 [Baracoda] dependency updates
DPL-1088 [Baracoda] Enable dependency updates
Feb 2, 2024
Describe the Housekeeping
As developer (ay6) I would like to the dependency updates enabled which are currently disabled or blocked because of major version changes and test failures.
Acceptance Criteria
Blocking issues
No blocking issue
Additional context
Flask update might make the service return a different error status code for example HTTP_UNPROCESSABLE_ENTITY (422), HTTP_BAD_REQUEST (400), INTERNAL_SERVER_ERROR (500), which causes test failure. Overall, using GET and POST requests interchangeably needs to be reviewed along with the response codes.
The text was updated successfully, but these errors were encountered: