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(sync): remove sync.useCache #151

Merged
merged 11 commits into from
Dec 22, 2023
Merged

feat(sync): remove sync.useCache #151

merged 11 commits into from
Dec 22, 2023

Conversation

Zebradil
Copy link
Member

BREAKING CHANGE: users have to remove the sync section from their configurations.

@Zebradil
Copy link
Member Author

@fritzduchardt I want you to check this out in particular. Did I miss something?

@fritzduchardt
Copy link
Collaborator

@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.

Copy link

codecov bot commented Dec 22, 2023

Codecov Report

Attention: 15 lines in your changes are missing coverage. Please review.

Comparison is base (dcce7fc) 54.98% compared to head (3d55f27) 55.46%.

Files Patch % Lines
internal/myks/sync.go 68.08% 10 Missing and 5 partials ⚠️
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.
📢 Have feedback on the report? Share it here.

@Zebradil Zebradil merged commit 3962b73 into dev Dec 22, 2023
5 checks passed
@Zebradil Zebradil deleted the remove-useCache-option branch December 22, 2023 11:59
mykso-bot added a commit that referenced this pull request Dec 22, 2023
# [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.
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.

2 participants