Thomas Kaul
f14f98f766
Release 3.7.0 ( #6980 )
7 days ago
Thomas Kaul
9996d8a8d2
Bugfix/base currency in impersonation mode ( #6964 )
* Fix base currency in impersonation mode
* Update changelog
7 days ago
Thomas Kaul
8acd77717c
Task/upgrade Nx to version 22.7.5 ( #6962 )
* Upgrade Nx to version 22.7.5
* Update changelog
7 days ago
Thomas Kaul
09794639b5
Bugfix/environment variable expansion when debugging in Visual Studio Code ( #6977 )
* Fix environment variable expansion
* Update changelog
1 week ago
Thomas Kaul
697ef59e3b
Feature/add support for web fetch in fetch service ( #6960 )
* Add support for web fetch
* Update changelog
1 week ago
Thomas Kaul
ab6fdf6c4f
Task/remove deprecated attributes from portfolio position interface ( #6950 )
* Remove deprecated attributes
* Update changelog
1 week ago
Thomas Kaul
aa0ec2622f
Task/extend countries mapping in Trackinsight data enhancer service ( #6959 )
* Extend countries mapping with USA
* Update changelog
1 week ago
Thomas Kaul
4ad6537ddf
Release 3.6.0 ( #6956 )
2 weeks ago
Thomas Kaul
8156e4057b
Task/respect HTTP_PROXY environment variables for outbound HTTP requests ( #6952 )
* Respect HTTP proxy environment variables for outbound HTTP requests
* Update changelog
2 weeks ago
Thomas Kaul
5bf04c48f2
Task/upgrade yahoo-finance2 to version 3.14.2 ( #6955 )
* Upgrade yahoo-finance2 to version 3.14.2
* Update changelog
2 weeks ago
David Requeno
a3f3d8e853
Task/extract FAB into a reusable component (GfFabComponent) ( #6922 )
* Extract FAB into a reusable component
* Update changelog
2 weeks ago
Thomas Kaul
f882e3ddf4
Task/add HTTP fetch service ( #6951 )
* Add HTTP fetch service
* Update changelog
2 weeks ago
Thomas Kaul
eb3fe95f93
Task/upgrade NestJS to version 11.1.21 ( #6943 )
* Upgrade NestJS dependencies to version 11.1.21
* Update changelog
2 weeks ago
Thomas Kaul
7cd3999b43
Release 3.5.0 ( #6937 )
2 weeks ago
Thomas Kaul
f4af9edeb5
Task/remove deprecated order endpoints ( #6928 )
* Remove deprecated order endpoints
* Update changelog
2 weeks ago
Thomas Kaul
1cc91aedfa
Revert "Task/configure queues to keep completed jobs ( #6931 )" ( #6936 )
This reverts commit 7f76bcd2bf .
2 weeks ago
Thomas Kaul
9d7e3dfe18
Bugfix/missing cash positions caused by incorrect data source ( #6933 )
* Change incorrect data source
* Update changelog
2 weeks ago
Thomas Kaul
7f76bcd2bf
Task/configure queues to keep completed jobs ( #6931 )
* Configure removeOnComplete
* Update changelog
2 weeks ago
Kenrick Tandrian
9d4fe5c6b9
Bugfix/double scrollbars on feature page ( #6925 )
* Fix double scrollbars on feature page
* Remove has-tabs style class
* Update changelog
2 weeks ago
Thomas Kaul
bb76888084
Task/set up min-release-age in .npmrc ( #6915 )
* Set up min-release-age
* Update changelog
2 weeks ago
Thomas Kaul
5b9df03a1e
Task/remove deprecated attributes from holdings of public portfolio endpoint response ( #6923 )
* Remove deprecated attributes
* Update changelog
2 weeks ago
Dmytro Shatokhin
229ff59478
Task/upgrade @keyv/redis to v5 ( #6917 )
* Upgrade @keyv/redis to v5
* Update changelog
3 weeks ago
Thomas Kaul
78134020a2
Release 3.4.0 ( #6919 )
3 weeks ago
Thomas Kaul
8e3778cc66
Task/improve Stripe checkout session verification ( #6872 )
* Improve verification of stripeCheckoutSessionId
* Update changelog
3 weeks ago
Thomas Kaul
db1cb4e681
Task/filter out sectors with zero weight in Yahoo Finance data enhancer ( #6895 )
* Filter out sectors with zero weight
* Update changelog
3 weeks ago
Thomas Kaul
e0a43cb214
Feature/add icon column to benchmark component ( #6907 )
* Add icon column
* Update changelog
3 weeks ago
Thomas Kaul
1b9ae69fee
Task/relax URL validation in asset profile and platform DTOs ( #6910 )
* Relax URL validation
* Update changelog
3 weeks ago
Jordan Miller
cf87d1a2ab
Improve resilience of the portfolio snapshot computation for large portfolios
A portfolio snapshot computation that runs longer than the Bull queue's
lock duration is flagged as stalled and fails, surfacing as HTTP 500 on
all portfolio and account endpoints. Because the snapshot job uses the
user id as its job id and was only configured with removeOnComplete, the
failed job stayed in the queue and every later request re-read it, making
the 500 permanent until Redis was flushed by hand.
- Add removeOnFail to PORTFOLIO_SNAPSHOT_PROCESS_JOB_OPTIONS so a failed
job is removed and the next request recomputes instead of returning a
cached failure
- Increase the default portfolio snapshot computation timeout from 30s to
300s so large portfolios compute successfully out of the box (still
overridable via PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_TIMEOUT)
Refs #6914 , #3755
3 weeks ago
Jorge
4b5eae6315
Task/improve language localization for ES ( #6905 )
* Update translations
* Update changelog
3 weeks ago
Thomas Kaul
fde23ec9dc
Task/improve pagination for activities in account detail dialog ( #6887 )
* Improve pagination in activities table
* Update changelog
3 weeks ago
Thomas Kaul
5dca0445ba
Task/upgrade Nx to version 22.7.2 ( #6890 )
* Upgrade Nx to version 22.7.2
* Update changelog
3 weeks ago
Thomas Kaul
873109b75c
Task/improve language localization for de (20260517) ( #6891 )
* Update translations
* Update changelog
3 weeks ago
Thomas Kaul
875a39df4a
Task/randomize placeholder in assistant ( #6889 )
* Randomize placeholder
* Update changelog
3 weeks ago
Kenrick Tandrian
bd2ca4aacd
Task/support DIRECT_URL for Prisma CLI and seeding to support connection poolers ( #6882 )
* Add support for DIRECT_URL
* Update changelog
3 weeks ago
lil-goat
859aa8b39b
Task/improve pagination for activities in holding detail dialog ( #6874 )
* Improve pagination
* Update changelog
3 weeks ago
Thomas Kaul
9ed4c679b2
Task/enable Bull Dashboard in admin control panel without environment variable ( #6876 )
* Enable Bull Dashboard without environment variable
* Update changelog
3 weeks ago
Thomas Kaul
30643862ce
Task/upgrade @bull-board dependencies to version 7.1.5 ( #6877 )
* Upgrade @bull-board to version 7.1.5
* Update changelog
3 weeks ago
Thomas Kaul
ceea375227
Task/extract page tabs to dedicated component ( #6797 )
* Extract page tabs
* Update changelog
4 weeks ago
Chris Ian Fiel
29e9336baf
Bugfix/account cash balance calculation for SELL activities with fees ( #6862 )
* Fix account cash balance calculation for SELL activities with fees
* Update changelog
4 weeks ago
Thomas Kaul
f82fbcfc58
Bugfix/exception in portfolio details endpoint for unmatched asset profile ( #6861 )
* Resolve exception in portfolio details endpoint when an asset profile is unmatched
* Use asset profile identifier for value uniqueness
* Update changelog
4 weeks ago
Thomas Kaul
1cc1e63b3b
Release 3.3.0 ( #6860 )
4 weeks ago
Kenrick Tandrian
a8f14a3d2a
Task/migrate to unified mat.theme mixin and add native color-scheme support ( #6849 )
* feat(client): implement mat.theme
* feat(client): implement color-scheme
* docs: update changelog
4 weeks ago
Thomas Kaul
bbd25ff618
Feature/deactivate delisted asset profiles in FMP service ( #6808 )
* Deactivate delisted asset profiles
* Update changelog
4 weeks ago
Thomas Kaul
9438e3134b
Task/upgrade prisma to version 7.8.0 ( #6830 )
* Upgrade prisma to version 7.8.0
* Update changelog
4 weeks ago
Jorge
a146fd8d92
Task/improve language localization for ES ( #6852 )
* Update translations
* Update changelog
4 weeks ago
Thomas Kaul
348496d5b8
Task/clean up webpack bundle analyzer setup ( #6821 )
* Clean up Webpack Bundle Analyzer setup
* Update changelog
4 weeks ago
Thomas Kaul
d400152360
Task/upgrade @internationalized/number to version 3.6.6 ( #6818 )
* Upgrade @internationalized/number to version 3.6.6
* Update changelog
4 weeks ago
Thomas Kaul
236bce52ca
Feature/add nestjs-best-practices skills ( #6824 )
* Add nestjs-best-practices skills
* Update changelog
4 weeks ago
Thomas Kaul
f31fac76f9
Task/upgrade papaparse to version 5.5.3 ( #6787 )
* Upgrade papaparse to version 5.5.3
* Update changelog
4 weeks ago
Thomas Kaul
4da5c3cac9
Task/upgrade ai to version 6.0.174 ( #6828 )
* Upgrade ai
* @openrouter/ai-sdk-provider to version 2.9.0
* ai to version 6.0.174
* Add AI service health check and improve layout
* Update changelog
4 weeks ago