-
Notifications
You must be signed in to change notification settings - Fork 3
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): remove sync.useCache #151
Conversation
@fritzduchardt I want you to check this out in particular. Did I miss something? |
No, looks good. The directory arg on app.runVendirSync could also go for now. However, once we centralize the caching, I suggest we go back to caching by default, which means the cache flag would need to get reintroduced. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #151 +/- ##
==========================================
+ Coverage 54.98% 55.46% +0.48%
==========================================
Files 23 23
Lines 2328 2268 -60
==========================================
- Hits 1280 1258 -22
+ Misses 849 823 -26
+ Partials 199 187 -12 ☔ View full report in Codecov by Sentry. |
# [3.0.0](v2.2.0...v3.0.0) (2023-12-22) ### Bug Fixes * consistent error logging with stderr and offending cmd ([#143](#143)) ([d9ed5ad](d9ed5ad)) * **smart mode:** detect changes in untracked files ([#144](#144)) ([524a3c5](524a3c5)) ### Features * plugin implementation ([#148](#148)) ([f23a41b](f23a41b)) * **sync:** deprecate sync.useCache and flip its default value ([#150](#150)) ([dcce7fc](dcce7fc)) * **sync:** remove sync.useCache ([#151](#151)) ([3962b73](3962b73)) ### BREAKING CHANGES * **sync:** users have to remove the sync section from their configurations.
BREAKING CHANGE: users have to remove the
sync
section from their configurations.