Skip to content

v0.0.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@kuanfandevops kuanfandevops released this 07 Feb 19:21
· 99 commits to master since this release
a85efb3

Pull 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

PR #58 Remove redundant cloud in Jenkins