UrlsWorker/src/main/java/eu/openaire/urls_worker/models
Lampros Smyrnaios 6307cda23a - Refactor the assignments-handling. In order to match with the database schema, now the AssignmentRequest returns a list of Assignments instead of a single assignment having a list of Tasks.
- Cleanup the members of the "Payload" model.
2021-07-05 15:00:29 +03:00
..
Assignment.java - Refactor the assignments-handling. In order to match with the database schema, now the AssignmentRequest returns a list of Assignments instead of a single assignment having a list of Tasks. 2021-07-05 15:00:29 +03:00
Datasource.java - Add the "Datasource" class in the "Task" class and include it in the Assignment that the worker retrieves. 2021-05-20 02:58:08 +03:00
Error.java Update "Task" and "Error" classes. 2021-04-24 21:08:02 +03:00
Payload.java - Refactor the assignments-handling. In order to match with the database schema, now the AssignmentRequest returns a list of Assignments instead of a single assignment having a list of Tasks. 2021-07-05 15:00:29 +03:00
Task.java - Add the "Datasource" class in the "Task" class and include it in the Assignment that the worker retrieves. 2021-05-20 02:58:08 +03:00
UrlReport.java Update the "WorkerReport" response and the "UrlReport" and "Payload" models. 2021-06-19 07:12:24 +03:00