- 20 Feb, 2020 1 commit
-
-
Lukas Burgey authored
Fix some hacked imports Move the content of the auth module to better locations Remove deferred import Rename vo module to vos
-
- 06 Feb, 2020 2 commits
-
-
Lukas Burgey authored
-
Lukas Burgey authored
-
- 13 Feb, 2019 1 commit
-
-
Lukas Burgey authored
Removes some obsolete methods
-
- 08 Feb, 2019 2 commits
-
-
Lukas Burgey authored
-
Lukas Burgey authored
-
- 04 Feb, 2019 1 commit
-
-
Lukas Burgey authored
-
- 16 Jan, 2019 4 commits
-
-
Lukas Burgey authored
Closes #13
-
Lukas Burgey authored
Fixes the removal of ssh keys of users. Closes #7
-
Lukas Burgey authored
-
Lukas Burgey authored
We are switching from using Deployment to DeploymentState as deployment objects (aka what's send to the clients). This is much nicer and should've been done this way since the beginning. The changes also entail API changes for the client.
-
- 16 Dec, 2018 3 commits
-
-
Lukas Burgey authored
Also changes the defaults of questionnaire and answers.
-
Lukas Burgey authored
The problem is that we deploy Deployment, but questionnaire is bound to a DeploymentState. To make this work (barely) I added the following behaviour: Once a user PATCHs a DeploymentStates questionnaire the DeploymentState is published by acting like it is a ServiceDeployment. This works as long as the client just executes deployments (and does not try to gain insight into the backend state by watching the incoming Deployments) I'm not happy with this hack.
-
Lukas Burgey authored
-
- 15 Dec, 2018 1 commit
-
-
Lukas Burgey authored
-
- 06 Dec, 2018 1 commit
-
-
Lukas Burgey authored
-
- 05 Dec, 2018 2 commits
-
-
Lukas Burgey authored
With all those strange changes, the migrations were broken. I removed all of them and started with new migrations. For django-polymorphic i had to rename the Model 'bases' in the auto generated migrations, as the seem to be case sensitive.
-
Lukas Burgey authored
-
- 30 Nov, 2018 2 commits
-
-
Lukas Burgey authored
-
Lukas Burgey authored
-
- 28 Nov, 2018 3 commits
-
-
Lukas Burgey authored
-
Lukas Burgey authored
Makes Deployment and DeploymentState many to many.
-
Lukas Burgey authored
-
- 26 Nov, 2018 1 commit
-
-
Lukas Burgey authored
-
- 23 Nov, 2018 3 commits
-
-
Lukas Burgey authored
-
Lukas Burgey authored
Closes #7
-
Lukas Burgey authored
Especially adds pending credential states
-
- 21 Nov, 2018 2 commits
-
-
Lukas Burgey authored
-
Lukas Burgey authored
-
- 20 Nov, 2018 5 commits
-
-
Lukas Burgey authored
-
Lukas Burgey authored
-
Lukas Burgey authored
-
Lukas Burgey authored
-
Lukas Burgey authored
-
- 12 Nov, 2018 6 commits
-
-
Lukas Burgey authored
The user of a NewDeployment can be None
-
Lukas Burgey authored
-
Lukas Burgey authored
Previously if a service had no sites and no site was manually given create_state_items failed. We now ignore such services.
-
Lukas Burgey authored
-
Lukas Burgey authored
-
Lukas Burgey authored
-