Thomas Kaul
7f30424792
Feature/improve empty state in benchmarks of markets overview ( #3939 )
...
* Improve empty state
* Update changelog
1 month ago
Thomas Kaul
d5fb32fb52
Feature/extend self hosting faq by benchmarks ( #3937 )
...
* Extend FAQ by benchmarks
* Update changelog
1 month 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
1 month 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
1 month ago
Thomas Kaul
6696a4447a
Feature/Refactor test ok-novn-buy-and-sell-partially to load json file ( #3935 )
...
* Refactor test to load json file
1 month ago
JN Brisset
0403117e8c
Feature/Set permission on entrypoint.sh in Dockerfile ( #3903 )
...
* Set permission on entrypoint.sh in Dockerfile
* Update changelog
1 month ago
Thomas Kaul
144e5da753
Feature/add units to x ray rule settings ( #3926 )
...
* Introduce unit
* Update changelog
1 month ago
vitalymatyushik
7f97168aa7
Feature/disable text hover effect in tree map chart ( #3929 )
...
* Disable text hover effect in tree map chart
* Update changelog
1 month ago
Thomas Kaul
ab10b9da54
Feature/improve language localization for de 20241014 ( #3927 )
...
* Update translations
* Update changelog
1 month ago
Thomas Kaul
6be8565442
Release 2.115.0 ( #3925 )
1 month ago
vitalymatyushik
662bfb647e
Feature/add sliders to customize x-ray rules ( #3922 )
...
* Add sliders to customize X-ray rules
* Update changelog
1 month ago
dw-0
a14c10bad2
Feature/Enable unused compiler options in tsconfig ( #3895 )
...
* Enable noUnusedLocals noUnusedParameters in compiler options of tsconfig
* Update changelog
1 month ago
Madhab Chandra Sahoo
67a147bd96
Feature/Improve background color assignment in treemap chart component ( #3918 )
...
* Improve background color assignment in treemap chart component
* Update changelog
1 month ago
Thomas Kaul
f8da265f5f
Feature/restructure XRayRulesSettings ( #3898 )
...
* Restructure XRayRulesSettings
* Update changelog
1 month ago
Thomas Kaul
aee5e833a5
Feature/harmonize processor concurrency environment variables ( #3913 )
...
* Harmonize processor concurrency environment variables
* Update changelog
1 month ago
Tushar Agarwal
3289bd5cc9
Feature/Simplify labels in treemap chart ( #3912 )
...
* Simplify labels in treemap chart
* Update changelog
1 month ago
ceroma
c44da0bce3
Feature/expose portfolio snapshot computation timeout as environment variable ( #3894 )
...
* Expose portfolio snapshot computation timeout as environment variable
* Update changelog
1 month ago
Dhaneshwari Tendle
7a11bb93d5
Feature/Set up unit test that loads activity from exported json file ( #3901 )
...
* Set up unit test that loads activity from exported json file
* Update changelog
1 month ago
Uday R
d158d0c326
Feature/Extend tooltip in treemap chart component by name ( #3907 )
...
* Extend tooltip in treemap chart component by name
* Update changelog
1 month ago
Madhab Chandra Sahoo
5f4cbe3af7
Bugfix/considered language of user settings on login with Security Token ( #3828 )
...
* Consider language of user settings on login with Security Token
* Update changelog
1 month ago
Thomas Kaul
f5c0d803a0
Release 2.114.0 ( #3905 )
2 months ago
Uday R
7252a54ae0
Feature/Set up tooltip in treemap chart component ( #3897 )
...
* Set up tooltip in treemap chart component
* Update changelog
2 months ago
Thomas Kaul
73cd2f9cb7
Bugfix/fix exception in portfolio details endpoint ( #3896 )
...
* Fix exception caused by markets and marketsAdvanced
* Update changelog
2 months ago
Matej Gerek
98957d282e
Feature/move tags from info to user service ( #3859 )
...
* Move tags from info to user service
* Update changelog
2 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>
2 months ago
Thomas Kaul
7e339972ad
Feature/extend public api with health check endpoint ( #3825 )
...
* Add health check endpoint documentation
* Update changelog
2 months ago
Thomas Kaul
14b88edff6
Feature/extend MSFT buy with dividend test ( #3891 )
...
* Extend test
2 months ago
Thomas Kaul
29d3b762a8
Feature/switch typescript-eslint no-unused-vars to error ( #3887 )
...
* Switch @typescript-eslint/no-unused-vars to error
2 months ago
Thomas Kaul
adf9a71cbd
Release 2.113.0 ( #3886 )
2 months ago
Thomas Kaul
bce18f7261
Feature/reuse advanced markets calculation in portfolio details endpoint ( #3884 )
2 months ago
dw-0
f0f67cdacb
Feature/set up stylisticTypeChecked rule in eslint configuration ( #3878 )
...
* Set up stylisticTypeChecked rule in eslint configuration
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2 months ago
Thomas Kaul
f48ce4e1ae
Feature/reuse markets calculation in portfolio details endpoint ( #3883 )
...
* Reuse markets calculation in portfolio details endpoint
* Update changelog
2 months ago
Thomas Kaul
b50a1fc63d
Feature/reuse markets calculation in public portfolio endpoint ( #3882 )
...
* Reuse markets calculation in public portfolio endpoint
* Update changelog
2 months ago
Thomas Kaul
8cbefbc1f4
Feature/move prisma to devDependencies ( #3880 )
2 months ago
dw-0
b0c2d3cddf
Feature/add lint step to build-code.yml workflow ( #3879 )
...
* add lint step to build-code.yml workflow
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2 months ago
ceroma
ecd75b5d8a
Feature/optimize portfolio snapshot computation by reusing date intervals ( #3855 )
...
* Optimize portfolio snapshot computation by reusing date intervals
* Update changelog
2 months ago
Thomas Kaul
e715ce14e5
Feature/switch typescript-eslint no-unused-expressions rule to error ( #3872 )
...
* Switch @typescript-eslint/no-unused-expressions to error (remove from eslint configuration)
2 months ago
dw-0
e2ae43bf28
Feature/set up recommendedTypeChecked rule in eslint configuration ( #3876 )
...
* Set up recommendedTypeChecked rule in eslint configuration
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2 months ago
dw-0
fd26253e7a
Feature/set up husky and pre-commit hook for linting and format check ( #3867 )
...
* Set up husky and pre-commit hook for linting and format check
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2 months ago
Thomas Kaul
f3e2091ff4
Feature/refactor markets calculation in details of portfolio service ( #3871 )
...
* Refactor markets calculation
2 months ago
Thomas Kaul
bcc8cb1e5b
Feature/modernize rules implementation ( #3869 )
...
* Modernize rules implementation
* Include markets in details
2 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>
2 months ago
Thomas Kaul
c4742d3a53
Release 2.112.0 ( #3864 )
2 months ago
dw-0
dd28f38e60
Bugfix/fix eslint configuration ( #3852 )
...
* Fix eslint configuration
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2 months ago
Thomas Kaul
9b8f552ee2
Feature/improve language localization for de 20241003 ( #3863 )
...
* Update translations
2 months ago
Thomas Kaul
413076141c
Bugfix/fix calculation of allocations by market ( #3853 )
...
* Fix calculation of allocations by market (unknown)
* Update changelog
2 months ago
dw-0
85a7838a96
Feature/show message if no results have been found in activity dialog ( #3854 )
...
* Show message if no results have been found in activity dialog
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 months ago
Dmytro Werner
8364f7f703
Feature/set up output for click in activities table component ( #3856 )
...
* Set up @output for click in activities table component
2 months ago
Prakhar Sharma
7f6b8145d7
Feature/set up output for click in holdings table component ( #3851 )
...
* Set up @Output for click in holdings table component
2 months ago
ceroma
2ad91e5796
Feature/optimize portfolio calculations with smarter date interval selection ( #3829 )
...
* Optimize portfolio calculations with smarter date interval selection
* Update changelog
2 months ago