Commit Graph

9731 Commits

Author SHA1 Message Date
Andreas Awouters
a2f5f8291c Merge remote-tracking branch 'dspace/main' into process-admin-ui-redesign-8.0.0-next 2024-01-24 15:25:45 +01:00
Andreas Awouters
151bac5d3a Merge remote-tracking branch 'atmire/feature-process_polling' into process-admin-ui-redesign-8.0.0-next 2024-01-24 15:25:27 +01:00
Andreas Awouters
6b36f0e03f 107873: Fix ProcessOverviewTableComponent tests 2024-01-24 08:54:55 +01:00
Andreas Awouters
d5ac25a1a5 107873: Fix ProcessOverviewService doc comment 2024-01-24 08:54:55 +01:00
Andreas Awouters
41bbf81f18 107873: Precompute process info for display in table 2024-01-24 08:54:55 +01:00
Jens Vannerum
c02b46ca7d 110088: new implementation for keyboard support in dropdowns 2024-01-23 11:15:40 +03:00
Andreas Awouters
f784523d61 107873: Add small margins so buttons don't stick to next component 2024-01-23 08:49:03 +01:00
Andreas Awouters
907f2e83e6 107873: Shorten paginationId
I chose 2 characters instead of one in case a 'SUCCEEDED' process status
is added in the future. 'SUCCEEDED' could encompass both 'COMPLETED' and
'FAILED' processes, but it's paginationId would clash with 'SCHEDULED'
(both start with 's'). By choosing the first 2 characters of the status,
this clash does not occur (ids would be 'sc' and 'su').
2024-01-23 08:22:22 +01:00
Andreas Awouters
492f4c22fc 107873: Add redirect on 4xx 2024-01-23 08:17:03 +01:00
Tim Donohue
eee7267669 Merge pull request #2338 from alexandrevryghem/improve-confirmation-modal_contribute-main
Made ConfirmationModalComponent more generic
2024-01-19 16:32:27 -06:00
Tim Donohue
a59f371ecf Merge pull request #2691 from misilot/fix-2690
Decrease min-height for Login Dropdown Menu
2024-01-19 09:22:36 -06:00
Tim Donohue
6536fbff62 Merge pull request #2736 from saschaszott/patch-11
use localized error message
2024-01-19 09:21:26 -06:00
Alan Orth
477ea93fd1 Merge pull request #2721 from alanorth/fix-community-cdk-tree-links
Fix whitespace in links due to newlines
2024-01-19 08:13:42 +03:00
Tim Donohue
1c782b2656 Merge pull request #2711 from tdonohue/add_accessibility_tests
Add more automated accessibility scanning to e2e tests & fix a few minor accessibility bugs
2024-01-17 13:37:49 -06:00
Tim Donohue
a5a89a4b98 Add environment variable for Person collection name. Use it in submission e2e tests. 2024-01-17 12:05:00 -06:00
Tim Donohue
0aaf3131fa Move increment/decrement to i18n. Update to use "name". 2024-01-17 11:49:00 -06:00
Tim Donohue
31bc05235e Add accessibility testing for admin sidebar 2024-01-17 11:16:54 -06:00
Tim Donohue
80492cd88a Add Item Edit accessibility tests. Switch Item to use to one with bitstreams. Minor updates to HTML to pass accessibility tests. 2024-01-17 11:16:54 -06:00
Tim Donohue
00cb2f9e8a Add accessibility tests (and minor fixes) for Edit Collection's Content Source tab and Item Mapper tab 2024-01-17 11:16:54 -06:00
Tim Donohue
9894d315a0 Add Edit Collection accessibility Testing 2024-01-17 11:16:54 -06:00
Tim Donohue
6c76d8c1d7 Add Edit Community accessibility tests & minor cleanup 2024-01-17 11:16:54 -06:00
Tim Donohue
e47593b303 Fix circular dependency issue by using Cypres env variables directly instead of global constants 2024-01-17 11:16:54 -06:00
Tim Donohue
8d61fa6ac3 Improve accessibility testing on Submission page 2024-01-17 11:16:54 -06:00
Tim Donohue
a581219df5 Refactor e2e test infrastruction to allow easier way to lookup REST API info and generate CSRF tokens 2024-01-17 11:16:54 -06:00
Tim Donohue
5dad8bec39 Fix ARIA labels and tabindex on date picker in submission form. Tabindex is unnecessary & throws accessibility errors from AXE tools 2024-01-17 11:16:53 -06:00
Tim Donohue
aeea1cd592 Fix ARIA labels on submission form relationship button and dynamic dropdowns 2024-01-17 11:16:53 -06:00
Tim Donohue
53d521a87e Add new e2e accessibility tests & update some existing ones 2024-01-17 11:16:53 -06:00
Tim Donohue
55c191e742 Merge pull request #2587 from Dawnkai/main
Deque Analysis Color Contrast fixes
2024-01-16 16:01:50 -06:00
Maciej Kleban
c20b0a7c11 Replace hard-coded colors with bootstrap variants
* Replace custom variables with Bootstrap variants
* Replace custom button colors with Bootstrap variants
* Remove custom colors and replace them with bootstrap variants
* Fix checkbox offset styles
---------
Co-authored-by: Maciej Kleban <maciej.kleban@pcgacademia.pl>
2024-01-15 20:26:04 +01:00
Dawnkai
7fbb692e94 Deque Analysis Color Contrast fixes 2024-01-15 20:25:32 +01:00
Andreas Awouters
24ece9f33a 107873: Fix lint error by renaming rxjs timer import 2024-01-12 11:52:05 +01:00
Andreas Awouters
833b7e732d 107873: Remove table tests from ProcessOverviewComponent
ProcessOverviewComponent no longer is responsible for displaying the
table. As a result the tests no longer work and are no longer relevant.
2024-01-12 11:44:13 +01:00
Andreas Awouters
6f73b3cd91 107873: Add ProcessOverviewTableComponent tests 2024-01-12 11:44:13 +01:00
Andreas Awouters
4061aaac2e 107873: Rework autoRefreshingSearchBy test 2024-01-12 11:44:13 +01:00
Andreas Awouters
2bda29ad1d 107873: Rework autoRefreshingSearchBy 2024-01-12 11:44:13 +01:00
Alan Orth
c55d518df5 Merge pull request #2662 from alexandrevryghem/fix-eperson-link-on-group-pages_contribute-main
Fixed ePerson link on edit group page
2024-01-12 08:25:02 +03:00
Andreas Awouters
944b614514 107873: Add process overview page tables 2024-01-11 08:22:49 +01:00
Sascha Szott
92a74cee5a use localized error message 2024-01-10 16:54:18 +01:00
Andreas Awouters
86cad57845 107873: Add process-data searchBy tests 2024-01-10 12:07:30 +01:00
Andreas Awouters
64befd2e30 107873: Implement autoRefreshingSearchBy for process-data service 2024-01-10 12:07:30 +01:00
Andreas Awouters
c7922b7e67 107873: Implement SearchData for process-data service 2024-01-10 12:07:30 +01:00
Alexandre Vryghem
359d4520f9 Merge remote-tracking branch 'upstream/main' into feature-process_polling
# Conflicts:
#	src/app/core/data/base/base-data.service.spec.ts
2024-01-08 18:36:33 +01:00
Alexandre Vryghem
86d3883853 Merge branch 'feature-process_polling-7.6' into feature-process_polling 2024-01-08 18:07:42 +01:00
Tim Donohue
610062bdea Merge pull request #2731 from DSpace/backport-2670-to-main
[Port main] Ensure HALEndpointService doesn't use stale responses
2024-01-08 11:04:14 -06:00
Art Lowel
33b7c39dd1 add ResponsePendingStale state
(cherry picked from commit 790e717199)
2024-01-08 16:17:16 +00:00
Art Lowel
d109a5aeb2 also skip loading hal requests
(cherry picked from commit c8ac260b78)
2024-01-08 16:17:16 +00:00
Art Lowel
bd6c99da2e ensure HALEndpointService doesn't use stale requests
(cherry picked from commit 38752d9d71)
2024-01-08 16:17:16 +00:00
Alexandre Vryghem
c91b99fece 108915: Fixed delete process error on ProcessDetailComponent 2024-01-05 16:53:05 +01:00
Alexandre Vryghem
9e31f73f5e 108915: Fixed issue where the observable would emit itself again even when the lastUpdated didn't change 2024-01-05 16:51:23 +01:00
Alexandre Vryghem
d37cd18e89 Merge remote-tracking branch 'upstream/main' into feature-process_polling 2023-12-22 19:29:52 +01:00