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

Build productionish container using uwsgi and whitenoise #394

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

vikoivun
Copy link
Member

Functionality-wise this still needs an opinionated way to run scheduled tasks. Instead of making everyone figure it out by themselves.

Also documentation.

@codecov-io
Copy link

codecov-io commented Feb 26, 2020

Codecov Report

Merging #394 into master will increase coverage by 2.16%.
The diff coverage is 20.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #394      +/-   ##
==========================================
+ Coverage   25.11%   27.28%   +2.16%     
==========================================
  Files         154      154              
  Lines       10070    10663     +593     
==========================================
+ Hits         2529     2909     +380     
- Misses       7541     7754     +213     
Impacted Files Coverage Δ
linkedevents/wsgi.py 0.00% <0.00%> (ø)
linkedevents/settings.py 67.42% <25.00%> (-2.74%) ⬇️
events/tests/conftest.py 66.07% <0.00%> (-3.04%) ⬇️
events/importer/lippupiste.py 0.00% <0.00%> (ø)
events/tests/test_keyword_get.py 0.00% <0.00%> (ø)
events/tests/test_event_get.py 15.71% <0.00%> (+0.01%) ⬆️
events/models.py 77.32% <0.00%> (+3.56%) ⬆️
events/api.py 62.27% <0.00%> (+4.53%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7eccc8d...fe7656b. Read the comment docs.

@vikoivun vikoivun requested a review from Rikuoja May 11, 2020 07:43
@vikoivun
Copy link
Member Author

Maybe some updates still to README?

@vikoivun
Copy link
Member Author

Also still incoming more change for kulke importer

@codecov-commenter
Copy link

codecov-commenter commented Jun 2, 2020

Codecov Report

Merging #394 into master will decrease coverage by 0.00%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #394      +/-   ##
==========================================
- Coverage   23.52%   23.51%   -0.01%     
==========================================
  Files         159      159              
  Lines       11206    11212       +6     
==========================================
+ Hits         2636     2637       +1     
- Misses       8570     8575       +5     
Impacted Files Coverage Δ
events/importer/kulke.py 0.00% <ø> (ø)
linkedevents/settings.py 67.16% <33.33%> (-2.37%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1c87651...964cc3c. Read the comment docs.

@vikoivun vikoivun changed the title [WIP] Build productionish container using uwsgi and whitenoise Build productionish container using uwsgi and whitenoise Oct 1, 2020
@vikoivun vikoivun marked this pull request as draft October 1, 2020 08:49
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.

3 participants