Skip to content

refactor: Removed nginx and refactors imports#239

Merged
frgfm merged 10 commits intomainfrom
proxy
Jan 11, 2023
Merged

refactor: Removed nginx and refactors imports#239
frgfm merged 10 commits intomainfrom
proxy

Conversation

@frgfm
Copy link
Copy Markdown
Member

@frgfm frgfm commented Jan 9, 2023

This PR introduces the following modifications:

  • removes nginx since it was bypassed
  • refactors all imports and project hierarchy
  • updates labeler & test accordingly

@codecov
Copy link
Copy Markdown

codecov bot commented Jan 9, 2023

Codecov Report

Merging #239 (fa321f9) into main (f88dbbf) will increase coverage by 0.29%.
The diff coverage is 96.37%.

@@            Coverage Diff             @@
##             main     #239      +/-   ##
==========================================
+ Coverage   92.35%   92.64%   +0.29%     
==========================================
  Files          50       61      +11     
  Lines        1386     1442      +56     
==========================================
+ Hits         1280     1336      +56     
  Misses        106      106              
Flag Coverage Δ
client 69.07% <ø> (ø)
unittests 94.34% <96.37%> (+0.24%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/app/schemas/__init__.py 100.00% <ø> (ø)
src/app/schemas/alerts.py 100.00% <ø> (ø)
src/app/schemas/base.py 100.00% <ø> (ø)
src/app/schemas/groups.py 100.00% <ø> (ø)
src/app/schemas/installations.py 100.00% <ø> (ø)
src/app/schemas/webhooks.py 100.00% <ø> (ø)
src/app/models/webhook.py 90.00% <90.00%> (ø)
src/app/models/group.py 91.66% <91.66%> (ø)
src/app/models/user.py 93.33% <93.33%> (ø)
src/app/models/installation.py 94.44% <94.44%> (ø)
... and 35 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@frgfm frgfm merged commit 16edc54 into main Jan 11, 2023
@frgfm frgfm deleted the proxy branch January 11, 2023 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment