UrlsController/src/main/java/eu/openaire/urls_controller
Lampros Smyrnaios c7bfd75973 - Add the "getWorkersInfo" endpoint.
- Improve startup speed, by using a faster remote server to get the host's machine public IP. This also reduces the risk of not being able to get the public IP at all.
- Fix the detection of a different IP for a known worker.
- Improve documentation.
2023-05-23 14:57:15 +03:00
..
components New feature: BulkImport full-text files from compatible datasources. 2023-05-11 03:07:55 +03:00
configuration - Update the "testDatabaseName" property. 2023-04-26 19:33:28 +03:00
controllers - Add the "getWorkersInfo" endpoint. 2023-05-23 14:57:15 +03:00
models - Optimize the json-conversion of the "BulkImportReport". 2023-05-18 17:30:40 +03:00
payloads - Fix a "databaseLock" bug, which could cause both the payload and attempt inserts and the "mergeParquetFiles" to fail, as the inserts could be executed concurrently with tables-compaction. 2021-11-30 13:26:19 +02:00
security - Update the Spring-Security-code to use the "SecurityFilterChain", as the previous code was deprecated. 2022-06-27 21:41:32 +03:00
services - Increase the "read-timeout" when searching for the host's machine public-IP. 2023-05-22 21:33:02 +03:00
util - Add the "getWorkersInfo" endpoint. 2023-05-23 14:57:15 +03:00
Application.java New feature: BulkImport full-text files from compatible datasources. 2023-05-11 03:07:55 +03:00