Lampros Smyrnaios
|
983b900da7
|
- Add the "installAndRun.sh" script.
- Update the README.
- Update the dependencies.
|
2021-09-09 15:56:37 +03:00 |
Lampros Smyrnaios
|
25c566bf68
|
- Change server's port.
- Update dependencies.
|
2021-07-29 08:44:36 +03:00 |
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 |
Lampros Smyrnaios
|
87044574b5
|
Update dependencies and add the "gradle-wrapper.properties" file which defines the gradle version.
|
2021-06-08 19:12:40 +03:00 |
Lampros Smyrnaios
|
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.
|
2021-05-19 02:32:46 +03:00 |
Lampros Smyrnaios
|
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.
|
2021-05-18 17:23:20 +03:00 |
Lampros Smyrnaios
|
c6e12d3e95
|
- Update "addResults"-endpoint.
- Add "UrlsRequest.java".
- Some minor updates in "build.gradle" and "application.properties".
|
2021-03-16 18:07:30 +02:00 |
Lampros Smyrnaios
|
8a4376da9c
|
Initial commit of UrlsController.
|
2021-03-16 15:25:15 +02:00 |