Adrian Zuber
b4a5fe287d
feat(node): Add MLflow to OnPrem MLOps ( #698 )
...
* Add MLflow to OnPrem MLOps
* Update MLflow entry in doc
2 years ago
Dov Benyomin Sohacheski
80ef675202
feat(node): Added RedHat as a generic OS ( #780 )
2 years ago
dave_r
04e87fd840
feat(node): Add support for Harbor as an on-prem registry ( #766 )
...
* Added dir resources/onprem/registry, added Harbor Container Registry icon resources/onprem/registry/harbor.png from https://github.com/cncf/artwork/blob/master/projects/harbor/icon/color/harbor-icon-color.png . Ran convert resize command to resize original. Ran autogen.sh via Docker. Registry.py now exists in diagrams/onprem/ dir. docs/nodes/onprem.md auto-updated.
Co-authored-by: dryhn <dryhn>
2 years ago
MinJae Kwon
b605980ef5
docs(website): generate website images
2 years ago
MinJae Kwon
0458573502
script(autogen): remove set -e
2 years ago
lrjball
23f8e76ec7
docs: Add icons to docs ( #499 )
...
* Updated docs to include images of nodes
* Updated docs to include images of nodes
* Added icons to docs
* Added black formatting
* Added back png that removed due to incorrect naming convention
* Revert yarn.lock changes
2 years ago
gabriel-tessier
a19705c050
feat(node): add Generic OS Debian ( #549 ) ( #570 )
...
* feat(node): add Generic OS Debian (#549 )
* [Fix] picture size
2 years ago
Ioannis Cherouvim
23d1713f00
feat: add Fastly CDN. ( #740 )
2 years ago
Jared Curtis
c6da8ecc53
feat: add saas.alerting.Xmatters ( #712 )
...
Adding xMatters node to alerting.
Co-authored-by: jared.curtis <jared.curtis@everbridge.com>
2 years ago
gabriel-tessier
2876ab7c13
feat(node): Onprem network remove white backgound ( #697 )
2 years ago
Tim Gates
73d236bc1e
docs: fix simple typo, clearning -> cleaning ( #724 )
...
* docs: fix simple typo, clearning -> learning
There is a small typo in CONTRIBUTING.md.
Should read `learning` rather than `clearning`.
* Update CONTRIBUTING.md
2 years ago
dependabot[bot]
79dbd69697
chore(deps): bump json-schema and jsprim in /website ( #772 )
...
Bumps [json-schema](https://github.com/kriszyp/json-schema ) and [jsprim](https://github.com/joyent/node-jsprim ). These dependencies needed to be updated together.
Updates `json-schema` from 0.2.3 to 0.4.0
- [Release notes](https://github.com/kriszyp/json-schema/releases )
- [Commits](https://github.com/kriszyp/json-schema/compare/v0.2.3...v0.4.0 )
Updates `jsprim` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/joyent/node-jsprim/releases )
- [Changelog](https://github.com/TritonDataCenter/node-jsprim/blob/v1.4.2/CHANGES.md )
- [Commits](https://github.com/joyent/node-jsprim/compare/v1.4.1...v1.4.2 )
---
updated-dependencies:
- dependency-name: json-schema
dependency-type: indirect
- dependency-name: jsprim
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
gabriel-tessier
a7929771c1
feat(node): add AWS app-runner #645 ( #654 )
2 years ago
gabriel-tessier
eeb1dc7f2b
refactor: Reflect changes in Cluster class ( #653 )
2 years ago
gabriel-tessier
82b56e6edd
feat(node): Update Dremio icon ( #651 )
2 years ago
Kevin Kirsche
55ca0c8137
refactor(scripts): prefer subprocess run over call ( #625 )
...
1. Fix resource warning in the destructor
```
/Users/REDACTED/.asdf/installs/python/3.10.0/lib/python3.10/subprocess.py:1067: ResourceWarning: subprocess 46612 is still running
_warn("subprocess %s is still running" % self.pid,
ResourceWarning: Enable tracemalloc to get the object allocation traceback
```
2. Use preferred, non-legacy API per https://docs.python.org/3/library/subprocess.html#subprocess.call
3. Older call style no longer needed with Python 3.6+
2 years ago
abrudner
93adbcc52d
feat(node): add raspbian gen os ( #589 )
...
* Add Raspberry Pi logo for describing RPis.
* Added raspbian.png for Raspberry Pis.
* update raspbian.png for size
2 years ago
gabriel-tessier
b35be05534
docs(website): update text on top page. ( #571 )
2 years ago
MinJae Kwon
2c94210dbb
docs(website): add C4 to sidebar
2 years ago
dependabot[bot]
826086e053
chore(deps-dev): bump pytest from 6.2.1 to 7.0.1 ( #656 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.2.1 to 7.0.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.1...7.0.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
72f249069f
chore(deps): bump minimist from 1.2.5 to 1.2.7 in /website ( #761 )
...
Bumps [minimist](https://github.com/minimistjs/minimist ) from 1.2.5 to 1.2.7.
- [Release notes](https://github.com/minimistjs/minimist/releases )
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.7 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Austen
7c18dd6965
feat: autolabel flag in diagrams that modifies label ( #482 )
...
* autolabel flag in diagrams that modifies label
* update based on review
2 years ago
Attila Nagy
0ca9385a62
feat: allow Node arguments to be passed to Custom Node ( #437 )
2 years ago
vanife
3c72e76be0
feat: allow `node.id` to be specified and not automatically generated ( #422 )
...
* allow node.id to be specified and not generated
* typing suport for context functions
Co-authored-by: Ivan Melnychuk <ivan.melnychuk@pg3.ch>
2 years ago
Pei-Ming Wu
838c0747c0
feat: adding messenger and line icons ( #412 )
2 years ago
Nathan Zender
c1295da3e8
feat: adding Twilio ( #331 )
2 years ago
Lakshmi Narasimman
ab358766da
docs: update README.md ( #757 )
...
Fixed a typo.
2 years ago
MinJae Kwon
834899659a
bump: up to version 0.22.0
2 years ago
Marc Bruggmann
90dd23926b
feat: Basic support for C4 model primitives. ( #508 )
...
* Basic support for C4 model primitives.
* Use the "rect" shape for nodes
With the record shape we used before, graphviz would trip over
edges that set constraint=False.
* Adopt C4 terminology: Rename Dependency -> Relationship
* Adopt C4 terminology: Rename type -> technology
* Extract a shared C4Node
This makes the code more DRY, but also allows to add company-
specific extensions more easily. One need we have is to slightly
adapt the terminology. At Spotify, we happen to call `Container`
a `Component` for example. This is now easier to implement on top
of the shared `C4Node`.
* Add "C4" shield to the README
* Document how to produce a C4 diagram
2 years ago
Todd Van Etten
e8eb3d83c3
chore: fixing go get deprecation ( #713 )
...
go get has been deprecated in favor of go install.
2 years ago
David Said
a03b305d2e
feat(node): add GraphQL ( #660 )
...
Add a GraphQL programming framework node
2 years ago
Sparkz0629
b626d57240
docs: fix typo ( #730 )
...
Co-authored-by: Dexter Rautenbach <Dexter.Rautenbach@standardbank.co.za>
2 years ago
mingrammer
eaf3e98304
bump: up to version 0.21.1
3 years ago
gabriel-tessier
5055e00d45
feat(output): Generate dot file and support multi outformat.( #441 ) Re ( #592 )
...
* feat(output): Generate dot file and support multi outformat.(#441 )
* [fix] forget to clean the dot generated file.
* [fix] indentation
* [fix] Review + add more cases in unittest
* [fix] Add dot in the test
3 years ago
Chris Skaaning
1422de97c7
feat: add digitalocean provider ( #646 )
...
* Added DigitalOcean provider
* Fix PR comment
* Reran the autogen script
* Adding init.py file to digitalocean provider
Co-authored-by: Chris Skaaning <cskaaning@digitalocean.com>
3 years ago
mingrammer
7b5c497945
docs(website): update docs
3 years ago
mingrammer
8814561b9c
bump: up to version 0.21.0
3 years ago
mingrammer
5331609e90
docs(readme): update badges
3 years ago
MinJae Kwon
e45804b48d
docs(readme): update
3 years ago
mingrammer
e7d9d46dd9
docs(readme): add digital ocean badge
3 years ago
Chris Skaaning
51e7303617
feat(provider): added DigitalOcean provider ( #621 )
...
* Added DigitalOcean provider
* Fix PR comment
* Reran the autogen script
Co-authored-by: Chris Skaaning <cskaaning@digitalocean.com>
3 years ago
Valentin Panovskiy
4c5cacdaba
feat(node): Dremio Service in OnPrem.Analytics ( #451 )
3 years ago
dependabot[bot]
882c2bf89e
chore(deps): bump shelljs from 0.8.4 to 0.8.5 in /website ( #641 )
...
Bumps [shelljs](https://github.com/shelljs/shelljs ) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases )
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5 )
---
updated-dependencies:
- dependency-name: shelljs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Michael Savin
5ec2c8c379
feat(node): add Nagios in OnPrem monitoring ( #638 )
...
* Add Nagios in OnPrem monitoring
* Update Nodes docs for Nagios in OnPrem monitoring
3 years ago
ewucc
80787c87e5
feat(node): adding GCP API gateway image ( #636 )
3 years ago
y-tomida
e03ca65725
feat(node): add chatbot icon ( #633 )
3 years ago
dependabot[bot]
896e21fec2
chore(deps): bump graphviz from 0.17 to 0.19.1 ( #635 )
...
Bumps [graphviz](https://github.com/xflr6/graphviz ) from 0.17 to 0.19.1.
- [Release notes](https://github.com/xflr6/graphviz/releases )
- [Changelog](https://github.com/xflr6/graphviz/blob/master/CHANGES.rst )
- [Commits](https://github.com/xflr6/graphviz/compare/0.17...0.19.1 )
---
updated-dependencies:
- dependency-name: graphviz
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Guy Zylberberg
4063998142
feat(node): added Dapr programming runtime ( #591 )
3 years ago
Guy Zylberberg
58d4043464
docs: add mac dev guide ( #576 )
...
* Added GCP Endpoints
* Update DEVELOPMENT.md
Add mac local development setup guide
Co-authored-by: Guy Zylberberg <guy.z@claroty.com>
3 years ago
Gabriel Machado
9d7b0e90ea
docs(readme): add Python 3.9 to badges ( #584 )
...
* Add Python 3.9 to badges
* Change Python version to >= 3.6
3 years ago