Commit Graph

98 Commits

Author SHA1 Message Date
8c424c7e49 Add coverage dev dependency, with basic config 2024-09-07 11:19:48 -04:00
0e865512ba Bump dependencies
All checks were successful
Ruff / ruff (push) Successful in 52s
Test / test (push) Successful in 3m29s
2024-09-03 11:08:58 -04:00
8d3f548e8b Add django-postgres-metrics
All checks were successful
Ruff / ruff (push) Successful in 39s
Test / test (push) Successful in 3m48s
2024-08-30 11:49:21 -04:00
b98804e514 membershipworks: Use django-simple-history for Member, Flag, and MemberFlag 2024-08-29 21:45:56 -04:00
ee61451759 Convert from MariaDB to PostgreSQL
MariaDB has become far too annoying/buggy, and there are some neat
features only available in PostgreSQL
2024-08-29 21:45:56 -04:00
612c126c9d Bump dependencies, fix type dependencies group 2024-08-29 21:45:56 -04:00
bf3433bb3d Bump dependencies 2024-08-16 17:56:57 -04:00
5ddecaaea8 Add reservations to known first-party packages list 2024-08-15 12:41:30 -04:00
db79a23dc4 Bump dependencies 2024-08-15 12:41:30 -04:00
91da3736ec Add type stubs for Google API client and dateutil 2024-08-14 16:58:41 -04:00
20fcac99a8 Apply Ruff's flake8-bugbear (B) rules 2024-08-09 01:47:32 -04:00
256c56df04 Apply even more Ruff rules
- flake8-use-pathlib (PTH)
- refurb (FURB)
2024-08-09 01:47:32 -04:00
7b3dfef732 Apply Ruff's flake8-type-checking (TCH) rules 2024-08-09 01:47:32 -04:00
e348e8fbf5 Apply Ruff's flake8-raise (RSE) rules 2024-08-09 01:47:32 -04:00
39df28743b Apply a few more Ruff rules
- flake8-implicit-str-concat (ISC)
- flake8-quotes (Q)
- flake8-pie (PIE)
- flake8-logging (LOG)
2024-08-09 01:47:32 -04:00
bef0191e12 Apply Ruff's flake8-no-pep420 (INP) rules 2024-08-09 01:47:32 -04:00
ab25da0aa1 Apply Ruff's flake8-builtins (A) rules 2024-08-09 01:47:32 -04:00
a8b8e148fc Bump dependencies 2024-08-09 01:47:32 -04:00
35c063c44e reservations: Add task to sync with Google Calendar 2024-08-09 01:47:32 -04:00
54b615c986 Bump dependencies 2024-08-09 01:47:32 -04:00
5f920825cc Bump dependencies 2024-07-23 00:45:27 -04:00
ac7e3312c5 Use django-vite for JS bundling 2024-07-23 00:45:27 -04:00
babe973863 Bump dependencies
All checks were successful
Ruff / ruff (push) Successful in 26s
Test / test (push) Successful in 3m52s
2024-07-18 10:40:28 -04:00
682ebefc81 Bump dependencies 2024-06-27 14:32:08 -04:00
d8e6a69719 Apply ruff lint rule DJ012 for model internals ordering 2024-06-07 09:36:49 -04:00
9f24286701 Bump dependencies 2024-06-07 09:36:49 -04:00
b1a7467eda Bump dependencies 2024-05-19 15:55:13 -04:00
281c882a82 Bump dependencies 2024-05-08 12:32:49 -04:00
0944dd7992 Fix various type issues 2024-05-04 18:03:22 -04:00
9658366d72 Fix mypy for django-configurations
still have a lot of bad typing, but at least it runs again
2024-05-03 12:37:48 -04:00
a2c0707263 Bump dependencies 2024-05-03 12:37:48 -04:00
99060a8a43 Convert settings to use django-configurations 2024-05-03 12:37:48 -04:00
f8a4b425af Bump dependencies 2024-05-03 12:37:48 -04:00
d68e6ea5fe Bump dependencies
Some checks failed
Ruff / ruff (push) Successful in 36s
Test / test (push) Has been cancelled
2024-04-18 11:31:01 -04:00
0ce441336f membershipworks: Add ability for instructors to generate and submit event invoices
Some checks failed
Ruff / ruff (push) Successful in 1m23s
Test / test (push) Failing after 6m7s
2024-04-14 01:31:03 -04:00
60e7fc90aa Add django-bootstrap5 2024-04-14 00:43:45 -04:00
53e5ceea89 Continue on errors in pdm run fmt 2024-03-29 12:01:23 -04:00
9c1771b414 Enable Ruff rule to reject # XXX: todo lines
Combined with pre-commit, this should prevent me from committing
unfinished sections
2024-03-29 12:01:23 -04:00
8c29462588 Bump dependencies 2024-03-29 12:01:08 -04:00
44c85b9257 Bump dependencies
Specifically need weasyprint 61.1
2024-03-02 00:22:32 -05:00
b6280d701f doorcontrol: Migrate door updater over from memberPlumbing
All checks were successful
Ruff / ruff (push) Successful in 2m1s
Test / test (push) Successful in 7m20s
2024-02-23 18:39:41 -05:00
b3e3de15a2 Add hypothesis testing dependency 2024-02-16 11:11:13 -05:00
83da93b712 membershipworks: Add waiver and Instructor/Vendor reports 2024-02-07 00:27:07 -05:00
af70e0899f Update fmt command to use Ruff 2024-02-05 01:00:15 -05:00
c3f51df7d4 Bump dependencies
All checks were successful
Ruff / ruff (push) Successful in 21s
2024-02-02 01:25:54 -05:00
3d7d428914 membershipworks: Add event invoices and financial info to event reports
All checks were successful
Ruff / ruff (push) Successful in 22s
2024-01-31 20:28:28 -05:00
0eab482893 Allow empty lines in templates 2024-01-26 14:13:46 -05:00
a1a9cb2890 Bump dependencies 2024-01-26 14:03:04 -05:00
f20d85e2e4 Add django-filters 2024-01-26 13:56:27 -05:00
bfe9fc7c2c membershipworks: Add download buttons for event reports 2024-01-24 00:03:57 -05:00