-
Notifications
You must be signed in to change notification settings - Fork 443
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
UI: Optimisation and enhancements for v1beta1 Katib UI #1232
Conversation
/retest |
Commit package-lock
@gaocegege @johnugeorge It seems I should commit |
/retest |
1 similar comment
/retest |
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
/assign @johnugeorge
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: johnugeorge The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* UI improvements * Add db-manager-addr flag Modify README * Fix graphviz * Modify README * Remove ID * Add zoom to graphviz * Remove unused scripts from index * Fix doc * Change npm install to npm ci Commit package-lock * fix npm version * Increase max_old_space_size * Set react-scripts to 3.2.0 * Modify doc
I made few improvements to increase UI productivity and make it easier to understand source code:
node v12
fromnode v10
to make it more stable.react-scripts
from usingnode
to build and start frontend.webpack
,jest
,babel
configs/settings and removebuild
,start
,test
scripts, becausereact-scripts
can handle all of these. If we need it, we can add them in the future.package.json
that helped to reducenode_modules
size by 100Mb.db-manager-address
flag that can help to properly deploy Katib UI locally.index.html
.serviceWorker
/assign @gaocegege @johnugeorge