소스 검색

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

pull/80/head
tessier 4 년 전
부모
커밋
4b5c593f43
5개의 변경된 파일29개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

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

BIN
resources/onprem/vcs/github.png 파일 보기

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

BIN
resources/onprem/vcs/gitlab.png 파일 보기

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

불러오는 중...
취소
저장