Commit Graph

  • e900c28318 [angular-16-irish-monitor | DONE | CHANGED] Orcid-work: change deprecated Session isLoggedIn method argirok 2023-12-19 11:07:55 +0200
  • 48ce09e400 [angular-16-irish-monitor]: LoginURL property now suppors mutible URLs. Konstantinos Triantafyllou 2023-12-18 17:35:36 +0200
  • 52d63ece25 [angular-16-irish-monitor] move customFilter.service.ts file to openaireLibrary/shared folder Alex Martzios 2023-12-18 13:27:00 +0200
  • 31220578cf [angular-16-irish-monitor] embed charts on indicators Alex Martzios 2023-12-18 12:37:35 +0200
  • 3c7b330167 [angular-16-irish-monitor | CHANGED | DONE]: Remove role prefix from role name functions and added only in creation of a role. Konstantinos Triantafyllou 2023-12-15 16:59:38 +0200
  • d804da4dd8 Merge branch 'develop' into angular-16-irish-monitor argirok 2023-12-15 16:46:43 +0200
  • cfc6a07f7c [angular-16-irish-monitor | DONE | ADDED] add openorgs url in properties argirok 2023-12-15 16:04:41 +0200
  • c977bb0898 [angular-16-irish-monitor | DONE | FIXED] cookie: set properly cookie when cookie name is not default argirok 2023-12-15 11:26:28 +0200
  • 41adaa308d Merge pull request 'Merge develop-filters into develop branch' (#25) from develop-filters into develop #27 Konstantina Galouni 2023-12-15 09:08:00 +0100
  • afcbb07a24 [develop-filters | DONE | ADDED]: Added structures for grouping and ordering search filters. 1. searchFields.base.ts: Added RESULT_FIELDS_ORDERED and PROJECT_FIELDS_ORDERED. 2. searchResearchResults.component.ts: Set and initialize orderedFields and orderedFilters and pass them to <new-search-page>. 3. newSearchPage.component.html: If there are orderedFilters, show filters from this structure. #25 develop-filters Konstantina Galouni 2023-12-14 18:23:28 +0200
  • d9c7d35e57 [develop-filters | DONE | CHANGED]: Get 7 top values for each filter (minRef) and on view all click, query for top 100 for a specific filter. 1. searchResearchResults.service.ts & searchProjects.service.ts & searchOrganizations.service.ts & searchDataproviders.service.ts: In advanced search method added parameter minRef: boolean = false and if true, add in request url "&minRef=true" to query for top 7 values. 2. searchResearchResults.component.ts & searchProjects.component.ts & searchOrganizations.component.ts & searchDataProviders.component.ts: By default query filters with minRef=true | Added method "filterRequestedAll()" to be called on view all click of a filter. 3. searchHelperClasses.class.ts: Added in Filter public countAllValues?: number = -1; (-1: all filters not yet requested, 0: request failed) and public isOpen?: boolean = false; (checks if view all filter is clicked). 4. searchFilter.module.ts: Imported LoadingModule. 5. searchFilter.component.ts & searchFilter.component.html: Updated process on view all click. 6. newSearchPage.component.ts: Added method "filterToggled()". 7. newSearchPage.component.html: Bind filterToggled method to <search-filter> output. Konstantina Galouni 2023-12-14 18:14:57 +0200
  • 0768248bde [develop | DONE | CHANGED]: refineResults.class.ts: Missing change from pre-previous commit for static filters. Konstantina Galouni 2023-12-14 17:35:53 +0200
  • d15ce5522e [develop-filters | DONE | CHANGED]: refineFieldResults.service.ts: In method "getAllRefineFieldResultsByFieldName()", added size=0 in request url. Konstantina Galouni 2023-12-14 17:32:42 +0200
  • b0a67be290 [develop-filters | WIP | CHANGED]: Added static refine fields. 1. searchFields.base.ts: Added RESULT_STATIC_FIELDS/ DATASOURCE_STATIC_FIELDS and RESULT_STATIC_FIELD_VALUES/ DATASOURCE_STATIC_FIELD_VALUE and updated in RESULT_FIELDS type to static for resultbestaccessright, and added type and in DATASOURCE_FIELDS added eosctype. 2. staticAutoComplete.component.ts: Added @Input() public fieldValues; and added check not to query for values when static (fieldValues exists). 3. searchResearchResults.component.ts & searchProjects.component.ts & searchOrganizations.component.ts & searchDataProviders.component.ts: Added parameters for static fields in <new-search-page> and initialized them properly. 4. advancedSearchForm.component.html: Added parameter fieldValues to <static-autocomplete>. 5. advancedSearchForm.component.ts: Added method "public getFieldValuesForId(id: string)". 6. newSearchPage.component.html: Added parameter fieldValues to <advanced-search-form> and show static filters view case. 7. newSearchPage.component.ts: Added static filters - initialize them properly and make code for static filters more dynamic. Konstantina Galouni 2023-12-14 17:30:29 +0200
  • d587aaefe2 [develop-filters | DONE | CHANGED]: refineResults.class.ts: Removed check includeValue (for unidentified and Undetermined values) from "parse()" method | searchFilter.component.ts: In "ngOnChanges()" method updated check for filtering out filter values - check for unidentified, Undetermined, unknown (lowercase), not available (lowercase) Konstantina Galouni 2023-12-14 14:24:03 +0200
  • 01eabb74f3 [develop-filters | DONE | CHANGED]: searchFilter.component.ts: In method "_formatTitle()", remove number of filter values from filter name. Konstantina Galouni 2023-12-14 14:16:46 +0200
  • 5060151e09 [angular-16-irish-monitor | DONE | CHANGED] update log Service, add log actions in claims and orcid links argirok 2023-12-14 14:01:06 +0200
  • e4ae0ca35c [angular-16-irish-monitor | DONE | ADDED] add property for myclaims route argirok 2023-12-14 14:00:24 +0200
  • f4fc3eddf6 [angular-16-irish-monitor | DONE | CHANGED] Edit stakeholder: shortname not required argirok 2023-12-14 13:58:47 +0200
  • 6b062dc2fb [angular-16-irish-monitor | DONE | CHANGED] Import indicators: allow for stakeholder type country to not having parameters for the current stakeholder argirok 2023-12-14 13:57:39 +0200
  • 837e121684 [angular-16-irish-monitor | DONE | ADDED] log service add get logs method argirok 2023-12-13 17:38:25 +0200
  • 941db7102a [angular-16-irish-monitor | DONE | CHANGED] monitor dashboard: make require login for filters optional argirok 2023-12-13 15:58:22 +0200
  • 704f52c969 [angular-16-irish-monitor | DONE | ADDED] Add fos lvl1 &lvl2 filters argirok 2023-12-12 16:39:59 +0200
  • c12cadf0f1 Merge pull request 'Production release (for EOSC EXPLORE) December 2023' (#24) from develop into master Konstantina Galouni 2023-12-12 11:43:47 +0100
  • 84bf8cdebe [develop | DONE | FIXED] parsingFunctions.class.ts: Updated urls for eoscSubjects (eoscif guidelines). #24 Konstantina Galouni 2023-12-12 11:59:25 +0200
  • a4bb94daa7 Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor Konstantinos Triantafyllou 2023-12-12 10:11:41 +0200
  • 7b2b3c6cc4 [develop | FIXED | DONE]: Fix copy indicator to clipboard. Konstantinos Triantafyllou 2023-12-12 10:10:22 +0200
  • 684c9ac4c0 Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor Konstantinos Triantafyllou 2023-12-08 15:34:00 +0200
  • 7d97f05e6e Merge branch 'angular-16-irish-monitor' of code-repo.d4science.org:MaDgIK/openaire-library into angular-16-irish-monitor Konstantinos Triantafyllou 2023-12-08 15:33:50 +0200
  • 3e02680f5e [angular-16-irish-monitor]: Add orcid in user class. Fix orcid button text. Remove capitalize from buttons in download and data dump. Konstantinos Triantafyllou 2023-12-08 15:33:44 +0200
  • 7e007c9511 entity-metadata.component: move the "margin-right" class inside the icons Alex Martzios 2023-12-08 14:37:25 +0200
  • 49c0569ff8 [develop | DONE | FIXED] : Claims: fix check about status when there is a direct index insertion job argirok 2023-12-08 14:36:42 +0200
  • faf0598e10 [develop | DONE | FIXED] : remove final / from zenodoCommunities url argirok 2023-12-08 14:35:27 +0200
  • 2e336b93a8 create entity-metadata.module so that we can use the component independently Alex Martzios 2023-12-08 13:18:24 +0200
  • 38b8865be0 [angular-16-irish-monitor | DONE | ADDED] Add title prefix for research outcomes argirok 2023-12-07 12:09:52 +0200
  • f3c7ddec93 [angular-16-irish-monitor | DONE | ADDED] add zenodo dump url argirok 2023-12-07 11:36:44 +0200
  • 76003bf6d9 [angular-16-irish-monitor | DONE | CHANGED] Search ORCID: change request to get the list of institutions argirok 2023-12-06 16:05:15 +0200
  • 8c5c4923d3 [angular-16-irish-monitor | DONE | CHANGED] cookie banner: parameterize cookie name argirok 2023-12-06 15:13:59 +0200
  • 736546c0eb Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor Konstantinos Triantafyllou 2023-12-06 13:54:08 +0200
  • 9913da1f43 [develop | DONE | FIXED]: refineResults.class.ts: Removed unused import FieldDetails. Konstantina Galouni 2023-12-06 13:53:06 +0200
  • 3bda71b818 [develop | DONE | CHANGED]: Added file searchFields.base.ts to be extended by existing SearchFields class (searchFields.ts file) - searchFields.ts will be replaced by custom file if needed in angular.json. Konstantina Galouni 2023-12-06 13:50:11 +0200
  • 0b90448e01 [angular-16-irish-monitor | DONE | CHANGED] entities selection add check for irish monitor dashboards argirok 2023-12-04 13:26:34 +0200
  • a2706af35d Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor Konstantinos Triantafyllou 2023-12-01 19:31:04 +0200
  • 1a2a5f81d6 [develop]: Merge changes from develop Konstantinos Triantafyllou 2023-12-01 19:30:48 +0200
  • 6daf729374 [develop | DONE | CHANGED] : String utils - urlPrefix add check in case url is null argirok 2023-12-01 17:13:16 +0200
  • f537920702 [ DONE | ADDED] String utils - Identifiers: consider valid ORCID the full url, add getRawORCID method argirok 2023-12-01 16:16:25 +0200
  • 7b79146f12 Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor Konstantinos Triantafyllou 2023-11-30 23:04:07 +0200
  • 5eed3ce431 Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop Konstantinos Triantafyllou 2023-11-30 23:03:46 +0200
  • ab4d715454 [develop]: Result preview add modifier class and hover behaviour. Konstantinos Triantafyllou 2023-11-30 23:03:39 +0200
  • 65f8676a08 [angular-16-irish-monitor | WIP]: Add role group before type of an entity. Konstantinos Triantafyllou 2023-11-30 14:20:00 +0200
  • f853d96ed4 [angular-16-irish-monitor | WIP] logService: rename property argirok 2023-11-28 18:49:42 +0200
  • f27b8e11f7 [angular-16-irish-monitor | WIP] logService and properties argirok 2023-11-28 18:42:21 +0200
  • 550c27a464 [angular-16-irish-monitor | DONE | CHANGED ] fetchByDOIs: add filter query to the request argirok 2023-11-28 11:04:04 +0200
  • 1a7624eed1 Merge pull request 'Production release November 2023 v3' (#23) from develop into master Konstantinos Triantafyllou 2023-11-28 09:45:06 +0100
  • c7c1aec26e [develop | DONE | CHANGED]: Updated parsing and display for usage counts per data source to show datasource names. 1. resultLandingInfo.ts: Added field datasourceName: string in interface MetricPerDatasource. 2. parsingFunctions.class.ts: In method "parseMeasures()", updated parsing for usage counts per data source (countsPerDatasource) to parse datasourceId and datasourceName from datasource field of response (split by ||). 3. resultLanding.component.html: On display of countsPerDatasource in table, show datasource names. #23 Konstantina Galouni 2023-11-27 18:10:37 +0200
  • 6f214cb08a [angular-16-irish-monitor | WIP]: browse repository monitors - query for datasource stakeholders, display them in page Alex Martzios 2023-11-27 14:01:14 +0200
  • fa61b8bef4 [develop | DONE | CHANGED]: numbers.component.ts: Added in Numbers field "mergedFundersSize", and on init method call refine query for research products (results), to merge refine queries of research products and projects and set the mergedFundersSize (all funders that have research products, or have >1 project). Konstantina Galouni 2023-11-24 16:59:55 +0200
  • 7cd9516493 [develop | DONE | CHANGED]: refineFieldResults.service.ts: In method "getRefineFieldResultsByFieldName()" added in keys "funder", to get (refine query) all funders for research products and projects in autocomplete (advanced) search. Konstantina Galouni 2023-11-24 16:57:35 +0200
  • 8672fb6359 [deprecated-angular-upgrade | DONE | FIXED]: number-utils.class.ts: avoid rounding numbers < 1000 (3-digit) | refineFieldResults.service.ts: Added method "getAllRefineFieldResultsByFieldName()" to get all values of a specific refine field (not just first 100) | numbers.component.ts: Updated method called in refine query to get funders of projects from "getRefineFieldsResultsByEntityName()" to "getAllRefineFieldResultsByFieldName()" to be able to get more than 100 funders each time. deprecated-angular-upgrade Konstantina Galouni 2023-11-24 13:53:46 +0200
  • 54e0181560 [develop | DONE | FIXED] numbers.component.ts: Updated method called in refine query to get funders of projects from "getRefineFieldsResultsByEntityName()" to "getAllRefineFieldResultsByFieldName()" to be able to get more than 100 funders each time. Konstantina Galouni 2023-11-24 13:18:22 +0200
  • ff34511a9c [develop | DONE | CHANGED]: refineFieldResults.service.ts: Added method "getAllRefineFieldResultsByFieldName()" to get all values of a specific refine field (not just first 100) | In method "getRefineFieldResultsByFieldName()" changed key:string to keys:string[] to be able to define multiple fields to query for all their values - creted helper method "fieldIncludesAnyOfTheKeywords()". Konstantina Galouni 2023-11-24 11:44:23 +0200
  • 205b97487c Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor Konstantinos Triantafyllou 2023-11-24 10:52:50 +0200
  • 246cafa43f [angular-16-irish-monitor]: Add rootClass subject in layout service. Konstantinos Triantafyllou 2023-11-24 10:51:22 +0200
  • 1f872d2beb [develop | DONE | ADDED]: searchSorting.component.ts: Added sorting options by impact-based indicatos in PRODUCTION as well. Konstantina Galouni 2023-11-23 09:42:38 +0200
  • 4155027e87 [develop | DONE | FIXED]: alert.ts: Fixed margins and paddings in buttons of uk-modal-footer. Konstantina Galouni 2023-11-21 12:59:17 +0200
  • 3c1b72e7e4 [angular-16-irish-monitor | ADDED]: Add configuration for caching indicators. Konstantinos Triantafyllou 2023-11-16 16:44:27 +0200
  • 79d49c80e3 [angular-irish-16 | DONE]: Add datasource in Entities. Add logo in sidebar. Konstantinos Triantafyllou 2023-11-16 14:36:44 +0200
  • 752baad8de [angular-16-irish-monitor]: Merge from develop(2) Konstantinos Triantafyllou 2023-11-16 11:52:46 +0200
  • 552f1ed43a [angular-16-irish-monitor]: Merge from develop Konstantinos Triantafyllou 2023-11-16 11:47:50 +0200
  • fc58721e2a [angular-16-irish-monitor]: Add method to get the label of an option in stakeholder-base component Konstantinos Triantafyllou 2023-11-16 11:45:07 +0200
  • 054d7ff51e Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop Konstantinos Triantafyllou 2023-11-16 11:36:51 +0200
  • 58274c537b [develop | DONE]: Move indicators.less into common assets Konstantinos Triantafyllou 2023-11-16 11:36:41 +0200
  • 5b0c207150 [develop | DONE | FIXED] : re-add properties for services argirok 2023-11-15 17:39:03 +0200
  • f0c37512c3 [develop | DONE | FIXED] : show again enermaps tab in result landing argirok 2023-11-15 17:34:15 +0200
  • 16b6a34d25 [angular-16-irish-monitor]: Fix input reset value on changes Konstantinos Triantafyllou 2023-11-15 16:13:45 +0200
  • b8162fa1e3 Merge branch 'angular-16-irish-monitor' of code-repo.d4science.org:MaDgIK/openaire-library into angular-16-irish-monitor Konstantinos Triantafyllou 2023-11-15 10:35:52 +0200
  • 920f3a454a [angular-16-irish-monitor | WIP]: Add optional extend-theme variables import in all component less files. Add relativeTo in slider tabs Konstantinos Triantafyllou 2023-11-15 10:35:44 +0200
  • a5265ab98d [angular-16-irish-dashboard | DONE | CHANGED] Entities selection: add portal config for irish argirok 2023-11-15 10:32:23 +0200
  • a8c91dc04c [angular-16-irish-monitor | DONE]: Change dev upload to mpagasas. Konstantinos Triantafyllou 2023-11-14 16:10:55 +0200
  • 5480de5812 [angular-16-irish-monitor | WIP | CHANGED] Orcid search author: parse institutions argirok 2023-11-14 15:08:50 +0200
  • edda550b63 [angular-16-irish-monitor]: Add monitor-indicator-stakeholder-base-component Konstantinos Triantafyllou 2023-11-14 10:17:18 +0200
  • 51bd7efcbe [develop | DONE | FIXED] entitiesSelection.component.ts: Added faircore4eosc in adminToolsPortalType check to include entities according to the configuration. Konstantina Galouni 2023-11-13 20:22:01 +0200
  • e80f73f9a9 [angular-16-irish-monitor | WIP]: Add base components for stakeholder, indicators and sidebar. Deprecated StakeholderEntities. Konstantinos Triantafyllou 2023-11-13 15:00:05 +0200
  • 1ff833ed8a [angular-16-irish-monitor | DONE | CHANGED ] Search pages (projects, organizations, datasources ) Custom Filter accept single or an array of Custom filters argirok 2023-11-13 13:46:42 +0200
  • 293be5e1d2 Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop argirok 2023-11-13 13:34:48 +0200
  • 62d4ab1a36 [angular-16-irish-monitor | DONE | UPDATED] Custom Filter accept single or an array of Custom filters argirok 2023-11-13 11:18:00 +0200
  • ffec391448 [angular-16-irish-monitor | DONE | UPDATED] SearchResearch results - fetchByDOIs: use the search service API from properties argirok 2023-11-13 11:16:47 +0200
  • 7f9117eccb [develop | DONE | CHANGED]: data sources landing: Get and parse number of collected fulltexts from a new stats api. 1. env-properties.ts: Added property pdfStatisticsAPIURL?: string; 2. environment.ts: Added pdfStatisticsAPIURL property in all environments. 3. dataProvider.service.ts: Uncomment method "getCollectedFulltexts()". 4. dataProvider.component.ts: Call method "getCollectedFulltexts()" instead of "getDataProviderAggregationStatus()". Konstantina Galouni 2023-11-10 19:44:15 +0200
  • e8ed5da8ba Merge pull request 'Production release November 2023 v2' (#21) from develop into master Konstantina Galouni 2023-11-10 18:27:47 +0100
  • 71df792e49 Merge branch 'develop' into plugins-functionality argirok 2023-11-10 13:07:42 +0200
  • ce8b104c20 [angular-16-irish-monitor | DONE | REMOVED] SearchCustomFilter: remove promptToAddFilter field, and code to add and remove filter argirok 2023-11-09 16:11:12 +0200
  • a773cd8d1d Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor Konstantinos Triantafyllou 2023-11-09 14:35:10 +0200
  • 68c352d3d2 [develop | DONE | CHANGED]: In deposit page, move "Go to repository" button to top, aligned with the title when possible. 1. searchResultsForOrcid.component.html & searchMyOrcidResults.component.html: Removed [promoteWebsiteURL]="true", since this should be true only in deposit cards. 2. searchResultsInDeposit.component.ts: Added @Input() isMobile: boolean = false; 3. searchResultsInDeposit.component.html: Set parameter [isMobile]="isMobile" to <result-preview>. 4. newSearchPage.component.html: Set parameter [isMobile]="mobile" to <deposit-result>. 5. result-preview.component.html: In deposit cards align on the right of the title the "Go to repository" button and in mobile screens show it on the top right of the card. #21 Konstantina Galouni 2023-11-08 22:40:04 +0200
  • 32a34d5a12 [develop | DONE | ADDED]: Added parsing and display for usage counts per data source. 1. resultLandingInfo.ts: a. Commented out deprecated fields from interface Measure. b. Added interface MetricPerDatasource. c. Added in interface Measure, countsPerDatasource?: MetricPerDatasource[]; 2. parsingFunctions.class.ts: In method "parseMeasures()", added parsing for usage counts per data source (countsPerDatasource). 3. resultLanding.component.html: Display countsPerDatasource in table (metrics tab > usage tab) if there is any. Konstantina Galouni 2023-11-08 16:57:56 +0200
  • 50a8d53221 Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor Konstantinos Triantafyllou 2023-11-08 15:17:52 +0200
  • 0d75307c76 [develop | DONE | CHANGED]: parsingFunctions.class.ts: Remove old schema parsing for impact based indicators (old was A, B, C - new is C1-C5). Konstantina Galouni 2023-11-08 14:12:50 +0200
  • e63d61b469 Merge remote-tracking branch 'origin/develop' Konstantina Galouni 2023-11-07 13:34:30 +0200
  • 3aff9ee76e [develop | DONE | ADDED] openaireLibrary - environment.ts: Added common properties searchLinkToService, searchLinkToServices, searchLinkToAdvancedServices. Konstantina Galouni 2023-11-07 13:32:05 +0200
  • f42d160308 Merge pull request 'Production release November 2023' (#20) from develop into master Argiro Kokogiannaki 2023-11-07 09:48:31 +0100
  • 06a2ae16ee [develop | DONE]: Set header-height to 0px instead of 0 in layout service #20 Konstantinos Triantafyllou 2023-11-03 16:52:52 +0200