data-transfer-v2 #2

Merged
konstantina.galouni merged 25 commits from data-transfer-v2 into develop 2023-06-13 16:28:40 +02:00

25 Commits

Author SHA1 Message Date
Konstantina Galouni 5bfe200abd Updating openaireLibrary 2023-06-13 16:14:15 +03:00
Konstantina Galouni e4630dd3a5 EOSC Explore | data-transfer-v2: Updating openaireLibrary & updated date in CHANGELOG.md 2023-06-13 16:12:13 +03:00
Konstantina Galouni 43fb4692b4 [EOSC Explore | data-transfer-v2]: Updated version to 3.0.0 and added changes for prod release.
1. environment.prod.ts: Updated eoscDataTransferAPI property to use production API (vm, not test).
2. package.json: Updated version from 2.0.2 to 3.0.0.
3. CHANGELOG.md: Added changes for 3.0.0 production release.
2023-06-08 10:23:15 +03:00
Konstantina Galouni c771c30fc5 Merge remote-tracking branch 'origin/develop' into data-transfer-v2 2023-06-07 14:53:24 +03:00
Konstantina Galouni 2e09705881 [EOSC Explore | data-transfer-v2] Updating (merged) openaireLibrary before merge with develop branch 2023-06-07 14:53:12 +03:00
Konstantina Galouni 64a5512700 [EOSC Explore | data-transfer-v2] Updating openaire-theme before merge with develop branch 2023-06-07 14:51:41 +03:00
Konstantina Galouni bcc0bb4299 [Library | data-transfer-v2]: For data transfer, open full screen modal instead of alert modal | Support transfer of hierarchical files | Show description in storage types.
1. full-screen-modal.component.ts: Added cancelButton: boolean = true; and show cancel button, only if cancelButton is true and okButton is false.
2. transferData.module.ts: Imported FullScreenModalModule.
3. transferData.component.html: Replaced <modal-alert> with <fs-modal> and updated the interface accordingly | In inputs, set [inputClass]="'flat'".
4. transferData.component.ts:
   a. Configure FullScreenModal, instread of AlertModal.
   b. In destinationOptions, set label to dest.description (used to be dest.destination).
   c. In transfer, in destinations, use also element.path, to keep the initial structure/ hierarchy when transfering files.
2023-05-16 16:36:43 +03:00
Konstantina Galouni 06aa6eb91b Merge remote-tracking branch 'origin/master' into data-transfer-v2 2023-03-16 20:57:49 +02:00
Konstantina Galouni 7399cddeab Updating openaireLibrary... 2023-03-16 20:57:31 +02:00
Konstantina Galouni ee8a6b37b5 [EOSC EXPLORE | data-transfer-v2]: Updating libraries... 2023-03-16 20:56:20 +02:00
Konstantina Galouni 6958dab128 [Library | data-transfer-v]: transferData.component: Updated input labels, added uk-grid-small for the two columns, destination url changed to destination system and protocol (https:// or s3://) is applied programmatically. 2023-03-15 10:53:19 +02:00
Konstantina Galouni 2b71badce7 Merge branch 'master' into data-transfer-v2 2023-03-10 16:48:09 +02:00
Konstantina Galouni e196a2baba Updating src/app/openaireLibrary... 2023-03-10 16:47:02 +02:00
Konstantina Galouni 0be6dfd5fd [Library | data-transfer-v2]: transferData.component.ts: Added class field "s3UrlRegex" and updated s3 regex to accept any url starting from s3://, https://, http://, www. 2023-03-10 14:54:15 +02:00
Konstantina Galouni e37540fe7c Merge remote-tracking branch 'origin/master' into data-transfer-v2 2023-03-09 11:16:09 +02:00
Konstantina Galouni d0a050e244 Updating src/app/openaireLibrary... 2023-03-09 11:15:43 +02:00
Konstantina Galouni e496cbd37c [Library | data-transfer-v2]: transferData.component.ts: Check we are on client side to open the modal | [Bug fix] In error message. 2023-03-03 15:12:26 +02:00
Konstantina Galouni 53bae7c2d2 Updating libraries.. 2023-02-14 01:16:51 +02:00
Konstantina Galouni 77b9876829 [Library | data-transfer-v2]: Use new transfer API to get destinations, do the transfer, request status of transfer | Updated messages and checks for buttons. 2023-02-13 19:39:08 +02:00
Konstantina Galouni 09647ae074 Updating openaireLibrary 2023-01-05 19:20:03 +02:00
Konstantina Galouni b98ff13e0d [Library | data-transfer-v2]: transferData.component: Get destinationOptions from API (/storage/types). 2023-01-05 19:14:26 +02:00
Konstantina Galouni 033166f5fb Eosc Explore: Merge origin/master into data-transfer-v2 2023-01-04 13:41:52 +02:00
Konstantina Galouni c17c76fead [Eosc Explore & Library | data-transfer-v2]: environment.ts: Updated eoscDataTransferDestinations to be like api response. | transferData.component: Updated destinationOptions and selectedDestination according to the updated eoscDataTransferDestinations. 2023-01-04 13:27:49 +02:00
argirok c95aab77c8 Data transfer: update list of destinations properties 2022-11-11 13:55:19 +02:00
argirok 2db6ee98e4 Eosc data transfer:
- add and use separate property for login url
- use new API url
2022-11-11 11:20:02 +02:00