-
Notifications
You must be signed in to change notification settings - Fork 26
feat: extract node ui code #1252
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
feat: extract node ui code #1252
Conversation
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.
we're also missing CALIMERO_WEB_UI_FETCH
, and while cached_path
doesn't currently support forced download even with a cache-hit, I filed epwalsh/rust-cached-path#80
and the maintainer has already implemented the patch, you can use that branch to test it out by adding this to the root manifest
[patch.crates-io]
cached-path = { git = "https://github.com/epwalsh/rust-cached-path.git", branch = "epwalsh/force-download" }
914bab2
to
027e7b0
Compare
Ran tests 2 times and failing clippy is now passing, not sure about the build cc @miraclx @alenmestrov |
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.
cached-path v0.7.0
has been released with the forced download option.
|
E2E tests reportScenario: ethereum
Scenario: icp
Scenario: near
Scenario: stellar
|
cfddb0a
to
cd9624d
Compare
cd9624d
to
d01e133
Compare
feat: extract node ui code
Description
As part of this issue removing all files and logic (workflows, scripts) connected to node-ui. Node-ui will instead be downloaded from admin-dashboard.
Test plan
Manually testing building with node with
cargo run -p merod -- --node-name node1 init --server-port 2428 --swarm-port 2528
andcargo run -p merod -- --node-name node1 run
and openinglocalhost:2428/admin-dashboard/
in browser.Documentation update
-> No need for update as building the node-ui project is never mentioned source