|
5 | 5 |
|
6 | 6 | User visible changes
|
7 | 7 | - Better identify repository licenses through the Licensee Ruby Gem
|
| 8 | +- When processing a directory, the presence of errors will cause a afile to be skipped |
| 9 | + instead of erroring out the entire process |
| 10 | +- Many user visible error message have been made more helpful; especially in the case |
| 11 | + of a missing or private repository |
8 | 12 |
|
9 | 13 | Operations changes:
|
10 | 14 | - Unused RO Bundles and Git repositories are now deleted in case of errors,
|
11 | 15 | instead of filling up the disk with unusable files
|
12 | 16 | - Temporary directories older than 1 day are now cleared via a daily cron job
|
13 | 17 | See `src/main/resources/application.properties` for configuration
|
| 18 | +- Error handling and retries are improved for git checkouts |
14 | 19 |
|
15 | 20 | Minor changes:
|
16 | 21 | - mockito-all was replaced by mockito-inline as it supports mocking static
|
17 | 22 | methods
|
18 | 23 |
|
19 | 24 | Dependecies upgrade:
|
20 | 25 | - Bump jackson from 2.13.4 to 2.14.1
|
21 |
| -- Bump spring-data-commons from 2.7.3 to 2.7.6 |
| 26 | +- Bump spring-data-commons from 2.7.3 to 2.7.7 |
22 | 27 | - Bump hibernate-types-55 from 2.19.2 to 2.21.1
|
23 |
| -- Bump liquibase-core from 4.16.1 to 4.18.0 |
24 |
| -- Bump snakeyaml-engine from 2.4 to 2.5 |
| 28 | +- Bump liquibase-core from 4.16.1 to 4.19.0 |
| 29 | +- Bump snakeyaml-engine from 2.4 to 2.6 |
25 | 30 | - Bump common-compress from 1.21 to 1.22
|
26 | 31 | - Bump junit-jupiter from 1.17.4 to 1.17.6
|
27 | 32 | - Bump postgresql from 1.17.4 to 1.17.6
|
| 33 | +- Bump jena-core from 4.6.1 to 4.7.0 |
28 | 34 |
|
29 | 35 | Changes related to the migration of view.commonwl.org from Curii, Inc to HPC4AI, University of Turin:
|
30 | 36 | - Removed Data controller section in the About page
|
|
0 commit comments