Browse Source
feat(node): add SVN (#426)
* Add: SVN
* updated the png file to remove the green background as suggested by gabriel-tessier
pull/322/merge
Ryan Cheley
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
0 deletions
-
diagrams/onprem/vcs.py
-
docs/nodes/onprem.md
-
BIN
resources/onprem/vcs/svn.png
|
|
@@ -24,4 +24,8 @@ class Gitlab(_Vcs): |
|
|
|
_icon = "gitlab.png" |
|
|
|
|
|
|
|
|
|
|
|
class Svn(_Vcs): |
|
|
|
_icon = "svn.png" |
|
|
|
|
|
|
|
|
|
|
|
# Aliases |
|
|
@@ -235,6 +235,7 @@ Node classes list of onprem provider. |
|
|
|
- **diagrams.onprem.vcs.Gitea** |
|
|
|
- **diagrams.onprem.vcs.Github** |
|
|
|
- **diagrams.onprem.vcs.Gitlab** |
|
|
|
- **diagrams.onprem.vcs.Svn** |
|
|
|
|
|
|
|
## onprem.workflow |
|
|
|
|
|
|
|
Before
|
After
|
|
|
|
Width: 256
|
Height: 256
|
Size: 12 KiB
|