-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: replaced aws sdk with direct glue client package * fix: handle the missing Type of the column (#39) * feat: added fetch-http-handler * chore: move HttpHandler to its own place * temp: skeleton for a controller * feat: replaced @aws-sdk/fetch-http-handler with own HttpHandler that uses electron.net.fetch explicitly * chore: refactored lodash dependency usage * chore: removed `@aws-sdk/fetch-http-handler` package * feat: start using own request handler in FE * chore: use lodash discreetly * fix: declared `electron` as external package * chore: declared `electron` as peer dependency * fix: preserve error trace in reject * Update shared/httpHandler/httpHandler.js Co-authored-by: Ugo Bechameil <[email protected]> * chore: replace Promise.reject with a throw statement * fix: replaced own implementation of query builder with native URLSearchParams * chore: made the contract more explicit * chore: updated package-lock.json --------- Co-authored-by: Ugo Bechameil <[email protected]>
- Loading branch information
1 parent
b6f7f26
commit f70c1a2
Showing
21 changed files
with
866 additions
and
412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.