Kenrick Tandrian
e7df24f899
Task/enable UI test ( #6345 )
* Create script for ui test and implement parallel test
2 weeks ago
KenTandrian
7e7af90d85
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
2 weeks ago
Thomas Kaul
8c88ce918f
Feature/add support for custom cryptocurrencies defined in database ( #6344 )
* Add support for custom cryptocurrencies defined in database
* Update changelog
2 weeks ago
Thomas Kaul
d1345b8147
Task/upgrade ngx-markdown to version 21.1.0 ( #6321 )
* Upgrade ngx-markdown to version 21.1.0
* Update changelog
2 weeks ago
Thomas Kaul
75d3494fa4
Task/add support for cryptocurrency Sky ( #6338 )
* Add support for Sky
* Update changelog
2 weeks ago
Kenrick Tandrian
7f233632c5
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
2 weeks ago
Thomas Kaul
8c33a51ca5
Release 2.239.0 ( #6335 )
2 weeks ago
Thomas Kaul
c056045ed0
Task/update locales ( #6334 )
* Update locales
* Update translations
* Update changelog
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2 weeks ago
Thomas Kaul
09968bda7d
Bugfix/fix localization in X-ray rule ( #6333 )
* Fix localization
2 weeks ago
Thomas Kaul
2ab3d7daa1
Task/upgrade simplewebauthn to version 13.2.2 ( #6326 )
* Upgrade simplewebauthn to version 13.2.2
* Update changelog
2 weeks ago
Thomas Kaul
e59421f008
Feature/add static portfolio analysis fee ratio rule based on total investment volume ( #6332 )
* Add fee ratio rule based on total investment volume
* Update changelog
2 weeks ago
Thomas Kaul
f38a2d7ff1
Bugfix/investment value in portfolio summary ( #6329 )
* Include currency effects in investment value of portfolio summary
* Update changelog
2 weeks ago
Thomas Kaul
14cbf7d735
Task/extend self-hosting FAQ with information on derived currencies ( #6331 )
* Extend content with information on derived currencies
* Update changelog
2 weeks ago
Thomas Kaul
3e27fb0690
Task/upgrade cheerio to version 1.2.0 ( #6324 )
* Upgrade cheerio to version 1.2.0
* Update changelog
2 weeks ago
Kenrick Tandrian
64871fcb1f
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
2 weeks ago
Thomas Kaul
299bca2780
Task/extend error messages in scraper configuration ( #6322 )
* Improve error handling
* Update changelog
2 weeks ago
Thomas Kaul
8a98c0a3f0
Task/ignore nested ETFs when fetching top holdings in Yahoo Finance service ( #6319 )
* Ignore nested ETFs in top holdings
* Update changelog
2 weeks ago
Varun Chawla
c489a1cc00
Bugfix/integrate missing valueInBaseCurrency in import activities response ( #6294 )
* Integrate missing valueInBaseCurrency in import activities response
* Update changelog
2 weeks ago
KenTandrian
c168e8a36f
fix(lib): check whether asset subclass is present
2 weeks ago
KenTandrian
4254a5c5af
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
2 weeks ago
Kenrick Tandrian
0c970e2a14
Task/improve holdings table type safety ( #6306 )
* fix(lib): update displayedColumns type
* feat(lib): use input function for holdings
* feat(lib): make isLoading a computed signal
* feat(lib): make paginator and sort viewchild signals
* feat(lib): make dataSource a computed signal
* feat(lib): use input function for hasPermission fields
* feat(lib): make displayedColumns a computed signal
* feat(lib): remove ngOnChanges
* feat(lib): update types in holdings mock
* fix(lib): update imports for treemap chart component
* fix(lib): remove unused routeQueryParams variable
* fix(lib): prevent creating new table data source every time the signal changes
* fix(lib): remove unused unsubscribe subject as there is no observable subscription
* fix(lib): revert changes to dataSource in the template
* fix(lib): changed locale to input signal
* fix(lib): change ignoreAssetSubClasses to protected
* fix(lib): create canShowDetails function
* fix(lib): remove unused baseCurrency and deviceType inputs
* fix(lib): remove unused baseCurrency and deviceType inputs from stories
* feat(lib): make constructor as public
2 weeks ago
KenTandrian
7ea822c37d
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
2 weeks ago
Thomas Kaul
eb368765d4
Release 2.238.0 ( #6312 )
3 weeks ago
Neeraj Bachani
373a4857ac
Bugfix/reset buy tracking variables when position closes ( #6298 )
* Reset buy tracking variables when position closes
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
3 weeks ago
Thomas Kaul
e361f09398
Bugfix/expand date range to cover full day in exchange rate calculation ( #6311 )
* Expand date range (start to end of day)
* Update changelog
3 weeks ago
Thomas Kaul
4ba142682a
Task/upgrade ngx-skeleton-loader to version 12.0.0 ( #6304 )
* Upgrade ngx-skeleton-loader to version 12.0.0
* Update changelog
3 weeks ago
Thomas Kaul
ed29c2ceab
Bugfix/fix issue in annualized performance calculation ( #6310 )
* Fix issue in annualized performance calculation: Handle case where growthFactor is Infinity
* Update changelog
3 weeks ago
Kenrick Tandrian
6b0b895f50
fix(lib): revert changes
3 weeks ago
Kenrick Tandrian
0113ac146a
Merge branch 'main' into feature/enable-strict-null-checks-in-ui
3 weeks ago
Kenrick Tandrian
ddb859408b
Task/improve notification components type safety ( #6305 )
* feat(lib): improve type safety for notification components
* feat(lib): replace constructor based injections with inject functions
* feat(lib): destructure parameters
* fix(lib): remove confirmLabel from AlertDialogParams interface
* feat(lib): destructure parameters in alert and confirmation dialogs
3 weeks ago
KenTandrian
d79d37acb4
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
3 weeks ago
Thomas Kaul
ed610ddd4e
Task/upgrade twitter-api-v2 to version 1.29.0 ( #6300 )
* Upgrade twitter-api-v2 to version 1.29.0
* Update changelog
3 weeks ago
Thomas Kaul
e66f468d65
Task/improve TestMu AI logo and url ( #6303 )
* Improve logo and url
3 weeks ago
Kenrick Tandrian
8a50b8c922
Task/improve type safety in accounts table component ( #6307 )
* fix(lib): prevent table data source to be created every time
* fix(lib): remove unused unsubscribeSubject variable
* fix(lib): change to protected methods
* feat(lib): change locale to signal input
* feat(lib): remove unused deviceType input
* feat(lib): change hasPermissionToOpenDetails to signal input
* feat(lib): change showFooter to signal input
* feat(lib): change activitiesCount to signal input
* feat(lib): change baseCurrency to signal input
* feat(lib): change totalBalanceInBaseCurrency to signal input
* feat(lib): change totalValueInBaseCurrency to signal input
* feat(lib): change outputs to signal outputs
3 weeks ago
KenTandrian
a61eb220fb
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
3 weeks ago
Kenrick Tandrian
e1d343fb70
Task/improve accounts table type safety ( #6301 )
* fix(lib): replace null with undefined in activities table stories
* feat(lib): implement inject functions in accounts table
* feat(lib): change to input functions
* feat(lib): change displayedColumns to a computed field
* feat(lib): change accounts to use input function
* feat(lib): change isLoading to a computed field
* fix(lib): remove unused routeQueryParams variable
* feat(lib): change sort to use viewChild function
* feat(lib): change dataSource to a computed field
* feat(lib): remove ngOnChanges
3 weeks ago
KenTandrian
cae6dab390
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
3 weeks ago
Kenrick Tandrian
753804c011
Task/improve activities table type safety ( #6295 )
* Improve activities table type safety
3 weeks ago
Thomas Kaul
0c02d95adf
Release 2.237.0 ( #6293 )
3 weeks ago
Thomas Kaul
177763513f
Task/upgrade Nx to version 22.4.5 ( #6292 )
* Upgrade Nx to version 22.4.5
* Update changelog
3 weeks ago
KenTandrian
32e6c068f5
Merge remote-tracking branch 'origin/main' into feature/enable-strict-null-checks-in-ui
3 weeks ago
Kenrick Tandrian
64a6dfd124
Task/improve type safety for GfValueComponent ( #6290 )
* Improve type safety for GfValueComponent
3 weeks ago
Anurag Choudhury
d7349cd621
Bugfix/adapt accounts and tags of assistant in impersonation mode ( #6231 )
* Adapt accounts and tags of assistant in impersonation mode
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
3 weeks ago
Thomas Kaul
f57726972e
Task/refresh cryptocurrencies list 20260207 ( #6289 )
* Update cryptocurrencies.json
* Update changelog
3 weeks ago
Thomas Kaul
63e75942a8
Task/remove deprecated transaction count in portfolio calculator and service ( #6288 )
* Remove deprecated transactionCount in portfolio calculator and service
* Update changelog
3 weeks ago
Thomas Kaul
348ee5de8d
Task/add missing transform data source interceptors in market data controller ( #6287 )
* Add missing transform data source interceptors
3 weeks ago
Thomas Kaul
5adacda88f
Task/remove deprecated session id from create stripe checkout session response ( #6280 )
* Remove deprecated sessionId
3 weeks ago
Thomas Kaul
bf9f8d49e9
Release 2.236.0 ( #6282 )
4 weeks ago
Thomas Kaul
4ff372f020
Task/remove deprecated transaction count in get admin endpoint ( #6281 )
* Remove deprecated transaction count
* Update changelog
4 weeks ago
Thomas Kaul
eb6177d2e5
Bugfix/fix exception when fetching top holdings in Yahoo Finance service ( #6279 )
* Add missing guard
* Update changelog
4 weeks ago