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

Simplify repository assembling and reference filtering #2849

Merged
merged 2 commits into from
Sep 24, 2023

Conversation

HannesWell
Copy link
Member

This PR contains the simplification parts of #2744.
These are code simplifications and a simplification in the logic of how to specify the filters.

Instead of providing inclusion and exclusion patterns, just use exclusions, but add a simple way to negate a pattern.
A negated exclusion is effectively an inclusion but it should be more clear how inclusion and exclusions work together, as the current definition can be potentially confusing: #2744 (comment)

Instead of providing inclusion and exclusion patterns, just provide
exclusions, but add a simple way to negate a pattern.
@HannesWell HannesWell force-pushed the simplifyRepoRefFiltering branch from 0bda483 to fa82200 Compare September 23, 2023 23:30
@HannesWell HannesWell changed the title Simplify repo ref filtering Simplify Repository Reference filtering Sep 23, 2023
@HannesWell HannesWell changed the title Simplify Repository Reference filtering Simplify repository assembling and reference filtering Sep 23, 2023
@HannesWell HannesWell added the backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change label Sep 23, 2023
@github-actions
Copy link

Test Results

   561 files  ±0     561 suites  ±0   4h 17m 22s ⏱️ + 11m 1s
   363 tests ±0     357 ✔️ ±0    6 💤 ±0  0 ±0 
1 089 runs  ±0  1 070 ✔️ ±0  19 💤 ±0  0 ±0 

Results for commit fa82200. ± Comparison against base commit 8faacee.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants