Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implementation of reverse proxies for varfish-docker-compose-ng (#10) #12

Merged

Conversation

gromdimon
Copy link
Contributor

@gromdimon gromdimon commented Aug 15, 2023

Issue #10

Subtasks:

  • Implement reverse_proxy
  • Test

@gromdimon gromdimon linked an issue Aug 15, 2023 that may be closed by this pull request
@gromdimon gromdimon marked this pull request as draft August 15, 2023 14:29
@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +89.47% 🎉

Comparison is base (9cf42a4) 10.52% compared to head (b441f7a) 100.00%.

Additional details and impacted files
@@             Coverage Diff              @@
##             main       #12       +/-   ##
============================================
+ Coverage   10.52%   100.00%   +89.47%     
============================================
  Files           2         3        +1     
  Lines          19        41       +22     
============================================
+ Hits            2        41       +39     
+ Misses         17         0       -17     
Flag Coverage Δ
backend 100.00% <100.00%> (+100.00%) ⬆️
frontend 100.00% <ø> (ø)

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

Files Changed Coverage Δ
backend/app/main.py 100.00% <100.00%> (+100.00%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gromdimon gromdimon marked this pull request as ready for review August 15, 2023 15:18
@gromdimon gromdimon marked this pull request as draft August 15, 2023 15:22
@gromdimon gromdimon marked this pull request as ready for review August 22, 2023 08:42
Copy link
Member

@holtgrewe holtgrewe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, merge after doing the requested fixes and verifying that python backend coverage is 100% afterwards

backend/Pipfile Outdated
@@ -7,17 +7,22 @@ name = "pypi"
fastapi = "*"
pydantic = "*"
uvicorn = "*"
python-dotenv = "*"
httpx = "*"
pytest-asyncio = "*"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pytest-asyncio should be moved to dev-packages


#: pragma: no cover
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move this behind the following line

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@holtgrewe holtgrewe merged commit c3884a4 into main Aug 22, 2023
10 checks passed
@holtgrewe holtgrewe deleted the 10-add-proxies-to-requests-to-varfish-docker-compose-ng-container branch August 22, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add proxies to requests to varfish-docker-compose-ng container
2 participants