Commit Graph

34 Commits

Author SHA1 Message Date
FrancescoMolinaro
5feaa1b5a6 fix tests 2023-12-27 13:00:55 +01:00
Francesco Bacchelli
f31d4d5276 Merge branch 'CST-5249_suggestion' of https://github.com/4Science/dspace-angular into CST-11299 2023-08-10 11:35:20 +02:00
Yury Bondarenko
abc9bbeae3 Revert "93803: Update DataService constructor signatures"
This reverts commit a6fb4a6303.
2022-09-12 12:29:04 +02:00
Yura Bondarenko
a6fb4a6303 93803: Update DataService constructor signatures
Override linkPath/responseMsToLive/constructIdEndpoint
  - in class body for inheritable classes (for clarity: it's the first thing you'd read, variable name is right there)
  - in constructor for composable classes
    * wrapped services must be 'synchronized' with their wrapper
    * moved these overrides up in the argument list for emphasis (implementing a new composable feature? first thing is to use the same endpoint!)
2022-09-05 12:30:41 +02:00
Yura Bondarenko
ad316f7316 93803: Resolve circular dependency
src/app/core/cache/builders/build-decorators.ts > src/app/core/data/base/hal-data-service.interface.ts > src/app/core/data/paginated-list.model.ts
2022-08-25 10:28:44 +02:00
Yura Bondarenko
42a2c3c7e2 93803: Refactor existing data services 2022-08-24 19:03:19 +02:00
Luca Giamminonni
11d25e6699 [CST-5249] Fixed suggestion page 2022-05-04 13:16:13 +02:00
Luca Giamminonni
b4d6fbc390 [CST-5249] Fixed compilation issues 2022-05-02 17:40:51 +02:00
lotte
53c67ac878 fixed after merge 2022-04-05 16:35:24 +02:00
lotte
30b7e8eb39 Merge branch 'main' into w2p-87382_circular-dependency-fixes 2022-04-05 16:35:00 +02:00
Art Lowel
716cea376d fix circular dependency issues relating to request models 2022-03-22 13:29:23 +01:00
Davide Negretti
850970e204 [CST-4499] Version history - Code refactoring (WIP) and "Edit workspace item" button 2021-10-15 13:05:24 +02:00
Davide Negretti
ca9ca0105e [CST-4499] Version history - Redirect to Edit Item 2021-09-29 16:33:23 +02:00
Giuseppe Digilio
a25ab5620f Merge remote-tracking branch 'remotes/origin/main' into authorities_and_controlled_vocabularies 2020-07-23 11:41:03 +02:00
Art Lowel
775becd656 fix issue where hints wouldn't show for non-repeatable fields, and remove commented out bits of code 2020-06-29 15:34:18 +02:00
Art Lowel
bc8bacab54 Merge branch 'followlink-refactor' into metadata-and-relationships-combined-in-submission 2020-02-24 14:59:28 +01:00
Art Lowel
bc7c92f44c removed remaining normalized models and related services 2020-02-17 18:35:10 +01:00
Art Lowel
1d31cae970 switched to resource-types for annotations to get around circular dependency issues 2020-02-17 18:12:13 +01:00
Art Lowel
56c3d12497 itermediate commit 2020-02-17 18:12:13 +01:00
Art Lowel
44facb8dcb followlinks 2020-02-17 18:12:13 +01:00
lotte
6cfcff5503 fixed tests in relaitonship service 2020-02-05 16:53:39 +01:00
Marie Verdonck
98c8eb558a 65600: Renamed FindAllOptions to FindListOptions 2019-11-26 17:18:04 +01:00
Art Lowel
254b7d1633 increased responseMsToLive from 0 to 10s, to prevent infinite loops 2019-10-07 15:35:19 +02:00
Michael W Spalti
c1f7d39290 Renamed cache property and replaced conditional with hasValue. 2019-10-03 11:50:50 -07:00
Michael W Spalti
0b6963aea1 Sets responseMsToLive to zero in some dataService methods and adds ability to reset the responseMsToLive value in subclasses. 2019-10-03 11:50:50 -07:00
Michael W Spalti
2988146d59 Setting cache period to zero for all instances where forceBypassCache was previously true. 2019-10-03 11:50:50 -07:00
Michael W Spalti
1b48d3d1f6 Refactored to remove forceBypassCache param from requestService and from data service classes. 2019-10-03 11:50:50 -07:00
lotte
b2ceb8e9d6 61949: finished refactoring, adding type doc 2019-04-29 16:21:36 +02:00
Giuseppe Digilio
4539ee704a Added more comments 2019-03-21 11:22:17 +01:00
Giuseppe Digilio
d351aaf95d Fixes after merge 2019-03-08 15:51:27 +01:00
Giuseppe Digilio
f6fe2c3c3e Fixes after merge with master 2019-02-19 17:46:34 +01:00
Giuseppe Digilio
3b2aebb649 Fix Pipeable operators 2018-12-16 20:22:01 +01:00
Giuseppe
7b483ce052 Fixed merge issues 2018-10-17 12:25:46 +02:00
Giuseppe
6f60cd68e2 Merged submission module code 2018-07-26 18:36:36 +02:00