Merged
Conversation
by updatedAt, createdAt, and lastRetrievalAt, respectively.
This handles the exception globally, via ExceptionControllerAdvice. Alternatively, we could do this on the controller level, adding the method to the IndexEntryController.
Contributor
Author
|
The error sub-issue: |
these were accidentally changed to Instant in previous commits, to match other DTOs, but that results in a Unix timestamp , whereas we want to exchange ISO 8601 dates
2 tasks
although still too broad: this does not rule out internal causes...
Contributor
Author
|
Now we can click FDP links and delete FDPs, but we get the following after "Trigger ping": UPDATE: forgot to initialize the |
based on an explicit list of allowed fields IndexEntryController.sortFields also remove the handleUnknownField controller advice, which was too broadly scoped
(precommit hook not working...)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
registrationTime,modificationTime, andlastRetrievalTime, bycreatedAt,updatedAt, andlastRetrievalAt, respectively, conforming to changes made in Migrate to PostgreSQL #519IndexEntry.eventsto specify cascading and orphan removalIndexEntry.lastRetrievalAtinEventService.processMetadataRetrievaland in test fixturesorturl query parametersThis fixes the following: