Szymon Łągiewka
7a602ea2d6
Feature/remove got in favor of using fetch ( #4154 )
...
* Remove got in favor of using fetch
* Update changelog
2025-01-01 09:16:40 +01:00
Thomas Kaul
167abe4107
Bugfix/fix algebraic sign in twitter bot service ( #4158 )
...
* Fix -0.0 to 0.0
* Update changelog
2024-12-30 11:23:55 +01:00
Szymon Łągiewka
74bc8222d6
Feature/Refactored got
calls to use AbortSignal.timeout()
without AbortController()
( #4153 )
...
* Feature/refactor got calls to use AbortSignal.timeout
Instead of manually creating AbortController and controlling the abort
with setTimeout.
Feature available since node v16.14.0 and v17.3.0[^1] and is built to
replace the exact scenario that all these requests have.
[^1]:https://nodejs.org/docs/latest-v22.x/api/globals.html#static-method-abortsignaltimeoutdelay
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-12-30 10:46:53 +01:00
Thomas Kaul
f2638614d4
Feature/improve search for asset profiles with manual data source in create or update activity dialog ( #4142 )
...
* Improve search for asset profiles with MANUAL data source
* Update changelog
2024-12-25 17:05:57 +01:00
Thomas Kaul
7a19fc53b0
Feature/improve activities import by isin for yahoo finance ( #4140 )
...
* Allow activities import by isin even if multiple quotes found
* Update changelog
2024-12-24 13:30:43 +01:00
Thomas Kaul
f3712b293c
Bugfix/fix exception in portfolio calculator ( #4119 )
...
* Add guard
* Update changelog
2024-12-12 18:29:28 +01:00
Ed
febb4119c6
Bugfix/fix jsonpath import ( #4115 )
...
* Fix jsonpath import
* Update changelog
2024-12-10 22:04:15 +01:00
Thomas Kaul
0e01674552
Feature/set hashedKey of ApiKey to unique ( #4103 )
...
* Set hashedKey to unique
2024-12-07 15:44:53 +01:00
Thomas Kaul
13582afd93
Feature/Setup API keys for Ghostfolio data provider ( #4093 )
...
* Setup API keys for Ghostfolio data provider
2024-12-07 15:13:12 +01:00
Thomas Kaul
45095cfac0
Feature/expire cache entries immediately in case of errors in portfolio snapshot calculation ( #4099 )
...
* Expire cache entries immediately in case of errors
* Update changelog
2024-12-07 10:12:52 +01:00
Thomas Kaul
2067e8ea40
Feature/add support for dividends in Ghostfolio data provider ( #4081 )
...
* Add support for dividends
2024-11-30 11:49:24 +01:00
Thomas Kaul
66bbbc2cb8
Feature/improve error handling in Ghostfolio data provider ( #4079 )
...
* Improve error handling
2024-11-29 20:21:46 +01:00
Thomas Kaul
8fe767a4e3
Feature/increase default request timeout ( #4075 )
...
* Increase default request timeout
* Update changelog
2024-11-28 20:19:37 +01:00
Thomas Kaul
9ca901f6e6
Feature/improve api key management of ghostfolio data provider ( #4069 )
...
* Improve API key management
* Add fallback for language code
2024-11-25 21:25:57 +01:00
Thomas Kaul
5f98dfa5d6
Feature/set up Ghostfolio data provider ( #4016 )
...
* Set up Ghostfolio data provider
* Update translations
* Update changelog
2024-11-24 19:49:08 +01:00
Thomas Kaul
0bc52fd80e
Feature/harmonize log messages in data provider services ( #4064 )
...
* Harmonize log messages
2024-11-24 08:59:09 +01:00
Thomas Kaul
a8ea8a4599
Feature/refactor types in EOD historical data service ( #4063 )
...
* Refactor types
2024-11-23 20:35:51 +01:00
Thomas Kaul
190bb4b6fb
Feature/refactor data gathering items ( #4032 )
...
* Refactoring
2024-11-07 19:57:37 +01:00
Thomas Kaul
9c27fb70aa
Feature/minor improvements in data provider service ( #4017 )
...
* Refactoring
2024-11-05 13:01:53 +01:00
Thomas Kaul
93001b68ad
Feature/introduce lookup response interface ( #4019 )
...
* Introduce lookup response interface
* Refactor lookup item interface
2024-11-03 19:58:19 +01:00
Thomas Kaul
db53ef54c4
Feature/use log levels to conditionally log prisma query events ( #4003 )
...
* Use LOG_LEVELS for prisma query events
* Update changelog
2024-10-30 21:39:51 +01:00
Thomas Kaul
10e725b51a
Feature/Add dataProviderGhostfolioDailyRequests to Analytics ( #4001 )
...
* Add dataProviderGhostfolioDailyRequests to Analytics
2024-10-30 21:39:20 +01:00
dw-0
6a10b932b0
Feature/Switch consistent-type-assertions eslint rule from warn to error ( #3982 )
...
* Switch consistent-type-assertions eslint rule from warn to error
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-26 11:07:48 +02:00
Thomas Kaul
51b68e561f
Feature/add support for mutual funds in eod historical data service ( #3970 )
...
* Add support for mutual funds
* Update changelog
2024-10-22 15:25:38 +02:00
Thomas Kaul
308d3b64b1
Feature/Remove empty constructors ( #3958 )
...
* Remove empty constructors
2024-10-19 18:54:49 +02:00
Thomas Kaul
04b056e4e5
Feature/switch to adjusted market prices in get historical of eod historical data service ( #3934 )
...
* Switch to adjusted market prices in getHistorical()
* Update changelog
2024-10-16 20:51:18 +02:00
Thomas Kaul
ce6f175f9a
Bugfix/fix usage of processor portfolio snapshot computation concurrency env variable ( #3936 )
...
* Fix usage of PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_CONCURRENCY
* Update changelog
2024-10-16 20:48:27 +02:00
dw-0
a14c10bad2
Feature/Enable unused compiler options in tsconfig ( #3895 )
...
* Enable noUnusedLocals noUnusedParameters in compiler options of tsconfig
* Update changelog
2024-10-14 10:49:18 +02:00
Thomas Kaul
aee5e833a5
Feature/harmonize processor concurrency environment variables ( #3913 )
...
* Harmonize processor concurrency environment variables
* Update changelog
2024-10-12 19:35:43 +02:00
ceroma
c44da0bce3
Feature/expose portfolio snapshot computation timeout as environment variable ( #3894 )
...
* Expose portfolio snapshot computation timeout as environment variable
* Update changelog
2024-10-12 09:04:58 +02:00
Matej Gerek
98957d282e
Feature/move tags from info to user service ( #3859 )
...
* Move tags from info to user service
* Update changelog
2024-10-09 21:04:37 +02:00
dw-0
fc5ed887ff
Feature/Set prefer-const to error in eslint configuration ( #3888 )
...
* Set prefer-const to error in eslint configuration
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-08 15:30:56 +02:00
Thomas Kaul
29d3b762a8
Feature/switch typescript-eslint no-unused-vars to error ( #3887 )
...
* Switch @typescript-eslint/no-unused-vars to error
2024-10-06 18:49:42 +02:00
dandevaud
252fb3fe11
Bugfix/Handle exception in historical market data gathering of derived currencies ( #3858 )
...
* Handle exception in historical market data gathering of derived currencies
* Update changelog
---------
Co-authored-by: Dan <dan@ddev.ch>
2024-10-04 19:49:03 +02:00
Thomas Kaul
85cc72627b
Feature/add user id to tag database schema ( #3837 )
...
* Add user id to tag database schema
* Update changelog
2024-09-28 20:42:25 +02:00
Thomas Kaul
bb445ddf2e
Feature/improve experimental chart in account detail dialog ( #3813 )
...
* Improve chart in account detail dialog
* Update changelog
2024-09-24 19:45:48 +02:00
Thomas Kaul
be09acdb24
Feature/expose concurrency of data gathering processor as environment variable ( #3799 )
...
* Expose concurrency of data gathering processor
* PROCESSOR_CONCURRENCY_GATHER_ASSET_PROFILE
* PROCESSOR_CONCURRENCY_GATHER_HISTORICAL_MARKET_DATA
* Update changelog
2024-09-21 18:56:02 +02:00
Thomas Kaul
e918970feb
Feature/expose concurrency of portfolio snapshot calculation as environment variable ( #3796 )
...
* Expose PROCESSOR_CONCURRENCY_PORTFOLIO_SNAPSHOT
* Update changelog
2024-09-21 18:16:34 +02:00
Thomas Kaul
4865aa1665
Feature/add fallback in get quotes of eod historical data service ( #3776 )
...
* Add fallback to previousClose in getQuotes()
* Update changelog
2024-09-17 20:15:16 +02:00
Thomas Kaul
403ee2741d
Feature/set up portfolio snapshot queue ( #3725 )
...
* Set up portfolio snapshot queue
* Update changelog
2024-09-10 20:32:08 +02:00
Shaunak Das
383a02519a
Feature/extend filters of order endpoint ( #3743 )
...
* Extend filters of order endpoint
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-09-10 20:22:51 +02:00
Thomas Kaul
8c322b4e81
Bugfix/fix historical market data gathering in yahoo finance service ( #3737 )
...
* Switch from historical() to chart()
* Update changelog
2024-09-07 21:21:02 +02:00
Thomas Kaul
df5e2f5f0e
Feature/extract common CACHE_TTL as constants ( #3722 )
...
Extract CACHE_TTL
* CACHE_TTL_NO_CACHE
* CACHE_TTL_INFINITE
2024-09-05 18:23:38 +02:00
Shaunak Das
7ea9061852
Feature/execute scraper configuration instantly ( #3723 )
...
* Execute scraper configuration instantly
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-09-04 21:17:38 +02:00
Thomas Kaul
0fc83486dc
Feature/improve redis cache ( #3714 )
...
* Improve redis cache
* Update changelog
2024-08-31 10:57:26 +02:00
Thomas Kaul
c4a28c6bff
Feature/set up a performance logging service ( #3703 )
...
* Setup performance logging service
* Update changelog
2024-08-28 20:28:36 +02:00
Thomas Kaul
d08e8b4fd8
Feature/expose max chart items as env variable ( #3701 )
...
* Expose MAX_CHART_ITEMS as env variable
* Update changelog
2024-08-26 16:21:16 +02:00
gizmodus
f360a12823
Feature/rework portfolio calculator ( #3393 )
...
* Rework portfolio calculation
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-08-24 16:59:50 +02:00
Thomas Kaul
41f5801b5e
Feature/refactor unique asset type to asset profile identifier ( #3636 )
...
* Refactoring
2024-08-04 08:27:05 +02:00
Thomas Kaul
97db144e01
Feature/skip derived currencies in get quotes of data provider service ( #3610 )
...
* Skip derived currencies
* Update changelog
2024-07-27 19:47:06 +02:00