benjaoming
benjaoming commented on pull request data.coop/membersystem#39 2024-08-02 21:53:10 +00:00
Switch to using uv instead of pip-tools

(I'm happy to just test this out and remove it again if it doesn't work)

benjaoming created pull request data.coop/membersystem#39 2024-08-02 21:52:41 +00:00
Switch to using uv instead of pip-tools
benjaoming created branch use-uv in benjaoming/membersystem 2024-08-02 21:52:31 +00:00
benjaoming pushed to use-uv at benjaoming/membersystem 2024-08-02 21:52:31 +00:00
8fca53dfe9 Switch to using uv instead of pip-tools
benjaoming pushed to payment-updates at benjaoming/membersystem 2024-08-01 15:06:16 +00:00
5a8e036dd1 Update success message
benjaoming pushed to payment-updates at benjaoming/membersystem 2024-08-01 14:20:16 +00:00
ba55d18e5b Remove duped definition of DEFAULT_FROM_EMAIL
benjaoming commented on issue data.coop/membersystem#38 2024-08-01 11:48:24 +00:00
Setup new environment variables
benjaoming created pull request data.coop/ansible#216 2024-08-01 11:47:39 +00:00
Update environment variables re: https://git.data.coop/data.coop/membersystem/issues/38
benjaoming created branch membersystem-envs in benjaoming/ansible 2024-08-01 11:46:54 +00:00
benjaoming pushed to membersystem-envs at benjaoming/ansible 2024-08-01 11:46:54 +00:00
c00ab53269 Update environment variables re: data.coop/membersystem#38
8ae844f2df Bump matrix synapse to v1.110.0.
bd0dc90c44 Bump mastodon to 4.2.10.
abca90c219 Bump forgejo to 7.0.5
3e24254b57 Bump element to v1.11.69.
Compare 10 commits »
benjaoming commented on issue data.coop/membersystem#38 2024-08-01 11:28:27 +00:00
Setup new environment variables

DEFAULT_FROM_EMAIL var der styr på, det havde jeg overset Tilføjer mig selv til DJANGO_ADMINS

Opretter STRIPE_API_KEY og STRIPE_ENDPOINT_SECRET

benjaoming opened issue data.coop/membersystem#38 2024-08-01 11:18:12 +00:00
Setup new environment variables
benjaoming commented on pull request data.coop/membersystem#32 2024-08-01 11:09:14 +00:00
Changes to payment models
benjaoming commented on pull request data.coop/membersystem#32 2024-08-01 11:08:55 +00:00
Changes to payment models
benjaoming opened issue data.coop/membersystem#37 2024-08-01 11:08:40 +00:00
mypy and django-stubs: Use it or lose it
benjaoming commented on pull request data.coop/membersystem#32 2024-08-01 11:07:05 +00:00
Changes to payment models

Nice! I'm gonna vouch that we keep it for now and see if we'll start using mypy checks or not... now at least, it can be run.

benjaoming commented on pull request data.coop/membersystem#32 2024-08-01 11:06:13 +00:00
Changes to payment models

I've restored it... hatch env run --env default -- python --version; hatch env run --env dev -- python --version is really incomprehensible compared to the old version, also funny that `hatch…

benjaoming pushed to payment-updates at benjaoming/membersystem 2024-08-01 11:04:55 +00:00
037c204411 Re-instate updated pip-compile command, regenerate requirements*.txt
benjaoming commented on pull request data.coop/membersystem#32 2024-08-01 11:01:11 +00:00
Changes to payment models

Maybe that error is because the old "requirements.txt" I had didn't specify the Python version using the same string pattern 🤪

Notably when this was changed, the command started working:

`…

benjaoming pushed to payment-updates at benjaoming/membersystem 2024-08-01 10:57:36 +00:00
37719191b7 Clean up README