-
Notifications
You must be signed in to change notification settings - Fork 36
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
[CHANGE][GWELLS-2189] Dependency updates: GDAL3, Django 3.2, Python 3.7 #2222
Open
fergmac
wants to merge
9
commits into
release
Choose a base branch
from
gwells-2189-update-gdal-version-3
base: release
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
d5c434a
Update GDAL to version 3.0
fergmac 9e6963f
Resolve breaking changes from GDAL dependency update. Add tests for n…
fergmac b692d3f
Clean up Dockerfile.
fergmac 4364764
Merge branch 'release' into gwells-2189-update-gdal-version-3
5a67aee
Upgrade from django version 2 to 3.2.
c922843
Update django adjacent dependencies to latest django 3.2 and python 3…
fa39b32
Update to python 3.7. Update django-debug-toolbar to resolve 3.7 upda…
845bff7
Bump dependencies up to initial python 3.7 versions.
1cf7bbb
Update dependencies to more recent python 3.7 versions.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Generated by Django 3.2 on 2024-06-05 18:36 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('gwells', '0008_profile_silver_keycloak_id'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='border', | ||
name='afctd_area', | ||
field=models.CharField(max_length=120, null=True), | ||
), | ||
migrations.AlterField( | ||
model_name='border', | ||
name='oic_number', | ||
field=models.CharField(max_length=7, null=True), | ||
), | ||
migrations.AlterField( | ||
model_name='border', | ||
name='oic_year', | ||
field=models.CharField(max_length=4, null=True), | ||
), | ||
migrations.AlterField( | ||
model_name='border', | ||
name='se_a_c_flg', | ||
field=models.CharField(max_length=254, null=True), | ||
), | ||
migrations.AlterField( | ||
model_name='border', | ||
name='shape', | ||
field=models.FloatField(null=True), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,36 @@ | ||
django>=2.2,<2.3 | ||
django-debug-toolbar>=1.7 | ||
django==3.2.4 | ||
pygdal==3.6.2.11 | ||
gdal==3.0.0 | ||
pytz==2024.1 | ||
sqlparse==0.4.4 | ||
|
||
django-debug-toolbar==3.8.1 | ||
psycopg2-binary==2.9.9 | ||
djangorestframework==3.15.1 | ||
drf-yasg==1.21.7 | ||
django-crispy-forms==2.0 | ||
django-formtools==2.4.1 | ||
django-filter==23.5 | ||
requests==2.27.1 | ||
whitenoise==6.5.0 | ||
django-cors-headers==4.1.0 | ||
django-extensions==3.2.3 | ||
django-rest-multiple-models==2.1.3 | ||
django-reversion==5.0.12 | ||
geopandas==0.10.2 | ||
thefuzz==0.20.0 | ||
djangorestframework-simplejwt==5.3.0 | ||
cryptography==42.0.8 | ||
geojson==3.1.0 | ||
minio==7.2.6 | ||
openpyxl==2.5.14 | ||
djangorestframework-csv==3.0.0 | ||
coverage==7.2.0 | ||
MarkupSafe==2.1.5 | ||
|
||
gunicorn==19.9.0 | ||
gevent==1.2.2 | ||
psycopg2-binary>=2.7.1,<2.9 | ||
whitenoise>=4.1.2 | ||
django-crispy-forms>=1.6.1 | ||
django-formtools>=2.0 | ||
gevent==1.3.0 | ||
django-settings-export>=1.2.1 | ||
djangorestframework>=3.11.2,<3.12 | ||
django-rest-multiple-models==2.1.0 | ||
requests==2.21.0 | ||
minio==7.1.16 | ||
coverage>=4.4.2 | ||
django-filter>=2.0.0,<2.1 | ||
drf-yasg==1.21.7 | ||
django-cors-headers==2.2.0 | ||
django-extensions==2.0.6 | ||
cryptography<=40.0.2 | ||
django-reversion==2.0.13 | ||
openpyxl==2.5.11 | ||
lxml==4.6.3 | ||
GDAL>=2.4,<3.0 | ||
deepdiff>=4 | ||
urllib3>=1.24,<1.25 | ||
djangorestframework-csv==2.1.0 | ||
geojson==2.4.1 | ||
MarkupSafe>=2.0.1 | ||
djangorestframework-simplejwt==4.4.0 | ||
pyjwt>=2.0,<=2.4.0 | ||
thefuzz==0.19.0 | ||
geopandas==0.9.0 | ||
pyproj==3.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNINGS:
backend-1 | gwells.Border: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'.
backend-1 | HINT: Configure the DEFAULT_AUTO_FIELD setting or the GWellsConfig.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'.
backend-1 | DEBUG 2024-06-12 18:07:14,660 selector_events.py[58]:selector_events::init Using selector: EpollSelector
backend-1 | Error in update_well for Well ID 100123: Well matching query does not exist.
backend-1 | Error in update_well for Well ID 100124: Well matching query does not exist.
backend-1 | Error in update_well for Well ID 100125: Well matching query does not exist.
backend-1 | Error in update_well for Well ID 117042: Well matching query does not exist.