Collin Brown
fb59fdc006
feat(autogen.sh): copy resources into docs/img/resources for docs site build
2 年之前
Collin Brown
d32c3caf6a
feat(publish.yml): autogen script before mkdocs build
2 年之前
Collin Brown
d604109f61
debug: github actions
2 年之前
Collin Brown
067e1bf2f8
feat(workflows): install autogen.sh dependencies
2 年之前
Collin Brown
bd4f8dffa9
feat(workflow): copy resources to docs folder at CI time
2 年之前
Collin Brown
0aaac06e3e
feat(docs): remove duplicate resources folder
2 年之前
Collin Brown
6462d8f58a
Merge branch 'master' of https://github.com/mingrammer/diagrams into @cbrown/743-mkdocs-site
2 年之前
Matthew Fine
d4d24834f7
feat(node): Add Portwork to onprem storage ( #782 )
* Add Portworx to onprem storage.
* Remove website/static/img/resources/resources/
2 年之前
James Garside
e3e6d803a9
feat(node): Updated + Added extra Elastic icons ( #742 )
* Updated + Added extra Elastic icons
* Updated from Master
* Removed website images
* Revert "Removed website images"
This reverts commit ac7cb2d8d4
.
* Removed resources/resources
2 年之前
Collin Brown
ccc454d09b
Merge branch 'master' of https://github.com/mingrammer/diagrams into @cbrown/743-mkdocs-site
2 年之前
Gabriel Fernandes
d7640260ce
feat(node): Add EMQX as an On-Prem Queue entry ( #769 )
* Add EMQX as a On-Prem Queue entry
* Add larger EMQX icon
2 年之前
MinJae Kwon
303a27ff9c
style: split the provider list by newline
2 年之前
MinJae Kwon
bf413688ea
style: reformat
2 年之前
MinJae Kwon
d04ae4d778
chore: update poetry deps
2 年之前
MinJae Kwon
cd50aa0fec
fix(scripts): cp directory itself
2 年之前
MinJae Kwon
0385b332d8
docs: update resources
2 年之前
MinJae Kwon
e511451908
bump: up to version 0.23.1
2 年之前
Adrian Zuber
b4a5fe287d
feat(node): Add MLflow to OnPrem MLOps ( #698 )
* Add MLflow to OnPrem MLOps
* Update MLflow entry in doc
2 年之前
Dov Benyomin Sohacheski
80ef675202
feat(node): Added RedHat as a generic OS ( #780 )
2 年之前
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 年之前
Collin Brown
eaff6e3ad5
fix(docs): prefix image paths with 'diagrams'
2 年之前
Collin Brown
ded6877978
debug: image paths
2 年之前
Collin Brown
85b94e899a
debug: image path
2 年之前
Collin Brown
39fc0845d6
Merge branch 'master' of https://github.com/mingrammer/diagrams into @cbrown/743-mkdocs-site
2 年之前
MinJae Kwon
b605980ef5
docs(website): generate website images
2 年之前
MinJae Kwon
0458573502
script(autogen): remove set -e
2 年之前
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 年之前
gabriel-tessier
a19705c050
feat(node): add Generic OS Debian ( #549 ) ( #570 )
* feat(node): add Generic OS Debian (#549 )
* [Fix] picture size
2 年之前
Ioannis Cherouvim
23d1713f00
feat: add Fastly CDN. ( #740 )
2 年之前
Jared Curtis
c6da8ecc53
feat: add saas.alerting.Xmatters ( #712 )
Adding xMatters node to alerting.
Co-authored-by: jared.curtis <jared.curtis@everbridge.com>
2 年之前
gabriel-tessier
2876ab7c13
feat(node): Onprem network remove white backgound ( #697 )
2 年之前
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 年之前
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 年之前
gabriel-tessier
a7929771c1
feat(node): add AWS app-runner #645 ( #654 )
2 年之前
gabriel-tessier
eeb1dc7f2b
refactor: Reflect changes in Cluster class ( #653 )
2 年之前
gabriel-tessier
82b56e6edd
feat(node): Update Dremio icon ( #651 )
2 年之前
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 年之前
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 年之前
gabriel-tessier
b35be05534
docs(website): update text on top page. ( #571 )
2 年之前
MinJae Kwon
2c94210dbb
docs(website): add C4 to sidebar
2 年之前
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 年之前
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 年之前
Austen
7c18dd6965
feat: autolabel flag in diagrams that modifies label ( #482 )
* autolabel flag in diagrams that modifies label
* update based on review
2 年之前
Attila Nagy
0ca9385a62
feat: allow Node arguments to be passed to Custom Node ( #437 )
2 年之前
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 年之前
Pei-Ming Wu
838c0747c0
feat: adding messenger and line icons ( #412 )
2 年之前
Nathan Zender
c1295da3e8
feat: adding Twilio ( #331 )
2 年之前
Lakshmi Narasimman
ab358766da
docs: update README.md ( #757 )
Fixed a typo.
2 年之前
MinJae Kwon
834899659a
bump: up to version 0.22.0
2 年之前
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 年之前