Thomas Kaul
d830e0f6f4
Task/migrate backend logger to instance pattern ( #6966 )
* Refactor backend logging to use instance-based Logger
* Update changelog
3 days 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
ef7df25496
Task/refactor subscription types ( #6735 )
Refactor subscription types
2 months ago
Thomas Kaul
f2c81ada90
Task/refactor $queryRawUnsafe() in data provider service ( #6408 )
* Refactor $queryRawUnsafe()
* Update changelog
3 months ago
Thomas Kaul
3eb9d53220
Bugfix/validation of valuables ( #6372 )
* Fix validation of valuables
* Update changelog
4 months ago
Thomas Kaul
0d67478cc3
Task/harmonize validation for create activity endpoint with existing import activity logic ( #6349 )
* Harmonize validation
* Update changelog
4 months ago
Kenrick Tandrian
a57b670d7b
Task/enforce module boundaries for api and common modules ( #5925 )
* feat(lint): allow circular self deps
* feat(lint): enforce module boundaries
* feat(lib): move data provider response interface to common
* feat(lib): move symbol item interface to common
* feat(lib): move activity interface to common
* feat(lint): temporarily disable @nx/enforce-module-boundaries for ui files
* feat(lint): temporarily disable @nx/enforce-module-boundaries for client files
* feat(lint): ignore circular deps between client and ui
* feat(common): implement barrel export for data provider response interface
* feat(common): implement barrel export for activity interface
* feat(common): implement barrel export for symbol item interface
7 months ago
Thomas Kaul
be0ddd6298
Task/harmonize interfaces naming ( #5796 )
* Harmonize interfaces naming
8 months ago
Thomas Kaul
3034745e7d
Feature/improve currency validation in getAssetProfiles() functionality of data provider service ( #5747 )
* Improve currency validation
* Update changelog
8 months ago
Thomas Kaul
2ff02a0a9c
Feature/improve currency validation in search functionality of data provider service ( #5745 )
* Improve currency validation
* Update changelog
8 months ago
Thomas Kaul
af903321a2
Feature/improve error handling in data providers (part 2) ( #5413 )
* Improve error handling
* Update changelog
10 months ago
Thomas Kaul
dad3c27ad9
Feature/remove DATA_SOURCES_LEGACY ( #5396 )
* Remove DATA_SOURCES_LEGACY
10 months ago
Thomas Kaul
cf8eac3d44
Feature/rename Settings to settings in User database schema ( #5100 )
* Rename Settings to settings in User database schema
* Update changelog
11 months ago
csehatt741
8b9b1c7f11
Feature/refactor getByKey() in PropertyService ( #5065 )
* Refactor getByKey() in PropertyService
* Update changelog
11 months ago
Renegade Solutions
b92eff5b72
Feature/switch data provider service to OnModuleInit ensuring (currency) quotes are fetched only once ( #4944 )
* Switch data provider service to OnModuleInit ensuring (currency) quotes are fetched only once
* Update changelog
12 months ago
Thomas Kaul
90385157d7
Feature/improve Ghostfolio data provider integration ( #4743 )
* Improve Ghostfolio data provider integration
1 year ago
Thomas Kaul
0ea588315a
Feature/improve symbol lookup results by removing currency from name of cryptocurrencies ( #4702 )
* Improve symbol lookup results by removing currency from name of cryptocurrencies
* Update changelog
1 year ago
Thomas Kaul
b90bfc3d6e
Feature/extend data providers management of admin control panel ( #4615 )
* Extend data providers management
* Update changelog
1 year ago
Thomas Kaul
56fcafaa12
Feature/improve premium data provider handling in getQuotes() ( #4590 )
* Improve premium data provider handling in getQuotes()
1 year ago
csehatt741
42734dff75
Feature/deactivate asset profile on delisting (Yahoo Finance) ( #4524 )
* Deactivate asset profile on delisting (Yahoo Finance)
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
1 year ago
Thomas Kaul
a6952a0e37
Feature/extend get data sources in data provider service ( #4473 )
* Extend data sources
1 year ago
Thomas Kaul
f2638614d4
Feature/improve search for asset profiles with manual data source in create or update activity dialog ( #4142 )
* Improve search for asset profiles with MANUAL data source
* Update changelog
1 year ago
Thomas Kaul
5f98dfa5d6
Feature/set up Ghostfolio data provider ( #4016 )
* Set up Ghostfolio data provider
* Update translations
* Update changelog
2 years ago
Thomas Kaul
190bb4b6fb
Feature/refactor data gathering items ( #4032 )
* Refactoring
2 years ago
Thomas Kaul
9c27fb70aa
Feature/minor improvements in data provider service ( #4017 )
* Refactoring
2 years ago
Thomas Kaul
93001b68ad
Feature/introduce lookup response interface ( #4019 )
* Introduce lookup response interface
* Refactor lookup item interface
2 years 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>
2 years 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>
2 years ago
Thomas Kaul
41f5801b5e
Feature/refactor unique asset type to asset profile identifier ( #3636 )
* Refactoring
2 years ago
Thomas Kaul
97db144e01
Feature/skip derived currencies in get quotes of data provider service ( #3610 )
* Skip derived currencies
* Update changelog
2 years 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
2 years 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
2 years ago
Thomas Kaul
4f41bac328
Feature/set up caching in portfolio calculator ( #3335 )
* Set up caching
* Update changelog
2 years 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
2 years 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
2 years ago
Thomas Kaul
82c78cad6b
Format ( #3155 )
2 years ago
Thomas Kaul
9acdb41aa2
Refactor params to object ( #2987 )
2 years ago
Thomas Kaul
67ae86763e
Handle premium data provider in getQuotes() ( #3020 )
* Handle premium data provider in getQuotes()
2 years ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
2 years ago
Thomas Kaul
893e76f83f
Feature/provide data provider info in search ( #2958 )
* Provide data provider info in search
* Update changelog
2 years ago
Thomas Kaul
09ce8b1cd0
Feature/add support for importing dividends from eod ( #2910 )
* Add support for importing dividends
* Update changelog
2 years ago
Thomas Kaul
5ba5b86d5f
Feature/improve handling of derived currencies ( #2891 )
* Improve handling of derived currencies
* Update changelog
2 years ago
Thomas Kaul
0ee632470e
Improve typings ( #2889 )
2 years ago
Thomas Kaul
00895b7bb1
Feature/increase timeout to load historical data in data provider service ( #2887 )
* Increase timeout to load historical data
* Update changelog
2 years ago
Thomas Kaul
1d796a9597
Bugfix/change intraday data gathering to operate synchronously ( #2705 )
* Change intraday data gathering to operate synchronously
* Update changelog
3 years ago
Thomas Kaul
dec1d89c5c
Feature/increase timeout in data provider and enhancer health check endpoint ( #2621 )
* Increase timeout in health check endpoint (data enhancer and provider)
* Update changelog
3 years ago
Thomas Kaul
a704378702
Refactor interface of getQuotes() to object ( #2570 )
3 years ago
Thomas Kaul
ed735e0b29
Feature/disable caching in health check endpoints for data providers ( #2147 )
* Disable caching in health check endpoint
* Update changelog
3 years ago
Arghya Ghosh
6a802a62a0
Add ability to search for indices and fix gf-symbol-autocomplete validation ( #2094 )
* Bugfix/Fix gf-symbol-autocomplete validation
* Feature/Add ability to search for indices
* Update changelog
3 years ago
Thomas Kaul
54ea6c84b4
Feature/add caching for quotes ( #2095 )
* Add caching for quotes
* Update changelog
3 years ago