forked from UoEMainLibrary/dspace-angular
-
Notifications
You must be signed in to change notification settings - Fork 1
UoE/Version 8.2 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dspeed2
merged 77 commits into
UoEMainLibrary:datashare-UoEMainLibrary-dspace-8_x
from
dataquest-dev:uoe/version-8.2
May 6, 2026
Merged
Changes from all commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
4af120e
Test changing of the home page title
milanmajchrak e6d4ca3
UoE/Merge pull request #1 from dataquest-dev/uoe-change-homepage-title
milanmajchrak 52ef654
Fix CI: Node 18.x only, remove e2e/SSR/codecov, CodeQL v3
milanmajchrak 0648592
Fix lint: unused imports, import sort, trailing commas
milanmajchrak ad9b93c
Fix remaining lint: trailing commas, spaces, selector prefix, indenta…
milanmajchrak 3620236
Fix lint: unused imports, trailing commas, import sort, wrong class name
milanmajchrak 4b551b2
Fix all lint errors across datashare, info, themes, submission
milanmajchrak 2a91ebf
Fix pre-existing test failures across datashare customizations
milanmajchrak 977d043
fix: prevent multi-value form fields from losing input and 'Add more'…
milanmajchrak 281e429
Fix lint in test files
milanmajchrak f478c00
Increase karma browser disconnect tolerance
milanmajchrak 391f3a7
Use ChromeHeadlessCI with increased memory for tests
milanmajchrak 7ca6892
Increase Node/Chrome memory for CI test runner
milanmajchrak 1919ebb
Remove code-coverage flag to reduce memory usage in tests
milanmajchrak fa33f30
Add diagnostic test log capture to CI
milanmajchrak ff9f99c
Add CI fix summary README
milanmajchrak 2eeb98f
fix: preserve metadata form values when toggling submission sections
milanmajchrak 7f41609
Address PR review: restore base build.yml, revert selector changes, r…
milanmajchrak ef0974e
fix: use FormArray.length instead of value?.length to handle disabled…
milanmajchrak d75fbba
Removed CoreTrustSeal cert from footer
milanmajchrak 65ac73e
Remove karma/build.yml workarounds — restore to base
milanmajchrak 0d4e6d0
Increase NODE_OPTIONS to 8192MB for DataShare fork size
milanmajchrak ececd21
Add browserNoActivityTimeout for code coverage processing
milanmajchrak 90c09ae
Fix Chrome OOM during code coverage: add ChromeHeadlessCI with --disa…
milanmajchrak 04622b0
Increase Chrome V8 heap for coverage-instrumented test bundle
milanmajchrak 8b77305
Increase Chrome V8 heap to 8192 for large coverage-instrumented bundle
milanmajchrak d0ad247
Add swap for code coverage: Chrome + Node exceed 7GB runner memory
milanmajchrak af27457
Increase NODE_OPTIONS to 8192 and improve swap robustness
milanmajchrak c875b1e
Disable source maps in CI to fix Chrome OOM with code coverage
milanmajchrak 1852ad4
Bypass npm script to ensure --source-map=false is applied in CI
milanmajchrak ff12d26
Disable code coverage in CI — Chrome OOM with instrumented bundle
milanmajchrak e5d8477
Fix: use yarn ng test instead of npx ng test for CI compatibility
milanmajchrak 5249a86
Fix: add --source-map=true to CI test command (required by angular.js…
milanmajchrak 9b36d1c
Fix: use 'yarn run test --browsers=ChromeHeadlessCI' in CI
milanmajchrak 127b1e7
Restore karma.conf.js Chrome flags and disconnect settings from green…
milanmajchrak 7c1fd08
Use 'yarn run test:headless' in CI (matches green builds)
milanmajchrak e9da433
Increase browserNoActivityTimeout to 300s for coverage data serializa…
milanmajchrak e32d095
Fix mock for createDuplicateFileNameDetector in section-upload spec
milanmajchrak 67d51fd
Switch e2e Docker images from GHCR to DockerHub
milanmajchrak 4b61d6f
Fix e2e: update homepage title to match Edinburgh DataShare i18n
milanmajchrak 8f01a14
Fix e2e: revert section-container to upstream accordion behavior (all…
milanmajchrak bda0085
Fix SSR: update homepage title check to match Edinburgh DataShare
milanmajchrak 9d0ebcf
CI: list failing test screenshot filenames in job summary
milanmajchrak 366e218
Fix search-filter a11y: revert hardcoded Subject Keywords to i18n
milanmajchrak 9aeb01b
CI: add failing test screenshot names as workflow warning annotations
milanmajchrak cfb7626
Fix a11y: remove role=link from button, fix heading hierarchy
milanmajchrak c1edae6
CI: fix screenshot filelisting to handle spaces in paths
milanmajchrak c15f838
CI: add diagnostic a11y violation reporting to identify exact axe-cor…
milanmajchrak 3e4b73e
Fix a11y: restore link-contrast on end-user-agreement links, revert f…
milanmajchrak 8a906a1
Fix a11y: add aria-label to icon-only buttons in relation-group compo…
milanmajchrak 6cb0eb2
Fix a11y: add aria-label to section remove link, add aria-labelledby …
milanmajchrak 812f2d5
CI: add diagnostic axe.run before checkA11y to capture violation details
milanmajchrak 040f0f1
Fix lint: remove unused axe-core imports
milanmajchrak f7b9dfc
Fix submission a11y: disable label rule for DataShare inline relation…
milanmajchrak f492cb5
Fix flaky e2e: add loading waits for homepage/item-edit a11y, interce…
milanmajchrak 69770c0
ci: add continue-on-error to codecov upload (coverage disabled)
milanmajchrak 69b9298
review: remove diagnostic screenshot step, fix duplicate checkA11y, f…
milanmajchrak 99a9711
fix: restore DataShare customizations per review feedback
milanmajchrak f83d972
fix: use safe navigation for model.context.label in form template
milanmajchrak debd05c
Added a comment
milanmajchrak 353baae
UoE/fix: Github actions
milanmajchrak ea91678
UoR/Removed CoreTrustSeal cert from footer
milanmajchrak 6a9e7a0
Merge remote-tracking branch 'origin/datashare-UoEMainLibrary-dspace-…
Copilot 05b2c8c
UoE/fix: preserve metadata form values when toggling submission sections
milanmajchrak 8b2467f
merge: resolve conflicts with datashare-UoEMainLibrary-dspace-8_x
Copilot c34360d
UoE/fix: prevent multi-value form fields from losing input and 'Add m…
milanmajchrak 3a7f494
feat: show embargo badge on embargoed bitstreams in file section
milanmajchrak fcdb14c
fix: hide Download All button when embargoed, clean up badge styling …
milanmajchrak 3007f6f
Merge branch 'datashare-UoEMainLibrary-dspace-8_x' into uoe/add-bitst…
milanmajchrak 8523977
UoE/feat: show embargo badge on embargoed bitstreams in file section
milanmajchrak 08f2c1f
Initial commit
milanmajchrak 02e426d
UoE/fix: resolve lint duplicates, missing HALLink in thumbnail spec, …
milanmajchrak 8a37503
Removed unnecesary file
milanmajchrak 68264e7
fix(a11y): remove presentational wrappers from edit-metadata table to…
milanmajchrak afcd86c
fix(a11y): mark edit-metadata header row with role=row and columnheader
milanmajchrak 92bbb26
Revert gitignore changes
milanmajchrak 83efa3a
UoE/fix: Github actions - it2
milanmajchrak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| <div class="container"> | ||
| <!-- DATASHARE - start --> | ||
| <h1 style="margin-bottom: 1.5rem;">{{ 'communityList.title' | translate }}</h1> | ||
| <h2 style="margin-bottom: 1.5rem;">{{ 'communityList.title' | translate }}</h2> | ||
| <!-- DATASHARE - end --> | ||
| <ds-community-list></ds-community-list> | ||
| </div> | ||
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
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
7 changes: 5 additions & 2 deletions
7
src/app/datashare/datashare-submission-form-section-container.service.ts
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.