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

fix(smart mode): detect changes in untracked files #144

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

kbudde
Copy link
Member

@kbudde kbudde commented Dec 12, 2023

fixes #126

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (dev@0f7c9dc). Click here to learn what that means.

Additional details and impacted files
@@          Coverage Diff           @@
##             dev     #144   +/-   ##
======================================
  Coverage       ?   54.33%           
======================================
  Files          ?       23           
  Lines          ?     2306           
  Branches       ?        0           
======================================
  Hits           ?     1253           
  Misses         ?      870           
  Partials       ?      183           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@Zebradil Zebradil left a comment

Choose a reason for hiding this comment

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

🧠

@Zebradil Zebradil merged commit 8c0822d into dev Dec 12, 2023
7 checks passed
@Zebradil Zebradil deleted the detect_ytt_in_parent branch December 12, 2023 23:29
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.

[bug] Smart Mode doesn't detect new files in a parent _apps directory
2 participants