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

GN-4427: fix old signatures and publications not being picked up #530

Merged
merged 2 commits into from
Jul 13, 2023

Conversation

abeforgit
Copy link
Member

@abeforgit abeforgit commented Jul 13, 2023

Overview

There were still a few locations where we were filtering only on deleted = false, but this also filtered out all existing signatures/publishedResources,
because in sparql, deleted=false implies that the triple exists in the first place.

connected issues and PRs:

https://binnenland.atlassian.net/browse/GN-4427

Setup

How to test/reproduce

bit difficult as you need signatures that doesn't have the deleted triple. The best way is to
get a prod backup and test with known published (as per publicatie) documents.

Challenges/uncertainties

Checks PR readiness

  • Check database state correct when deleting/updating (especially regarding relationships)
  • npm lint
  • no new deprecations

@abeforgit abeforgit added the bug Something isn't working label Jul 13, 2023
@abeforgit abeforgit requested review from elpoelma and x-m-el July 13, 2023 20:42
@abeforgit abeforgit merged commit ea381b5 into master Jul 13, 2023
@abeforgit abeforgit deleted the GN-4427-missing-signatures branch July 13, 2023 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant