-
Notifications
You must be signed in to change notification settings - Fork 1
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
Spsh-1574: Fortschrittsanzeige & Bulk-Transaktionen #844
base: main
Are you sure you want to change the base?
Conversation
…tory of imports and import transactions updates.
…ed the integration tests.
…max number of users is checked
…les for the pipeline
…ems, added totalDataItemImported in the importvorgang entity and refactored import-workflow and the import event handler.
…e totalDataItemImported value
throw new ImportDomainError( | ||
`The creation of person with personenkontexte for the import transaction:${importVorgang.id} failed`, | ||
importVorgang.id, | ||
); | ||
} | ||
|
||
if (!savedPersonWithPersonenkontext.person.newPassword) { | ||
return this.logger.error( | ||
`Person with ID ${savedPersonWithPersonenkontext.person.id} has no start password!`, | ||
this.logger.error(`Person with ID ${savedPersonWithPersonenkontext.person.id} has no start password!`); | ||
|
||
throw new ImportDomainError( | ||
`The creation for a password for the person with ID ${savedPersonWithPersonenkontext.person.id} for the import transaction:${importVorgang.id} has failed`, | ||
importVorgang.id, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If these errors occur, they aren't handled at all as far as I can see. They will just be logged and the import will never finish?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great observation, i set the status to FAILED, when the FE requests the import status it will see that the import has failed
Description
Links to Tickets or other pull requests
https://ticketsystem.dbildungscloud.de/browse/SPSH-1574
Changes
Datasecurity
Deployment
New Repos, NPM pakages or vendor scripts
Approval for review