Thomas Kaul
8c1c336fc6
Feature/upgrade nx to version 17.2.8 ( #2809 )
* Upgrade Nx to version 17.2.8
* Update changelog
2 years ago
Thomas Kaul
43b4f14ace
Feature/add button to test scraper configuration ( #2808 )
* Add button to test scraper configuration
* Update changelog
---------
Co-authored-by: Manushreshta B L <manushreshta27@gmail.com>
Co-authored-by: Hugo Persson <hugo.e.persson@gmail.com>
2 years ago
Thomas Kaul
3717e38845
Update year ( #2803 )
2 years ago
Thomas Kaul
265d4d0450
Release 2.33.0 ( #2806 )
2 years ago
gizmodus
726e727c7d
Feature/benchmark currency correction ( #2790 )
* Convert benchmark performance to base currency
* Introduce getExchangeRates() for multiple dates
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
2 years ago
Daniel Devaud
9f7fcb8f6e
Revert "Feature/upgrade to nx version 17.2.5 ( #2756 )"
This reverts commit 7dc8f80fdf
.
2 years ago
Thomas Kaul
cb664774c0
Update translations ( #2798 )
* Update translations
2 years ago
Thomas Kaul
b89bf1d5e8
Feature/increase timeout to load currencies ( #2800 )
* Increase timeout
* Update changelog
2 years ago
Thomas Kaul
53ce37a83a
Update OSS friends ( #2799 )
2 years ago
Thomas Kaul
e9ac9057ff
Fix debug instructions ( #2802 )
2 years ago
Thomas Kaul
7020fc2a93
Feature/add hint for community language support ( #2793 )
* Add hint
* Update changelog
2 years ago
Thomas Kaul
efcd9539dd
Feature/upgrade ng extract i18n merge to 2.9.1 ( #2797 )
* Upgrade ng-extract-i18n-merge to version 2.9.1
* Update changelog
2 years ago
Thomas Kaul
61ecc48d0e
Feature/improve language localization for de 20231229 ( #2796 )
* Improve language localizations
* Update changelog
2 years ago
Thomas Kaul
e465f1b791
Feature/add support to edit currency of asset profile with data source manual ( #2789 )
* Add support to edit currency
* Update changelog
2 years ago
Thomas Kaul
01b6c14bcc
Feature/improve handling of derived currency usx ( #2788 )
* Improve handling of USX
* Update changelog
2 years ago
miles
34b02210df
Feature/expose the environment variable `REQUEST_TIMEOUT` ( #2792 )
* Expose the environment variable `REQUEST_TIMEOUT`
* Update changelog
2 years ago
dandevaud
78da45f82c
Create main.yml
2 years ago
Daniel Devaud
df2be3ea78
Reverted Portfolio-Calc
2 years ago
Daniel Devaud
6ec9d4a2f7
Merge remote-tracking branch 'origin/main' into merge/main-in-dockerpush
2 years ago
Thomas Kaul
0034776b34
Feature/upgrade nx to version 17.2.7 ( #2781 )
* Upgrade Nx to version 17.2.7
* Update changelog
2 years ago
dependabot[bot]
85b76f1c2b
Bump msgpackr from 1.9.9 to 1.10.1
Bumps [msgpackr](https://github.com/kriszyp/msgpackr ) from 1.9.9 to 1.10.1.
- [Release notes](https://github.com/kriszyp/msgpackr/releases )
- [Commits](https://github.com/kriszyp/msgpackr/compare/v1.9.9...v1.10.1 )
---
updated-dependencies:
- dependency-name: msgpackr
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
gizmodus
b183c45027
Time weighted portfolio performance calculation ( #2778 )
* Implement time weighted portfolio performance calculation
* Update changelog
2 years ago
underwater
7d68905f1b
Feature/use has permission annotation in endpoints ( #2771 )
* Use HasPermission in endpoints
* Update changelog
2 years ago
Thomas Kaul
0953c072fe
Release 2.32.0 ( #2784 )
2 years ago
Thomas Kaul
d152187ee8
Feature/upgrade prisma to version 5.7.1 ( #2780 )
* Upgrade prisma to version 5.7.1
* Update changelog
2 years ago
Thomas Kaul
3c5affce88
Feature/upgrade prettier to version 3.1.1 ( #2768 )
* Upgrade prettier to version 3.1.1
* Update changelog
2 years ago
Thomas Kaul
f27e21f9a0
Extend issue template ( #2776 )
2 years ago
Thomas Kaul
337ca328c3
Feature/drop activity id on import ( #2769 )
* Drop activity id on import
* Update changelog
2 years ago
Thomas Kaul
beb9e2c43f
Feature/modernize nx executors ( #2767 )
* Modernize Nx executors
* @nx/eslint:lint
* @nx/webpack:webpack
* Update changelog
2 years ago
Thomas Kaul
4d79df90a7
Feature/support search by asset profile id ( #2765 )
* Add support to search for an asset profile by id
* Update changelog
2 years ago
dandevaud
529a6f7fff
Merge pull request #51 from dandevaud/feature/Merge-upstream-in-dockerpush
Feature/merge upstream in dockerpush
2 years ago
Daniel Devaud
a12f314f53
Merge branch 'main' into feature/Merge-upstream-in-dockerpush
2 years ago
dandevaud
b2eb1d361f
Merge pull request #50 from dandevaud/feature/time-weighted-graph-and-performance-&-refactoring
Feature/time weighted graph and performance & refactoring
2 years ago
Daniel Devaud
4416295fe3
Fix test
2 years ago
Daniel Devaud
b6c24a53af
Added Time Weighted Performance to front end
2 years ago
Thomas Kaul
aa72d9b730
Feature/improve validation of currency management ( #2761 )
* Improve validation
* Update changelog
2 years ago
Thomas Kaul
80e899a5d3
Bugfix/reset letter spacing in buttons ( #2762 )
* Reset letter spacing
* Update changelog
2 years ago
Thomas Kaul
7c33120546
Reimplement redactObject() without cloneDeep() ( #2760 )
* Reimplement redactObject() without cloneDeep()
* Update changelog
2 years ago
Thomas Kaul
7f3c86038f
Sort imports ( #2739 )
2 years ago
Thomas Kaul
c1446f8559
Feature/set select column to sticky in lazy loaded activities table ( #2755 )
* Set select column to sticky
* Update changelog
2 years ago
Daniel Devaud
5d28c9e6e8
Added Time Weighted Performance calculation
Not correct yet
2 years ago
Daniel Devaud
371ce7ee93
Added Timeweighted performance + huge refactoring
2 years ago
Thomas Kaul
88d5dfe435
Release 2.31.0 ( #2757 )
2 years ago
Thomas Kaul
7dc8f80fdf
Feature/upgrade to nx version 17.2.5 ( #2756 )
* Upgrade Nx to version 17.2.5
* Update changelog
2 years ago
Thomas Kaul
96f90c7259
Feature/add lazy loaded activities table to import activities dialog ( #2754 )
* Add lazy-loaded activities table
* Update changelog
2 years ago
Thomas Kaul
a10d9cb6ba
Feature/add lazy loaded activities table to account detail dialog ( #2752 )
* Add lazy-loaded activities table
* Update changelog
2 years ago
Thomas Kaul
4547c5da1d
Feature/add lazy loaded activities table to position detail dialog ( #2753 )
* Add lazy-loaded activities table
* Update changelog
2 years ago
Thomas Kaul
28706d7b26
Refactor order service ( #2751 )
2 years ago
Thomas Kaul
492bc5e17b
Feature/improve font weight in value component ( #2747 )
* Improve font weight
* Update changelog
2 years ago
Thomas Kaul
6c37737051
Bugfix/fix loading state of lazy loaded activities table component ( #2744 )
* Fix loading state
* Update changelog
2 years ago