ソースを参照

feat(node): add SaaS git providers

pull/984/head
grahamhar 8ヶ月前
コミット
ca4c0f8b22
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: D77602A906EEB3E0
11個のファイルの変更16行の追加10行の削除
  1. +4
    -0
      diagrams/onprem/vcs.py
  2. +4
    -5
      diagrams/programming/framework.py
  3. +2
    -2
      diagrams/saas/security.py
  4. +3
    -0
      docs/nodes/onprem.md
  5. +1
    -1
      docs/nodes/programming.md
  6. +2
    -2
      docs/nodes/saas.md
  7. バイナリ
      resources/onprem/vcs/bitbucket.png
  8. バイナリ
      website/static/img/resources/oci/connectivity/customer-premises-white.png
  9. バイナリ
      website/static/img/resources/oci/connectivity/customer-premises.png
  10. バイナリ
      website/static/img/resources/onprem/vcs/bitbucket.png
  11. バイナリ
      website/static/img/resources/saas/security/crowdstrike.png

+ 4
- 0
diagrams/onprem/vcs.py ファイルの表示

@@ -8,6 +8,10 @@ class _Vcs(_OnPrem):
_icon_dir = "resources/onprem/vcs"


class Bitbucket(_Vcs):
_icon = "bitbucket.png"


class Git(_Vcs):
_icon = "git.png"



+ 4
- 5
diagrams/programming/framework.py ファイルの表示

@@ -53,7 +53,7 @@ class Hibernate(_Framework):


class Jhipster(_Framework):
_icon = "jhipster.png"
_icon = "jhipster.png"


class Laravel(_Framework):
@@ -62,15 +62,15 @@ class Laravel(_Framework):

class Micronaut(_Framework):
_icon = "micronaut.png"

class Nextjs(_Framework):
_icon = "nextjs.png"

class Phoenix(_Framework):
_icon = "phoenix.png"

class Quarkus(_Framework):
_icon = "quarkus.png"
@@ -110,4 +110,3 @@ FastAPI = Fastapi
GraphQL = Graphql
DotNet = Dotnet
NextJs = Nextjs
JHipster = Jhipster

+ 2
- 2
diagrams/saas/security.py ファイルの表示

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


+ 3
- 0
docs/nodes/onprem.md ファイルの表示

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



+ 1
- 1
docs/nodes/programming.md ファイルの表示

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


+ 2
- 2
docs/nodes/saas.md ファイルの表示

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


バイナリ
resources/onprem/vcs/bitbucket.png ファイルの表示

変更前 変更後
幅: 236  |  高さ: 213  |  サイズ: 3.8 KiB

バイナリ
website/static/img/resources/oci/connectivity/customer-premises-white.png ファイルの表示

変更前 変更後
幅: 675  |  高さ: 675  |  サイズ: 9.6 KiB

バイナリ
website/static/img/resources/oci/connectivity/customer-premises.png ファイルの表示

変更前 変更後
幅: 675  |  高さ: 675  |  サイズ: 10 KiB

バイナリ
website/static/img/resources/onprem/vcs/bitbucket.png ファイルの表示

変更前 変更後
幅: 236  |  高さ: 213  |  サイズ: 3.8 KiB

バイナリ
website/static/img/resources/saas/security/crowdstrike.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 256  |  サイズ: 16 KiB

読み込み中…
キャンセル
保存