Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalBackend
Commits
90a0f3e5
Commit
90a0f3e5
authored
Sep 25, 2020
by
lukas.burgey
Browse files
--wip--
parent
e881abd1
Pipeline
#110852
failed with stage
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
feudal/backend/views/rest.py
View file @
90a0f3e5
...
...
@@ -238,6 +238,8 @@ class DeploymentView(generics.RetrieveUpdateAPIView):
if
dep
.
state_target
!=
old_state_target
:
dep
.
target_changed
()
else
:
LOGGER
.
debug
(
dep
.
msg
(
'Patched but the state_target was not changed'
))
class
DeploymentStateListView
(
generics
.
ListCreateAPIView
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment