Merge pull request #80 from gabriel-tessier/master

Add Git/GitLab/Github to onprem.vcs section #58
pull/84/head
MinJae Kwon 6 years ago committed by GitHub
commit d6ea38c21a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,23 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _OnPrem
class _Vcs(_OnPrem):
_type = "vcs"
_icon_dir = "resources/onprem/vcs"
class Git(_Vcs):
_icon = "git.png"
class Github(_Vcs):
_icon = "github.png"
class Gitlab(_Vcs):
_icon = "gitlab.png"
# Aliases

@ -124,3 +124,9 @@ Node classes list of onprem provider.
- **diagrams.onprem.analytics.Hive**
- **diagrams.onprem.analytics.Spark**
- **diagrams.onprem.analytics.Storm**
## onprem.vcs
- **diagrams.onprem.vcs.Git**
- **diagrams.onprem.vcs.Github**
- **diagrams.onprem.vcs.Gitlab**

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Loading…
Cancel
Save