Commit Graph

1081 Commits

Author SHA1 Message Date
Andreas Zweili
5db0361dad
Merge pull request #72 from Nebucatnetzer/dependabot/pip/coverage-6.5.0
Bump coverage from 6.3 to 6.5.0
2022-11-05 22:48:21 +01:00
dependabot[bot]
96f2cbe665
Bump coverage from 6.3 to 6.5.0
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3 to 6.5.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/6.3...6.5.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-05 21:39:32 +00:00
Andreas Zweili
62174df3f4
Create dependabot.yml 2022-11-05 22:39:09 +01:00
Andreas Zweili
8878bf35f9
Merge pull request #71 from Nebucatnetzer/dependabot/pip/requirements/django-4.0.7
Bump django from 4.0.6 to 4.0.7 in /requirements
2022-08-17 15:33:09 +02:00
dependabot[bot]
d212fcb571
Bump django from 4.0.6 to 4.0.7 in /requirements
Bumps [django](https://github.com/django/django) from 4.0.6 to 4.0.7.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.0.6...4.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 15:32:00 +00:00
Andreas Zweili
69b9850861
Merge pull request #70 from Nebucatnetzer/dependabot/pip/requirements/django-4.0.6
Bump django from 4.0.2 to 4.0.6 in /requirements
2022-07-20 21:45:21 +02:00
dependabot[bot]
abf31fc5e1
Bump django from 4.0.2 to 4.0.6 in /requirements
Bumps [django](https://github.com/django/django) from 4.0.2 to 4.0.6.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/4.0.2...4.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-05 21:48:32 +00:00
Andreas Zweili
8e2b32ad1b
Merge pull request #68 from Nebucatnetzer/dev
add a project manager to customer
2022-03-29 22:05:17 +02:00
388b9bbadb add a project manager to customers 2022-03-29 22:03:43 +02:00
d66e5cc027 correct the Makefile 2022-03-29 21:14:33 +02:00
781df9eabf use the production settings in the example 2022-03-29 21:11:37 +02:00
c968c5eca9 open port 8000 in the Makefile 2022-03-29 21:10:41 +02:00
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