UrlsController/src/main/java/eu/openaire/urls_controller
Lampros Smyrnaios 55ea5118ac - Update the "testDatabaseName" property.
- Code polishing.
2023-04-26 19:33:28 +03:00
..
components - Set the default value of the "isTestEnvironment" property to "true", in order to avoid undesired outcomes in the production db. 2023-03-21 17:04:28 +02:00
configuration - Update the "testDatabaseName" property. 2023-04-26 19:33:28 +03:00
controllers Add the "getNumberOfPayloadsForDatasource" endpoint. 2023-04-24 09:54:35 +03:00
models - Apply error-checking on individual CallableTasks and in tasks-batches related to the creation and upload of all the data related to the "attempt" and "payload" table. So, if no data could be uploaded for one or both tables, no "load"-queries will be executed for that/those tables. 2022-12-09 12:46:06 +02: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 - Update the "testDatabaseName" property. 2023-04-26 19:33:28 +03:00
util - Update the "testDatabaseName" property. 2023-04-26 19:33:28 +03:00
Application.java - Add missing refactoring-change. 2023-02-24 23:49:04 +02:00