Matt Fiddaman
6cdcf9622e
Bugfix/handle exception in benchmark service related to unnamed asset profiles ( #4355 )
* Handle exception in benchmark service related to unnamed asset profiles
* Update changelog
1 month ago
Thomas Kaul
e26b015407
Bugfix/cannot register cron jobs ( #4325 )
* Reorganize benchmark modules and move benchmarks endpoint
2 months ago
Thomas Kaul
ab9133fa24
Bugfix/fix gaps in chart of benchmark comparator ( #4311 )
* Fix benchmark interval
* Update changelog
2 months ago
Szymon Łągiewka
ca45098de3
Feature/refactor various lodash functions with native JavaScript equivalents ( #4170 )
* Refactored various lodash functions with native JavaScript equivalents
* Update changelog
3 months ago
Thomas Kaul
8fb484af4d
Bugfix/disable caching of benchmarks in markets overview if sharing ( #4027 )
* Disable caching of benchmarks if sharing mode
* Update changelog
5 months ago
dw-0
6a10b932b0
Feature/Switch consistent-type-assertions eslint rule from warn to error ( #3982 )
* Switch consistent-type-assertions eslint rule from warn to error
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
5 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>
6 months ago
Thomas Kaul
df5e2f5f0e
Feature/extract common CACHE_TTL as constants ( #3722 )
Extract CACHE_TTL
* CACHE_TTL_NO_CACHE
* CACHE_TTL_INFINITE
7 months ago
Thomas Kaul
c6f804f68c
Feature/Improve redis cache part 2 ( #3716 )
* Set ttl to 0
7 months ago
Thomas Kaul
d08e8b4fd8
Feature/expose max chart items as env variable ( #3701 )
* Expose MAX_CHART_ITEMS as env variable
* Update changelog
7 months ago
Thomas Kaul
2bbad8f4b0
Feature/add logging to benchmark service ( #3654 )
* Add logging
8 months ago
Thomas Kaul
b2ed0b2c80
Feature/improve caching of benchmarks in markets overview ( #3640 )
* Improve caching
* Update changelog
8 months ago
Thomas Kaul
41f5801b5e
Feature/refactor unique asset type to asset profile identifier ( #3636 )
* Refactoring
8 months ago
Thomas Kaul
dcec3accf0
Feature/improve caching of benchmarks ( #3530 )
* Improve caching
* Update changelog
9 months ago
Thomas Kaul
76890e63fa
Bugfix/fix all time high in benchmarks ( #3527 )
* Fix all time high
* Update changelog
9 months ago
Thomas Kaul
519827045a
Feature/add dialog for benchmarks in markets overview ( #3493 )
* Add benchmarks dialog in markets overview
* Update changelog
10 months ago
helgehatt
b41eb60348
Fix chart tooltip of benchmark comparator ( #3167 )
* Fix chart tooltip of benchmark comparator
* Update changelog
1 year ago
Thomas Kaul
a33f8d5bed
Upgrade @types/big.js to version 6.2.2 ( #3191 )
* Upgrade @types/big.js to version 6.2.2
* Refactor imports
1 year ago
Thomas Kaul
e21563d903
Feature/increase timeout to load benchmarks ( #3158 )
* Increase request timeout
* Update changelog
1 year ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
1 year ago
Thomas Kaul
ba3cf82c6e
Feature/increase robustness of exchange rates by always getting quotes ( #2875 )
* Always get quotes (with fallback to historical data)
* Update changelog
1 year ago
gizmodus
be801b481e
Feature/Add exchange rate effects to portfolio calculation ( #2834 )
* Add exchange rate effects to portfolio calculation
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year 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>
1 year ago
Thomas Kaul
ffb7cbff50
Feature/highlight all time high in benchmarks of the markets overview ( #2740 )
* Highlight all time high
* Update changelog
1 year ago
Thomas Kaul
1586cd3a59
Feature/change twitter to x ( #2654 )
* Change Twitter to X
* Update changelog
1 year ago
Aldrin
aa72287d54
Extend benchmarks in the markets overview by 50-Day and 200-Day trends ( #2575 )
* Extend benchmarks in the markets overview by 50-Day and 200-Day trends
* Update changelog
---------
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
1 year ago
Kevin
6c66033eb4
Add date to markets overview by benchmarks ( #2436 )
* Add date
* Update changelog
1 year ago
Manushreshta B L
90e18338f6
Change UX to set an asset profile as a benchmark ( #2409 )
* Add checkbox functionality to set / unset benchmark
* Update changelog
---------
Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
2 years ago
Thomas Kaul
ed735e0b29
Feature/disable caching in health check endpoints for data providers ( #2147 )
* Disable caching in health check endpoint
* Update changelog
2 years ago
Thomas Kaul
215f5eafa6
Feature/set asset profile as benchmark ( #2002 )
* Set asset profile as benchmark
* Update changelog
Co-authored-by: Arghya Ghosh <arghyag5@gmail.com>
2 years ago
Thomas Kaul
513a564e2c
Restructure services ( #1891 )
2 years ago
Thomas Kaul
1f0381228e
Feature/improve caching of benchmarks ( #1320 )
* Improve caching
* Update changelog
3 years ago
Thomas Kaul
7667af059c
Feature/combine performance and chart calculation ( #1285 )
* Combine performance and chart calculation endpoints
* Update changelog
3 years ago
Thomas Kaul
b1b5689242
Feature/improve performance of chart calculation ( #1271 )
* Improve performance chart calculation
Co-Authored-By: gizmodus <11334553+gizmodus@users.noreply.github.com>
* Update changelog
Co-Authored-By: gizmodus <11334553+gizmodus@users.noreply.github.com>
* Improve chart tooltip of benchmark comparator
* Update changelog
Co-authored-by: gizmodus <11334553+gizmodus@users.noreply.github.com>
3 years ago
Thomas Kaul
5e3cac8ac9
Feature/sort benchmarks by name ( #1250 )
* Sort benchmarks by name
* Update changelog
3 years ago
Thomas Kaul
e320aa91f7
Feature/simplify benchmark configuration ( #1248 )
* Simplify benchmark configuration
* Update changelog
3 years ago
Thomas Kaul
0fcfa6c1bd
Bugfix/improve error handling in benchmark calculation ( #1246 )
* Improve error handling
* Update changelog
3 years ago
Thomas Kaul
aece76d98f
Feature/add date range component to benchmark comparator ( #1240 )
* Add date range component
* Update changelog
3 years ago
Thomas Kaul
c4d83aabe7
Setup tests ( #1234 )
3 years ago
Thomas Kaul
3ad99c9991
Add data management ( #1230 )
* Add data management for benchmarks
3 years ago
Thomas
75d61bff6d
Setup benchmark comparator
3 years ago
Thomas Kaul
7a9fd18407
Feature/improve markets overview ( #1206 )
* Improve markets overview
* Update changelog
3 years ago
Thomas Kaul
df0e9ad03b
Bugfix/fix division by zero in benchmarks calculation ( #1177 )
* Fix division by zero error
* Update changelog
3 years ago
Thomas Kaul
c3768a882d
Feature/add benchmarks to twitter bot service ( #959 )
* Extend benchmarks with market condition and adapt twitter bot service
* Update changelog
3 years ago
Thomas Kaul
2c4c16ec99
Feature/extend markets overview by benchmarks ( #953 )
* Add benchmarks to markets overview
* Update changelog
3 years ago