Skip to content

feat: backup v2 add complex filtering#172

Closed
Logaka wants to merge 9 commits intomainfrom
feat/backupV2-add-complex-filtering
Closed

feat: backup v2 add complex filtering#172
Logaka wants to merge 9 commits intomainfrom
feat/backupV2-add-complex-filtering

Conversation

@Logaka
Copy link
Collaborator

@Logaka Logaka commented Dec 2, 2025

No description provided.

@Logaka Logaka requested a review from lis0x90 as a code owner December 2, 2025 06:10
@github-actions github-actions bot added the enhancement New feature or request label Dec 2, 2025
@Logaka Logaka self-assigned this Dec 2, 2025
@github-actions github-actions bot added the bug Something isn't working label Dec 18, 2025
.filter(registry -> {
if (!isValidRegistry(registry))
return false;
return filterCriteria.getExclude().stream()
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't like this approach. We can reuse findAllDatabasesByFilter and get DBs to exclude. And then we can exclude one set from another.

@ArkuNC
Copy link
Collaborator

ArkuNC commented Feb 6, 2026

Will be fixed in #217

@ArkuNC ArkuNC closed this Feb 6, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Feb 6, 2026
@ArkuNC ArkuNC deleted the feat/backupV2-add-complex-filtering branch February 6, 2026 14:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working enhancement New feature or request refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants