Browse Source

Add Git/GitLab/Github to onprem.vcs section #58

pull/80/head
tessier 4 years ago
parent
commit
4b5c593f43
5 changed files with 29 additions and 0 deletions
  1. +23
    -0
      diagrams/onprem/vcs.py
  2. +6
    -0
      docs/nodes/onprem.md
  3. BIN
      resources/onprem/vcs/git.png
  4. BIN
      resources/onprem/vcs/github.png
  5. BIN
      resources/onprem/vcs/gitlab.png

+ 23
- 0
diagrams/onprem/vcs.py View File

@@ -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

+ 6
- 0
docs/nodes/onprem.md View File

@@ -120,3 +120,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**

BIN
resources/onprem/vcs/git.png View File

Before After
Width: 256  |  Height: 256  |  Size: 2.9 KiB

BIN
resources/onprem/vcs/github.png View File

Before After
Width: 256  |  Height: 256  |  Size: 20 KiB

BIN
resources/onprem/vcs/gitlab.png View File

Before After
Width: 256  |  Height: 256  |  Size: 6.8 KiB

Loading…
Cancel
Save