Commit Graph

1319 Commits

Author SHA1 Message Date
Andreas Zweili
d15f78833f
Merge pull request #67 from Nebucatnetzer/dev
Dev
2022-03-27 16:18:21 +02:00
d6090ad3b3 add the allowed hosts dynamically 2022-03-27 16:13:34 +02:00
5e2b7350ea allow external access to dev server 2022-03-27 16:12:56 +02:00
Andreas Zweili
90578c1075
Merge pull request #66 from Nebucatnetzer/dev
Dev
2022-03-27 15:42:23 +02:00
d6ef2c156d show AdGroup users in group detail view 2022-03-27 15:41:20 +02:00
b0a191959c show the users from mail groups in the detail view 2022-03-27 15:38:48 +02:00
cb3900d80c line length 2022-03-27 14:54:43 +02:00
4e25c53f6e remove unused import 2022-03-27 14:54:35 +02:00
7efceb4954 format with black 2022-03-27 14:50:44 +02:00
9559bfcf95 format code 2022-03-27 14:45:47 +02:00
78146d68e2 format code 2022-03-27 14:45:18 +02:00
0a88c434b6 add a pyproject.toml to customize black 2022-03-27 14:44:54 +02:00
293a6d1b67 adding dev packages for emacs 2022-03-27 14:24:48 +02:00
9607644c1c add test for user in MailGroup 2022-03-23 22:42:09 +01:00
174d02d26b show all groups on one site 2022-03-23 22:29:38 +01:00
0bc56731f9 add django-model-utils 2022-03-23 21:42:37 +01:00
Andreas Zweili
ccafdf1c99
Merge pull request #65 from Nebucatnetzer/dev
2022-03-23
2022-03-23 21:28:00 +01:00
8ad299aef1 wrap long lines 2022-03-23 18:08:37 +01:00
6461f33ee0 remove unused import 2022-03-23 15:43:08 +01:00
48e78be967 really correct the htmx targets 2022-03-23 14:11:23 +01:00
b118e07d5c correct htmx target ids 2022-03-23 14:07:52 +01:00
b8a130ec10 add DummyLocation 2022-03-23 13:49:58 +01:00
9064a08b4f add plus button to DeviceUpdateForm 2022-03-23 12:38:29 +01:00
29906d9a9a add location form view 2022-03-23 12:18:40 +01:00
ad61fbb294 remove unused import 2022-03-23 10:35:45 +01:00
f514e92218 generate the location name with mixer 2022-03-23 10:34:53 +01:00
37a304219f add form for locations 2022-03-05 15:13:27 +01:00
5ee0c7caa7 correct the cleanup command for the venv 2022-03-01 10:05:19 +01:00
44adc5b94d move the ENV variable to the nix-shell 2022-03-01 10:04:34 +01:00
724b5fb759 WIP shell 2022-03-01 09:56:58 +01:00
a1852fd292 rewrite Makefile to use nix environment 2022-03-01 09:49:56 +01:00
c03055c659 use python3 explicitly 2022-03-01 09:33:27 +01:00
ca911848da ignore all venv 2022-03-01 09:33:12 +01:00
Andreas Zweili
982c33fef8
Merge pull request #64 from Nebucatnetzer/dev
Dev
2022-02-11 17:42:54 +01:00
42970896a6 add invalid test for htmx_create_device_cagetory 2022-02-11 17:40:58 +01:00
d546827b8a create tests for htmx_create_device_cagetory 2022-02-11 17:38:18 +01:00
5b76e1d66f put the plus next to the category field 2022-02-11 10:54:17 +01:00
3d77f12999 remove duplicate field definitions 2022-02-11 08:38:51 +01:00
47e75198fb add missing trailing slash 2022-02-10 22:37:11 +01:00
6ff44eb129 add test_load_device_update_view 2022-02-10 22:05:12 +01:00
38241f2a9b add a test for duplicate devices 2022-02-10 21:56:56 +01:00
ef174c70aa rewrite the customer forms to htmx 2022-02-10 21:40:49 +01:00
0bdaaa2503 remove migrate from debug command 2022-02-10 21:11:44 +01:00
Andreas Zweili
5613f3e453
Merge pull request #63 from Nebucatnetzer/dependabot/pip/requirements/django-4.0.2
Bump django from 4.0.1 to 4.0.2 in /requirements
2022-02-10 14:28:28 +01:00
dependabot[bot]
b884f95774
Bump django from 4.0.1 to 4.0.2 in /requirements
Bumps [django](https://github.com/django/django) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.0.1...4.0.2)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-10 09:57:33 +00:00
6cac033026 get the image from github 2022-02-08 15:20:58 +01:00
Andreas Zweili
20df60069a
Merge pull request #62 from Nebucatnetzer/dev
Dev
2022-02-08 15:10:33 +01:00
6b5130ccae add the correct submit value 2022-02-08 15:04:48 +01:00
e9d6b8aad1 fix commands 2022-02-08 14:51:14 +01:00
37315422d6 clean up the run command 2022-02-08 14:47:16 +01:00