You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move TaskModel and ReplicateModel instances creation methods to Task and Replicate classes. (#625)
Expose TaskLogsModel on TaskController instead of TaskLogs. (#631)
Remove duplicated MongoDB read on ReplicatesList during replicate status update. (#647)
Use less MongoDB calls when updating a task to a final status. (#649)
Save contribution and result updload replicate data when CONTRIBUTE_AND_FINALIZE_DONE. (#651)
Fix potential NullPointerException during first worker replicate request. (#652)
Fix missed replicate status update detectors to avoid false positives by mixing CONTRIBUTE-REVEAL-FINALIZE and CONTRIBUTE_AND_FINALIZE workflows. (#653)
Dependency Upgrades
Upgrade to eclipse-temurin:11.0.21_9-jre-focal. (#635)