Skip to content

Commit 23fab3e

Browse files
committed
more changelog details
1 parent 50bf804 commit 23fab3e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,32 @@
55

66
User visible changes
77
- 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
812

913
Operations changes:
1014
- Unused RO Bundles and Git repositories are now deleted in case of errors,
1115
instead of filling up the disk with unusable files
1216
- Temporary directories older than 1 day are now cleared via a daily cron job
1317
See `src/main/resources/application.properties` for configuration
18+
- Error handling and retries are improved for git checkouts
1419

1520
Minor changes:
1621
- mockito-all was replaced by mockito-inline as it supports mocking static
1722
methods
1823

1924
Dependecies upgrade:
2025
- 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
2227
- 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
2530
- Bump common-compress from 1.21 to 1.22
2631
- Bump junit-jupiter from 1.17.4 to 1.17.6
2732
- Bump postgresql from 1.17.4 to 1.17.6
33+
- Bump jena-core from 4.6.1 to 4.7.0
2834

2935
Changes related to the migration of view.commonwl.org from Curii, Inc to HPC4AI, University of Turin:
3036
- Removed Data controller section in the About page

0 commit comments

Comments
 (0)