3203 Commits

Author SHA1 Message Date
Thomas Kaul
96112955ff
Feature/upgrade prisma to version 6.1.0 ()
* Upgrade prisma to version 6.1.0

* Update changelog
2024-12-30 11:24:40 +01:00
Thomas Kaul
167abe4107
Bugfix/fix algebraic sign in twitter bot service ()
* Fix -0.0 to 0.0

* Update changelog
2024-12-30 11:23:55 +01:00
Thomas Kaul
8fc9d1c75c
Feature/clean up imports of holdings table component ()
* Clean up imports
2024-12-30 11:23:26 +01:00
Thomas Kaul
3f84caa9f6
Feature/migrate setting Ghostfolio API key prompt dialog ()
* Migrate setting Ghostfolio API key prompt dialog
2024-12-30 10:48:28 +01:00
Szymon Łągiewka
74bc8222d6
Feature/Refactored got calls to use AbortSignal.timeout() without AbortController() ()
* 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
ff7caf9c5c
Feature/migrate coupon redemption prompt dialog ()
* Migrate coupon redemption prompt dialog

* Update changelog
2024-12-30 10:21:11 +01:00
Szymon Łągiewka
28f7781fa2
Feature/eliminate body-parser ()
* Eliminate body-parser in favor of using @nestjs/platform-express

* Update changelog
2024-12-30 09:36:04 +01:00
Karel De Smet
46cbbd3bc4
Feature/upgrade to nx 20.3 ()
* Upgrade to Nx 20.3

* Update changelog
2024-12-29 19:47:32 +01:00
Thomas Kaul
615278a887
Feature/improve automatic deletion of unused asset profiles ()
* Improve automatic deletion of unused asset profiles

* Update changelog
2024-12-29 19:44:14 +01:00
Thomas Kaul
81f874bbc2
Feature/improve language localization for de 20241227 ()
* Update translations

* Update changelog
2024-12-28 09:54:39 +01:00
Thomas Kaul
15639cb3d0
Feature/move set Ghostfolio API key to experimental ()
* Move set Ghostfolio API key to experimental
2024-12-28 09:54:05 +01:00
Thomas Kaul
c9047e7c17
Feature/add user interface for received access ()
* Add user interface for received access

* Update changelog
2024-12-27 10:12:45 +01:00
Thomas Kaul
38908f0e19
Feature/upgrade husky to version 9.1.7 ()
* Upgrade husky to version 9.1.7

* Update changelog
2024-12-26 10:40:15 +01:00
Thomas Kaul
be4ac17a5c
Release 2.131.0 () 2024-12-25 17:08:06 +01:00
Thomas Kaul
f2638614d4
Feature/improve search for asset profiles with manual data source in create or update activity dialog ()
* Improve search for asset profiles with MANUAL data source

* Update changelog
2024-12-25 17:05:57 +01:00
Thomas Kaul
9a579dd884
Feature/change access tab icon on account page ()
* Change icon

* Update changelog
2024-12-25 09:50:27 +01:00
Thomas Kaul
bb04a3a74f
Feature/extend personal finance tools 20241222 ()
* Morningstar® Portfolio Manager
* Stock Rover
* Wealthbrain
2024-12-25 09:50:09 +01:00
Akd11111
08a9202dea
Feature/improve language localization for Polish ()
* Improve language localization for Polish

* Update changelog
2024-12-24 13:55:59 +01:00
Thomas Kaul
7a19fc53b0
Feature/improve activities import by isin for yahoo finance ()
* Allow activities import by isin even if multiple quotes found

* Update changelog
2024-12-24 13:30:43 +01:00
Thomas Kaul
c5fffed795
Release 2.130.0 () 2024-12-21 09:19:02 +01:00
Thomas Kaul
09c186f560
Feature/improve language localization for de 20241220 ()
* Update translations

* Update changelog
2024-12-21 09:16:22 +01:00
Paulina Kalicka
7fadbd79ea
Feature/improve language localization for pl ()
* Improve language localization for Polish

* Update changelog
2024-12-21 09:07:26 +01:00
Brandon
46422f731e
Feature/set up a notification service for prompt dialogs ()
* Set up a notification service for prompt dialogs

* Update changelog
2024-12-19 20:39:36 +01:00
Thomas Kaul
6d8240dfed
Feature/upgrade big.js to version 6.2.2 ()
* Upgrade big.js to version 6.2.2

* Update changelog
2024-12-18 14:04:52 +01:00
Thomas Kaul
6ee6121317
Feature/set up asset class cluster risk x-ray rule ()
* Set up Asset Class Cluster Risk rule (equity)

* Set up Asset Class Cluster Risk rule (fixed income)

* Update changelog
2024-12-17 20:33:57 +01:00
Thomas Kaul
c3bd433ac9
Feature/move market data management from admin to dedicated endpoint ()
* Move market data management from admin to dedicated endpoint

* Update changelog
2024-12-15 20:18:42 +01:00
Thomas Kaul
a776ea8864
Release 2.129.0 () 2024-12-14 11:40:17 +01:00
Thomas Kaul
943ff2f0dc
Feature/improve usability of X-ray page by hiding empty rule categories ()
* Hide empty rule categories

* Update changelog
2024-12-14 11:37:39 +01:00
Thomas Kaul
6ad9661d7f
Feature/improve language localization for de 20241214 ()
* Update translations

* Update changelog
2024-12-14 11:19:15 +01:00
Thomas Kaul
de68841843
Feature/add user id to symbol profile database schema ()
* Add userId to SymbolProfile database schema

* Update changelog
2024-12-14 10:43:35 +01:00
Thomas Kaul
57659d2c04
Feature/add missing public keywords ()
* Add public keyword
2024-12-13 17:13:51 +01:00
Thomas Kaul
0bd1a94a7b
Release 2.128.0 () 2024-12-12 19:18:38 +01:00
Amandee Ellawala
bc3535946c
Bugfix/do not fetch holdings in assistant for each change ()
* Do not fetch holdings in assistant for each change

* Update changelog
2024-12-12 19:16:41 +01:00
Thomas Kaul
f3712b293c
Bugfix/fix exception in portfolio calculator ()
* Add guard

* Update changelog
2024-12-12 18:29:28 +01:00
Thomas Kaul
6341a6de6a
Feature/refactor X-ray summary ()
* Refactor report statistics
2024-12-12 15:23:13 +01:00
Thomas Kaul
41eb9c56dd
Feature/improve language localization for de 20241207 ()
* Update translations

* Update changelog
2024-12-11 14:38:23 +01:00
Ed
febb4119c6
Bugfix/fix jsonpath import ()
* Fix jsonpath import

* Update changelog
2024-12-10 22:04:15 +01:00
Thomas Kaul
801030ce64
Feature/upgrade internationalized number to version 3.6.0 ()
* Upgrade @internationalized/number to version 3.6.0

* Refactoring

* Update changelog
2024-12-10 14:37:44 +01:00
Thomas Kaul
618a918423
Release 2.127.0 () 2024-12-08 18:59:33 +01:00
Thomas Kaul
0841f8bd5b
Bugfix/fix exception in portfolio calculator ()
* Fix exception in portfolio calculator

* Update changelog
2024-12-08 18:57:22 +01:00
Thomas Kaul
291be3e605
Feature/extend X-ray page by summary ()
* Add summary to X-ray page

* Update changelog
2024-12-08 08:05:08 +01:00
Thomas Kaul
d6357487ea
Release 2.126.1 () 2024-12-07 21:43:30 +01:00
Thomas Kaul
ebef361d63
Bugfix/fix exception in portfolio calculator ()
* Fix exception in portfolio calculator

* Update changelog
2024-12-07 21:41:21 +01:00
Thomas Kaul
17ffb29275
Release 2.126.0 () 2024-12-07 15:54:29 +01:00
Thomas Kaul
758a52087d
Feature/upgrade prisma to version 6.0.1 ()
* Upgrade prisma to version 6.0.1

* Update changelog
2024-12-07 15:51:55 +01:00
Thomas Kaul
0e01674552
Feature/set hashedKey of ApiKey to unique ()
* Set hashedKey to unique
2024-12-07 15:44:53 +01:00
Thomas Kaul
1be0a64417
Feature/upgrade prettier to version 3.4.2 ()
* Upgrade prettier to version 3.4.2

* Update changelog
2024-12-07 15:32:47 +01:00
Thomas Kaul
13582afd93
Feature/Setup API keys for Ghostfolio data provider ()
* 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 ()
* Expire cache entries immediately in case of errors

* Update changelog
2024-12-07 10:12:52 +01:00
Thomas Kaul
73be7f3969
Feature/improve labels of assistant ()
* Improve labels

* Update changelog
2024-12-06 09:01:46 +01:00