Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-09 | Permit to create staff/superuser users | Corentin LABBE | 1 | -2/+11 | |
This patch add two user options staff and superuser. This will permit to create users with thoses flag in LAVA. In the process remove the hardcoded admin user from Dockerfile and move it in tokens.yaml | |||||
2018-01-08 | Fix custom device-type handling | Corentin LABBE | 1 | -4/+5 | |
Device-type are jinja2 files and not yaml files and so a have a different filename. So this patch correct the handling of custom device-types. | |||||
2017-10-25 | Handle generated files | Corentin LABBE | 1 | -0/+74 | |
This commit add suppot for generated files by lalalab-gen.py. |