feat(node): add SaaS git providers

pull/984/head
grahamhar 2 years ago
parent 1c380b01b5
commit ca4c0f8b22
No known key found for this signature in database
GPG Key ID: D77602A906EEB3E0

@ -8,6 +8,10 @@ class _Vcs(_OnPrem):
_icon_dir = "resources/onprem/vcs"
class Bitbucket(_Vcs):
_icon = "bitbucket.png"
class Git(_Vcs):
_icon = "git.png"

@ -110,4 +110,3 @@ FastAPI = Fastapi
GraphQL = Graphql
DotNet = Dotnet
NextJs = Nextjs
JHipster = Jhipster

@ -8,8 +8,8 @@ class _Security(_Saas):
_icon_dir = "resources/saas/security"
class Scrowdstrike(_Security):
_icon = "scrowdstrike.png"
class Crowdstrike(_Security):
_icon = "crowdstrike.png"
class Sonarqube(_Security):

@ -566,6 +566,9 @@ Node classes list of the onprem provider.
## onprem.vcs
<img width="30" src="/img/resources/onprem/vcs/bitbucket.png" alt="Bitbucket" style="float: left; padding-right: 5px;" >
**diagrams.onprem.vcs.Bitbucket**
<img width="30" src="/img/resources/onprem/vcs/git.png" alt="Git" style="float: left; padding-right: 5px;" >
**diagrams.onprem.vcs.Git**

@ -117,7 +117,7 @@ Node classes list of the programming provider.
**diagrams.programming.framework.Hibernate**
<img width="30" src="/img/resources/programming/framework/jhipster.png" alt="Jhipster" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Jhipster**, **JHipster** (alias)
**diagrams.programming.framework.Jhipster**
<img width="30" src="/img/resources/programming/framework/laravel.png" alt="Laravel" style="float: left; padding-right: 5px;" >
**diagrams.programming.framework.Laravel**

@ -122,8 +122,8 @@ Node classes list of the saas provider.
## saas.security
<img width="30" src="/img/resources/saas/security/scrowdstrike.png" alt="Scrowdstrike" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Scrowdstrike**
<img width="30" src="/img/resources/saas/security/crowdstrike.png" alt="Crowdstrike" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Crowdstrike**
<img width="30" src="/img/resources/saas/security/sonarqube.png" alt="Sonarqube" style="float: left; padding-right: 5px;" >
**diagrams.saas.security.Sonarqube**

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Loading…
Cancel
Save