Thomas Kaul
5b786ba143
Feature/improve error handling in CoinGecko service ( #4287 )
* Improve error handling
* Update changelog
3 months ago
Guillermo Tomás Fernández Martín
d4f28e2759
Feature/add support for ETF sector data in YahooFinanceDataEnhancer ( #4258 )
* Add support for ETF sector data in YahooFinanceDataEnhancer
* Update changelog
3 months ago
Thomas Kaul
4cb4375514
Bugfix/fix issue with holdings and sectors while using symbol profile overrides ( #4234 )
* Fix issue with holdings and sectors while using symbol profile overrides
* Update changelog
3 months ago
Thomas Kaul
cca26040bf
Feature/extend get asset profile in financial modeling prep service ( #4230 )
* Extend get asset profile by ETF website
3 months ago
Miguel Borges de Freitas
553c10ac91
Bugfix/fix issue with MIME type detection in scraper configuration ( #4237 )
* Fix issue with MIME type detection in scraper configuration
* Update changelog
3 months ago
Thomas Kaul
39ac6f352f
Feature/extend get historical in financial modeling prep service ( #4229 )
* Extend get historical
* Update changelog
3 months ago
Thomas Kaul
4e51a973c7
Feature/refactor is cryptocurrency check ( #4215 )
* Refactoring
3 months ago
Thomas Kaul
4d201acdbe
Feature/extend get dividends in financial modeling prep service ( #4210 )
* Extend get dividends
* Update changelog
3 months ago
Thomas Kaul
511a2d6d0d
Feature/extend asset profile data in financial modeling prep service ( #4206 )
* Extend asset profile data
* Update changelog
3 months ago
Thomas Kaul
40b628e0e7
Feature/extend search by isin in financial modeling prep service ( #4204 )
* Extend search by ISIN
* Update changelog
3 months ago
Thomas Kaul
ec79a9efb6
Bugfix/fix exception in scraper configuration ( #4196 )
* Fix exception in scraper configuration
* Update changelog
4 months ago
Szymon Łągiewka
7a602ea2d6
Feature/remove got in favor of using fetch ( #4154 )
* Remove got in favor of using fetch
* Update changelog
4 months ago
Thomas Kaul
167abe4107
Bugfix/fix algebraic sign in twitter bot service ( #4158 )
* Fix -0.0 to 0.0
* Update changelog
4 months ago
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>
4 months ago
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
4 months ago
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
4 months ago
Thomas Kaul
f3712b293c
Bugfix/fix exception in portfolio calculator ( #4119 )
* Add guard
* Update changelog
5 months ago
Ed
febb4119c6
Bugfix/fix jsonpath import ( #4115 )
* Fix jsonpath import
* Update changelog
5 months ago
Thomas Kaul
0e01674552
Feature/set hashedKey of ApiKey to unique ( #4103 )
* Set hashedKey to unique
5 months ago
Thomas Kaul
13582afd93
Feature/Setup API keys for Ghostfolio data provider ( #4093 )
* Setup API keys for Ghostfolio data provider
5 months ago
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
5 months ago
Thomas Kaul
2067e8ea40
Feature/add support for dividends in Ghostfolio data provider ( #4081 )
* Add support for dividends
5 months ago
Thomas Kaul
66bbbc2cb8
Feature/improve error handling in Ghostfolio data provider ( #4079 )
* Improve error handling
5 months ago
Thomas Kaul
8fe767a4e3
Feature/increase default request timeout ( #4075 )
* Increase default request timeout
* Update changelog
5 months ago
Thomas Kaul
9ca901f6e6
Feature/improve api key management of ghostfolio data provider ( #4069 )
* Improve API key management
* Add fallback for language code
5 months ago
Thomas Kaul
5f98dfa5d6
Feature/set up Ghostfolio data provider ( #4016 )
* Set up Ghostfolio data provider
* Update translations
* Update changelog
5 months ago
Thomas Kaul
0bc52fd80e
Feature/harmonize log messages in data provider services ( #4064 )
* Harmonize log messages
5 months ago
Thomas Kaul
a8ea8a4599
Feature/refactor types in EOD historical data service ( #4063 )
* Refactor types
5 months ago
Thomas Kaul
190bb4b6fb
Feature/refactor data gathering items ( #4032 )
* Refactoring
6 months ago
Thomas Kaul
9c27fb70aa
Feature/minor improvements in data provider service ( #4017 )
* Refactoring
6 months ago
Thomas Kaul
93001b68ad
Feature/introduce lookup response interface ( #4019 )
* Introduce lookup response interface
* Refactor lookup item interface
6 months ago
Thomas Kaul
db53ef54c4
Feature/use log levels to conditionally log prisma query events ( #4003 )
* Use LOG_LEVELS for prisma query events
* Update changelog
6 months ago
Thomas Kaul
10e725b51a
Feature/Add dataProviderGhostfolioDailyRequests to Analytics ( #4001 )
* Add dataProviderGhostfolioDailyRequests to Analytics
6 months ago
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>
6 months ago
Thomas Kaul
51b68e561f
Feature/add support for mutual funds in eod historical data service ( #3970 )
* Add support for mutual funds
* Update changelog
6 months ago
Thomas Kaul
308d3b64b1
Feature/Remove empty constructors ( #3958 )
* Remove empty constructors
6 months ago
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
7 months ago
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
7 months ago
dw-0
a14c10bad2
Feature/Enable unused compiler options in tsconfig ( #3895 )
* Enable noUnusedLocals noUnusedParameters in compiler options of tsconfig
* Update changelog
7 months ago
Thomas Kaul
aee5e833a5
Feature/harmonize processor concurrency environment variables ( #3913 )
* Harmonize processor concurrency environment variables
* Update changelog
7 months ago
ceroma
c44da0bce3
Feature/expose portfolio snapshot computation timeout as environment variable ( #3894 )
* Expose portfolio snapshot computation timeout as environment variable
* Update changelog
7 months ago
Matej Gerek
98957d282e
Feature/move tags from info to user service ( #3859 )
* Move tags from info to user service
* Update changelog
7 months ago
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>
7 months ago
Thomas Kaul
29d3b762a8
Feature/switch typescript-eslint no-unused-vars to error ( #3887 )
* Switch @typescript-eslint/no-unused-vars to error
7 months ago
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>
7 months ago
Thomas Kaul
85cc72627b
Feature/add user id to tag database schema ( #3837 )
* Add user id to tag database schema
* Update changelog
7 months ago
Thomas Kaul
bb445ddf2e
Feature/improve experimental chart in account detail dialog ( #3813 )
* Improve chart in account detail dialog
* Update changelog
7 months ago
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
7 months ago
Thomas Kaul
e918970feb
Feature/expose concurrency of portfolio snapshot calculation as environment variable ( #3796 )
* Expose PROCESSOR_CONCURRENCY_PORTFOLIO_SNAPSHOT
* Update changelog
7 months ago
Thomas Kaul
4865aa1665
Feature/add fallback in get quotes of eod historical data service ( #3776 )
* Add fallback to previousClose in getQuotes()
* Update changelog
8 months ago