Konstantina Galouni
38337e296f
[develop | WIP | CHANGED]: assets/:Restores jpg and png images and deleted their webp version - pngs will be compressed | funders.component & home.component: Updated images - use the png/jpg version again.
2024-02-20 12:12:42 +02:00
argirok
c81c6196c0
[ develop | DONE | ADDED] Utils servise: add a method to get counts for results, use the same method in /explore/home
2024-02-20 11:39:49 +02:00
Konstantina Galouni
178846353c
[develop | DONE | DELETED]: assets: Deleted unused images: logo-large-explore.webp & logo-sma
...
.
2024-02-19 13:09:22 +02:00
Konstantina Galouni
49dce466ce
[develop | DONE | CHANGED]: assets: Deleted unused images & replaced jpg and png images with their webp version | funders.component & home.component: Updated images - use the webp version.
2024-02-19 13:07:34 +02:00
argirok
68662693a4
[ develop | DONE | ADDED] Cache: add a method to get info
2024-02-15 12:13:04 +02:00
Konstantina Galouni
e8e4c410dd
Updating openaireLibrary & openaire-theme
2024-02-14 16:48:38 +02:00
Konstantina Galouni
c51b2b58f4
[develop | DONE | CHANGED]: app.component.ts: Added check, not to add "My ORCID Links" user menu item in beta environment.
2024-02-13 17:34:29 +02:00
Konstantinos Triantafyllou
85320e8653
[develop]: Remove userInfoURL property usage
2024-02-13 12:10:20 +02:00
Konstantina Galouni
a762efab08
Merge remote-tracking branch 'origin/develop' into develop
2024-02-12 14:47:59 +02:00
Konstantina Galouni
8cdc423f02
[develop | DONE | CHANGED]: CHANGELOG.md: Added changelogs for [production-release-february-2024].
2024-02-12 14:47:47 +02:00
Konstantinos Triantafyllou
3797ddcc3a
Merge branch 'develop' of code-repo.d4science.org:MaDgIK/explore-services into develop
2024-02-12 14:47:16 +02:00
Konstantinos Triantafyllou
e57f1b02ed
[develop]: Split style of deposit and funders to new css files and use rootClass to appy style in html
2024-02-12 14:47:02 +02:00
Konstantina Galouni
6af07478b4
[develop | DONE | CHANGED]: cache.js: Increased "cacheMaxSize" from 300 to 1000 requests.
2024-02-12 13:29:23 +02:00
argirok
3b058ee74d
[ develop | DONE | CHANGED] Cache: update isAllowed Method, correct https check, decode urls before check
2024-02-12 11:13:38 +02:00
Konstantina Galouni
c20002c9e9
[develop | DONE | CHANGED]: home.component & assets/ExploreLogos: Grouped logos of slider in Home page (per slide) into one image and replaced the old logos - better performance.
2024-02-12 09:04:29 +02:00
Konstantina Galouni
fbdc3710dc
[develop | DONE | FIXED]: cache.js: Updated checks in method "isAllowedToBeCached()" to check for encoded urls.
2024-02-08 19:43:31 +02:00
Konstantina Galouni
1d7a7ae2c4
Updating openaireLibrary & openaire-theme
2024-02-08 18:48:22 +02:00
Konstantina Galouni
d639261fbe
[develop | WIP | FIXED]: Added correct alt on images, width and height in FoS and SDG images and lazy loading everywhere.
2024-02-08 18:46:45 +02:00
Konstantina Galouni
a7d0cc5d4e
[develop | DONE | CHANGED]: app.module.ts: Removed CacheInterceptorService from EXPLORE.
2024-02-08 17:56:42 +02:00
Konstantina Galouni
9952b55f2c
[develop | DONE | CHANGED]: cache.js: Added "lab.idiap.ch/enermaps" in "isAllowedToBeCached()" method.
2024-02-08 17:55:22 +02:00
argirok
b94006ea99
Merge remote-tracking branch 'origin/develop' into develop
...
# Conflicts:
# services/cache/mecache/cache.js
2024-02-08 15:59:59 +02:00
argirok
b0db89f826
[ develop | DONE | CHANGED] Cache: change to LRU cache, remove short/long cache related code and properties, add preload requests in properties to load on init cache (on start, on clear and on daily reset)
2024-02-08 15:58:43 +02:00
Konstantina Galouni
07681241c0
[develop | DONE | CHANGED]: contact.component.ts: Do not request page help contents (helptexts).
2024-02-08 14:20:13 +02:00
Konstantina Galouni
ee00eaaebf
Merge remote-tracking branch 'origin/grouped-queries' into develop
2024-02-08 12:40:55 +02:00
Konstantina Galouni
1738dfcccc
Updating openaireLibrary
2024-02-08 12:40:48 +02:00
Konstantina Galouni
5b5000b2fe
Updating openaireLibrary
2024-02-07 23:06:52 +02:00
Konstantina Galouni
af50558136
[grouped-queries | DONE | CHANGED] funders.component.ts: Replaced search & stakeholders queries of funders (in Funders page) with grouped query for Funders page of EXPLORE
2024-02-07 22:56:11 +02:00
Konstantina Galouni
36f1ed105d
Updating openaireLibrary & common-assets
2024-02-07 22:53:03 +02:00
Konstantina Galouni
a3c79137aa
[develop | DONE | CHANGED]: Remove preselected "Open Access" filter from search.
...
1. home.component.ts: Set field "resultsQuickFilter" to null.
2. searchAll.component.ts: Set field "quickFilter" to null | In method "entityChanged()" do not set parameter "resultbestaccessright" | [BUG FIX] Clear subscriptions from fetchOrps.
3. searchResearchResults.component.ts: Set field "quickFilter" to null.
4. navigationBar.component.ts: Set field "resultsQuickFilter" to null.
5. app.component.ts: Remove "resultbestaccessright" parameter from menu items of Search research products.
2024-02-07 21:28:45 +02:00
Konstantina Galouni
4131de601c
[develop | DONE | ADDED]: cache.js: Added in "longCachingRequests", the endpoints "/utils-service/explore/search" and "/utils-service/explore/funders" to be used as a grouped responses in explore search and funders pages.
2024-02-07 12:00:16 +02:00
argirok
7761eeeedc
[ develop | DONE | CHANGED] Utils services: update funders response, remove open access filter from results query in /explore/search
2024-02-07 11:05:55 +02:00
argirok
46ad6aef36
[ develop | DONE | ADDED] Utils services: add /explore/funders method that groups requests for funder page
2024-02-06 11:31:47 +02:00
argirok
f64b410dd5
Merge remote-tracking branch 'origin/develop' into develop
2024-02-05 12:08:57 +02:00
argirok
629d3efb08
[ develop | DONE | ADDED] Cache services: add initialization method to initiate grouped requests from utils service. Init after clear and when cache starts
2024-02-05 12:08:34 +02:00
argirok
a9d06e61fa
[ develop | DONE | ADDED] Utils services: group common requests in a single request
2024-02-05 12:07:34 +02:00
Konstantina Galouni
102f41722e
Updating openaireLibrary & common-assets
2024-02-05 11:55:23 +02:00
Konstantina Galouni
109be1c6f6
[cache | develop | DONE | ADDED]: cache.js: Added in "longCachingRequests", the endpoint "/utils-service/explore/home" to be used as a grouped response for the numbers in explore home page.
2024-02-02 12:44:54 +02:00
Konstantina Galouni
3678f7c5ea
[cache | develop | DONE | CHANGED]: cache.js: Increased time of short cache from 2 minutes to 1 hour.
2024-02-02 12:12:57 +02:00
Konstantina Galouni
cca45918d8
Merge branch 'develop' of code-repo.d4science.org:MaDgIK/explore-services into develop
2024-02-01 21:48:17 +02:00
Konstantina Galouni
099f6a6ce6
[develop | DONE | CHANGED]: CHANGELOG.md: Added logs for [production-release-january-2024].
2024-02-01 21:47:48 +02:00
Konstantina Galouni
c41cbb6355
Updating openaireLibrary
2024-02-01 21:09:28 +02:00
Konstantina Galouni
5c95fac244
[develop | DONE | FIXED]: routes.ts: Added missing routes for prometheus logs.
2024-01-29 20:01:11 +02:00
Konstantina Galouni
17325b3ab2
[develop | DONE | DELETED]: Removed legacy unused files htmlProjectReport.component.ts & htmlProjectReport-routing.module.ts & libHtmlProjectReport.module.ts & mailPrefs.component.ts & mailPrefs.module.ts & mailPrefs-routing.module.ts | app-routing.module.ts: Deleted legacy routes 'mail-preferences' & 'project-report'.
2024-01-29 20:00:28 +02:00
Konstantina Galouni
6fd19ea661
Updating libraries
2024-01-25 12:36:38 +02:00
Alex Martzios
e01371ff14
[master | DONE | ADDED] update submodules
2024-01-17 11:16:33 +02:00
Konstantina Galouni
96e400552a
[develop | DONE | ADDED]: Added CHANGELOG.md file in the explore folder.
2024-01-15 13:44:23 +02:00
Konstantina Galouni
da33e403f6
Updating openaireLibrary
2024-01-12 14:03:26 +02:00
Konstantina Galouni
9ca57b8f4d
[develop | DONE | CHANGED]: explore-assets/funders/logos: Renamed all funder logos by using only their shortnames | funders.component.ts: For static logos, split funder id and get only their shortname, to get the static logo - Special characters where causing problems in pulling the project in Windows environment.
2024-01-12 14:02:37 +02:00
Konstantina Galouni
5b86f1a4d1
Updating libraries
2023-12-28 16:35:43 +02:00
Konstantina Galouni
c416853045
Updating openaireLibrary
2023-11-28 13:02:55 +02:00