Closed Gkrumbach07 closed 2 years ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
now need to clean up git history
/reopen
@Gkrumbach07: Reopened this PR.
Ok... it should be all set now. taking it off of WIP
I'm getting this when trying to run npm run dev
to test it: the backend doesn't start:
[dev:backend ] [2022-11-04 13:18:03.717 +0000] ERROR (2412 on cnbi.example.net): ERR_AVVIO_PLUGIN_TIMEOUT: plugin did not start in time: (fastify) => __awaiter(void 0, void 0, void 0, function* () { -- var _a, _b, _c, _d, _e, _f;. You may have forgotten to call 'done' function or to resolve a Promise
[dev:backend ] Error: ERR_AVVIO_PLUGIN_TIMEOUT: plugin did not start in time: (fastify) => __awaiter(void 0, void 0, void 0, function* () { -- var _a, _b, _c, _d, _e, _f;. You may have forgotten to call 'done' function or to resolve a Promise
[dev:backend ] at Timeout._onTimeout (/home/fedora/odh-dashboard/backend/node_modules/avvio/plugin.js:123:19)
[dev:backend ] at listOnTimeout (internal/timers.js:557:17)
[dev:backend ] at processTimers (internal/timers.js:500:7)
[dev:backend ] [nodemon] app crashed - waiting for file changes before starting...
@codificat
I'm getting this when trying to run npm run dev to test it: the backend doesn't start:
I think that error is coming from what is already in main. I get the error without my code changes on top of it. I was developing on top of the working commit which is one behind https://github.com/thoth-station/odh-dashboard/commit/2b3cdfda467789fcb604a9f7eefb0252204a5ec4
UPDATE Latest commit of https://github.com/opendatahub-io/odh-dashboard works. Will rebase our commits on top to sync
This works great now.
Including showing up custom images created by the meteor-operator:
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: codificat
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This is replacing the old PR that got all weird from merging
Related Issues and Dependencies
https://github.com/thoth-station/opendatahub-cnbi/issues/17
This introduces a breaking change
This should yield a new module release
This Pull Request implements
Description
This PR adds the complete UI of the mockup. The backend still doesn't work for 2/3 of the image building options, however the forms can still be completed, but just wont create an image. There are some deviations from the mockup as I felt they were more user friendly.
Deviations from the mockup
.bin
import option is not supported (not part of MVP) so it is disabledOther notes to consider for later versions