-
-
Notifications
You must be signed in to change notification settings - Fork 56
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(sync): moved logic in sync-test scripts into rust, enabling sync with a single command #430
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #430 +/- ##
==========================================
- Coverage 73.16% 70.53% -2.63%
==========================================
Files 44 47 +3
Lines 2795 2902 +107
==========================================
+ Hits 2045 2047 +2
- Misses 750 855 +105
☔ View full report in Codecov by Sentry. |
ErikBjare
commented
Oct 29, 2023
ErikBjare
changed the title
feat(sync): moved logic in
feat(sync): moved logic in Oct 29, 2023
test-sync-pull/push.sh
scripts into rustcode, enabling easy sync with a single commandtest-sync-pull/push.sh
scripts into rust, enabling sync with a single command
… code, enabling easy sync with a single command
ErikBjare
force-pushed
the
dev/even-more-sync
branch
from
October 29, 2023 11:59
63fa8f7
to
1bd5602
Compare
ErikBjare
force-pushed
the
dev/even-more-sync
branch
2 times, most recently
from
October 29, 2023 13:25
e300f78
to
7120e4c
Compare
ErikBjare
force-pushed
the
dev/even-more-sync
branch
from
October 29, 2023 13:30
7120e4c
to
3274e20
Compare
The daemon part isn't done, but not planning to work on this in the immediate future, so merging for now since it's pretty good. |
ErikBjare
changed the title
feat(sync): moved logic in
feat(sync): moved logic in sync-test scripts into rust, enabling sync with a single command
Oct 30, 2023
test-sync-pull/push.sh
scripts into rust, enabling sync with a single command
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Goals
cargo run --bin aw-sync -- sync
or simplyaw-sync sync
.