UrlsWorker/src/main/java/eu/openaire/urls_worker/models
Lampros Smyrnaios 62ce7ee4a5 - Process the Error of PDF-aggregation. Distinguish between "couldRetry" and "noRetry" cases.
- Add a "test"-switch in order to easily switch between test and normal mode.
- Fix an NPE, when requesting for the "AssignmentRequest".
- Upgrade the "installPublicationsRetriever.sh" to "installAndRun.sh", which takes care of everything.
- Define the newest SpringBoot-version in "build.gradle".
- Code cleanup.
2021-08-05 15:09:28 +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 - Process the Error of PDF-aggregation. Distinguish between "couldRetry" and "noRetry" cases. 2021-08-05 15:09:28 +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 - Process the Error of PDF-aggregation. Distinguish between "couldRetry" and "noRetry" cases. 2021-08-05 15:09:28 +03:00