UrlsController/src/main/java/eu/openaire/urls_controller
Lampros Smyrnaios 308cab5ecd - Return an HTTP-500-error when the server cannot find the resourceFile requested by the "getTestUrls"-endpoint.
- Close the "inputScanner" after each use when retrieving the test-tasks.
- Show info-logs when sending an assignment to a worker.
- Code cleanup.
2021-06-10 14:21:39 +03:00
..
components Initial commit of UrlsController. 2021-03-16 15:25:15 +02:00
controllers - Return an HTTP-500-error when the server cannot find the resourceFile requested by the "getTestUrls"-endpoint. 2021-06-10 14:21:39 +03:00
exceptions Initial commit of UrlsController. 2021-03-16 15:25:15 +02:00
models Add an "assignmentId" field in the "Assignment"-class. 2021-06-09 05:48:54 +03:00
payloads - Update the "getUrls" and "getTestUrls" endpoints to take the data from the workers, in http-request-parameters instead of the http-body. 2021-05-19 02:32:46 +03:00
security Initial commit of UrlsController. 2021-03-16 15:25:15 +02:00
util - Return an HTTP-500-error when the server cannot find the resourceFile requested by the "getTestUrls"-endpoint. 2021-06-10 14:21:39 +03:00
Application.java Initial commit of UrlsController. 2021-03-16 15:25:15 +02:00