Fix image handling for thumbnails, use `path()`
Compare changes
GitLab has been patched to version 17.9.3. For more, see: https://about.gitlab.com/releases/2025/03/26/patch-release-gitlab-17-10-1-released/
On April 1, 2025, new DockerHub pull rate limits go into effect. See how this could impact your GitLabCI jobs: https://kb.wisc.edu/shared-tools/news.php?id=13738
This PR does a couple of things:
spotseeker_server.tests.images.thumb.ImageThumbTest
, for example. (NOTE: if you run these tests, you'll still see "Bad Request" output--this is working as intended, and is due to 1) expected failure tests and 2) the log level for the django.request
module).url()
syntax to the Django 2.x style path()
syntax. There are still three routes using url()
, and I left them that way because my brain is having a hard time parsing regex right now..gitignore is also updated to include the Never mind, I added that to the wiscout project, not spotseeker_server.space_images
directory, which now gets properly created because image uploading works.
Please review: @NUWAN.KUMARASIRI @TREFILEK @bjsousa