From e7922d59201aab60472235a29ce7236023f483a5 Mon Sep 17 00:00:00 2001 From: Nugroho Saputro <175662+nsaputro@users.noreply.github.com> Date: Sat, 20 Jan 2024 22:35:58 +0100 Subject: [PATCH 1/3] add monaco plugin --- README.md | 1 + plugins/monaco | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/monaco diff --git a/README.md b/README.md index f6c8f6c23..5f9343ecb 100644 --- a/README.md +++ b/README.md @@ -506,6 +506,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | mlton | [asdf-community/asdf-mlton](https://github.com/asdf-community/asdf-mlton) | | mockery | [cabify/asdf-mockery](https://github.com/cabify/asdf-mockery) | | mockolo | [MontakOleg/asdf-mockolo](https://github.com/MontakOleg/asdf-mockolo) | +| Monaco | [nsaputro/asdf-monaco](https://github.com/nsaputro/asdf-monaco) | | Monarch | [nyuyuyu/asdf-monarch](https://github.com/nyuyuyu/asdf-monarch) | | mongo-tools | [itspngu/asdf-mongo-tools](https://github.com/itspngu/asdf-mongo-tools) | | MongoDB | [sylph01/asdf-mongodb](https://github.com/sylph01/asdf-mongodb) | diff --git a/plugins/monaco b/plugins/monaco new file mode 100644 index 000000000..b7d52c1b6 --- /dev/null +++ b/plugins/monaco @@ -0,0 +1 @@ +repository = https://github.com/nsaputro/asdf-monaco.git From b0ce6671d8330c76054eceea67b4b9f4a9fe0d5a Mon Sep 17 00:00:00 2001 From: Nugroho Saputro <175662+nsaputro@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:10:21 +0200 Subject: [PATCH 2/3] Rename plugin to dynatrace-monaco --- README.md | 2 +- plugins/{monaco => dynatrace-monaco} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename plugins/{monaco => dynatrace-monaco} (100%) diff --git a/README.md b/README.md index 5f9343ecb..7c7be8490 100644 --- a/README.md +++ b/README.md @@ -506,7 +506,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | mlton | [asdf-community/asdf-mlton](https://github.com/asdf-community/asdf-mlton) | | mockery | [cabify/asdf-mockery](https://github.com/cabify/asdf-mockery) | | mockolo | [MontakOleg/asdf-mockolo](https://github.com/MontakOleg/asdf-mockolo) | -| Monaco | [nsaputro/asdf-monaco](https://github.com/nsaputro/asdf-monaco) | +| dynatrace-monaco | [nsaputro/asdf-monaco](https://github.com/nsaputro/asdf-monaco) | | Monarch | [nyuyuyu/asdf-monarch](https://github.com/nyuyuyu/asdf-monarch) | | mongo-tools | [itspngu/asdf-mongo-tools](https://github.com/itspngu/asdf-mongo-tools) | | MongoDB | [sylph01/asdf-mongodb](https://github.com/sylph01/asdf-mongodb) | diff --git a/plugins/monaco b/plugins/dynatrace-monaco similarity index 100% rename from plugins/monaco rename to plugins/dynatrace-monaco From e38860c74aa3341d771fb738a53c82fa55e50a9d Mon Sep 17 00:00:00 2001 From: Nugroho Saputro <175662+nsaputro@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:15:59 +0200 Subject: [PATCH 3/3] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c7be8490..518da03ac 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | dust | [looztra/asdf-dust](https://github.com/looztra/asdf-dust) | | DVC | [fwfurtado/asdf-dvc](https://github.com/fwfurtado/asdf-dvc) | | dyff | [wt0f/asdf-dyff](https://gitlab.com/wt0f/asdf-dyff) | +| dynatrace-monaco | [nsaputro/asdf-monaco](https://github.com/nsaputro/asdf-monaco) | | earthly | [YR-ZR0/asdf-earthly](https://github.com/YR-ZR0/asdf-earthly) | | ecspresso | [kayac/asdf-ecspresso](https://github.com/kayac/asdf-ecspresso) | | editorconfig-checker | [gabitchov/asdf-editorconfig-checker](https://github.com/gabitchov/asdf-editorconfig-checker) | @@ -506,7 +507,6 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | mlton | [asdf-community/asdf-mlton](https://github.com/asdf-community/asdf-mlton) | | mockery | [cabify/asdf-mockery](https://github.com/cabify/asdf-mockery) | | mockolo | [MontakOleg/asdf-mockolo](https://github.com/MontakOleg/asdf-mockolo) | -| dynatrace-monaco | [nsaputro/asdf-monaco](https://github.com/nsaputro/asdf-monaco) | | Monarch | [nyuyuyu/asdf-monarch](https://github.com/nyuyuyu/asdf-monarch) | | mongo-tools | [itspngu/asdf-mongo-tools](https://github.com/itspngu/asdf-mongo-tools) | | MongoDB | [sylph01/asdf-mongodb](https://github.com/sylph01/asdf-mongodb) |