openmct/platform/search
Jamie V 5d656f0963
[Abort Search] Ability to Cancel Search Requests (#3716)
* adding first triggers for aborting search

* adding abort capabilities to the path a search request takes through the code

* switching empty args from null to undefined

* adding abortSignal to couchdb provider request function

* minor syntax tweak

* fixing accidental change of code

* simplifying the assignment of fetch options

* add finally to search promises to delete abort controller just in case it is still there

* passing signal in to provider.get not getProvider

* moving the couchdb doc creation out of the argument for request

* removing console log for aborted search error

* lint fix

* adding interceptors to objects.search

* removing the options object and replacing with abort signal

* removing unused variable leftover

* had accidentally removed stringifying the body of the request if present... added back in

* created an applyGetInterceptors function for search and get to use

* created an applyGetInterceptors function for search and get to use

* fixed bug that our TESTS FOUND!!!!
2021-03-02 15:21:34 -08:00
..
res/templates Bump copyright year to 2020 (#3169) 2020-09-14 11:17:31 -07:00
src [Abort Search] Ability to Cancel Search Requests (#3716) 2021-03-02 15:21:34 -08:00
test Bump copyright year to 2020 (#3169) 2020-09-14 11:17:31 -07:00
bundle.js [Search] SearchProvider and Tree Search enhancements/fixes (#3400) 2020-09-29 10:06:58 -07:00