Lev Vereshchagin
ecad787459
Make pre-commit a development dependency
...
Closes #1136
5 months ago
dependabot[bot]
86ada40e47
chore(deps-dev): bump pytest from 8.3.4 to 8.4.0 ( #1148 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.4 to 8.4.0.
- [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/8.3.4...8.4.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-version: 8.4.0
dependency-type: direct:development
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>
6 months ago
Yoshiaki Yoshida
45f08afd86
Add Amazon Q icon ( #1145 )
6 months ago
mingrammer
134d5cd72d
chore: fix eof
7 months ago
Cedrik Neumann
0a67f0ea91
feat(scripts): provide `diagrams` CLI ( #524 )
...
* feat(scripts): provide `diagrams` CLI
This change addresses https://github.com/mingrammer/diagrams/issues/369
while providing a simple CLI entry point which can be used outside the
virtual environment of the installed package.
This works well with for example with [pipx](https://pipxproject.github.io/pipx/ )
or [uv](https://docs.astral.sh/uv/ ).
* feat(scripts): add docstring and tests
* feat(scripts): Fix pre-commit error
* feat(scripts): Fix pre-commit error 2nd try
---------
Co-authored-by: tessier <tessier@luxeys.com>
7 months ago
Kamil Raczycki
42ecd09e02
feat: add OvertureMaps to gis/data ( #1118 )
7 months ago
Yoshiaki Yoshida
b21ce51bc8
Add AWS User Notifications icon ( #1138 )
7 months ago
gabriel-tessier
142b495c4c
docs(edge): Add @clayms examples ( #495 )
...
* docs(edge): Add @clayms examples
* docs(edge): Updated according to @clayms review
8 months ago
Shivam Kaushik
2d48685c53
Issue-1134: Renamed "AzureSpeedToText" to "AzureSpeechService" ( #1135 )
...
* Renamed AzureSpeedToText to AzureSpeechService. Updated to the more accurate version of the icon.
* undo formatter edits
8 months ago
Oskar Klintrot
08e484c270
docs: Add instructions how to install graphviz via winget ( #1096 )
...
* docs: Add instructions how-to install graphviz via winget
* Must use interactive to add to path
8 months ago
dependabot[bot]
2872d043ca
chore(deps): bump python in /docker/dev ( #1137 )
...
Bumps python from 3.13.2-alpine3.20 to 3.13.3-alpine3.20.
---
updated-dependencies:
- dependency-name: python
dependency-version: 3.13.3-alpine3.20
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
Yoshiaki Yoshida
95f1bbabe9
Add AWS CloudShell icon ( #1129 )
9 months ago
Daniel Julius
967eb887e4
add missing eventbridge icons and refresh default-event-bus ( #1121 )
9 months ago
Phuoc Tran
caccd4b71b
add imperva to CDN ( #1126 )
9 months ago
Kamil Raczycki
9e82264ceb
feat: add DuckDB to onprem/database ( #1119 )
9 months ago
MinJae Kwon (Miti)
581c2233f4
fix: remove unimplemented command config ( #1122 )
9 months ago
Yoshiaki Yoshida
4a4b56a915
Add Amazon ECS Task icon ( #1120 )
9 months ago
mingrammer
6502d0f4d6
bump: up to version 0.24.4
9 months ago
Philippe Merle
9ef7611fd6
docs(readme): Add KubeDiagrams ( #1115 )
9 months ago
mingrammer
b0c9084abd
bump: up to version 0.24.3
9 months ago
Vadim Kharitonov
08eb4979eb
Fix `Edge.append` method ( #959 )
10 months ago
Yoshiaki Yoshida
665085fd5a
Add Bedrock icon ( #1110 )
10 months ago
Alex Malins
26b98e4a8a
Fix incorrect on-premise refs from PR #1023 ( #1097 )
...
import of which broken the image links on the
Examples page for the AWS on-premises examples
This PR corrects the issues and uses on-premises
where needed
10 months ago
dependabot[bot]
c3adfcb65d
chore(deps): bump python in /docker/dev ( #1107 )
...
Bumps python from 3.13.1-alpine3.20 to 3.13.2-alpine3.20.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
wenxuangithub
2b35b417bf
Add n8n diagram to automation file ( #1109 )
10 months ago
JOO HWAN SEOK
d84a347a31
fix: Convert UPPER_WORDS from string to tuple type #1092 ( #1093 )
...
* fix: Convert UPPER_WORDS from string to tuple type
* style: apply pre-commit fixes
---------
Co-authored-by: gabriel-tessier <gabriel-tessier@users.noreply.github.com>
10 months ago
Piers Karsenbarg
5b91ab0b3f
Added icon for Pulumi ( #759 )
...
* Added icon for Pulumi
* updated changelog
* fix review
---------
Co-authored-by: tessier <tessier@luxeys.com>
10 months ago
BrianLakstins
211a330c8f
Update path to font file because existing path was giving an error ( #1094 )
...
* Update path to font file because existing path was giving an error
* Created example diagram
* Remove test diagrams
10 months ago
gabriel-tessier
744459405a
fix: Apply pre-commit hook changes ( #1104 )
10 months ago
Alexandre Gacon
b341ded97e
Add new provider GIS ( #847 )
...
* Addition of new GIS provider
* Add information on how to add new provider
* generated elements update
* add new nodes in provider GIS
* update gis provider content
* add new elements
* New nodes
* add imposm
* add here data provider
* Apply last comments and add new nodes
* Fix geonetwork image size
* Cleaning, resizing icons
* Add icon for gis provider
* Move mapnik node
* Move mapnik node
* Try fixing precommit hook messages
10 months ago
gabriel-tessier
31e735adf1
Is there a node for Kubernetes itself? #979 ( #1039 )
...
* [979] Add icons
* fix: icons size
* bump: up to version 0.24.0
* Update version of codeql-analysis.yml (#1035 )
v2 will deprecate soon so we will move to v3 🌴
https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
* Upgrade for 3.12/3.13 (#972 )
* fix tests (#1050 )
* chore(deps): bump jinja2 from 3.1.2 to 3.1.4 (#1037 )
* ci(test): add test trigger path
* ci(test): add test trigger path
* fix: update poetry lock
* fix: keep the backward compatability for type hint (#1052 )
* Update installation command for mingrammer/round to use 'go install' with the latest version instead of 'go get'. (#1057 )
* fix(node): change elixir language image to one with no background (#976 )
* fix elixir image
* fix website elixir image
* Add diagrams.onprem.network.Mikrotik (#1058 )
* issue-982: add azure speech to text and Azure OpenAI (#1061 )
* Add Transit Gateway Attachment icon, its alias and Internet Gateway alias. (#1038 )
* issue-1056: add crowdstrike (#1062 )
* fix typo for crowdstrike (#1063 )
* Updated Legacy ENV Path (#1008 )
* Minor Change
* fix: pin python version + fix font path
* More recent Python version
---------
Co-authored-by: tessier <tessier@luxeys.com>
* autogen.sh
* Generate node
* Revert build as node and set in _init
* Clean generated files
---------
Co-authored-by: mingrammer <mingrammer@gmail.com>
Co-authored-by: Phuoc Tran <57540319+tvqphuoc01@users.noreply.github.com>
Co-authored-by: Tobias Bruckert <62531735+tb102122@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nguyễn Đức Chiến <nobi@nobidev.com>
Co-authored-by: Gabriel Oliveira <gabrieloliver8991@gmail.com>
Co-authored-by: laiminhtrung1997 <68812829+laiminhtrung1997@users.noreply.github.com>
Co-authored-by: Abhishek Jadhav <abhishek.jadhav64@gmail.com>
11 months ago
Kyriakos Akriotis
fc228db431
added devcontainer support for vscode ( #992 )
...
* added devcontainer support
* added nodejs & npm to image
---------
Co-authored-by: Kyriakos Akriotis <kyriakos.akriotis@outlook.com>
11 months ago
Phuoc Tran
1433100e9a
Merge pull request #1090 from mingrammer/zmrfzn/master
...
Update New Relic Logo #950
11 months ago
tessier
460ae7126d
fix: run autogen
11 months ago
Phuoc Tran
be04bb1c05
Merge pull request #1087 from kakakakakku/cloudwatch-logs
...
Add Amazon CloudWatch Logs icon
11 months ago
kakakakakku
48ebf1c77e
Add Amazon CloudWatch Logs icon
11 months ago
Yoshiaki Yoshida
b6ee6e00cb
Add S3 Access Points and S3 Object Lambda Access Points icons ( #1083 )
12 months ago
Phuoc Tran
3e1fc19db2
Merge pull request #1086 from mingrammer/dependabot/pip/pylint-3.3.3
...
chore(deps-dev): bump pylint from 3.3.2 to 3.3.3
12 months ago
dependabot[bot]
adf4c32d91
chore(deps-dev): bump pylint from 3.3.2 to 3.3.3
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.3 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
12 months ago
Phuoc Tran
164a2d0865
Merge pull request #1078 from mingrammer/dependabot/pip/pylint-3.3.2
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.1...v3.3.2 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
b40c704291
chore(deps-dev): bump pylint from 3.3.1 to 3.3.2
...
Bumps [pylint](https://github.com/pylint-dev/pylint ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/pylint-dev/pylint/releases )
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.1...v3.3.2 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
dependabot[bot]
b1fa644d6b
chore(deps-dev): bump pytest from 8.3.3 to 8.3.4 ( #1077 )
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.3 to 8.3.4.
- [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/8.3.3...8.3.4 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
dependabot[bot]
962b4781ed
chore(deps): bump python in /docker/dev ( #1079 )
...
Bumps python from 3.13.0-alpine3.20 to 3.13.1-alpine3.20.
---
updated-dependencies:
- dependency-name: python
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 year ago
Yoshiaki Yoshida
9740dcee2b
Add DynamoDB Streams icon ( #1074 )
1 year ago
gabriel-tessier
56922bf39b
Autogen cleanup ( #1068 )
...
* fix: run autogen
* fix: resize OCI pictrues to 256
1 year ago
dependabot[bot]
aaeed5aaf5
chore(deps): bump python in /docker/dev ( #1065 )
...
Bumps python from 3.12.7-alpine3.20 to 3.13.0-alpine3.20.
---
updated-dependencies:
- dependency-name: python
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>
1 year ago
Phuoc Tran
fa48533af3
add pre-commit to verify commit before create PR ( #1066 )
1 year ago
Phuoc Tran
fc425adfb5
add zendesk, intercom and update typo for crowstrike in README ( #1072 )
...
* add zendesk and update typo for crowstrike in README
* add INTERCOM
1 year ago
Ophir LOJKINE
fe3b9ccf61
Add the SQL programing language and the SQLPage framework ( #1047 )
...
add the SQLPage framework
1 year ago
MinJae Kwon (Miti)
11565902ed
env: update the required minimum Python version to 3.9 ( #1064 )
...
* env: update the required minimum Python version to 3.9
* fix: update poetry.lock
1 year ago