v0.0.7
Pre-releasePull Requests
PR #55 Followup: Code cleanup for login fix
Move proptypes for common things to a utility file to avoid boilerplate
linting
use implicit oauth2 flow
PR #56 Prebuild JS for Openshift
Changelog
Create a script to serve the app via express rather than webpack-dev-server
Disabled eslint src as prepare phase npm script. It blocks npm install from executing properly.
Devops notes:
Run npm run dist after npm install in build phase to generate script and resources
Use node serve as application entry point to launch service (launches on both port 5001 and 5002, as before).
Resolves sockjs connection issues, and builds in production mode
PR #48 Validation status
ZEVA-68 Update History Table so it keeps track of the status changes
Pylint/Pycodestyle fixes
Removed unused models
Removed old test fixtures
Changed state into validation_statuses
Generated new migration
Updated history table