VSB-TUO/Created feature for editing actual dspace configuration files#1097
Merged
milanmajchrak merged 3 commits intocustomer/vsb-tuofrom Sep 24, 2025
Merged
VSB-TUO/Created feature for editing actual dspace configuration files#1097milanmajchrak merged 3 commits intocustomer/vsb-tuofrom
milanmajchrak merged 3 commits intocustomer/vsb-tuofrom
Conversation
jr-rk
pushed a commit
that referenced
this pull request
Oct 2, 2025
…#1097) * Created feature for editing actual dspace configuration files * Fixed Doc and removed unused class * Fixed unit tests
milanmajchrak
added a commit
that referenced
this pull request
Jan 13, 2026
* VSB-TUO/Added czech email templates (#1079) * Added czech email templates * Updated some translations --------- Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk> * VSB-TUO/Created feature for editing actual dspace configuration files (#1097) * Created feature for editing actual dspace configuration files * Fixed Doc and removed unused class * Refactor exception handling to catch specific service exceptions instead of parsing error messages * Return HAL resources from list endpoint for consistency with item endpoint * Remove redundant file existence checks after validation in getFileMetadata * Remove redundant config file update test to reduce duplication * Removed unused groupService field * Removed unused CONTENT constant * Fix spacing in include directive for consistency with other includes * Fix incorrect test expectations for metadata authority and confidence - expecting null/-1 but setting auth0/0. Production code correctly uses provided values when authority is non-empty. * Fix test assertions to expect provided authority and confidence values instead of null/-1 * set up back config property config.admin.updateable.files * Updated local.cfg because of failing tests * Do not include enable-orcid cfg * Fix integration test teardown failures by adding missing mock services * restore changes from hash 273c865 and d8a72b4 * removed configuration files that can be updated via the admin API from test env * Removed not wanted cs email from UFAL and reverted some unlogic changes * Fix test which overrides the whole configuration file * Removed put method * Added put integration test --------- Co-authored-by: Kasinhou <129340513+Kasinhou@users.noreply.github.com> Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk> Co-authored-by: milanmajchrak <90026355+milanmajchrak@users.noreply.github.com> Co-authored-by: Paurikova2 <michaela.paurikova@dataquest.sk> Co-authored-by: milanmajchrak <milan.majchrak@dataquest.sk> Co-authored-by: Paurikova2 <107862249+Paurikova2@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem description