Project

General

Profile

Statistics
| Revision:

# Date Author Comment
59194 29/07/2020 04:09 PM Konstantinos Triantafyllou

[Cache | Trunk]: Change size to memsize while it is setting the cache current entries on metrics.

59002 26/06/2020 04:44 PM Argiro Kokogiannaki

Cache service:

-change console.debug to log
-mv resetAtMidnight inside app.listen

59001 26/06/2020 03:33 PM Argiro Kokogiannaki

[Cahce service]

Add:
const expireShort = 2 * 60 * 1000; //2mins
const expireLong = 24 * 60 * 60 * 1000; //24 hours
const cacheMaxSize =500;
const longCachingRequests = ["/communityFull/", "/pagehelpcontent","/provision/mvc/vocabularies/","/pages?page_route="];...

58699 14/05/2020 06:48 PM Argiro Kokogiannaki

Cache:

Change URL method to work with older nodejs versions

58495 15/04/2020 03:53 PM Konstantinos Triantafyllou

[Cache | Trunk]: Fix some issues on metrics. Remove encode url

58478 10/04/2020 04:29 PM Konstantinos Triantafyllou

[Cache | Trunk]: Add new metrics, encode url

58226 11/03/2020 01:53 PM Konstantinos Triantafyllou

[Cache | Trunk]: Resolved some warnings

58225 11/03/2020 01:51 PM Konstantinos Triantafyllou

[Cache | Trunk]: Add prometheus metrics

57871 13/12/2019 10:35 AM Argiro Kokogiannaki

[Trunk| Services: utils]

add file with production properties
UPload:
add parameter type (default is csv)
allow upload of json
Check for post: Split url to ? in case it contains query parameters

57529 06/11/2019 12:09 PM Argiro Kokogiannaki

[Cache service | Trunk]

1.add url in logs
2. add response in cache only for requests that return code 200

56956 03/09/2019 03:12 PM Konstantinos Triantafyllou

[UtilsService]: Add on allowed file types application/vnd.ms-excel for windows.

56752 24/07/2019 02:49 PM Argiro Kokogiannaki

UploadService:

add timer before deleting the file (sometimes it was deleting the file, before read it)

56738 24/07/2019 10:17 AM Argiro Kokogiannaki

Cache:update dependencies

Upload service moved to utils-services

56261 28/06/2019 12:13 PM Konstantinos Triantafyllou

[Trunk|Services]: Add at beta properties file size limit.

56255 28/06/2019 11:33 AM Konstantinos Triantafyllou

[Trunk|Services]: Upload Service: add file size limit 200KB.

56253 28/06/2019 11:28 AM Konstantinos Triantafyllou

[Trunk|Services]: Upload Service: add file size limit 200KB.

56240 27/06/2019 03:44 PM Konstantinos Triantafyllou

[UploadService]: Check if a url is already tiny.

56159 21/06/2019 01:11 PM Argiro Kokogiannaki

UploadService:

add properties file
make it work for beta
add new property local path
56113 19/06/2019 10:34 AM Konstantinos Triantafyllou

[UploadService]: Allow specific Origin for every request.

56032 10/06/2019 09:18 AM Konstantinos Triantafyllou

[Trunk|Services]: UploadService: Tiny response is a plain text.

56010 06/06/2019 12:06 PM Konstantinos Triantafyllou

[Trunk|Service]: Add tinyUrl get method at /tiny?url=?

56006 06/06/2019 11:31 AM Argiro Kokogiannaki

[Services-Upload|Trunk]

Merge  -r 55574:56005 into Trunk
new upload/ download/delete methods
create and use properties file
52744 13/07/2018 01:56 PM Argiro Kokogiannaki

Initial commit of production portal folder

49714 27/10/2017 01:59 PM Argiro Kokogiannaki

Add host for redis, get proper answer, add cors

49708 26/10/2017 05:35 PM Argiro Kokogiannaki

Ignoring node_modules

49707 26/10/2017 05:33 PM Argiro Kokogiannaki

Commit a first draft of caching service for redis and memcache

43614 09/09/2016 09:59 AM Argiro Kokogiannaki

moving files under folder 'portal', create folder services and add upload service