Commit Graph

4673 Commits

Author SHA1 Message Date
Giuseppe Digilio
265b74f3d6 fixed SubmissionImportExternalPreviewComponent after angular 10 upgrade 2020-12-03 10:08:59 +01:00
Giuseppe Digilio
ad9b676bec fixed menu effects after angular 10 upgrade 2020-12-03 09:31:00 +01:00
Giuseppe Digilio
58f1cbe5e5 fixed collection selector component after angular 10 upgrade 2020-12-02 16:19:26 +01:00
Giuseppe Digilio
b49d46176b fixed dynamic disabled component after angular 10 upgrade 2020-12-02 12:38:26 +01:00
Giuseppe Digilio
9336693cc7 Removed entry components from module definitions 2020-12-01 20:38:03 +01:00
Giuseppe Digilio
18160b16db fixed absolute import paths 2020-12-01 20:33:17 +01:00
Giuseppe Digilio
ef0c574473 fixed collection dropdown component after angular 10 upgrade 2020-12-01 15:23:41 +01:00
Giuseppe Digilio
5b5d2031d5 fixed date picker form component after angular 10 upgrade 2020-12-01 11:50:27 +01:00
Giuseppe Digilio
4473395cb9 Fixed "CommonJS or AMD dependencies can cause optimization bailouts." warnings
https://stackoverflow.com/questions/62592903/upgrading-to-angular-10-fix-commonjs-or-amd-dependencies-can-cause-optimizatio/62604034#62604034
2020-11-23 16:52:55 +01:00
Giuseppe Digilio
9f5204992d Replaced deprecated rxjs flatMap operator 2020-11-23 15:38:02 +01:00
Giuseppe Digilio
44a65c7a23 upgrade to angular 10 intermediate commit 2020-11-20 21:10:36 +01:00
Giuseppe Digilio
9abc827fc1 fix for dynamic form after upgrade 2020-11-20 21:10:09 +01:00
Giuseppe Digilio
59a0263817 upgrade to angular 10 intermediate commit 2020-11-20 17:06:42 +01:00
Giuseppe Digilio
79285b203b Changed to use TestBed.inject method instead of deprecated TestBed.get 2020-11-20 15:21:34 +01:00
Giuseppe Digilio
32dc9a80a6 Replaced ngx-bootstrap TooltipModule in favour of @ng-bootstrap ngbTooltip 2020-11-20 12:41:13 +01:00
Giuseppe Digilio
764ad4a0c0 fix update of @ng-dynamic-forms libs 2020-11-19 18:29:40 +01:00
Giuseppe Digilio
92a4b9fa78 updated @ng-bootstrap and @ng-dynamic-forms 2020-11-19 11:25:23 +01:00
Giuseppe Digilio
1e918d6df8 updated Angular Universal 2020-11-18 19:06:25 +01:00
Giuseppe Digilio
1b21af3191 updated to the latest 9.x version 2020-11-18 19:02:55 +01:00
Giuseppe Digilio
17d7e10ac3 updated to the latest 8.x version 2020-11-18 18:48:54 +01:00
Giuseppe Digilio
46c748efba set target to es2015 2020-11-18 18:46:46 +01:00
Giuseppe Digilio
1507ec0ffa using dynamic imports for lazy loaded modules via the router 2020-11-18 18:05:40 +01:00
Tim Donohue
12da991630 Merge pull request #932 from atmire/w2p-74356_Issue-867_Missing-labels-externalsources
Submission relationship lookup externalsources: Missing i18n labels & other issues
2020-11-17 11:01:29 -06:00
Tim Donohue
2ee815908f Merge pull request #939 from tdonohue/use_codecov_bash_script
Use codecov bash script instead of codecov node module
2020-11-10 14:20:05 -06:00
Tim Donohue
086449d82c Remove 'codecov' node module 2020-11-10 13:28:21 -06:00
Tim Donohue
ff173f1f0f Switch to using Codecov bash script instead of node module to upload reports 2020-11-10 13:28:21 -06:00
Marie Verdonck
61f2a3c0f8 Missing key for button title added 2020-11-09 10:06:26 +01:00
Tim Donohue
9fc732085e Merge pull request #935 from tdonohue/fix_codecov
Update Travis to only send coverage reports to codecov *once*
2020-11-06 15:01:49 -06:00
Tim Donohue
9b7eac625c Update Travis to only send coverage reports to codecov *once* 2020-11-06 12:20:25 -06:00
Tim Donohue
b10b972da3 Merge pull request #880 from mwoodiupui/879
[#879] Clarify the use of the production build script, and when configuration is processed
2020-11-06 09:34:49 -06:00
Marie Verdonck
5c62fb6d14 unused import removed and observableCombineLatest aligned with convention 2020-11-05 12:05:51 +01:00
Marie Verdonck
4487e2b8ea Fix count results in external source relationship lookup tab label 2020-11-05 11:44:43 +01:00
Marie Verdonck
ecb56413e2 Issue 867 - Missing labels added 2020-11-05 11:13:41 +01:00
Marie Verdonck
d73298daaa fix issue where externalsource search results couldn't be rendered on fields without name 2020-11-05 11:12:56 +01:00
Art Lowel
a937579b8a Merge pull request #905 from saschaszott/issue-904
bugfix of issue #904
2020-11-05 10:22:05 +01:00
Tim Donohue
1e87f2b742 Merge pull request #894 from 4Science/CSTPER-138
miscellaneous fixes for import from external source page
2020-10-30 09:51:32 -05:00
Tim Donohue
09bdc7a0e3 Merge pull request #891 from atmire/DSO-404-fix
Fix DSO 404 pages
2020-10-28 13:04:57 -05:00
Kristof De Langhe
d52da292a6 74053: Fix double slash in route 2020-10-27 13:14:01 +01:00
Kristof De Langhe
2d67b0b13e 74053: remove fdescribe + use consts for routing paths 2020-10-27 12:29:39 +01:00
Kristof De Langhe
736704aae8 74053: redirectOn404Or401 2020-10-27 11:25:12 +01:00
Tim Donohue
e3c4884bf9 Merge pull request #913 from atmire/fix-item-grid-shadows
Fix grid search result shadows
2020-10-23 16:42:57 -05:00
Tim Donohue
418fe5c5ce Merge pull request #881 from jonas-atmire/w2p-72326-Back-link-on-bitstream-edit-page
Back link on bitstream edit page
2020-10-23 16:18:36 -05:00
Giuseppe Digilio
c374627c27 [CSTPER-138] Fixed failed test 2020-10-22 17:24:18 +02:00
Giuseppe Digilio
826957a66d [CSTPER-138] Fixed issue where results are the same when pagination changed while retrieving external source providers 2020-10-22 09:18:03 +02:00
Tim Donohue
d103092a81 Merge pull request #901 from qultoltd/#895-search-grid-layout
#895 fix grid layout
2020-10-21 08:50:44 -05:00
Art Lowel
c4687116e5 add isCollapsed to mock TruncatableService 2020-10-21 11:35:05 +02:00
Art Lowel
1dcfb729a8 fix issue where item search results would always have a shadow, instead of only when they're focused 2020-10-21 10:23:56 +02:00
Sascha Szott
4e4ef36c34 bugfix of issue #904 2020-10-17 21:42:47 +02:00
Dániel Péter Sipos
9a324ba456 #895 revert changes fix layout 2020-10-16 17:12:25 +02:00
Dániel Péter Sipos
3d1ffa6738 #895 fix colums sorting 2020-10-16 17:05:46 +02:00