pacnpal
|
0eded4fc9b
|
Update Django and dependencies, add app path configuration
|
2025-02-06 13:58:57 -05:00 |
|
pacnpal
|
faee7d154c
|
Refactor CI workflow to use Homebrew for GDAL installation and update Python version to 3.13.1
|
2025-02-06 11:55:43 -05:00 |
|
pacnpal
|
377b0d2c46
|
Refactor CI workflow to install pip using get-pip.py and ensure system package compatibility
|
2025-02-06 11:47:17 -05:00 |
|
pacnpal
|
62e413ae58
|
Improve CI workflow by setting up Python and upgrading pip, setuptools, and wheel before installing dependencies
|
2025-02-06 11:45:29 -05:00 |
|
pacnpal
|
2a234a0638
|
Enhance CI workflow by configuring Django GDAL settings and adding debug steps for GDAL installation verification
|
2025-02-06 11:26:36 -05:00 |
|
pacnpal
|
3449a66a1c
|
Update GDAL installation steps in CI workflow for improved compatibility
|
2025-02-06 10:45:04 -05:00 |
|
pacnpal
|
5832895aaf
|
Add GDAL installation and verification steps to CI workflow
|
2025-02-06 10:35:56 -05:00 |
|
pacnpal
|
8bd03b14ff
|
Merge pull request #25 from pacnpal/pixeebot/drip-2025-02-06-pixee-python/remove-unnecessary-f-str
Remove Unnecessary F-strings
|
2025-02-05 23:04:48 -05:00 |
|
pixeebot[bot]
|
5aac0d3087
|
Remove Unnecessary F-strings
|
2025-02-06 03:53:13 +00:00 |
|
pacnpal
|
ed0e0eeca0
|
Add four GIF files to media submissions
|
2025-02-05 18:48:36 -05:00 |
|
pacnpal
|
f31591ecc5
|
Add auto-approval for moderator submissions and update submission handling
|
2025-02-05 18:47:23 -05:00 |
|
pacnpal
|
77a2da9e5e
|
Add three GIF files to media submissions
|
2025-02-05 18:23:45 -05:00 |
|
pacnpal
|
bc8a35d243
|
Add LocationForm import to LocationSearchView and ignore type check for piexif import
|
2025-02-05 18:10:07 -05:00 |
|
pacnpal
|
de871ece37
|
Merge pull request #24 from pacnpal/dependabot/pip/black-25.1.0
[DEPENDABOT] Update: Bump black from 24.10.0 to 25.1.0
|
2025-02-05 18:03:44 -05:00 |
|
pacnpal
|
a1ba4b2903
|
Merge branch 'main' into dependabot/pip/black-25.1.0
|
2025-02-05 18:01:31 -05:00 |
|
pacnpal
|
0d5ab78067
|
Merge pull request #23 from pacnpal/dependabot/pip/isort-tw-6.0.0
[DEPENDABOT] Update: Update isort requirement from ^5.13.0 to ^6.0.0
|
2025-02-05 18:00:24 -05:00 |
|
pacnpal
|
feae9509b9
|
Merge pull request #22 from pacnpal/pixeebot/drip-2025-01-28-pixee-python/add-requests-timeouts
Add timeout to `requests` calls
|
2025-02-05 18:00:10 -05:00 |
|
pacnpal
|
8b886c42ca
|
Merge pull request #21 from pacnpal/dependabot/pip/django-simple-history-3.8.0
[DEPENDABOT] Update: Bump django-simple-history from 3.7.0 to 3.8.0
|
2025-02-05 17:59:59 -05:00 |
|
pacnpal
|
58df9e4843
|
Fix filter query in cleanup_test_data command to use correct field for reviews
|
2025-02-05 17:58:40 -05:00 |
|
dependabot[bot]
|
b38c86aa21
|
[DEPENDABOT] Update: Bump black from 24.10.0 to 25.1.0
Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/24.10.0...25.1.0)
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-03 16:57:28 +00:00 |
|
dependabot[bot]
|
8dee13f0cc
|
[DEPENDABOT] Update: Update isort requirement from ^5.13.0 to ^6.0.0
Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.13.0...6.0.0)
---
updated-dependencies:
- dependency-name: isort
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-03 16:57:15 +00:00 |
|
pixeebot[bot]
|
b350159947
|
Add timeout to requests calls
|
2025-01-28 03:09:49 +00:00 |
|
dependabot[bot]
|
f54ee24e8c
|
[DEPENDABOT] Update: Bump django-simple-history from 3.7.0 to 3.8.0
Bumps [django-simple-history](https://github.com/jazzband/django-simple-history) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/jazzband/django-simple-history/releases)
- [Changelog](https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst)
- [Commits](https://github.com/jazzband/django-simple-history/compare/3.7.0...3.8.0)
---
updated-dependencies:
- dependency-name: django-simple-history
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-27 16:46:08 +00:00 |
|
pacnpal
|
510d88b8fa
|
Merge pull request #16 from pacnpal/dependabot/pip/dj-rest-auth-7.0.1
|
2025-01-21 21:59:57 -05:00 |
|
pacnpal
|
f59491f8e6
|
Merge pull request #17 from pacnpal/dependabot/pip/pillow-11.1.0
|
2025-01-21 21:59:46 -05:00 |
|
pacnpal
|
01e6aed343
|
Merge pull request #19 from pacnpal/dependabot/pip/django-5.1.5
|
2025-01-21 21:59:37 -05:00 |
|
pacnpal
|
e0c7e9884f
|
Merge pull request #20 from pacnpal/dependabot/pip/reactivated-tw-0.46.0
|
2025-01-21 21:58:30 -05:00 |
|
dependabot[bot]
|
110fad2c52
|
[DEPENDABOT] Update: Update reactivated requirement
Updates the requirements on [reactivated](https://github.com/silviogutierrez/django-react) to permit the latest version.
- [Commits](https://github.com/silviogutierrez/django-react/compare/v0.45.3...v0.46.0)
---
updated-dependencies:
- dependency-name: reactivated
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-20 16:28:36 +00:00 |
|
dependabot[bot]
|
d2f7f87e6b
|
[DEPENDABOT] Update: Bump django from 5.1.4 to 5.1.5
Bumps [django](https://github.com/django/django) from 5.1.4 to 5.1.5.
- [Commits](https://github.com/django/django/compare/5.1.4...5.1.5)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-20 16:28:25 +00:00 |
|
dependabot[bot]
|
806b00a57d
|
[DEPENDABOT] Update: Bump pillow from 11.0.0 to 11.1.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/11.0.0...11.1.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-06 16:31:53 +00:00 |
|
dependabot[bot]
|
120beebfc1
|
[DEPENDABOT] Update: Bump dj-rest-auth from 7.0.0 to 7.0.1
Bumps [dj-rest-auth](https://github.com/iMerica/dj-rest-auth) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/iMerica/dj-rest-auth/releases)
- [Commits](https://github.com/iMerica/dj-rest-auth/compare/7.0.0...7.0.1)
---
updated-dependencies:
- dependency-name: dj-rest-auth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-06 16:31:42 +00:00 |
|
pacnpal
|
3c82930cad
|
Merge pull request #14 from pacnpal/dependabot/pip/django-allauth-65.3.1
|
2025-01-02 22:31:24 -05:00 |
|
pacnpal
|
22c7ffc906
|
Merge pull request #13 from pacnpal/pixeebot/drip-2024-12-26-pixee-python/secure-random
|
2025-01-02 22:30:39 -05:00 |
|
dependabot[bot]
|
e39b9919ba
|
[DEPENDABOT] Update: Bump django-allauth from 65.3.0 to 65.3.1
Bumps [django-allauth](https://github.com/sponsors/pennersr) from 65.3.0 to 65.3.1.
- [Commits](https://github.com/sponsors/pennersr/commits)
---
updated-dependencies:
- dependency-name: django-allauth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-30 16:59:20 +00:00 |
|
pixeebot[bot]
|
ea396b6f50
|
Secure Source of Randomness
|
2024-12-26 03:11:52 +00:00 |
|
pacnpal
|
4dad19c86f
|
ygeah
|
2024-12-24 14:32:26 -05:00 |
|
pacnpal
|
8bbc2ca37d
|
Add test setup, cleanup, and fixtures
|
2024-12-24 14:32:16 -05:00 |
|
pacnpal
|
f51d1a1c8f
|
Add comprehensive e2e tests with Playwright
|
2024-12-24 14:29:32 -05:00 |
|
pacnpal
|
7b45279e7e
|
Fix dependencies and GeoDjango configuration
|
2024-12-24 14:24:18 -05:00 |
|
pacnpal
|
8848a26183
|
Merge pull request #1 from pacnpal/dependabot/github_actions/actions/setup-python-5
[DEPENDABOT] Update Actions: Bump actions/setup-python from 3 to 5
|
2024-12-24 11:18:44 -05:00 |
|
pacnpal
|
2f087e2db5
|
Merge pull request #2 from pacnpal/dependabot/pip/django-allauth-65.3.0
[DEPENDABOT] Update: Bump django-allauth from 65.2.0 to 65.3.0
|
2024-12-24 11:18:32 -05:00 |
|
pacnpal
|
10a40ae4a2
|
Merge pull request #3 from pacnpal/dependabot/pip/channels-4.2.0
[DEPENDABOT] Update: Bump channels from 4.1.0 to 4.2.0
|
2024-12-24 11:18:21 -05:00 |
|
dependabot[bot]
|
e2f93e6694
|
[DEPENDABOT] Update: Bump channels from 4.1.0 to 4.2.0
Bumps [channels](https://github.com/django/channels) from 4.1.0 to 4.2.0.
- [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt)
- [Commits](https://github.com/django/channels/compare/4.1.0...4.2.0)
---
updated-dependencies:
- dependency-name: channels
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-24 16:17:52 +00:00 |
|
dependabot[bot]
|
cb12a02fdb
|
[DEPENDABOT] Update: Bump django-allauth from 65.2.0 to 65.3.0
Bumps [django-allauth](https://github.com/sponsors/pennersr) from 65.2.0 to 65.3.0.
- [Commits](https://github.com/sponsors/pennersr/commits)
---
updated-dependencies:
- dependency-name: django-allauth
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-24 16:17:15 +00:00 |
|
pacnpal
|
d6f7759c89
|
Merge pull request #4 from pacnpal/dependabot/pip/django-5.1.4
[DEPENDABOT] Update: Bump django from 5.1.3 to 5.1.4
|
2024-12-24 11:17:01 -05:00 |
|
pacnpal
|
7bc13e62de
|
Merge pull request #5 from pacnpal/dependabot/pip/pytest-8.3.4
[DEPENDABOT] Update: Bump pytest from 8.3.3 to 8.3.4
|
2024-12-24 11:16:52 -05:00 |
|
pacnpal
|
51202bd69e
|
Merge pull request #6 from pacnpal/dependabot/pip/channels-redis-4.2.1
[DEPENDABOT] Update: Bump channels-redis from 4.2.0 to 4.2.1
|
2024-12-24 11:16:41 -05:00 |
|
pacnpal
|
773a0ceda9
|
Merge pull request #7 from pacnpal/dependabot/pip/pyjwt-2.10.1
[DEPENDABOT] Update: Bump pyjwt from 2.9.0 to 2.10.1
|
2024-12-24 11:16:07 -05:00 |
|
pacnpal
|
3e08318d8e
|
Update review.yml
|
2024-12-24 11:14:13 -05:00 |
|
dependabot[bot]
|
91dee49c4d
|
[DEPENDABOT] Update: Bump django from 5.1.3 to 5.1.4
Bumps [django](https://github.com/django/django) from 5.1.3 to 5.1.4.
- [Commits](https://github.com/django/django/compare/5.1.3...5.1.4)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-24 16:03:05 +00:00 |
|