This repository has been archived by the owner on May 20, 2022. It is now read-only.
forked from mingrammer/diagrams
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/tekton
* master: (23 commits) Added generic itens and blank cluster (mingrammer#171) bump: up to version 0.13.1 fix: add missing firebase base class docs: fix i18n docs(web): add sponsoring docs: fix Saas to SaaS docs: add more badges docs: add a sponsorship link :) docs: add firebase, elastic, and saas categories bump: up to version 0.13.0 AWS: Added more DynamoDB and IAM resources (mingrammer#180) Add elastic stack (mingrammer#134) (mingrammer#174) Add Rust programming language (mingrammer#179) Add flux and flagger (mingrammer#147) Add Saas v2 (mingrammer#89) (mingrammer#173) Add nodes for Firebase (mingrammer#167) Add ZuulCI as onprem CI resource (mingrammer#145) bump: up to version 0.12.0 Add GitlabCI to onprem.ci section (mingrammer#166) Add Sentry to onperm.monitoring (mingrammer#165) ...
- Loading branch information
Showing
177 changed files
with
1,234 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _AWS | ||
|
||
|
||
class _Game(_AWS): | ||
_type = "game" | ||
_icon_dir = "resources/aws/game" | ||
|
||
|
||
class Gamelift(_Game): | ||
_icon = "gamelift.png" | ||
|
||
|
||
# Aliases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# This module is automatically generated by autogen.sh. DO NOT EDIT. | ||
|
||
from . import _AWS | ||
|
||
|
||
class _General(_AWS): | ||
_type = "general" | ||
_icon_dir = "resources/aws/general" | ||
|
||
|
||
class Disk(_General): | ||
_icon = "disk.png" | ||
|
||
|
||
class General(_General): | ||
_icon = "general.png" | ||
|
||
|
||
class GenericDatabase(_General): | ||
_icon = "generic-database.png" | ||
|
||
|
||
class GenericFirewall(_General): | ||
_icon = "generic-firewall.png" | ||
|
||
|
||
class GenericOfficeBuilding(_General): | ||
_icon = "generic-office-building.png" | ||
|
||
|
||
class GenericSamlToken(_General): | ||
_icon = "generic-saml-token.png" | ||
|
||
|
||
class GenericSDK(_General): | ||
_icon = "generic-sdk.png" | ||
|
||
|
||
class Marketplace(_General): | ||
_icon = "marketplace.png" | ||
|
||
|
||
class TradicionalServer(_General): | ||
_icon = "tradicional-server.png" | ||
|
||
|
||
class User(_General): | ||
_icon = "user.png" | ||
|
||
|
||
class Users(_General): | ||
_icon = "users.png" | ||
|
||
|
||
# Aliases | ||
|
||
OfficeBuilding = GenericOfficeBuilding |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 _AWS | ||
|
||
|
||
class _Robotics(_AWS): | ||
_type = "robotics" | ||
_icon_dir = "resources/aws/robotics" | ||
|
||
|
||
class RobomakerSimulator(_Robotics): | ||
_icon = "robomaker-simulator.png" | ||
|
||
|
||
class Robomaker(_Robotics): | ||
_icon = "robomaker.png" | ||
|
||
|
||
class Robotics(_Robotics): | ||
_icon = "robotics.png" | ||
|
||
|
||
# Aliases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.