UrlsController/src/main/java/eu/openaire/urls_controller
Lampros Smyrnaios 66a5b3c7da Update Bulk-Import API:
- Increase the "numOfThreadsPerBulkImportProcedure" to 6.
- Fix Bulk import not working from a second-level subdirectory; the report-subDirectory was not created.
- Fix not returning the bulk-import-report as "application/json".
- Add useful messages for missing parameters.
- Change the HTTP-method for the "bulkImportFullTexts" endpoint to "POST".
- Show a structured json-response for the "bulkImportFullTexts" endpoint.
- Fix uncommon date-format.
- Remove single quotes from json-report, since they are returned as bytes, not characters.
- Optimize the generation of the json-bulkImport-report.
2023-07-25 11:59:47 +03:00
..
components Reduce the waiting time for new background tasks to be scheduled for processing. 2023-07-24 20:33:56 +03:00
configuration Avoid assigning the same publications multiple times to the Workers, after the recent "parallelization enchantment". 2023-07-11 17:27:23 +03:00
controllers Update Bulk-Import API: 2023-07-25 11:59:47 +03:00
models Update Bulk-Import API: 2023-07-25 11:59:47 +03:00
payloads - Process the WorkerReports in background Jobs and post the reportResults to the Workers. 2023-05-24 13:52:28 +03: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 Update Bulk-Import API: 2023-07-25 11:59:47 +03:00
util Update Bulk-Import API: 2023-07-25 11:59:47 +03:00
Application.java - Fix missing changes. 2023-07-24 19:55:37 +03:00