Skip to content

Assets ignore lists#86

Merged
brunobar79 merged 14 commits intomasterfrom
assets-ignore-lists
Apr 4, 2019
Merged

Assets ignore lists#86
brunobar79 merged 14 commits intomasterfrom
assets-ignore-lists

Conversation

@brunobar79
Copy link
Copy Markdown
Contributor

@brunobar79 brunobar79 commented Apr 4, 2019

To prevent assets to be "re-detected" after being removed, we need to keep them in state.
I've implemented that by adding two additional arrays to the AssetDetection controller to keep track of removed collectibles and assets.

Also added to additional methods to manually clear those lists if required

@brunobar79 brunobar79 force-pushed the assets-ignore-lists branch from 72dfcb0 to e46497e Compare April 4, 2019 06:56
@codecov-io
Copy link
Copy Markdown

codecov-io commented Apr 4, 2019

Codecov Report

Merging #86 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #86   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          21     21           
  Lines        1334   1356   +22     
  Branches      166    174    +8     
=====================================
+ Hits         1334   1356   +22
Impacted Files Coverage Δ
src/AssetsDetectionController.ts 100% <100%> (ø) ⬆️
src/AssetsController.ts 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a4369b7...002ba5b. Read the comment docs.

Copy link
Copy Markdown
Contributor

@estebanmino estebanmino left a comment

Choose a reason for hiding this comment

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

LGTM! 💯

@brunobar79 brunobar79 merged commit 00d4b2f into master Apr 4, 2019
@whymarrh whymarrh deleted the assets-ignore-lists branch November 5, 2019 17:43
mcmire pushed a commit to mcmire/core that referenced this pull request Jul 17, 2023
kanthesha pushed a commit that referenced this pull request Oct 11, 2023
* Enforcing minimum node version 12 via .nvmrc, circleci, and the package file
* Adding a note about running tests to README.md
* Adding basic .gitattributes file
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
* keep track of removed tokens

* check array length before proceeding

* check ignore list only on detection

* added tests

* added methods to clear ignore list

* clean up

* Fix type

* Fix type

* Check for ignoredTokens

* Remove unnecessary checks

* prevent duplicates in ignore list

* fix cov

* fix coverage
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
* keep track of removed tokens

* check array length before proceeding

* check ignore list only on detection

* added tests

* added methods to clear ignore list

* clean up

* Fix type

* Fix type

* Check for ignoredTokens

* Remove unnecessary checks

* prevent duplicates in ignore list

* fix cov

* fix coverage
Mrtenz pushed a commit that referenced this pull request Oct 16, 2025
Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.17.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v4.4.8...v4.4.17)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mrtenz pushed a commit that referenced this pull request Oct 16, 2025
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