Skip to content

feat: backup v2 add complex filtering#172

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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