Gandalf (Gandalf is A Natural Devops Application Life-cycle Framework), a tool to allow progressive DevOps adoption.
Mozilla Public License 2.0
7
stars
0
forks
source link
Update `domain` object with `GitProvider` object #224
Closed
Zorin95670 closed 2 years ago
Steps:
domain
structure :GitURL
GitProvider
, on cascade deleteGET
, to instead of retrieveGitURL
, it retrieve aGitProvider
object, if this object doesn't exists, it will be null.Update
to not be able to update theGitProvider
object.Delete
to delete theGitProvider
object too.Links
Blocked by:
223