Skip to content
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(wash): download washboard assets from releases instead of embedding from source #919

Merged

Conversation

connorsmith256
Copy link
Contributor

@connorsmith256 connorsmith256 commented Nov 3, 2023

Feature or Problem

This changes wash ui to download the washboard assets from a released version instead of embedding local files, which will enable publishing wash

The version defaults to v0.1.0 for now, but can be specified with --version:

./target/debug/wash ui --version v0.1.0
Washboard running on http://localhost:3030
Hit CTRL-C to stop

@lachieh do we need to allow overriding this behavior for local dev? Or should local dev always be done via make run-ui?

Related Issues

Resolves #875

Release Information

v0.22.0

Consumer Impact

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification

Built and ran locally, and confirmed I could serve the washboard UI

…ing from source

Signed-off-by: Connor Smith <connor.smith.256@gmail.com>
Signed-off-by: Connor Smith <connor.smith.256@gmail.com>
Signed-off-by: Connor Smith <connor.smith.256@gmail.com>
@lachieh
Copy link
Contributor

lachieh commented Nov 3, 2023

@lachieh do we need to allow overriding this behavior for local dev? Or should local dev always be done via make run-ui?

No, we can run through the washboard npm script with npm run dev.

Signed-off-by: Connor Smith <connor.smith.256@gmail.com>
@connorsmith256 connorsmith256 requested a review from a team as a code owner November 3, 2023 19:52
@connorsmith256 connorsmith256 enabled auto-merge (rebase) November 3, 2023 19:56
@connorsmith256 connorsmith256 merged commit c6deaff into wasmCloud:main Nov 3, 2023
24 checks passed
@connorsmith256 connorsmith256 deleted the feat/download-washboard-assets branch November 3, 2023 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Update wash to use pre-built assets from releases
3 participants