-
Notifications
You must be signed in to change notification settings - Fork 224
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
Restore labels endpoint and embedded app #39
Conversation
Reimplemented the `/model/labels` endpoint and embedded web app lost in the transition to the MAX Framework This update is dependant on the purposed version 1.1.0 of MAX Framework
Note that until the other PRs are merged travis will continue to fail |
Cleaned up labels.py: - to pass flake - match the latest maxfw code from the parent PR - simplify code Also added local build dirs to git ignore
I just updated the code to match the latest changes in IBM/MAX-Framework#10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - pending making Travis happy when the dependent issues have been sorted out.
This also depends on updating the maxfw in MAX-Base |
I've merged the MAX-Base update, but am holding off on cutting a v1.1.1 and updating this until I've fixed Docker for the Max-Base repo (for that repo I will need to manual build each version for back compat). |
Pushed the version update, just waiting on Docker Hub's build queue to catch up to run tests |
Tests pass, going to merge this a look at cutting a release |
Reimplemented the
/model/labels
endpoint and embedded web app lost in the transition to the MAX FrameworkThis update is dependent on the purposed version 1.1.0 of MAX Framework found in IBM/MAX-Framework#10 and IBM/MAX-Base#8