Thomas Kaul
|
190bb4b6fb
|
Feature/refactor data gathering items (#4032)
* Refactoring
|
5 months ago |
Thomas Kaul
|
9c27fb70aa
|
Feature/minor improvements in data provider service (#4017)
* Refactoring
|
5 months ago |
Thomas Kaul
|
93001b68ad
|
Feature/introduce lookup response interface (#4019)
* Introduce lookup response interface
* Refactor lookup item interface
|
5 months ago |
Thomas Kaul
|
db53ef54c4
|
Feature/use log levels to conditionally log prisma query events (#4003)
* Use LOG_LEVELS for prisma query events
* Update changelog
|
6 months ago |
Thomas Kaul
|
10e725b51a
|
Feature/Add dataProviderGhostfolioDailyRequests to Analytics (#4001)
* Add dataProviderGhostfolioDailyRequests to Analytics
|
6 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>
|
6 months ago |
Thomas Kaul
|
51b68e561f
|
Feature/add support for mutual funds in eod historical data service (#3970)
* Add support for mutual funds
* Update changelog
|
6 months ago |
Thomas Kaul
|
308d3b64b1
|
Feature/Remove empty constructors (#3958)
* Remove empty constructors
|
6 months ago |
Thomas Kaul
|
04b056e4e5
|
Feature/switch to adjusted market prices in get historical of eod historical data service (#3934)
* Switch to adjusted market prices in getHistorical()
* Update changelog
|
6 months ago |
Thomas Kaul
|
ce6f175f9a
|
Bugfix/fix usage of processor portfolio snapshot computation concurrency env variable (#3936)
* Fix usage of PROCESSOR_PORTFOLIO_SNAPSHOT_COMPUTATION_CONCURRENCY
* Update changelog
|
6 months ago |
dw-0
|
a14c10bad2
|
Feature/Enable unused compiler options in tsconfig (#3895)
* Enable noUnusedLocals noUnusedParameters in compiler options of tsconfig
* Update changelog
|
6 months ago |
Thomas Kaul
|
aee5e833a5
|
Feature/harmonize processor concurrency environment variables (#3913)
* Harmonize processor concurrency environment variables
* Update changelog
|
6 months ago |
ceroma
|
c44da0bce3
|
Feature/expose portfolio snapshot computation timeout as environment variable (#3894)
* Expose portfolio snapshot computation timeout as environment variable
* Update changelog
|
6 months ago |
Matej Gerek
|
98957d282e
|
Feature/move tags from info to user service (#3859)
* Move tags from info to user service
* Update changelog
|
6 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
|
29d3b762a8
|
Feature/switch typescript-eslint no-unused-vars to error (#3887)
* Switch @typescript-eslint/no-unused-vars to error
|
6 months ago |
dandevaud
|
252fb3fe11
|
Bugfix/Handle exception in historical market data gathering of derived currencies (#3858)
* Handle exception in historical market data gathering of derived currencies
* Update changelog
---------
Co-authored-by: Dan <dan@ddev.ch>
|
6 months ago |
Thomas Kaul
|
85cc72627b
|
Feature/add user id to tag database schema (#3837)
* Add user id to tag database schema
* Update changelog
|
7 months ago |
Thomas Kaul
|
bb445ddf2e
|
Feature/improve experimental chart in account detail dialog (#3813)
* Improve chart in account detail dialog
* Update changelog
|
7 months ago |
Thomas Kaul
|
be09acdb24
|
Feature/expose concurrency of data gathering processor as environment variable (#3799)
* Expose concurrency of data gathering processor
* PROCESSOR_CONCURRENCY_GATHER_ASSET_PROFILE
* PROCESSOR_CONCURRENCY_GATHER_HISTORICAL_MARKET_DATA
* Update changelog
|
7 months ago |
Thomas Kaul
|
e918970feb
|
Feature/expose concurrency of portfolio snapshot calculation as environment variable (#3796)
* Expose PROCESSOR_CONCURRENCY_PORTFOLIO_SNAPSHOT
* Update changelog
|
7 months ago |
Thomas Kaul
|
4865aa1665
|
Feature/add fallback in get quotes of eod historical data service (#3776)
* Add fallback to previousClose in getQuotes()
* Update changelog
|
7 months ago |
Thomas Kaul
|
403ee2741d
|
Feature/set up portfolio snapshot queue (#3725)
* Set up portfolio snapshot queue
* Update changelog
|
7 months ago |
Shaunak Das
|
383a02519a
|
Feature/extend filters of order endpoint (#3743)
* Extend filters of order endpoint
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
|
7 months ago |
Thomas Kaul
|
8c322b4e81
|
Bugfix/fix historical market data gathering in yahoo finance service (#3737)
* Switch from historical() to chart()
* Update changelog
|
7 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 |
Shaunak Das
|
7ea9061852
|
Feature/execute scraper configuration instantly (#3723)
* Execute scraper configuration instantly
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
|
7 months ago |
Thomas Kaul
|
0fc83486dc
|
Feature/improve redis cache (#3714)
* Improve redis cache
* Update changelog
|
8 months ago |
Thomas Kaul
|
c4a28c6bff
|
Feature/set up a performance logging service (#3703)
* Setup performance logging service
* Update changelog
|
8 months ago |
Thomas Kaul
|
d08e8b4fd8
|
Feature/expose max chart items as env variable (#3701)
* Expose MAX_CHART_ITEMS as env variable
* Update changelog
|
8 months ago |
gizmodus
|
f360a12823
|
Feature/rework portfolio calculator (#3393)
* Rework portfolio calculation
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
|
8 months ago |
Thomas Kaul
|
41f5801b5e
|
Feature/refactor unique asset type to asset profile identifier (#3636)
* Refactoring
|
9 months ago |
Thomas Kaul
|
97db144e01
|
Feature/skip derived currencies in get quotes of data provider service (#3610)
* Skip derived currencies
* Update changelog
|
9 months ago |
Thomas Kaul
|
d5c56fb16c
|
Feature/optimize 7d data gathering by prioritization (#3575)
* Optimize 7d data gathering by prioritization
* Update changelog
|
9 months ago |
Thomas Kaul
|
35b4aef06f
|
Feature/improve market state logic for forex in eod historical data service (#3550)
|
9 months ago |
Achal
|
7067aca04b
|
Feature/replace twitter.com with x.com (#3535)
* Replace twitter.com with x.com
|
9 months ago |
Thomas Kaul
|
1c9805bb96
|
Feature/improve allocations by etf holding for impersonation mode (#3534)
* Improve allocations by ETF holding for impersonation mode
* Update changelog
|
10 months ago |
Chang-Yen Tseng
|
8227a2d91a
|
Feature/improve detection of json used via scraper configuration (#3539)
* Improve detection of json
* Update changelog
|
10 months ago |
Thomas Kaul
|
ba979cbae2
|
Bugfix/fix addition of manual asset without market data (#3516)
* Provide default value
* Update changelog
|
10 months ago |
Thomas Kaul
|
8cda43bb63
|
Bugfix/persist intraday market data only if market state is open (#3509)
* Persist INTRADAY data only if market state is open
* Update changelog
|
10 months ago |
Thomas Kaul
|
23e4d5454d
|
Feature/improve allocations by etf holding (#3467)
* Improve allocations by ETF holding
* Update changelog
|
10 months ago |
Thomas Kaul
|
8a9ae9bb33
|
Feature/allocations by etf holding (#3464)
* Setup allocations by ETF holding
* Update changelog
|
10 months ago |
Thomas Kaul
|
0e08d8830e
|
Handle reduce of empty array (#3446)
|
11 months ago |
Thomas Kaul
|
c009f8c12f
|
Feature/add data provider info to asset profile details dialog (#3434)
* Add data provider info to asset profile details dialog
* Update changelog
|
11 months ago |
Thomas Kaul
|
4f41bac328
|
Feature/set up caching in portfolio calculator (#3335)
* Set up caching
* Update changelog
|
12 months ago |
Thomas Kaul
|
cd07802400
|
Bugfix/fix historical market data gathering for asset profiles with manual data source (#3336)
* Fix historical market data gathering for asset profiles with MANUAL data source
* Update changelog
|
12 months ago |
Thomas Kaul
|
cdbe6eedeb
|
Feature/change cash to liquidity in asset class enum (#3321)
* Change CASH to LIQUIDITY in asset class enum
* Update changelog
|
12 months ago |
Thomas Kaul
|
22d63c6102
|
Improve logging (#3304)
* Improve logging
|
1 year ago |
Thomas Kaul
|
15857118fe
|
Feature/let data gathering queue jobs fail by throwing errors (#3281)
* Let data gathering queue jobs fail by throwing errors
* Update changelog
|
1 year ago |
Thomas Kaul
|
4e7d93db13
|
Feature/adapt priorities of data gathering jobs (#3262)
* Adapt priorities of data gathering jobs
* Update changelog
|
1 year ago |