-
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
Upgrade the stack from Django 2.2 to 3.2 #233
Conversation
Codecov Report
@@ Coverage Diff @@
## master #233 +/- ##
===========================================
+ Coverage 37.55% 72.37% +34.82%
===========================================
Files 83 124 +41
Lines 3635 4626 +991
===========================================
+ Hits 1365 3348 +1983
+ Misses 2270 1278 -992
Continue to review full report at Codecov.
|
Thanks @Gustry, yes sure. I will rebase my draft PR #230 to this branch and test it. And also maybe I will test it to my older PRs
|
Thanks @sumandari I have updated the PR with the latest commits and @dimasciput merged my PR in his repository for feedjack. If you are trying this branch, I will not rebase it. |
@Gustry please do change if any, I will try it after. |
* Upgrade the stack from Django 2.2 to 3.2 (#233) * Upgrade the stack from Django 2.2 to 3.2 * Upgrade pip as well when installing Co-authored-by: Dimas Ciputra <[email protected]> * Update docker compose (#256) * Fix min_qg_version query in plugins.xml (#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]> * Fix docker-compose and dockerfile * Init starting docker dev environment * Fixing docker container conflict, updating whoosh * Update testfiles and feedback test * Update dockerfile for dev and prod * Use main branch for whoosh in requirements * Django 4 update: Requirements, dockerfile and docker-compose * Django 4 update: fixes for ifequal, ugettext_lazy, django.conf.urls.url occurences * Django 4 update: Fix deprecated readfp * Django 4 update: update dbrestore in Makefile * Django 4 update: Get static, media and backup volumes from the environment variable * Django 4 update: Use solr thumbnail default engine * Django 4 update: Fix Django warnings * Django 4 update: fix depecated tests, new migrations * Django 4 update: Update django unit tests * Django 4 update: Add email environment variables * Django 4 update: Nginx and uwsgi updates * Django 4 update: Refactoring dockerfile * Update makefile to use new docker compose * Django 4 update: Specify devweb container_name, fix typo * Use existing nginx configuration * Add DEFAULT_PLUGINS_SITE to environment variables * Add nginx dev and prod configuration files * Django 4 update: Generate a .env file in GH actions * Django 4 update: Fix typo in Makefile * Django 4 update: Use updated docker compose in test.yaml * Django 4 update: Certbot service and SSL configuration * Add a http configuration for Nginx * Django 4 update: add SSL cert renewal script * Redirect http to https --------- Co-authored-by: Étienne Trimaille <[email protected]> Co-authored-by: Dimas Ciputra <[email protected]> Co-authored-by: sumandari <[email protected]>
Related to #225 about the Django version
@dimasciput I made a PR on your fork to update "feedjack".
For Python version, I have raised a ticket on kartoza/docker-django-base
@sumandari If you develop some bugfix/features it would be nice to try this branch just in case, what do you think ?