feat(batch): implement batch processing, controllers and tests#1106
Merged
tom-rm-meyer-ISST merged 10 commits intofeat/1103-partner-update-batchfrom Mar 9, 2026
Merged
feat(batch): implement batch processing, controllers and tests#1106tom-rm-meyer-ISST merged 10 commits intofeat/1103-partner-update-batchfrom
tom-rm-meyer-ISST merged 10 commits intofeat/1103-partner-update-batchfrom
Conversation
8 tasks
e4628ad to
e12b05a
Compare
4 tasks
e12b05a to
5a20015
Compare
5a20015 to
e3e87f1
Compare
ReneSchroederLJ
requested changes
Mar 7, 2026
Member
ReneSchroederLJ
left a comment
There was a problem hiding this comment.
Very solid work overall. Just some edge cases for your consideration and some minor findings.
fca3765
into
feat/1103-partner-update-batch
11 checks passed
8 tasks
tom-rm-meyer-ISST
added a commit
that referenced
this pull request
Mar 9, 2026
* feat(batch): prepare backend (#1105) * feat(batch): prepare backend * chore: update changelog * fix: incorporate review * chore: add license header * feat(batch): implement batch processing, controllers and tests (#1106) * feat(batch): prepare backend * chore: update changelog * fix: incorporate review * chore: add license header * feat(batch): add controllers and tests * chore: update changelog * fix(PartnerDataUpdateBatchProcessServiceTest): switch mixed direction for DoS * fix: incorporate changes from othter pr * chore: cleanup and review incorp * feat(batch): implement frontend, cleanup scheduler and documentation (#1107) * feat(batch): prepare backend * chore: update changelog * fix: incorporate review * chore: add license header * feat(batch): add controllers and tests * chore: update changelog * fix(PartnerDataUpdateBatchProcessServiceTest): switch mixed direction for DoS * fix: incorporate changes from othter pr * feat(batch): add view to frontend * fix: incorporate changes from batch * feat: added retention scheduler * docs(batch): document changes * feat(batch): add sorting for batch runs * chore: cleanup and review incorp * refactor(BatchView): improve type safety Co-authored-by: René Schröder <131770181+ReneSchroederLJ@users.noreply.github.com> * fix: improve typization and fix pagination * fix(PartnerDataUpdateBatchProcessServiceImpl): prevent parallel runs * chore: bump vulnerabilities in frontend --------- Co-authored-by: René Schröder <131770181+ReneSchroederLJ@users.noreply.github.com> * docs(Migration_Guide.md): added duplicate exception note for operational data post endoints * fix(values.yaml): removed linting issue trailing spaces --------- Co-authored-by: René Schröder <131770181+ReneSchroederLJ@users.noreply.github.com>
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.
Description
solves #1108
Implements the
PartnerDataUpdateBatchProcessServiceDocs via openApi
Tests
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review:
changelog.md) with PR reference and brief summary.frontend/package.json,frontend/package-lock.json)backend/pom.xml)scripts/generate_openapi_yaml.pywith running customer backend)