Andreas Awouters
4da63cc30e
111638: Serialize processId as string to match type
...
processId was originally of type 'number' even though it has 'string'
as type annotation. With this change it actually is a string.
2024-02-06 14:21:40 +01:00
Andreas Awouters
8d473eaead
111638: Show process ID instead of status
2024-02-06 14:21:40 +01:00
Andreas Awouters
14294e20ee
111638: Disable autorefreshing on non-browser platforms
2024-02-06 14:21:40 +01:00
Andreas Awouters
545b17fc9e
111638: Clean up process-overview component
...
Removed all unused code & reduced the tests to the minimum necessary
without removing testcases.
2024-02-06 14:21:40 +01:00
Andreas Awouters
8e11777e5b
111638: Change completed processes header to 'Succeeded processes'
2024-02-06 14:21:40 +01:00
Andreas Awouters
4af303d0f2
111638: Use hasValue instead of nullCheck
2024-02-06 14:21:40 +01:00
Andreas Awouters
72c04cfc77
111638: Sort processes with creationTime as default field
2024-02-06 14:21:40 +01:00
Andreas Awouters
5569d7fd32
111638: Use creation time for scheduled processes
2024-02-06 14:21:40 +01:00
Andreas Awouters
d64f521f0c
111638: Add creationTime to process model
2024-02-06 14:21:40 +01:00
Andreas Awouters
e96a7582f4
111638: Duplicate buttons at bottom of page
2024-02-06 14:21:40 +01:00
Andreas Awouters
e25ce44a47
111638: Collapse table when it contains no processes
2024-02-06 14:21:40 +01:00
Andreas Awouters
1c73a0c509
111638: Improve accessibility
2024-02-05 15:10:53 +01:00
Andreas Awouters
73e823e969
107873: Add number of processes badge
2024-01-29 10:57:41 +01:00
Andreas Awouters
536c02a078
107873: Remove pagination gear
2024-01-29 09:12:50 +01:00
Andreas Awouters
2ad97d2845
107873: Set process overview table column widths
2024-01-29 09:08:46 +01:00
Art Lowel
ba31670db7
style tweaks
2024-01-25 14:18:48 +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
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
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
Andreas Awouters
944b614514
107873: Add process overview page tables
2024-01-11 08:22:49 +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
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
5400981751
108915: Added tests proving that the addDependency is called on all the followLinks
...
Also fixed the mock values used by findListByHref, because they didn't use PaginatedLists but regular items
2023-12-19 15:58:11 +01:00
Alexandre Vryghem
24eb5b4bc0
108915: Always invalidate all followLinks when invalidating linked cached object
2023-12-11 13:25:46 +01:00
Alexandre Vryghem
e339b46228
108915: Added the missing Filetypes followLink to Process
2023-11-30 17:56:34 +01:00
Alexandre Vryghem
6b0f2e7c44
108915: Refactored code to use followLinks to retrieve the files of a process instead of a second request
2023-11-30 17:36:40 +01:00
Koen Pauwels
9b5001e1d9
104938 Cleanup
2023-09-07 10:19:33 +02:00
Koen Pauwels
53b0af100d
104938 Fix ProcessDetailComponent tests
2023-09-01 16:11:32 +02:00
Koen Pauwels
a59776d5a0
Failed attempt at fixing process-detail.component.spec.ts tests
2023-09-01 15:10:39 +02:00
Art Lowel
3be90ebe46
rewrite notifyOnCompletion as autoRefreshUntilCompletion, fix ProcessDetailComponent, and the ProcessDataService tests
2023-08-29 18:39:39 +02:00
Koen Pauwels
bd6648703c
104938 Add flush to process polling tests
2023-08-25 11:17:36 +02:00
Koen Pauwels
c4d57770c7
ProcessDataService.notifyOnCompletion tests (WIP)
2023-08-24 10:00:21 +02:00
Koen Pauwels
78d0bdd336
104938 Implementation and tests (WIP)
2023-08-18 14:18:41 +02:00
Tim Donohue
404ccd9b0e
Update version tag for release
dspace-7.6
2023-06-23 12:54:41 -05:00
Tim Donohue
990bde43ab
Merge pull request #2336 from atmire/w2p-103005_variable-overwrite-fix_contribution
...
Fix background-color overwrite issue
2023-06-23 10:01:53 -05:00
Tim Donohue
db526a0c25
Merge pull request #2331 from tdonohue/ssr_redirect_301
...
Implement basic 301 Redirect for DSpace 6.x URLs when SSR is used.
2023-06-23 08:59:30 -05:00
Tim Donohue
9a5e26f640
Merge pull request #2334 from 4Science/fix-bistream-download-cache
...
fix for bitstreams are not visible to crawlers when caching is enabled
2023-06-23 08:56:02 -05:00
lotte
d4a59dd51c
Merge branch 'w2p-103005_variable-overwrite-fix'
2023-06-23 12:07:22 +02:00
lotte
3d133f6166
103005: Fixed issue where bg colours couldn't be overwritten in themes
2023-06-23 11:50:05 +02:00