Commit Graph

3038 Commits

Author SHA1 Message Date
0f19cb37e6 Feature/improve language localization for de 20241026 (#3991)
* Update translations

* Update changelog
2024-10-27 08:57:29 +01:00
c790d0df21 Feature/Restructure resources page (#3978)
* Restructure resources page

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-10-26 20:17:08 +02:00
e05f481344 Feature/Switch consistent-generic-constructors eslint rule from warn to error (#3985)
* Switch consistent-generic-constructors eslint rule from warn to error

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-26 12:20:40 +02:00
d4c5d58781 Feature/Switch prefer-optional-chain eslint rule from warn to error (#3983)
* Switch prefer-optional-chain eslint rule from warn to error

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-26 11:42:03 +02:00
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
906e526cb9 Release 2.119.0 (#3990) 2024-10-26 10:31:24 +02:00
ed97029e1b Feature/upgrade prisma to version 5.21.1 (#3987)
* Upgrade prisma to version 5.21.1

* Update changelog
2024-10-26 10:29:24 +02:00
4104fb2f8f Feature/Improve subscription service (#3989)
* Various improvements
2024-10-26 10:29:04 +02:00
9a885e821e Feature/switch prefer-function-type eslint rule from warn to error (#3981)
* Switch prefer-function-type eslint rule from warn to error

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-26 09:58:43 +02:00
fccac5640d Bugfix/fix calculation of allocation cluster risk x ray rules (#3988)
* Fix calculation of allocation cluster risk X-ray rules

* Update changelog
2024-10-26 09:42:33 +02:00
405ec0d2b2 Feature/switch the consistent-type-definitions eslint rule from warn to error (#3980)
* Switch the consistent-type-definitions eslint rule from warn to error

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-26 09:41:37 +02:00
76ff34b0c4 Feature/switch no-empty-function rule in eslint configuration from warn to error (#3979)
* Switch no-empty-function rule in eslint configuration from warn to error

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-25 18:49:31 +02:00
3baab79b54 Bugfix/fix x-axis of investment chart component to adapt on date range change (#3974)
* Fix x-axis of investment chart component to adapt on date range change

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-10-24 20:18:16 +02:00
a0445740c4 Release 2.118.0 (#3976) 2024-10-23 20:38:29 +02:00
e311ede3af Feature/Optimize pre-commit hook by linting only affected projects (#3973)
* Optimize pre-commit hook by linting only affected projects

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-23 20:36:54 +02:00
19b8c514f2 Feature/Add static portfolio analysis rule for developed Markets (#3975)
* Add static portfolio analysis rule: Allocation Cluster Risk (Developed Markets)

* Update changelog
2024-10-23 20:31:54 +02:00
e25aebf26f Feature/improve font color assignment in tree map chart component (#3954)
* Improve font color assignment in tree map chart component

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-10-23 14:32:17 +02:00
d325f8bfaf Feature/Add static portfolio analysis rule for emerging Markets (#3949)
* Add static portfolio analysis rule: Allocation Cluster Risk (Emerging Markets)

* Update changelog
2024-10-22 20:19:56 +02:00
2b3fcf4105 Feature/Quote redis password for healthcheck in docker-compose files (#3969)
* Quote redis password for healthcheck in docker-compose files

* Update changelog
2024-10-22 19:52:23 +02:00
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
2951fb37f9 Feature/Upgrade nx to version 20.0.3 (#3968)
* Upgrade Nx to version 20.0.3

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-21 21:05:10 +02:00
a5331dd32b Feature/optimize dialog sizes for mobile (#3964)
* Optimize dialog sizes for mobile

* Update changelog
2024-10-20 17:59:44 +02:00
4c658a1f6a Bugfix/fix export was not found warning (#3963)
* Fix export was not found warning

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-20 17:23:29 +02:00
6abb94ba33 Feature/improve language localization for de 20241019 (#3960)
* Update translations

* Update changelog
2024-10-19 21:04:07 +02:00
6ecd7ac768 Release 2.117.0 (#3962) 2024-10-19 21:02:47 +02:00
524adfc672 Feature/Clean up unused OnInit implementations (#3961)
* Clean up unused OnInit implementations
2024-10-19 20:59:42 +02:00
308d3b64b1 Feature/Remove empty constructors (#3958)
* Remove empty constructors
2024-10-19 18:54:49 +02:00
a414cfab52 Feature/add data providers management to admin control panel (#3950)
* Add data providers management to admin control panel

* Update changelog
2024-10-19 18:19:33 +02:00
68cb4b27d1 Feature/add logotype to footer (#3947)
* Add logo type to footer

* Update changelog
2024-10-19 15:20:15 +02:00
6e4758a183 Feature/Improve backgrounds in tree map chart (#3938)
* Improve backgrounds in tree map chart

* Update changelog
2024-10-19 10:39:36 +02:00
6bb7c0d196 Bugfix/fix style selector in carousel component (#3948)
* Fix style selector

* Update changelog
2024-10-19 10:04:27 +02:00
d59dfc3d5b Feature/Archive discontinued personal finance tools (#3945)
* Archive discontinued personal finance tools
2024-10-19 10:04:10 +02:00
a9d26b319d Feature/Format database schema (#3943)
* Format
2024-10-17 20:42:59 +02:00
ba52e385a1 Feature/extend personal finance tools 20241017 (#3944)
* Add Leafs

* Add FIREkit
2024-10-17 20:42:24 +02:00
cfd5b6bbf2 Release 2.116.0 (#3942) 2024-10-17 17:46:03 +02:00
6e490e5710 Feature/extend self hosting faq by benchmarks for markets (#3940)
* Extend FAQ by benchmarks for Markets

* Update changelog
2024-10-17 14:15:52 +02:00
7f30424792 Feature/improve empty state in benchmarks of markets overview (#3939)
* Improve empty state

* Update changelog
2024-10-17 14:13:02 +02:00
d5fb32fb52 Feature/extend self hosting faq by benchmarks (#3937)
* Extend FAQ by benchmarks

* Update changelog
2024-10-16 21:19:38 +02:00
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
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
6696a4447a Feature/Refactor test ok-novn-buy-and-sell-partially to load json file (#3935)
* Refactor test to load json file
2024-10-16 20:44:45 +02:00
0403117e8c Feature/Set permission on entrypoint.sh in Dockerfile (#3903)
* Set permission on entrypoint.sh in Dockerfile

* Update changelog
2024-10-15 20:50:33 +02:00
144e5da753 Feature/add units to x ray rule settings (#3926)
* Introduce unit

* Update changelog
2024-10-15 20:49:04 +02:00
7f97168aa7 Feature/disable text hover effect in tree map chart (#3929)
* Disable text hover effect in tree map chart

* Update changelog
2024-10-15 20:10:35 +02:00
ab10b9da54 Feature/improve language localization for de 20241014 (#3927)
* Update translations

* Update changelog
2024-10-15 20:01:19 +02:00
6be8565442 Release 2.115.0 (#3925) 2024-10-14 21:41:50 +02:00
662bfb647e Feature/add sliders to customize x-ray rules (#3922)
* Add sliders to customize X-ray rules

* Update changelog
2024-10-14 21:38:57 +02:00
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
67a147bd96 Feature/Improve background color assignment in treemap chart component (#3918)
* Improve background color assignment in treemap chart component

* Update changelog
2024-10-13 16:13:26 +02:00
f8da265f5f Feature/restructure XRayRulesSettings (#3898)
* Restructure XRayRulesSettings

* Update changelog
2024-10-12 21:04:09 +02:00