shamoon
5ffcc83f23
Chore: upgrade to DRF 3.15 ( #7134 )
2024-07-09 16:57:53 +00:00
Trenton H
6f3bc54c41
Chore: Initial conversion to pytest fixtures ( #7110 )
2024-07-08 07:46:20 -07:00
dependabot[bot]
ed96d12b1c
Chore(deps): Bump the small-changes group across 1 directory with 4 updates ( #7128 )
...
Bumps the small-changes group with 4 updates in the / directory: [django-cors-headers](https://github.com/adamchainz/django-cors-headers ), [filelock](https://github.com/tox-dev/py-filelock ), [redis](https://github.com/redis/redis-py ) and [whitenoise](https://github.com/evansd/whitenoise ).
Updates `django-cors-headers` from 4.3.1 to 4.4.0
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.3.1...4.4.0 )
Updates `filelock` from 3.15.1 to 3.15.4
- [Release notes](https://github.com/tox-dev/py-filelock/releases )
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.15.1...3.15.4 )
Updates `redis` from 5.0.6 to 5.0.7
- [Release notes](https://github.com/redis/redis-py/releases )
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES )
- [Commits](https://github.com/redis/redis-py/compare/v5.0.6...v5.0.7 )
Updates `whitenoise` from 6.6.0 to 6.7.0
- [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst )
- [Commits](https://github.com/evansd/whitenoise/compare/6.6.0...6.7.0 )
---
updated-dependencies:
- dependency-name: django-cors-headers
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: redis
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: whitenoise
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27 15:14:53 -07:00
shamoon
e9ba6de03e
Feature: documents trash aka soft delete ( #6944 )
2024-06-17 08:07:08 -07:00
dependabot[bot]
9d8e26c1c0
Chore(deps): Bump the small-changes group with 3 updates ( #6843 )
...
Bumps the small-changes group with 3 updates: [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz ), [scikit-learn](https://github.com/scikit-learn/scikit-learn ) and [watchdog](https://github.com/gorakhargosh/watchdog ).
Updates `rapidfuzz` from 3.9.0 to 3.9.1
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases )
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.9.0...v3.9.1 )
Updates `scikit-learn` from 1.4.2 to 1.5.0
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases )
- [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.2...1.5.0 )
Updates `watchdog` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/gorakhargosh/watchdog/releases )
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst )
- [Commits](https://github.com/gorakhargosh/watchdog/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: rapidfuzz
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: scikit-learn
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: watchdog
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-28 13:22:44 -07:00
Trenton H
4c3d230694
Chore(deps): Use psycopg as recommended ( #6811 )
2024-05-23 13:09:05 -07:00
Trenton H
16584328f1
Chore: Change the code formatter to Ruff ( #6756 )
...
* Changing the formatting to ruff-format
* Replaces references to black to ruff or ruff format, removes black from dependencies
2024-05-18 02:26:50 +00:00
Trenton H
f7341fd83d
Updates deps, unlocks those which have some resolution of issues ( #6755 )
2024-05-17 09:02:17 -07:00
Trenton H
f22e2ed5e4
Downgrades and locks lxml to before 5.2.0, which released a breaking change ( #6655 )
2024-05-09 09:42:19 -07:00
Trenton H
fd40258342
Chore(deps): Bump all allowed backend packages ( #6562 )
2024-05-04 13:26:15 -07:00
dependabot[bot]
9295b4daa4
Chore(deps): Bump the small-changes group with 11 updates ( #6405 )
...
* Chore(deps): Bump the small-changes group with 11 updates
Bumps the small-changes group with 11 updates:
| Package | From | To |
| --- | --- | --- |
| [django-filter](https://github.com/carltongibson/django-filter ) | `24.1` | `24.2` |
| [djangorestframework](https://github.com/encode/django-rest-framework ) | `3.14.0` | `3.15.1` |
| [channels](https://github.com/django/channels ) | `4.0.0` | `4.1.0` |
| [filelock](https://github.com/tox-dev/py-filelock ) | `3.13.3` | `3.13.4` |
| [imap-tools](https://github.com/ikvk/imap_tools ) | `1.5.0` | `1.6.0` |
| [python-ipware](https://github.com/un33k/python-ipware ) | `2.0.2` | `2.0.3` |
| [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz ) | `3.7.0` | `3.8.1` |
| [scikit-learn](https://github.com/scikit-learn/scikit-learn ) | `1.4.1.post1` | `1.4.2` |
| [black](https://github.com/psf/black ) | `24.3.0` | `24.4.0` |
| [ruff](https://github.com/astral-sh/ruff ) | `0.3.5` | `0.3.7` |
| [daphne](https://github.com/django/daphne ) | `4.1.0` | `4.1.2` |
Updates `django-filter` from 24.1 to 24.2
- [Release notes](https://github.com/carltongibson/django-filter/releases )
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst )
- [Commits](https://github.com/carltongibson/django-filter/compare/24.1...24.2 )
Updates `djangorestframework` from 3.14.0 to 3.15.1
- [Release notes](https://github.com/encode/django-rest-framework/releases )
- [Commits](https://github.com/encode/django-rest-framework/compare/3.14.0...3.15.1 )
Updates `channels` from 4.0.0 to 4.1.0
- [Changelog](https://github.com/django/channels/blob/main/CHANGELOG.txt )
- [Commits](https://github.com/django/channels/compare/4.0.0...4.1.0 )
Updates `filelock` from 3.13.3 to 3.13.4
- [Release notes](https://github.com/tox-dev/py-filelock/releases )
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.13.3...3.13.4 )
Updates `imap-tools` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/ikvk/imap_tools/releases )
- [Changelog](https://github.com/ikvk/imap_tools/blob/master/docs/release_notes.rst )
- [Commits](https://github.com/ikvk/imap_tools/compare/v1.5.0...v1.6.0 )
Updates `python-ipware` from 2.0.2 to 2.0.3
- [Changelog](https://github.com/un33k/python-ipware/blob/main/CHANGELOG.md )
- [Commits](https://github.com/un33k/python-ipware/compare/v2.0.2...v2.0.3 )
Updates `rapidfuzz` from 3.7.0 to 3.8.1
- [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases )
- [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.7.0...v3.8.1 )
Updates `scikit-learn` from 1.4.1.post1 to 1.4.2
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases )
- [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.4.1.post1...1.4.2 )
Updates `black` from 24.3.0 to 24.4.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.3.0...24.4.0 )
Updates `ruff` from 0.3.5 to 0.3.7
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/v0.3.5...v0.3.7 )
Updates `daphne` from 4.1.0 to 4.1.2
- [Changelog](https://github.com/django/daphne/blob/main/CHANGELOG.txt )
- [Commits](https://github.com/django/daphne/compare/4.1.0...4.1.2 )
---
updated-dependencies:
- dependency-name: django-filter
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: djangorestframework
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: channels
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: imap-tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: python-ipware
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: rapidfuzz
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: scikit-learn
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: daphne
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: small-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* Reverts DRF update
* Also bumps the hook versions to match
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trenton H <797416+stumpylog@users.noreply.github.com>
2024-04-18 00:26:10 +00:00
Trenton H
93fb159a6a
Locks DRF version to 3.14, updates other dependencies ( #6200 )
2024-03-27 09:13:02 -07:00
dependabot[bot]
0e62bc3f8a
Chore(deps): Bump the django group with 1 update ( #6080 )
...
Bumps the django group with 1 update: [django-filter](https://github.com/carltongibson/django-filter ).
Updates `django-filter` from 23.5 to 24.1
- [Release notes](https://github.com/carltongibson/django-filter/releases )
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst )
- [Commits](https://github.com/carltongibson/django-filter/compare/23.5...24.1 )
---
updated-dependencies:
- dependency-name: django-filter
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: django
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 17:33:50 -07:00
dependabot[bot]
6989fad1b0
Chore(deps): Bump the django group with 1 update ( #6000 )
...
Bumps the django group with 1 update: [django](https://github.com/django/django ).
Updates `django` from 4.2.10 to 4.2.11
- [Commits](https://github.com/django/django/compare/4.2.10...4.2.11 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: django
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 13:15:03 -08:00
dependabot[bot]
0976ed2e2e
Chore(deps): Bump the major-versions group with 1 update ( #5741 )
...
Bumps the major-versions group with 1 update: [watchdog](https://github.com/gorakhargosh/watchdog ).
Updates `watchdog` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/gorakhargosh/watchdog/releases )
- [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst )
- [Commits](https://github.com/gorakhargosh/watchdog/compare/v3.0.0...v4.0.0 )
---
updated-dependencies:
- dependency-name: watchdog
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: major-versions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-13 09:30:55 +00:00
Trenton H
ec0b0d0de4
Chore: Backend dependencies update ( #5676 )
2024-02-08 09:48:24 -08:00
Moritz Pflanzer
e122a0a141
Feature: OIDC & social authentication ( #5190 )
...
---------
Co-authored-by: Moritz Pflanzer <moritz@chickadee-engineering.com>
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2024-02-08 16:15:38 +00:00
Trenton H
e00ca22e5a
Updates all backend, hooks and configures codespell in a slightly easier way ( #5336 )
2024-01-09 10:30:33 -08:00
Trenton H
ad533429f7
Bulk updates all the backend libraries ( #5061 )
2023-12-19 12:04:03 -08:00
dependabot[bot]
1d7eda1603
Chore(deps): Bump the django group with 3 updates ( #5046 )
...
Bumps the django group with 3 updates: [django](https://github.com/django/django ), [django-cors-headers](https://github.com/adamchainz/django-cors-headers ) and [django-filter](https://github.com/carltongibson/django-filter ).
Updates `django` from 4.2.7 to 4.2.8
- [Commits](https://github.com/django/django/compare/4.2.7...4.2.8 )
Updates `django-cors-headers` from 4.3.0 to 4.3.1
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/adamchainz/django-cors-headers/compare/4.3.0...4.3.1 )
Updates `django-filter` from 23.3 to 23.5
- [Release notes](https://github.com/carltongibson/django-filter/releases )
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst )
- [Commits](https://github.com/carltongibson/django-filter/compare/23.3...23.5 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: django
- dependency-name: django-cors-headers
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: django
- dependency-name: django-filter
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: django
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 15:03:54 -08:00
dependabot[bot]
8316f548c9
Chore(deps): Bump the major-versions group with 1 update ( #5047 )
...
Bumps the major-versions group with 1 update: [ocrmypdf](https://github.com/ocrmypdf/OCRmyPDF ).
Updates `ocrmypdf` from 15.4.3 to 15.4.4
- [Release notes](https://github.com/ocrmypdf/OCRmyPDF/releases )
- [Changelog](https://github.com/ocrmypdf/OCRmyPDF/blob/main/docs/release_notes.rst )
- [Commits](https://github.com/ocrmypdf/OCRmyPDF/compare/v15.4.3...v15.4.4 )
---
updated-dependencies:
- dependency-name: ocrmypdf
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: major-versions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 14:11:58 -08:00
dependabot[bot]
732f52ba2c
Chore(deps): Bump the small-changes group with 6 updates ( #5048 )
...
Bumps the small-changes group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [dateparser](https://github.com/scrapinghub/dateparser ) | `1.1.8` | `1.2.0` |
| [concurrent-log-handler](https://github.com/Preston-Landers/concurrent-log-handler ) | `0.9.24` | `0.9.25` |
| [mysqlclient](https://github.com/PyMySQL/mysqlclient ) | `2.2.0` | `2.2.1` |
| [python-gnupg](https://github.com/vsajip/python-gnupg ) | `0.5.1` | `0.5.2` |
| [python-ipware](https://github.com/un33k/python-ipware ) | `2.0.0` | `2.0.1` |
| [zxing-cpp](https://github.com/zxing-cpp/zxing-cpp ) | `2.1.0` | `2.2.0` |
Updates `dateparser` from 1.1.8 to 1.2.0
- [Release notes](https://github.com/scrapinghub/dateparser/releases )
- [Changelog](https://github.com/scrapinghub/dateparser/blob/master/HISTORY.rst )
- [Commits](https://github.com/scrapinghub/dateparser/compare/v1.1.8...v1.2.0 )
Updates `concurrent-log-handler` from 0.9.24 to 0.9.25
- [Release notes](https://github.com/Preston-Landers/concurrent-log-handler/releases )
- [Changelog](https://github.com/Preston-Landers/concurrent-log-handler/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Preston-Landers/concurrent-log-handler/compare/0.9.24...0.9.25 )
Updates `mysqlclient` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/PyMySQL/mysqlclient/releases )
- [Changelog](https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst )
- [Commits](https://github.com/PyMySQL/mysqlclient/compare/v2.2.0...v2.2.1 )
Updates `python-gnupg` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/vsajip/python-gnupg/releases )
- [Changelog](https://github.com/vsajip/python-gnupg/blob/master/release )
- [Commits](https://github.com/vsajip/python-gnupg/compare/0.5.1...0.5.2 )
Updates `python-ipware` from 2.0.0 to 2.0.1
- [Changelog](https://github.com/un33k/python-ipware/blob/main/CHANGELOG.md )
- [Commits](https://github.com/un33k/python-ipware/compare/v2.0.0...v2.0.1 )
Updates `zxing-cpp` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/zxing-cpp/zxing-cpp/releases )
- [Commits](https://github.com/zxing-cpp/zxing-cpp/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: dateparser
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
- dependency-name: concurrent-log-handler
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: mysqlclient
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: python-gnupg
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: python-ipware
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: small-changes
- dependency-name: zxing-cpp
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: small-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 13:37:46 -08:00
Trenton H
5f2345b01a
Targeted update of some Python dependencies ( #4688 )
2023-11-28 19:10:27 -08:00
Trenton H
ab9e561317
Chore: Backend bulk updates ( #4509 )
2023-11-13 17:09:56 +00:00
shamoon
82d28bdb64
Documentation: update docs, screenshots ahead of Paperless-ngx v2.0 ( #4542 )
...
* Reformat internal links
* Update screenshots, docs & readme
* Use image lightbox
* Fix nested list on docs index
* Add some visual interest to screenshots layout
* Compress images
2023-11-13 14:56:34 +00:00
shamoon
a792bf1ca1
Feature: Implement custom fields for documents ( #4502 )
...
Adds custom fields of certain data types, attachable to documents and searchable
Co-Authored-By: Trenton H <797416+stumpylog@users.noreply.github.com>
2023-11-05 17:27:23 -08:00
nanokatz
b5613754d2
Feature: Audit Trail ( #4425 )
...
Adds new feature for optionally enabling change tracking for possible audit purposes
---------
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
Co-authored-by: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
2023-10-30 09:23:22 -07:00
Trenton H
61d0459e3c
Feature: Switches to a new client to handle communication with Gotenberg ( #4391 )
...
Switches to a new client to handle communication with Gotenberg for merging and generating PDFs
2023-10-20 00:27:29 +00:00
Trenton H
288ed3d787
Updates Django to 4.2.5 ( #4278 )
2023-09-27 10:45:51 -07:00
shamoon
54783f706f
Feature: consumption templates ( #4196 )
...
* Initial implementation of consumption templates
* Frontend implementation of consumption templates
Testing
* Support consumption template source
* order templates, automatically add permissions
* Support title assignment in consumption templates
* Refactoring, filters to and, show sources on list
Show sources on template list, update some translation strings
Make filters and
minor testing
* Update strings
* Only update django-multiselectfield
* Basic docs, document some methods
* Improve testing coverage, template multi-assignment merges
2023-09-22 16:53:13 -07:00
Trenton Holmes
34b80a4d8e
Removes support for Python 3.8 and lower from the code base
2023-09-10 11:42:59 -07:00
Trenton H
ac8f5eaa7d
Unlocks all things which were locked due to ARMv7, etc
2023-09-08 11:21:43 -07:00
Trenton H
9344e80804
Loosen restriction and update a couple of packages which were out of date
2023-08-10 17:23:16 -07:00
Trenton H
73e829b721
Reduces the 2 mail tests flakiness
2023-08-07 15:32:33 -07:00
Trenton H
f2e9581dd7
Locks and upgrades all dependencies
2023-07-27 12:30:41 -07:00
Trenton H
dbcf040dde
Updates some Python dependencies and the hooks
2023-07-20 18:30:11 -07:00
Trenton H
97d9edda96
Updates tika client library and handle the changes to it
2023-06-26 10:41:05 -06:00
Trenton H
36f09c4974
Swapping out the tika and replaces requests with httpx
2023-06-06 09:05:26 -07:00
Michael Manganiello
58f4484fbf
Sync Pipfile.lock based on latest Pipfile
...
When running `pipenv install` locally, `pipenv` triggers a warning that the
lockfile is out of sync, and starts regenerating the `Pipfile.lock` file.
This change syncs these files, and updates dependencies based on a fresh run of
`pipenv lock --dev`.
2023-05-30 07:22:00 -07:00
Trenton H
b78d862aed
Upgrades to the latest django channels
2023-05-12 06:43:32 -07:00
Trenton H
ee99c30d49
Transition to new library for finding IPs from the Django request
2023-05-11 13:51:04 -07:00
Trenton H
58b7230979
Upgrades dependencies to their latest allowed versions
2023-05-10 06:59:44 -07:00
Ross Brown
2c4e2e352a
Bump django from 4.1.7 to 4.1.9
2023-05-07 18:22:52 -07:00
Trenton H
08c21c3db4
CI cleanup and improvements.
...
Removes the building of installers from the repo, they can now be built elsewhere,
on demand, as their building is no longer tied to the Dockerfile
2023-05-05 11:47:43 -07:00
Trenton H
d2c02b9102
Configures ruff as the one stop linter and resolves warnings it raised
2023-04-01 17:03:52 -07:00
Trenton H
899f3ba9fc
Merge remote-tracking branch 'origin/dev' into feature-multiple-barcode-scanners
2023-03-29 09:40:10 -07:00
Trenton H
d12a5b36af
Unlock channels_redis and implement the workaround from the issue to use pub/sub instead
2023-03-23 19:54:19 -07:00
Marvin Gaube
c66a0ec82e
feature: Add support for zxing as barcode scanning lib
2023-03-19 13:48:35 +01:00
Trenton H
60fefad7cf
Unlock cryptography version now that PiWheels built the most recent version. Update in bulk.
2023-03-15 06:35:05 -07:00
Trenton H
9ca7f0c616
Add new packages catagory for mypy typing stubs and configure some mypy settings in setup.cfg
2023-02-27 15:59:55 -08:00