-
Notifications
You must be signed in to change notification settings - Fork 61
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
New host setup #374
New host setup #374
Conversation
* Upgrade the stack from Django 2.2 to 3.2 * Upgrade pip as well when installing Co-authored-by: Dimas Ciputra <[email protected]>
* Fix min_qg_version query in plugins.xml (qgis#224) * fix min_qg_version query * added 0 patch value for qgis version against max_qg_version * only add patch if it has major.minor version * Update docker-compose and dockerfile * Update nginx configuration * Update smtp * Add celery beat * Add feedjack update celery task * Add metabase configuration * Update test.yaml * Add test docker-compose Co-authored-by: sumandari <[email protected]>
LGTM thanks! |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #374 +/- ##
==========================================
- Coverage 36.45% 34.58% -1.87%
==========================================
Files 113 78 -35
Lines 4932 4782 -150
==========================================
- Hits 1798 1654 -144
+ Misses 3134 3128 -6 ☔ View full report in Codecov by Sentry. |
It looks like pushing via qgis-plugin-ci doesn't work anymore Do we need to adapt something so that the RPC2 endpoint works? Thanks a lot! |
I think it's related to a deprecated function. I've submitted a new PR at #398 that should fix this. Best regards. |
This PR is for the updated server, based on #310
Change summary