dacf474562Merge pull request 'Override Reference Stakeholders - Generate Stakeholders from file' (#55) from angular-18-override-references into angular-18Konstantinos Triantafyllou2024-11-14 11:30:20 +0100
7c29f95ba0[angular-18-override-references]: Add generate stakeholders from file. Add configuration to enable generate stakeholders from file and override references. Currently enabled only for development.
#55
Konstantinos Triantafyllou2024-11-14 12:28:02 +0200
b2eb6dba3bMerge remote-tracking branch 'origin/angular-18' into angular-18-override-referencesKonstantinos Triantafyllou2024-11-11 11:21:45 +0200
a04688afd3[angular-18-override-references]: Allow change visibility in all entities in reference profiles.Konstantinos Triantafyllou2024-11-05 16:05:13 +0200
5147984c2f[angular-16-pid-resolver | DONE | CHANGED ] add doi info in my uploads
develop-16-deposit
argirok
2024-11-05 15:19:53 +0200
503ab40616[develop | DONE | CHANGED ] update material icons link
develop
argirok
2024-11-05 15:04:04 +0200
4d670e416d[develop | FIXED | DONE] in display claims - fix project title for unidentified
argirok
2024-11-01 12:28:31 +0200
b266492a5a[new-search | WIP | CHANGED]: Update queries and response path, using the new search API (currently on local dev machine "rudie". 1. dataProvider.service.ts: In method "buildDatasourceLandingInfoUrl()" change url for request by id with the local instance on rudie (new search API). 2. organization.component.ts: In searchProjectsService.getProjectsForOrganizations(), change funder parameter format. 3. searchOrganizations.component.ts: In method "filterRequestedAll()" update request parameters (fields -> facetFields). 4. searchDataproviders.service.ts: In methods "searchDataprovidersForEntity()", "numOfEntityDataproviders()", "numOfDataproviders()" change url for request with the local instance on rudie (new search API), parameters of request and response path for parsing. 5. searchProjects.service.ts: In method "getProjectsForOrganizations()" change url for request with the local instance on rudie (new search API), parameters of request and response path for parsing. 6. fetchDataproviders.class.ts: In method "getResultsForEntity()" change path and parameters url for the request. 7. resultLanding.service.ts: In method "buildResultLandingInfoUrl()" change url for request with the local instance on rudie (new search API).
new-search
Konstantina Galouni2024-10-31 11:13:35 +0200
ebff30414f[develop | WIP | ADDED]: Added regex and checks for new RRID identifier (pid) - not added yet in the data, TODO: check again.
#54
Konstantina Galouni2024-10-29 16:20:00 +0200
83f547aca5[new-search-json | WIP | CHANGED]: Updated parsing according to new json schema - parsingFunctions.class.ts & deletedByInference.component.ts: Parse header.recordType field instead of result.resulttype.Konstantina Galouni2024-10-29 15:18:48 +0200
01ccbb9d68[new-search-json | WIP | CHANGED]: Updated parsing according to new json schema. 1. dataProviderInfo.ts: Updated field "contentpolicy: string;" to "contentpolicies: string[];". 2. dataProvider.service.ts: Parse contentPolicies field as array. 3. dataProvider.component.html: Display contentpolicies array. 4. searchResearchResults.service.ts: Parse field "entityType" from header.recordType instead of result.resulttype. 5. resultLanding.service.ts: Parse field "entityType" from header.recordType instead of result.resulttype | Parse header.status (not yet available field) for under curation records | [BUG] Parse field externalReference instead of externalreference. 6. searchOrganizations.service.ts: [BUG] Get "pid" field from correct path. 7. parsingFunctions.class.ts: [BUG] Fix parsing of measures - unit is an array.Konstantina Galouni2024-10-29 14:08:54 +0200
9db00c82b9Merge branch 'develop' into develop-16-deposit
argirok
2024-10-29 13:36:49 +0200
61c60eff60[develop | ADDED| CHANGED ] add test search API, add local widget url
argirok
2024-10-29 13:19:26 +0200
6b0c581920[new-search-json | WIP | CHANGED]: Updated parsing according to new json schema. 1. open-aire-jsonld-converter.service.ts: On method "getLicense()", added statically schema: "dnet:access_modes" for bestaccessright. 2. searchResearchResults.service.ts: [BUG] Removed "/" after search service url (duplicate /) | Updated parsing of "measures" field | Updated parsing of "pid" field | Added parsing of orcid_pending. 3. searchProjects.service.ts: Updated parsing of "measures" field. 4. searchOrganizations.service.ts: Updated parsing of project links (relations). 5. searchDataproviders.service.ts: Updated parsing of "measures" field. 6. resultLanding.service.ts: Added parsing of orcid_pending | Added parsing of "externalreference" field and updated method "parseBioentitiesAndSoftware()" | Updated parsing of "measures" field | Added parsing of resultService links (relation). 7. project.service.ts: Updated parsing of "measures" field. 8. dataProvider.service.ts: Updated parsing of "measures" field | Updated parsing of "contentpolicies" field. 9. parsingFunctions.class.ts: Use identifierTypes array with ids/codes | Updated parsing of "accessRight" field | Updated parsing in method "parseDatasources()" | Updated parsing of "pid" field in method "parseIdentifiers()" | Updated parsing of "measures" field in method "parseMeasures()".Konstantina Galouni2024-10-23 18:57:15 +0300
5b207ef3d1[develop | ADDED| DONE ] add claims service in dl170 for dev
argirok
2024-10-22 21:15:20 +0300
945a8b1c90[new-search-json | WIP | CHANGED]: open-aire-jsonld-converter.service.ts: Updated parsing according to new json schema.Konstantina Galouni2024-10-22 13:20:10 +0300
a8e2a509d5[new-search-json | WIP | CHANGED]: Updated parsing according to new json schema. 1. dataProvider.service.ts: Parse jurisdiction (label instead of classname) according to new schema. 2. organization/deletedByInference/deletedByInference.service.ts & result/deletedByInference/deletedByInference.service.ts: Not used - added @deprecated annotation to methods "getDeletedByInferenceResults()" and "parseDeletedByInferenceResults()". 3. project.service.ts: Added @deprecated annotation to method "getHTMLInfo()". 4. result/deletedByInference/deletedByInference.component.ts: Updated parsing of versions (previously children, now links with relations "merges") according to new json schema. 5. resultLanding.component.html: In <deletedByInference> updated parameter [id]="resultLandingInfo.record['header']['id']". 6. resultLanding.service.ts: Exclude relation "merges" from the related research. 7. organization.service.ts: Updated parsing according to new json schema for methods "getOrganizationNameAndUrlById()" and "parseOrganizationNameAndUrl()". 8. searchDataproviders.service.ts: Updated parsing of "eosctype" field and added TODO comment to check if parsing is correct. 9. searchOrganizations.service.ts: Added @deprecated annotation to method "parseResultsForDeposit()". 10. searchProjects.service.ts: Removed a console.log. 11. entitiesAutoComplete.component.ts: Commented @Input() public depositType:string and everything related to it. 12. entitySearch.service.ts: Added @deprecated annotation to method "searchByDepositType()" | Updated parsing according to new json schema for methods "searchByType()", "fetchByType()", "parse()".Konstantina Galouni2024-10-21 15:30:44 +0300
ccdf2f16dcMerge remote-tracking branch 'origin/develop' into new-search-jsonKonstantina Galouni2024-10-17 14:56:41 +0300
7f7d0f859b[new-search-json | WIP | CHANGED]: Updated parsing according to new json schema. 1. dataProvider.component.ts: [BUG] Added check if provenanceUrls exist. 2. dataProvider.service.ts: Updated parsing of datasource by id according to new json schema. 3. entity-metadata.component.ts: [BUG] Updated checks to show label for openAccessMandatePublications and openAccessMandateDatasets. 4. parsingFunctions.class.ts: Updated parsing methods according to the new json schema. 5. project.component.ts: [BUG] Html downloaded file headers consistency issue. 6. project.service.ts: Updated parsing of project by id according to new json schema. 7. resultLanding.service.ts: Updated parsing of result by id according to new json schema. 8. organization.service.ts & searchDataproviders.service.ts & searchOrganizations.service.ts & searchProjects.service.ts: Updated parsing checks for consistency. 9. searchResearchResults.service.ts: Updated parsing methods according to the new json schema.Konstantina Galouni2024-10-17 13:14:52 +0300
a0e1763387[develop | DONE | FIXED]: dataProvider.component.ts: Get type (dataprovider or service) from route.snapshot.data | app-routing.module.ts: Updated routes to load library files for landing pages instead of the intermediate ones (BUG FIX in datasets, software, other).Konstantina Galouni2024-10-11 17:12:09 +0300
9162c2b3ec[develop-16-deposit | WIP ] make deposit-file standalone component, rearrange to be more obvious if a component is standalone
argirok
2024-10-11 11:31:55 +0300
fdbe0c5437Merge branch 'develop' into develop-16-deposit
argirok
2024-10-10 13:31:08 +0300
7155acc998[develop-16-deposit | WIP ] add my upload page, add deposit table component, add deposit info classes, add checks for user if allowed to deposit
argirok
2024-10-10 13:30:20 +0300
84ea746b3a[develop-16-deposit | WIP ] get funders from API, add grants if there is fundref id
argirok
2024-10-09 15:21:49 +0300
3d9e0f25e1[develop]: Fix a bug with subcateogory link in case of umbrella dashboards with children.Konstantinos Triantafyllou2024-10-08 13:15:46 +0300
89dcbb7c8f[new-search-json| WIP ] start parsing for search research results
argirok
2024-10-08 12:04:33 +0300
63046639cc[develop-16-deposit | WIP ] add more fields in zenodo record, add prompt to delete
argirok
2024-10-08 09:50:35 +0300
82e8551129[new-search-json | WIP | CHANGED]: Updated parsing of organizations, projects (landing & search) and search data sources according to new JSON response schema.Konstantina Galouni2024-10-07 16:20:12 +0300
59cb69736cMerge pull request 'Production Release Monitor (1.0.4) and Monitor Dashboard (1.1.1)' (#53) from develop into masterKonstantinos Triantafyllou2024-10-07 14:31:44 +0200
09f400fc6d[new-search | WIP | CHANGED]: Updated parsing of organizations, data sources, projects (landing & search) according to new JSON response schema.Konstantina Galouni2024-10-07 15:13:34 +0300
9c93a1e306[angular-18]: Add condition to hide templates in portals with type != community in super admin optionsKonstantinos Triantafyllou2024-09-26 13:56:11 +0300
e543d1f0f7[angular-18 | DONE | CHANGED]: Use "HelperFunctions.navigateToError()" method everywhere instead of redirecting to the error page separately.Konstantina Galouni2024-09-25 17:02:05 +0300
62a2302658[angular-18 | DONE | CHANGED]: Added in HelperFunctions method "public static navigateToError()" with default "replaceUrl:true" & use this method everywhere instead of redirecting to this errorPage separately.Konstantina Galouni2024-09-25 16:29:34 +0300
cd782d4a68Merge remote-tracking branch 'origin/recommendations-functionality' into angular-18Konstantina Galouni2024-09-24 12:19:11 +0300
2f53fffa0fMerge remote-tracking branch 'origin/develop' into recommendations-functionalityKonstantina Galouni2024-09-24 12:18:09 +0300
f4b9104ae1[angular-18]: Replace re-captcha with re-captcha-2. Need to be updated in every project.Konstantinos Triantafyllou2024-09-24 11:38:01 +0300
bef6dda2c2[develop | WIP | CHANGED] help-content.service.ts: mark some functions as unused - some moved to different services. TODO: deletion
#53
Alex Martzios2024-09-24 10:52:51 +0300
6e7f450cf2Merge remote-tracking branch 'origin/recommendations-functionality' into angular-18Konstantina Galouni2024-09-23 21:12:56 +0300
e6d7658111Merge remote-tracking branch 'origin/develop' into recommendations-functionalityKonstantina Galouni2024-09-23 21:12:11 +0300
fd5441c093Merge remote-tracking branch 'origin/angular-18' into angular-18Konstantina Galouni2024-09-23 20:47:47 +0300
edce60441b[angular-18 | DONE | FIXED]: notification-handler.ts: Added check in "rise()" method to show UIkit.notification only on client.Konstantina Galouni2024-09-23 20:47:34 +0300
ace2fca2e9[angular-18]: Search Filter: Add parameter hideSingleSelectionIndicator=true in order to hide check in button filtersKonstantinos Triantafyllou2024-09-23 16:44:44 +0300
771bb9bec8Merge branch 'orcid-openaireId-claim' of code-repo.d4science.org:MaDgIK/openaire-library into orcid-openaireId-claimKonstantina Galouni2024-09-23 13:16:25 +0300