Thomas Kaul
403ee2741d
Feature/set up portfolio snapshot queue ( #3725 )
* Set up portfolio snapshot queue
* Update changelog
8 months ago
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>
8 months ago
Thomas Kaul
8c322b4e81
Bugfix/fix historical market data gathering in yahoo finance service ( #3737 )
* Switch from historical() to chart()
* Update changelog
8 months ago
Thomas Kaul
df5e2f5f0e
Feature/extract common CACHE_TTL as constants ( #3722 )
Extract CACHE_TTL
* CACHE_TTL_NO_CACHE
* CACHE_TTL_INFINITE
8 months ago
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>
8 months ago
Thomas Kaul
0fc83486dc
Feature/improve redis cache ( #3714 )
* Improve redis cache
* Update changelog
8 months ago
Thomas Kaul
c4a28c6bff
Feature/set up a performance logging service ( #3703 )
* Setup performance logging service
* Update changelog
8 months ago
Thomas Kaul
d08e8b4fd8
Feature/expose max chart items as env variable ( #3701 )
* Expose MAX_CHART_ITEMS as env variable
* Update changelog
8 months ago
gizmodus
f360a12823
Feature/rework portfolio calculator ( #3393 )
* Rework portfolio calculation
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
8 months ago
Thomas Kaul
41f5801b5e
Feature/refactor unique asset type to asset profile identifier ( #3636 )
* Refactoring
9 months ago
Thomas Kaul
97db144e01
Feature/skip derived currencies in get quotes of data provider service ( #3610 )
* Skip derived currencies
* Update changelog
9 months ago
Thomas Kaul
d5c56fb16c
Feature/optimize 7d data gathering by prioritization ( #3575 )
* Optimize 7d data gathering by prioritization
* Update changelog
9 months ago
Thomas Kaul
35b4aef06f
Feature/improve market state logic for forex in eod historical data service ( #3550 )
10 months ago
Achal
7067aca04b
Feature/replace twitter.com with x.com ( #3535 )
* Replace twitter.com with x.com
10 months ago
Thomas Kaul
1c9805bb96
Feature/improve allocations by etf holding for impersonation mode ( #3534 )
* Improve allocations by ETF holding for impersonation mode
* Update changelog
10 months ago
Chang-Yen Tseng
8227a2d91a
Feature/improve detection of json used via scraper configuration ( #3539 )
* Improve detection of json
* Update changelog
10 months ago
Thomas Kaul
ba979cbae2
Bugfix/fix addition of manual asset without market data ( #3516 )
* Provide default value
* Update changelog
10 months ago
Thomas Kaul
8cda43bb63
Bugfix/persist intraday market data only if market state is open ( #3509 )
* Persist INTRADAY data only if market state is open
* Update changelog
10 months ago
Thomas Kaul
23e4d5454d
Feature/improve allocations by etf holding ( #3467 )
* Improve allocations by ETF holding
* Update changelog
11 months ago
Thomas Kaul
8a9ae9bb33
Feature/allocations by etf holding ( #3464 )
* Setup allocations by ETF holding
* Update changelog
11 months ago
Thomas Kaul
0e08d8830e
Handle reduce of empty array ( #3446 )
11 months ago
Thomas Kaul
c009f8c12f
Feature/add data provider info to asset profile details dialog ( #3434 )
* Add data provider info to asset profile details dialog
* Update changelog
11 months ago
Thomas Kaul
4f41bac328
Feature/set up caching in portfolio calculator ( #3335 )
* Set up caching
* Update changelog
1 year ago
Thomas Kaul
cd07802400
Bugfix/fix historical market data gathering for asset profiles with manual data source ( #3336 )
* Fix historical market data gathering for asset profiles with MANUAL data source
* Update changelog
1 year ago
Thomas Kaul
cdbe6eedeb
Feature/change cash to liquidity in asset class enum ( #3321 )
* Change CASH to LIQUIDITY in asset class enum
* Update changelog
1 year ago
Thomas Kaul
22d63c6102
Improve logging ( #3304 )
* Improve logging
1 year ago
Thomas Kaul
15857118fe
Feature/let data gathering queue jobs fail by throwing errors ( #3281 )
* Let data gathering queue jobs fail by throwing errors
* Update changelog
1 year ago
Thomas Kaul
4e7d93db13
Feature/adapt priorities of data gathering jobs ( #3262 )
* Adapt priorities of data gathering jobs
* Update changelog
1 year ago
Fedron
82fe1de1a7
Feature/add support to override asset (sub) class and url in admin control panel ( #3218 )
* Add support to override asset (sub) class and url in admin control panel
* Update changelog
1 year ago
Fedron
98de2355c4
Feature/Support overriding name of asset profile dialog ( #3199 )
* Support overriding name of asset profile dialog
* Update changelog
1 year ago
Thomas Kaul
a33f8d5bed
Upgrade @types/big.js to version 6.2.2 ( #3191 )
* Upgrade @types/big.js to version 6.2.2
* Refactor imports
1 year ago
Gerard Du Pre
c289793c6d
Feature/switch between active and closed holdings ( #3146 )
* Switch between active and closed holdings on the portfolio holdings page
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
82c78cad6b
Format ( #3155 )
1 year ago
Thomas Kaul
671e4e316b
Release 2.63.2 ( #3138 )
1 year ago
Thomas Kaul
473136e9aa
Release 2.63.1 ( #3135 )
* Release 2.63.1
1 year ago
Thomas Kaul
d32dd5e860
Feature/upgrade countries list to version 3.1.0 ( #3131 )
* Upgrade countries-list to version 3.1.0
* Update changelog
1 year ago
Thomas Kaul
bc8d8309d4
Improve handling of future liabilities ( #3118 )
* Improve handling of future liabilities
* Refactor currentValue to currentValueInBaseCurrency
* Update changelog
1 year ago
Thomas Kaul
1f2f9f22f2
Feature/remove environment variable web auth rp ( #3115 )
* Remove environment variable WEB_AUTH_RP_ID
* Update changelog
1 year ago
Thomas Kaul
07661d9262
Feature/integrate dividend into transaction point concept ( #3092 )
* Integrate dividend into transaction point concept
* Update changelog
1 year ago
Thomas Kaul
4ab3f81384
Extract getFactor() ( #3089 )
* Extract getFactor()
* Refactoring
1 year ago
Thomas Kaul
5596e5f03b
Feature/integrate wealth items into transaction point concept ( #3084 )
* Integrate (wealth) items into transaction point concept
* Update changelog
1 year ago
Søren Bjergmark
68e558f198
Feature/Improve activities import by ISIN number ( #3051 )
* Improve activities import by ISIN number
* Update changelog
1 year ago
Thomas Kaul
c002e37285
Feature/add missing default currency to prepare currencies function ( #3042 )
* Add missing default currency
* Update changelog
1 year ago
miles
a3178fb213
Feature/expose redis database via environment variable ( #3036 )
* Expose Redis database via environment variable
* Update changelog
1 year ago
Thomas Kaul
9acdb41aa2
Refactor params to object ( #2987 )
1 year ago
Thomas Kaul
67ae86763e
Handle premium data provider in getQuotes() ( #3020 )
* Handle premium data provider in getQuotes()
1 year ago
Thomas Kaul
266c0a9a2c
Feature/eliminate search request in get quotes of eod service ( #3019 )
* Eliminate search request to get quotes
* Update changelog
1 year ago
Thomas Kaul
ad42c0bf28
Enable FAQ link for self-hoster ( #3015 )
1 year ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
1 year ago
Thomas Kaul
ccaf06360a
Feature/introduce admin setting to disable data gathering ( #2981 )
* Introduce setting to disable data gathering
* Update changelog
1 year ago