Parcourir la 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
il y a 3 ans
committed by
GitHub
Parent
révision
b4ee4666c6
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 4AEE18F83AFDEB23
3 fichiers modifiés avec
5 ajouts et
0 suppressions
-
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 |
|
|
|
|
|
|
|
Avant
|
Après
|
|
|
|
Largeur: 256
|
Hauteur: 256
|
Taille: 12 KiB
|