Refactor imports in Replay client to not interfere with UI testing during build pipeline
4.4.2.dev8
Features
- Replay syncing extended to hash lists (bad & safe) and workflows - Updates to Workflow management in the UI - Have Scaler automatically rotate service dependency certificates a week before expiration
4.4.2.dev7
Frontend UI - Added a reset button on all "Service Parameters Value" property in the user's setting page to reset the value to its default one. - There was a bug where an "int" parameter value was a string and not a number. This was fixed by modifying the input to handle numbers correctly and ensure no NaN value (showing a 0 instead).
4.4.2.dev6
Change Updater's container update/install strategy so the slowest job doesn't hold up the rest from completing.
4.4.2.dev5
Remove use of passlib library and use bcrypt directly for data encryption