Commit Graph

  • 5e7ccbd8c6 Add the "addWorkerReport" endpoint. Lampros Smyrnaios 2021-06-22 05:38:48 +0300
  • 40763ec146 Update the "WorkerReport" request and the "UrlReport" and "Payload" models. Lampros Smyrnaios 2021-06-19 07:07:36 +0300
  • c194af167f Allow handling of concurrent requests to the "getTestUrls"-endpoint. Lampros Smyrnaios 2021-06-10 20:24:51 +0300
  • 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. Lampros Smyrnaios 2021-06-10 14:21:39 +0300
  • 6729f51b03 Add an "assignmentId" field in the "Assignment"-class. Lampros Smyrnaios 2021-06-09 05:48:54 +0300
  • 87044574b5 Update dependencies and add the "gradle-wrapper.properties" file which defines the gradle version. Lampros Smyrnaios 2021-06-08 19:12:40 +0300
  • 787299b5b7 Add the "Datasource" inside the "Task" class and include it in the Assignment. Lampros Smyrnaios 2021-05-20 02:50:50 +0300
  • d20fcf9cce - Update the "getUrls" and "getTestUrls" endpoints to take the data from the workers, in http-request-parameters instead of the http-body. - Fix tasksLimit-check. - Code cleanup. Lampros Smyrnaios 2021-05-19 02:32:46 +0300
  • e2cc320baf - Add the "getTestUrls"-endpoint which returns an "Assignment" with data retrieved from the added resource-file. - Update the "getUrls"-endpoint to be ready to retrieve data from the database, once it's added. - Update the dependencies. - Code cleanup. Lampros Smyrnaios 2021-05-18 17:23:20 +0300
  • d3588ea36b Add the "DownloadAttempt" class. Lampros Smyrnaios 2021-04-24 21:44:51 +0300
  • a6ab810ad3 Update classes: "Publication" and "Payload". Lampros Smyrnaios 2021-04-24 21:40:10 +0300
  • 85ecc4a36b Add classes: "AssignmentResponse", "WorkerReport", "WorkerRequest", "UrlReport". Lampros Smyrnaios 2021-04-24 21:06:52 +0300
  • c2ea8a69de Update classes: "Assignment", "Task", "Error", "Payload", "UrlsRequest". Lampros Smyrnaios 2021-04-24 21:05:21 +0300
  • 89c6a73a30 Add "Assignment", "Task" and "Error" classes. Lampros Smyrnaios 2021-04-15 03:36:08 +0300
  • c6e12d3e95 - Update "addResults"-endpoint. - Add "UrlsRequest.java". - Some minor updates in "build.gradle" and "application.properties". Lampros Smyrnaios 2021-03-16 18:07:30 +0200
  • 8a4376da9c Initial commit of UrlsController. Lampros Smyrnaios 2021-03-16 15:25:15 +0200