Skip to content

Commit

Permalink
Merge pull request #80 from gabriel-tessier/master
Browse files Browse the repository at this point in the history
Add Git/GitLab/Github to onprem.vcs section #58
  • Loading branch information
mingrammer authored Mar 26, 2020
2 parents 5cfa298 + 4b5c593 commit d6ea38c
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
23 changes: 23 additions & 0 deletions diagrams/onprem/vcs.py
Original file line number Diff line number Diff line change
@@ -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 changes: 6 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 added resources/onprem/vcs/git.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/vcs/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/onprem/vcs/gitlab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d6ea38c

Please sign in to comment.