Commit Graph

1335 Commits

Author SHA1 Message Date
e4b064b830 Extend direnv to create postgres dir 2023-07-12 23:16:32 +02:00
0eea48d727 Add postgresql 15 2023-07-12 22:53:14 +02:00
c12e7f6b86 Add overmind 2023-07-12 22:53:07 +02:00
0258363334 Merge branch 'execnet' into dev 2023-07-12 21:24:17 +02:00
1d61db65f0 Update execnet overrides in upstream 2023-07-12 21:23:18 +02:00
f423680533 Remove unused variables 2023-07-11 21:37:53 +02:00
3ded676db9 Try to update execnet 2023-07-11 21:11:30 +02:00
Andreas Zweili
6f6c31cf2d
Merge pull request #142 from Nebucatnetzer/dependabot/pip/django-filter-23.2
Bump django-filter from 22.1 to 23.2
2023-07-11 11:39:37 +02:00
5f0b5cf199 Update flake 2023-07-10 21:46:36 +02:00
dependabot[bot]
fd3d342cfe
Bump django-filter from 22.1 to 23.2
Bumps [django-filter](https://github.com/carltongibson/django-filter) from 22.1 to 23.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/22.1...23.2)

---
updated-dependencies:
- dependency-name: django-filter
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 17:43:54 +00:00
Andreas Zweili
b05c6c81d6
Merge pull request #145 from Nebucatnetzer/mypy
Mypy
2023-07-10 19:42:23 +02:00
83c1fbd93e Make sure that we return a string 2023-07-10 19:10:19 +02:00
ce3f748f33 Disable linting for nested_admin 2023-07-10 19:10:07 +02:00
fb7b9e7208 Correct setup for pylint 2023-07-10 19:09:37 +02:00
f6cb0f6873 Update dependencies 2023-07-10 17:38:04 +02:00
ca30519384 Remove unused dev packages 2023-07-10 17:36:04 +02:00
729cf08cea Use default line length of black 2023-07-10 16:47:01 +02:00
Andreas Zweili
46df3a73b0
Update tests.yml 2023-07-10 09:36:23 +02:00
Andreas Zweili
c72d1e66cc
Update publish.yml 2023-07-10 09:36:09 +02:00
bfb5c19931 Add pylint-django 2023-07-02 13:52:49 +02:00
b3c1f10718 Ignore types for DeleteView
This is caused by a bug:
https://github.com/typeddjango/django-stubs/issues/1227
2023-07-02 13:43:43 +02:00
c09184686b Add mypy django plugin 2023-07-02 13:42:54 +02:00
6d1611bafa Correct the command to run mypy in flake 2023-07-02 13:42:42 +02:00
f7204f43d0 Add mypy 2023-07-02 13:11:04 +02:00
89e5d6a47a Update flake 2023-06-25 15:13:22 +02:00
41876ad29d Add python-lsp-server 2023-06-25 15:06:40 +02:00
8665808f9e Disable the keyring
I don't really need it at the moment and there is a bug with poetry.
https://github.com/python-poetry/poetry/issues/5250
https://github.com/python-poetry/poetry/issues/1917
2023-06-25 15:05:38 +02:00
91469e180f URLs should be strings 2023-06-21 21:22:39 +02:00
Andreas Zweili
c7313fb63e
Update install-nix-action 2023-04-24 13:30:24 +02:00
675eb4ff95 Update packages 2023-04-24 13:18:25 +02:00
f83e91efa6 Fix the clean command 2023-04-24 13:16:44 +02:00
ccfc1ea66c Update poetry 2023-03-07 21:53:18 +01:00
9011d7a730 Add a check command 2023-03-07 21:53:03 +01:00
559a88367a Add an update command 2023-03-07 21:37:17 +01:00
b072ee441f Update flake 2023-03-07 21:28:28 +01:00
5c9fcd22f1 Correct the development URL 2023-03-07 21:12:17 +01:00
Andreas Zweili
ed35a4913a
Merge pull request #112 from Nebucatnetzer/update-deps
Update dependencies
2023-01-29 13:02:16 +01:00
de219f7d62 Update dependencies 2023-01-29 12:55:38 +01:00
Andreas Zweili
59c949c9c0
Merge pull request #106 from Nebucatnetzer/dev
Remove unused package
2022-12-28 13:50:09 +01:00
84c2516d24 Remove unused package 2022-12-28 13:43:25 +01:00
Andreas Zweili
e823e39688
Merge pull request #105 from Nebucatnetzer/dev
Clean up
2022-12-12 21:45:13 +01:00
795a93ce7f Replace the Makefile 2022-12-12 21:42:00 +01:00
2ff10b6de9 Remove unused files 2022-12-12 20:45:02 +01:00
a529a59e29 Rewrite the flake to use poetry2nix.dependencyEnv 2022-12-12 20:37:51 +01:00
b1f2125e55 Exclude more files from the container 2022-12-12 16:18:25 +01:00
32e0407ea0 Use the WorkingDir parameter 2022-12-12 16:18:11 +01:00
8db9509777 Remove gunicorn as a dependecy from poetry
It is defined already by the flake. If someone wants to run the project in
another way they are free to do so.
2022-12-12 16:17:10 +01:00
23afd3f4f4 Move the poetry dependencies into groups 2022-12-12 16:16:53 +01:00
Andreas Zweili
56d61c7fa9
Merge pull request #104 from Nebucatnetzer/dev
A sort of working setup
2022-12-12 10:11:16 +01:00
bdc68df50c Remove unused variable from workflow 2022-12-12 10:10:10 +01:00