[PR #49] [MERGED] Feat/reaplce yaml with toml #186

Closed
opened 2025-11-22 20:32:06 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/49
Author: @Siumauricio
Created: 3/30/2025
Status: Merged
Merged: 3/30/2025
Merged by: @Siumauricio

Base: mainHead: feat/reaplce-yaml-with-toml


📝 Commits (10+)

  • 0f16376 chore: add yaml and toml dependencies, and create script for converting YAML to TOML
  • d21f87f fix: update template file extension in validation workflow
  • 2dab17b refactor: change template file format from YAML to TOML
  • efe26cc refactor: remove deprecated YAML template files
  • 4d089e1 refactor: remove unused blueprints path variable
  • 70c35b7 Merge branch 'main' into feat/reaplce-yaml-with-toml
  • 5a9c5cc feat: add lowcoder template configuration in TOML format
  • a14872b fix: update ENABLE_USER_SIGN_UP value type in lowcoder template
  • 9930428 refactor: update configuration structure in lowcoder template
  • 291ef71 refactor: remove lowcoder template YAML file

📊 Changes

235 files changed (+3412 additions, -3396 deletions)

View changed files

📝 .github/workflows/validate.yml (+2 -2)
📝 README.md (+32 -30)
📝 app/package.json (+2 -0)
📝 app/pnpm-lock.yaml (+30 -11)
app/script.js (+36 -0)
📝 app/src/components/TemplateDialog.tsx (+1 -1)
📝 app/src/components/TemplateGrid.tsx (+1 -1)
📝 app/src/components/ui/code-editor.tsx (+1 -1)
blueprints/activepieces/template.toml (+21 -0)
blueprints/activepieces/template.yml (+0 -21)
blueprints/actualbudget/template.toml (+11 -0)
blueprints/actualbudget/template.yml (+0 -12)
blueprints/alist/template.toml (+11 -0)
blueprints/alist/template.yml (+0 -12)
blueprints/answer/template.toml (+12 -0)
blueprints/answer/template.yml (+0 -15)
blueprints/appsmith/template.toml (+11 -0)
blueprints/appsmith/template.yml (+0 -12)
blueprints/appwrite/template.toml (+143 -0)
blueprints/appwrite/template.yml (+0 -139)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/49 **Author:** [@Siumauricio](https://github.com/Siumauricio) **Created:** 3/30/2025 **Status:** ✅ Merged **Merged:** 3/30/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `feat/reaplce-yaml-with-toml` --- ### 📝 Commits (10+) - [`0f16376`](https://github.com/Dokploy/templates/commit/0f16376f98e2dfcebb02a6fcd1677c8216d0609a) chore: add yaml and toml dependencies, and create script for converting YAML to TOML - [`d21f87f`](https://github.com/Dokploy/templates/commit/d21f87f42cfcd9b1ce68fdf1ff51f6dac1cbcc55) fix: update template file extension in validation workflow - [`2dab17b`](https://github.com/Dokploy/templates/commit/2dab17bbc000b25b191a5b255f6082ce382ad7d0) refactor: change template file format from YAML to TOML - [`efe26cc`](https://github.com/Dokploy/templates/commit/efe26cc1736ee9c2a8a0133f4320870ed8a558c3) refactor: remove deprecated YAML template files - [`4d089e1`](https://github.com/Dokploy/templates/commit/4d089e1f5890059216e0dd8899f0740a44ab1c22) refactor: remove unused blueprints path variable - [`70c35b7`](https://github.com/Dokploy/templates/commit/70c35b7fb784164320f0d9ecec6ba20772fb1aaa) Merge branch 'main' into feat/reaplce-yaml-with-toml - [`5a9c5cc`](https://github.com/Dokploy/templates/commit/5a9c5ccaac3edc929f0250d9fe6946b51d0cc5e1) feat: add lowcoder template configuration in TOML format - [`a14872b`](https://github.com/Dokploy/templates/commit/a14872b61f9475f6a9781d23443079137dc58e30) fix: update ENABLE_USER_SIGN_UP value type in lowcoder template - [`9930428`](https://github.com/Dokploy/templates/commit/99304283f66500be5e2c48b265f564de3cc88ff6) refactor: update configuration structure in lowcoder template - [`291ef71`](https://github.com/Dokploy/templates/commit/291ef71661ebc61b47a8ae35eee48f49827f00fe) refactor: remove lowcoder template YAML file ### 📊 Changes **235 files changed** (+3412 additions, -3396 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/validate.yml` (+2 -2) 📝 `README.md` (+32 -30) 📝 `app/package.json` (+2 -0) 📝 `app/pnpm-lock.yaml` (+30 -11) ➕ `app/script.js` (+36 -0) 📝 `app/src/components/TemplateDialog.tsx` (+1 -1) 📝 `app/src/components/TemplateGrid.tsx` (+1 -1) 📝 `app/src/components/ui/code-editor.tsx` (+1 -1) ➕ `blueprints/activepieces/template.toml` (+21 -0) ➖ `blueprints/activepieces/template.yml` (+0 -21) ➕ `blueprints/actualbudget/template.toml` (+11 -0) ➖ `blueprints/actualbudget/template.yml` (+0 -12) ➕ `blueprints/alist/template.toml` (+11 -0) ➖ `blueprints/alist/template.yml` (+0 -12) ➕ `blueprints/answer/template.toml` (+12 -0) ➖ `blueprints/answer/template.yml` (+0 -15) ➕ `blueprints/appsmith/template.toml` (+11 -0) ➖ `blueprints/appsmith/template.yml` (+0 -12) ➕ `blueprints/appwrite/template.toml` (+143 -0) ➖ `blueprints/appwrite/template.yml` (+0 -139) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:32:06 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#186