-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor proxy service so proxying doesn't require access to db (#1602)
* refactor proxy service so proxying doesn't require access to db We don't want runners to have direct access to the datbase. The goal of this commit is to remove database dependency when calling the proxy service, while still executing the http request directly without going through our own API * string equality without type conversion Co-authored-by: Samuel Bodin <[email protected]> * string equality without type conversion Co-authored-by: Samuel Bodin <[email protected]> * fix: await log function * proxy.service: remove unecessary if(activityLogId) * refactor proxy.service to remove db access from response handlers * refactor linear post connection * remove redundant attributes --------- Co-authored-by: Samuel Bodin <[email protected]>
- Loading branch information
1 parent
958e5b0
commit af00599
Showing
14 changed files
with
579 additions
and
661 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
Oops, something went wrong.