3027 Commits

Author SHA1 Message Date
ksyasuda
2725b94169 Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror 2024-10-06 23:31:49 -07:00
Thomas Kaul
14b88edff6
Feature/extend MSFT buy with dividend test ()
* Extend test
2024-10-06 21:07:07 +02:00
Thomas Kaul
29d3b762a8
Feature/switch typescript-eslint no-unused-vars to error ()
* Switch @typescript-eslint/no-unused-vars to error
2024-10-06 18:49:42 +02:00
Thomas Kaul
adf9a71cbd
Release 2.113.0 () 2024-10-06 17:08:10 +02:00
Thomas Kaul
bce18f7261
Feature/reuse advanced markets calculation in portfolio details endpoint () 2024-10-06 17:05:06 +02:00
dw-0
f0f67cdacb
Feature/set up stylisticTypeChecked rule in eslint configuration ()
* Set up stylisticTypeChecked rule in eslint configuration

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-06 16:57:56 +02:00
Thomas Kaul
f48ce4e1ae
Feature/reuse markets calculation in portfolio details endpoint ()
* Reuse markets calculation in portfolio details endpoint

* Update changelog
2024-10-06 11:03:11 +02:00
Thomas Kaul
b50a1fc63d
Feature/reuse markets calculation in public portfolio endpoint ()
* Reuse markets calculation in public portfolio endpoint

* Update changelog
2024-10-06 10:27:42 +02:00
Thomas Kaul
8cbefbc1f4
Feature/move prisma to devDependencies () 2024-10-05 21:11:51 +02:00
dw-0
b0c2d3cddf
Feature/add lint step to build-code.yml workflow ()
* add lint step to build-code.yml workflow

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-05 20:53:33 +02:00
ksyasuda
dc3f25583a Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror 2024-10-05 11:31:35 -07:00
ceroma
ecd75b5d8a
Feature/optimize portfolio snapshot computation by reusing date intervals ()
* Optimize portfolio snapshot computation by reusing date intervals

* Update changelog
2024-10-05 18:08:59 +02:00
Thomas Kaul
e715ce14e5
Feature/switch typescript-eslint no-unused-expressions rule to error ()
* Switch @typescript-eslint/no-unused-expressions to error (remove from eslint configuration)
2024-10-05 17:52:01 +02:00
dw-0
e2ae43bf28
Feature/set up recommendedTypeChecked rule in eslint configuration ()
* Set up recommendedTypeChecked rule in eslint configuration

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-05 17:42:07 +02:00
ksyasuda
9a2ca9cd08 Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror 2024-10-05 03:31:33 -07:00
dw-0
fd26253e7a
Feature/set up husky and pre-commit hook for linting and format check ()
* Set up husky and pre-commit hook for linting and format check

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-05 10:45:39 +02:00
Thomas Kaul
f3e2091ff4
Feature/refactor markets calculation in details of portfolio service ()
* Refactor markets calculation
2024-10-05 09:58:09 +02:00
ksyasuda
a597a58dad Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror 2024-10-04 19:31:30 -07:00
Thomas Kaul
bcc8cb1e5b
Feature/modernize rules implementation ()
* Modernize rules implementation

* Include markets in details
2024-10-04 21:44:07 +02:00
dandevaud
252fb3fe11
Bugfix/Handle exception in historical market data gathering of derived currencies ()
* Handle exception in historical market data gathering of derived currencies

* Update changelog

---------

Co-authored-by: Dan <dan@ddev.ch>
2024-10-04 19:49:03 +02:00
ksyasuda
6fa0400980 Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror 2024-10-03 19:31:19 -07:00
Thomas Kaul
c4742d3a53
Release 2.112.0 () 2024-10-03 20:43:04 +02:00
dw-0
dd28f38e60
Bugfix/fix eslint configuration ()
* Fix eslint configuration

* Update changelog

---------

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2024-10-03 20:39:56 +02:00
Thomas Kaul
9b8f552ee2
Feature/improve language localization for de 20241003 ()
* Update translations
2024-10-03 20:35:34 +02:00
Thomas Kaul
413076141c
Bugfix/fix calculation of allocations by market ()
* Fix calculation of allocations by market (unknown)

* Update changelog
2024-10-03 20:18:26 +02:00
dw-0
85a7838a96
Feature/show message if no results have been found in activity dialog ()
* 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>
2024-10-03 20:14:06 +02:00
ksyasuda
3e418b10fd Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror 2024-10-02 19:31:09 -07:00
Dmytro Werner
8364f7f703
Feature/set up output for click in activities table component ()
* Set up @output for click in activities table component
2024-10-02 21:15:10 +02:00
ksyasuda
84457f4816 Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror 2024-10-02 11:31:06 -07:00
Prakhar Sharma
7f6b8145d7
Feature/set up output for click in holdings table component ()
* Set up @Output for click in holdings table component
2024-10-02 13:27:55 +02:00
ceroma
2ad91e5796
Feature/optimize portfolio calculations with smarter date interval selection ()
* Optimize portfolio calculations with smarter date interval selection

* Update changelog
2024-10-02 11:59:57 +02:00
ksyasuda
a36404d375 Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror 2024-10-01 19:31:03 -07:00
Shaunak Das
24a3d92da0
Feature/add business logic of rule settings ()
* Add business logic of rule settings

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-10-01 19:13:45 +02:00
Thomas Kaul
1b2a7dc2e4
Feature/improve language localization for de 20240929 ()
* Update translations

* Update changelog
2024-10-01 18:39:42 +02:00
ksyasuda
a6d68ae296 Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror 2024-09-30 19:30:53 -07:00
Thomas Kaul
feb3de768a
Feature/add unit test for redact attributes of object helper ()
* Add unit test for redactAttributes()
2024-09-30 18:52:37 +02:00
ksyasuda
5deeb8861e Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror 2024-09-29 16:25:20 -07:00
Thomas Kaul
d00d7ac1dd
Feature/add support for archived product page ()
* Add support for archived product page
2024-09-29 19:27:02 +02:00
Thomas Kaul
04e0bbd4c1
Feature/add tooltips to product page ()
* Add tooltips
2024-09-29 19:26:30 +02:00
ksyasuda
0b596b6541 Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror 2024-09-28 16:25:12 -07:00
ksyasuda
a05203c785 Merge branch 'main' of gitea.suda.codes:giteauser/ghostfolio-mirror 2024-09-28 12:25:12 -07:00
Thomas Kaul
00f06d6aef
Release 2.111.0 () 2024-09-28 20:44:21 +02:00
Thomas Kaul
85cc72627b
Feature/add user id to tag database schema ()
* Add user id to tag database schema

* Update changelog
2024-09-28 20:42:25 +02:00
Thomas Kaul
e8f0d2bb14
Feature/consider availability of date range selector and filters in assistant per view ()
* Consider availability of date range selector and filters in assistant per view

* Update changelog
2024-09-28 18:25:06 +02:00
ceroma
33de8a10bb
Feature/optimize portfolio calculations with smarter cloning of activities ()
* Optimize portfolio calculations with smarter cloning of activities

* Update changelog
2024-09-28 10:23:35 +02:00
Thomas Kaul
ed30549f6b
Feature/prepare permission to delete asset profile of currency () 2024-09-28 09:47:48 +02:00
Thomas Kaul
7d8f34a90f
Feature/upgrade prisma to version 5.20.0 ()
* Upgrade prisma to version 5.20.0

* Update changelog
2024-09-28 09:45:22 +02:00
Madhab Chandra Sahoo
8d0890a400
Feature/integrate add currency to create asset profile dialog ()
* Integrate add currency to create asset profile dialog

* Update changelog

---------

Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2024-09-28 09:42:14 +02:00
Thomas Kaul
64c1d25e64
Feature/improve language localization for de 20240926 ()
* Update translations

* Update changelog
2024-09-27 20:15:47 +02:00
Thomas Kaul
395d7f08ac
Feature/upgrade webpack bundle analyzer to version 4.10.2 ()
* Upgrade webpack-bundle-analyzer to version 4.10.2

* Update changelog
2024-09-25 18:07:24 +02:00