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

Beginning of separating out crates #97

Merged
merged 1 commit into from
Nov 9, 2024
Merged

Beginning of separating out crates #97

merged 1 commit into from
Nov 9, 2024

Conversation

benthecarman
Copy link
Contributor

Separates out backend logic to harbor-client and the UI to harbor-ui.

For follow ups will clean up deps and try to make the the separation more clean

Copy link
Contributor

@oleonardolima oleonardolima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK 32c9245

I've successfully joined MutinyNet federation, received (via Lightning), and paid (via Onchain).

It compiles and builds successfully when using the Nix environment, otherwise it fails locally due to sqlcipher library, however the same error occurs on master.

Comment on lines 22 to +23
reset-db:
diesel migration revert --all --database-url=harbor.sqlite && diesel migration run --database-url=harbor.sqlite
cd harbor-client && diesel migration revert --all --database-url=harbor.sqlite && diesel migration run --database-url=harbor.sqlite
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benthecarman I've been wondering about this command, is it right as the default used is ~/.harbor ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah but looks like this was incorrect even before this pr. Will make an issue, good catch.

Copy link
Contributor

@futurepaul futurepaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm! will make an issue for @oleonardolima's comment

Comment on lines 22 to +23
reset-db:
diesel migration revert --all --database-url=harbor.sqlite && diesel migration run --database-url=harbor.sqlite
cd harbor-client && diesel migration revert --all --database-url=harbor.sqlite && diesel migration run --database-url=harbor.sqlite
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah but looks like this was incorrect even before this pr. Will make an issue, good catch.

@futurepaul futurepaul merged commit 009fe59 into master Nov 9, 2024
2 checks passed
@futurepaul futurepaul deleted the lib branch November 9, 2024 18:44
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.

3 participants