Szymon Łągiewka
74bc8222d6
Feature/Refactored `got` calls to use `AbortSignal.timeout()` without `AbortController()` ( #4153 )
* Feature/refactor got calls to use AbortSignal.timeout
Instead of manually creating AbortController and controlling the abort
with setTimeout.
Feature available since node v16.14.0 and v17.3.0[^1] and is built to
replace the exact scenario that all these requests have.
[^1]:https://nodejs.org/docs/latest-v22.x/api/globals.html#static-method-abortsignaltimeoutdelay
* Update changelog
---------
Co-authored-by: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
4 months 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
4 months ago
Ed
febb4119c6
Bugfix/fix jsonpath import ( #4115 )
* Fix jsonpath import
* Update changelog
4 months ago
Thomas Kaul
93001b68ad
Feature/introduce lookup response interface ( #4019 )
* Introduce lookup response interface
* Refactor lookup item interface
5 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
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
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
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
5596e5f03b
Feature/integrate wealth items into transaction point concept ( #3084 )
* Integrate (wealth) items into transaction point concept
* Update changelog
1 year ago
Thomas Kaul
9acdb41aa2
Refactor params to object ( #2987 )
1 year ago
Thomas Kaul
e921ed7f52
Reorder imports ( #2988 )
1 year ago
Thomas Kaul
893e76f83f
Feature/provide data provider info in search ( #2958 )
* Provide data provider info in search
* Update changelog
1 year ago
Thomas Kaul
9fdbd22cb5
Bugfix/fix activities import for manual data source ( #2923 )
* Fix import
* Update changelog
1 year ago
Thomas Kaul
0ee632470e
Improve typings ( #2889 )
1 year ago
Thomas Kaul
00895b7bb1
Feature/increase timeout to load historical data in data provider service ( #2887 )
* Increase timeout to load historical data
* Update changelog
1 year ago
Thomas Kaul
005890d785
Improve extractNumberFromString() for international number formats ( #2843 )
* Set up test
* Add support for international formatted numbers
* Expose locale in scraper configuration
* Update changelog
1 year ago
Hugo Persson
371f1dc451
Feature/support rest api in scraper ( #2810 )
* Support REST APIs in scraper
* Update changelog
1 year 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>
1 year ago
miles
34b02210df
Feature/expose the environment variable `REQUEST_TIMEOUT` ( #2792 )
* Expose the environment variable `REQUEST_TIMEOUT`
* Update changelog
1 year 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
1 year ago
Thomas Kaul
a704378702
Refactor interface of getQuotes() to object ( #2570 )
1 year ago
Thomas Kaul
8fc5676443
Feature/improve timeout of data source requests ( #2330 )
* Improve timeout
* Update changelog
2 years ago
Thomas Kaul
b5f01c0d15
Feature/migrate requests from bent to got ( #2231 )
* Migrate requests from bent to got
* Update changelog
2 years ago
Thomas Kaul
e62da06c5c
Feature/extend scraper configuration support ( #2110 )
* Extend scraper configuration support
* Update changelog
2 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
2 years ago
Thomas Kaul
e61b3b34a7
Eliminate getSymbolProfilesBySymbols() ( #1912 )
2 years ago
Thomas Kaul
513a564e2c
Restructure services ( #1891 )
2 years ago
Thomas Kaul
e965d12e31
Feature/add health check endpoints ( #1886 )
* Add health check endpoints
* Update changelog
2 years ago
Thomas Kaul
922876a893
Feature/add yahoo finance data enhancer ( #1865 )
* Add Yahoo Finance data enhancer
* Update changelog
2 years ago
Thomas Kaul
bd1963ec26
Feature/add asset and asset sub class to search endpoint ( #1795 )
* Add asset and asset sub class to search endpoint
* Update changelog
2 years ago
Thomas Kaul
a5b49b286d
Feature/filter item activities from search results ( #1759 )
* Filter ITEM activities from search results
* Update changelog
2 years ago
Thomas Kaul
e62989c981
Feature/copy logic of ghostfolio scraper api service to manual service ( #1691 )
* Copy logic of GhostfolioScraperApiService to ManualService
* Update changelog
2 years ago
Thomas Kaul
a850e8ca22
Import dividend ( #1560 )
* Import dividend
* Update changelog
2 years ago
Thomas Kaul
5978ddb80f
Feature/improve support for manual data source ( #1460 )
* Improve support for MANUAL data source
* Update changelog
2 years ago
Thomas Kaul
c02bcd9bd8
Feature/migrate to yahoo finance2 ( #722 )
* Migrate to yahoo-finance2
* Add support for mutual funds
* Add url to symbol profile
* Clean up
3 years ago
Thomas Kaul
76f70598e2
Feature/add support for wealth items ( #666 )
* Add support for wealth items
* Update changelog
3 years ago