-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fixing most of the synchronysation related stuf #46
Conversation
…TOR-72/synchronizations-test-endpoint
…tions-test-endpoint' into feature/CONNECTOR-62/synchronization-pagination
…TOR-62/synchronization-pagination
…s-based-on-loging
…ervice Frontend still need to be implemented
…s-based-on-loging
…tion-pagination' into fix/small-fixes-based-on-loging
…t' into fix/small-fixes-based-on-loging
*/ | ||
public function synchronize(Synchronization $synchronization): array | ||
public function synchronize(Synchronization $synchronization, ?bool $isTest = false): array |
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.
Grote functie, zou deze makkelijk/snel nog wat ingekort kunnen worden?
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.
Ja maar dat was die al, en functie clean up is natuurlijk geen onderdeel van de fix ;)
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.
Oke, prima voor nu, maar moeten we dan nog wel een andere keer naar kijken
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.
Test NOK -> Contracts and logs are not shown in FE.
Test synchronization synchronised 108 objects, somehow it crashed after that without logging a reason.
Okay, seems I have found the issue that happened on my first try. Remains the FE issue |
…tion-pagination' into fix/small-fixes-based-on-loging
… into fix/small-fixes-based-on-loging
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.
Hertest OK
…s-based-on-loging
No description provided.