- Jul 15, 2021
-
-
Deaktivert bruker authored
Fixes: GREG-15
-
Deaktivert bruker authored
Fixes: GREG-15
-
Deaktivert bruker authored
Fix Mypy static analysis problems See merge request !4
-
Deaktivert bruker authored
Automatic commit from "poetry update". Fixes: GREG-13
-
Deaktivert bruker authored
Python 3.9 has some minor library API changes that it would be useful for us to have, such as type hinting for generics in collections, union operators for dicts, and perhaps most generally useful, new methods for removing prefixes and suffixes from strings. Unless we have a strong reason not to, we should be targetting the latest stable release. Fixes: GREG-13
-
Deaktivert bruker authored
Fixes: GREG-13
-
Deaktivert bruker authored
Fixes: GREG-13
-
Deaktivert bruker authored
Fixes: GREG-13
-
Deaktivert bruker authored
Fixes: GREG-13
-
Deaktivert bruker authored
Apparently django_filters is missing type hints. Fixes: GREG-13
-
Deaktivert bruker authored
We should be developing against Python 3.9. Fixes: GREG-13
-
Deaktivert bruker authored
-
Tore.Brede authored
build: add shorthands for interacting with the build system See merge request !3
-
- Jul 14, 2021
-
-
Tore.Brede authored
GREG-4: Simple admin interface See merge request !2
-
Andreas Tolfsen authored
Fixes: GREG-12
-
Tore.Brede authored
-
Andreas Tolfsen authored
We have a bootstrapping problem on most operating systems because the Poetry build system is not available as a distribution package. This is a problem for some users because it hinders developer productivity and automation. This introduces a Makefile wrapper that installs Poetry into a venv (under ./venv/ by default, or configurable with the VENV environment variable). Various tasks can be added to this Makefile so one can easily interact with the build system without first having to activate the venv. This is useful for development environments where you do not have access to an interactive terminal. It is important to note that the Makefile is not actually a dependent in the build process. Using "poetry build", or any compatible Python build system, should still work. The Makefile is, then, merely a set of shorthand helpers to make development somewhat more enjoyable. Fixes: GREG-12
-
Andreas Tolfsen authored
Fixes: GREG-12
-
Andreas Tolfsen authored
Fixes: GREG-12
-
Tore.Brede authored
-
- Jul 13, 2021
-
-
Tore.Brede authored
-
Tore.Brede authored
-
Tore.Brede authored
-
Deaktivert bruker authored
GREG-3: Adding more model classes See merge request !1
-
Tore.Brede authored
-
- Jul 09, 2021
-
-
Jonas Braathen authored
-
Jonas Braathen authored
-
Jonas Braathen authored
-