Thomas Kaul
0726849a3e
Improve documentation
11 months ago
Thomas Kaul
0d85ffe908
Update changelog
11 months ago
Thomas Kaul
ffeca00745
Refactoring
11 months ago
Thomas Kaul
437d651564
Merge branch 'main' into bug/custom_asset_name_symbol_incorrectly_rendered_in_import_activities_dialog
11 months ago
Thomas Kaul
a872770b7c
Bugfix/footer row style of accounts table component ( #5826 )
* Fix style of footer row
* Update changelog
11 months ago
Vansh
0b28da879b
Task/extend export response by performanceCalculationType ( #5816 )
* Extend export response by performanceCalculationType
* Update changelog
11 months ago
Harsh Santwani
852ed98d0f
Task/move prisma.config.ts to .config/prisma.ts ( #5821 )
* Move prisma.config.ts to .config/prisma.ts
* Update changelog
11 months ago
danielochinasa
37ab31ea72
Task/format value in Buying Power rule ( #5824 )
* Format value in Buying Power rule
* Update changelog
11 months ago
Sven Günther
bb97ed2934
Merge branch 'main' into bug/custom_asset_name_symbol_incorrectly_rendered_in_import_activities_dialog
11 months ago
Thomas Kaul
51c5c3c37c
Task/upgrade prisma to version 6.18.0 ( #5823 )
* Upgrade prisma to version 6.18.0
* Update changelog
11 months ago
Thomas Kaul
3486c31d3e
Release 2.210.1 ( #5818 )
11 months ago
Szymon Łągiewka
59f5e7e42d
Bugfix/include missing dotenv packages ( #5817 )
* Include missing dotenv packages
11 months ago
Thomas Kaul
174f04789e
Release 2.210.0 ( #5814 )
11 months ago
Thomas Kaul
03e85a71f2
Task/clean up unused eslint-disable-next-line directives ( #5782 )
* Clean up unused eslint-disable-next-line directives
11 months ago
Thomas Kaul
b8c59fc8d5
Task/introduce interface for create Stripe checkout session response ( #5791 )
* Introduce interface
11 months ago
jjs2099
422a7b145e
Bugfix/submit form of login with access token dialog with enter key press ( #5751 )
* Fix form submit with enter key press
* Update changelog
11 months ago
Szymon Łągiewka
641274d3c3
Task/upgrade ioredis to forfeit overriding defaults ( #5813 )
* Upgrade ioredis to forfeit overriding defaults
* Update changelog
11 months ago
Arshad Jamal
0add8a0a38
Bugfix/database seed ( #5792 )
* Fix database seed
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
11 months ago
Harsh Santwani
3fec3514c1
Task/improve typings of getOrderById() functionality ( #5810 )
* Improve typings of getOrderById() functionality
11 months ago
Ani07-05
0e8ad531ac
Task/refactor Export interface to ExportResponse interface ( #5805 )
* Refactor Export interface to ExportResponse interface
11 months ago
Dibyendu Sahoo
f4a1f43d44
Task/extend rule settings interface by locale ( #5802 )
* Extend rule settings interface by locale
11 months ago
Germán Martín
12130daf2c
Task/extract portfolio filter sub form of assistant to reusable component ( #5618 )
* Extract portfolio filter sub form of assistant to reusable component
* Update changelog
11 months ago
Vansh
11cbc96b01
Task/improve typings of getAsset() functionality ( #5804 )
* Improve typings of getAsset() functionality
11 months ago
Thomas Kaul
b6ea8ecd8b
Task/harmonize interfaces naming ( #5796 )
* Harmonize interfaces naming
11 months ago
vitalymatyushik
9db628f653
Task/improve typings of getInfo() functionality ( #5803 )
* Improve typings
11 months ago
Thomas Kaul
984169464e
Task/harmonize wording in glossary ( #5781 )
* Harmonize wording
11 months ago
Thomas Kaul
b5cb53b4b0
Task/improve changelog entry ( #5790 )
* Update changelog
11 months ago
David Requeno
93cb1b258f
Task/auto-pad holdings table in AI prompt using tablemark ( #5772 )
* Auto-pad holdings table in AI prompt using tablemark
* Update changelog
11 months ago
github-actions[bot]
18bbbd5133
Feature/update locales ( #5788 )
* Update locales
* Update translations
* Update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
11 months ago
Sven Günther
2e92da19db
Apply PR feedback and fix CSV import validation
- Reorder object properties for consistency (name before symbol)
- Use short form for variable declarations
- Remove client-side dataSource determination logic
- Make dataSource optional in DTO to allow backend to set default values
- Update CHANGELOG format
11 months ago
Thomas Kaul
3cb0ca130e
Task/upgrade prisma to version 6.18.0 ( #5823 )
* Upgrade prisma to version 6.18.0
* Update changelog
11 months ago
Thomas Kaul
e096f5cc77
Release 2.210.1 ( #5818 )
11 months ago
Szymon Łągiewka
2b727f867f
Bugfix/include missing dotenv packages ( #5817 )
* Include missing dotenv packages
11 months ago
Thomas Kaul
946edd5c5a
Release 2.210.0 ( #5814 )
11 months ago
Thomas Kaul
f19d9c78aa
Task/clean up unused eslint-disable-next-line directives ( #5782 )
* Clean up unused eslint-disable-next-line directives
11 months ago
Thomas Kaul
edcc140428
Task/introduce interface for create Stripe checkout session response ( #5791 )
* Introduce interface
11 months ago
jjs2099
167cbcd5c7
Bugfix/submit form of login with access token dialog with enter key press ( #5751 )
* Fix form submit with enter key press
* Update changelog
11 months ago
Szymon Łągiewka
ceace870a8
Task/upgrade ioredis to forfeit overriding defaults ( #5813 )
* Upgrade ioredis to forfeit overriding defaults
* Update changelog
11 months ago
Arshad Jamal
ed364fc25f
Bugfix/database seed ( #5792 )
* Fix database seed
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
11 months ago
Harsh Santwani
9b51c2da5d
Task/improve typings of getOrderById() functionality ( #5810 )
* Improve typings of getOrderById() functionality
11 months ago
Ani07-05
7ee38d0067
Task/refactor Export interface to ExportResponse interface ( #5805 )
* Refactor Export interface to ExportResponse interface
11 months ago
Dibyendu Sahoo
b915c9554e
Task/extend rule settings interface by locale ( #5802 )
* Extend rule settings interface by locale
11 months ago
Germán Martín
3215280636
Task/extract portfolio filter sub form of assistant to reusable component ( #5618 )
* Extract portfolio filter sub form of assistant to reusable component
* Update changelog
11 months ago
Vansh
3b4705405b
Task/improve typings of getAsset() functionality ( #5804 )
* Improve typings of getAsset() functionality
11 months ago
Thomas Kaul
be0ddd6298
Task/harmonize interfaces naming ( #5796 )
* Harmonize interfaces naming
11 months ago
vitalymatyushik
24234591c9
Task/improve typings of getInfo() functionality ( #5803 )
* Improve typings
11 months ago
Thomas Kaul
e6ebe7e501
Task/harmonize wording in glossary ( #5781 )
* Harmonize wording
11 months ago
Thomas Kaul
5c07992791
Task/improve changelog entry ( #5790 )
* Update changelog
11 months ago
David Requeno
5bfcceb959
Task/auto-pad holdings table in AI prompt using tablemark ( #5772 )
* Auto-pad holdings table in AI prompt using tablemark
* Update changelog
11 months ago
github-actions[bot]
fbe0caa635
Feature/update locales ( #5788 )
* Update locales
* Update translations
* Update changelog
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
11 months ago