Commit Graph

1318 Commits

Author SHA1 Message Date
7930eef582 Start the DB for tests 2023-07-20 21:25:05 +02:00
64bbd528ae Revert "Revert "Try to use the db in tests""
This reverts commit 757e1da5cb.
2023-07-20 21:06:54 +02:00
1a4c75c7aa Remove unused docker settings 2023-07-18 21:44:35 +02:00
4217774c13 Connect through socket to DB 2023-07-18 21:43:42 +02:00
Andreas Zweili
3734f26947
Merge pull request #148 from Nebucatnetzer/overmind
Overmind
2023-07-18 21:00:38 +02:00
df8e5914bc Rebuild the datbase if its config files gets removed 2023-07-18 20:59:09 +02:00
e36dd53c6b Add a sleep of 2 seconds
The database needs some time to shut down
2023-07-18 20:58:49 +02:00
986434de8d Load the inventory fixtures 2023-07-18 20:58:39 +02:00
ceda8d419b Remove one object per line
Makes it easier to change
2023-07-18 20:47:24 +02:00
04e1831d02 Replace cleanall with git clean -xdf 2023-07-18 20:44:01 +02:00
a623062fb5 Remove the database when cleaning 2023-07-18 20:41:12 +02:00
42965ba283 Rename second_run to first_run 2023-07-18 20:40:58 +02:00
120b86fa9a Reformat 2023-07-18 20:22:32 +02:00
9153239c79 Extend README 2023-07-18 20:21:55 +02:00
757e1da5cb Revert "Try to use the db in tests"
This reverts commit 10c221ec8b.
2023-07-14 18:49:37 +02:00
10c221ec8b Try to use the db in tests 2023-07-14 18:17:21 +02:00
Andreas Zweili
3860b94c0b Create a django database 2023-07-14 14:34:56 +02:00
Andreas Zweili
05c61e275a Use the DB with the local username 2023-07-14 14:27:32 +02:00
Andreas Zweili
2e781b2cd1 Remove the password for local settings 2023-07-14 14:24:22 +02:00
Andreas Zweili
1551150ede Move the overmind quit command ouf of the if clause 2023-07-14 14:20:08 +02:00
Andreas Zweili
64ddd7ef66 Use the current user for DB access 2023-07-14 14:15:11 +02:00
Andreas Zweili
cec752b998 Listen on localhost with postgresql 2023-07-14 14:15:01 +02:00
0b61c4a23f Clean up the clean tasks 2023-07-13 23:48:59 +02:00
311f2313e4 Rewrite setup to use overmind 2023-07-13 23:48:43 +02:00
f82c2bcc23 Make test runs work from any directory 2023-07-13 23:02:56 +02:00
dd6603992d Start the services with overmind 2023-07-13 22:25:50 +02:00
3b04e8337e Remove the .direnv directory when cleaning 2023-07-13 22:22:23 +02:00
4863b71bce Build the .venv into a hidden folder 2023-07-13 22:22:03 +02:00
07a8d8cb33 Remove docker-compose-development.yml 2023-07-13 22:08:53 +02:00
8af2b25042 Run tests in a RAM DB 2023-07-13 22:07:32 +02:00
73df8d406a Add a Procfile 2023-07-13 22:07:23 +02:00
9ba7625c50 Remove gnumake 2023-07-13 21:07:40 +02:00
1c30e6ddb0 Remove docker-compose for development 2023-07-12 23:17:26 +02:00
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