argirok
f3c7ddec93
[angular-16-irish-monitor | DONE | ADDED] add zenodo dump url
2023-12-07 11:38:27 +02:00
Konstantinos Triantafyllou
736546c0eb
Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor
2023-12-06 13:54:08 +02:00
Konstantina Galouni
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.
2023-12-06 13:50:11 +02:00
Konstantinos Triantafyllou
a2706af35d
Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor
2023-12-01 19:31:04 +02:00
Konstantinos Triantafyllou
1a2a5f81d6
[develop]: Merge changes from develop
2023-12-01 19:30:48 +02:00
argirok
6daf729374
[develop | DONE | CHANGED] : String utils - urlPrefix add check in case url is null
2023-12-01 17:13:16 +02:00
argirok
f537920702
[ DONE | ADDED] String utils - Identifiers: consider valid ORCID the full url, add getRawORCID method
2023-12-01 16:16:25 +02:00
Konstantinos Triantafyllou
7b79146f12
Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor
2023-11-30 23:04:07 +02:00
Konstantinos Triantafyllou
5eed3ce431
Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop
2023-11-30 23:03:46 +02:00
Konstantinos Triantafyllou
ab4d715454
[develop]: Result preview add modifier class and hover behaviour.
2023-11-30 23:03:39 +02:00
argirok
f853d96ed4
[angular-16-irish-monitor | WIP] logService: rename property
2023-11-28 18:49:42 +02:00
argirok
f27b8e11f7
[angular-16-irish-monitor | WIP] logService and properties
2023-11-28 18:42:21 +02:00
Konstantina Galouni
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.
2023-11-27 18:10:37 +02:00
Alex Martzios
6f214cb08a
[angular-16-irish-monitor | WIP]: browse repository monitors - query for datasource stakeholders, display them in page
2023-11-27 14:01:14 +02:00
Konstantinos Triantafyllou
205b97487c
Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor
2023-11-24 10:52:50 +02:00
Konstantina Galouni
4155027e87
[develop | DONE | FIXED]: alert.ts: Fixed margins and paddings in buttons of uk-modal-footer.
2023-11-21 12:59:17 +02:00
Konstantinos Triantafyllou
752baad8de
[angular-16-irish-monitor]: Merge from develop(2)
2023-11-16 11:52:46 +02:00
Konstantinos Triantafyllou
552f1ed43a
[angular-16-irish-monitor]: Merge from develop
2023-11-16 11:47:50 +02:00
argirok
5b0c207150
[develop | DONE | FIXED] : re-add properties for services
2023-11-15 17:39:03 +02:00
Konstantinos Triantafyllou
a8c91dc04c
[angular-16-irish-monitor | DONE]: Change dev upload to mpagasas.
2023-11-14 16:10:55 +02:00
Konstantinos Triantafyllou
e80f73f9a9
[angular-16-irish-monitor | WIP]: Add base components for stakeholder, indicators and sidebar. Deprecated StakeholderEntities.
2023-11-13 15:00:05 +02:00
argirok
293be5e1d2
Merge branch 'develop' of code-repo.d4science.org:MaDgIK/openaire-library into develop
2023-11-13 13:34:48 +02:00
Konstantina Galouni
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()".
2023-11-10 19:44:15 +02:00
Konstantinos Triantafyllou
a773cd8d1d
Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor
2023-11-09 14:35:10 +02:00
Konstantina Galouni
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.
2023-11-08 22:40:04 +02:00
Konstantina Galouni
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.
2023-11-08 16:57:56 +02:00
Konstantinos Triantafyllou
50a8d53221
Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor
2023-11-08 15:17:52 +02:00
Konstantina Galouni
3aff9ee76e
[develop | DONE | ADDED] openaireLibrary - environment.ts: Added common properties searchLinkToService, searchLinkToServices, searchLinkToAdvancedServices.
2023-11-07 13:32:05 +02:00
argirok
c1e58e76a0
[angular-16-irish-monitor | WIP] piwik Service: make public trackEvent method
2023-11-02 14:53:42 +02:00
Konstantinos Triantafyllou
106cb5dcf8
Merge pull request 'develop' ( #18 ) from develop into angular-16-irish-monitor
...
Reviewed-on: #18
2023-11-02 09:42:04 +01:00
argirok
3e656de39c
[develop | WIP] : Properties: add again clientManagementUrl property
2023-11-02 09:19:24 +02:00
argirok
0c0ef48b49
[develop | WIP] : Properties: remove wrong import, add more properties related to admin portal
2023-11-01 17:49:01 +02:00
argirok
59d64b74e7
[develop | WIP] :update common properties - add connect related ones + claims api url
2023-11-01 16:35:46 +02:00
argirok
7399cd9ea6
[develop | WIP] add common properties in library file, delete unused properties
2023-11-01 14:27:54 +02:00
argirok
6ce2b75ee6
[develop | WIP | UPDATED] add common properties in library file, delete unused properties
2023-11-01 14:26:09 +02:00
Konstantinos Triantafyllou
be84e2d986
Merge remote-tracking branch 'origin/develop' into angular-16-irish-monitor
2023-10-31 15:15:01 +02:00
Konstantina Galouni
5184ffad19
[angular-16 | DONE | ADDED] env-properties.ts: Added "faircore4eosc" in type Dashboard and type PortalType.
2023-10-30 11:22:20 +02:00
Konstantinos Triantafyllou
c4ecc8fcae
Merge remote-tracking branch 'origin/angular-16' into angular-16-irish-monitor
2023-10-27 09:25:12 +03:00
Konstantinos Triantafyllou
115ba0c49e
[angular-16-irish-monitor | WIP]: Create base component with metadata initilization
2023-10-27 09:25:01 +03:00
argirok
fcc130b530
[angular-16-community-projects-availableSince | DONE | UPDATE] : don't show router link and result actions (for the community projects case where the id is set to '-1')
2023-10-26 16:29:05 +03:00
argirok
065d73bb3e
[angular-16-community-projects-availableSince | DONE | UPDATE] : add method to get last date that db is loaded
2023-10-26 09:48:11 +03:00
Konstantinos Triantafyllou
89ba510256
Merge remote-tracking branch 'origin/angular-16' into angular-16-irish-monitor
2023-10-25 10:42:32 +03:00
Konstantinos Triantafyllou
54bff7cd4a
[angular-16 | DONE | CHANGED]: Change email composer for Develop project (Add name, surname, email in mail body).
2023-10-25 10:37:39 +03:00
argirok
33b763ca38
[angular-16-irish-monitor | WIP]: Piwik service: add new methods to test events
2023-10-24 12:47:28 +03:00
Alex Martzios
b69e19fa17
[Ang16 | WIP] add new email composer for Develop project
2023-10-23 12:40:55 +03:00
Konstantina Galouni
f6e927f4c2
[angular-16 | WIP | REMOVED] Removed files environment.all.ts, environment.beta.ts, environment.prod.ts, environment.test.ts and define and export all properties from environment.ts.
2023-10-19 14:49:14 +03:00
Konstantina Galouni
717de55f6e
[Library | angular-16]: [Bug fix] Name of bip metrics accidentally removed in branches merge.
2023-10-18 14:18:04 +03:00
Konstantina Galouni
5948d61a47
Library | angular-16: Merge develop branch into angular-16 and resolve conflicts
2023-10-16 13:06:14 +03:00
argirok
aa0ec0b06f
search tab: show all results / don't slice the array
...
Fetch research results: keep all results in allResults field (for community results case)
2023-10-16 12:11:47 +03:00
Konstantinos Triantafyllou
cfb321f93f
Merge from develop
2023-10-11 16:33:33 +03:00