[PR #240] [MERGED] Remove GitLab CE entry and update package dependencies #302

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/240
Author: @jaainil
Created: 7/21/2025
Status: Merged
Merged: 7/28/2025
Merged by: @Siumauricio

Base: mainHead: fix/238-gitlabce-multiple-render


📝 Commits (2)

  • 27ab952 Remove GitLab CE entry and update package dependencies
  • 160e9d5 Merge branch 'main' into fix/238-gitlabce-multiple-render

📊 Changes

2 files changed (+1323 additions, -557 deletions)

View changed files

📝 app/package-lock.json (+1323 -539)
📝 meta.json (+0 -18)

📄 Description

What is this PR about?

Fixes multiple render issue in GitLab CE template.
Previously, the template was being rendered 5 times due to incorrect loop/config reference. This update resolves that behavior to ensure proper single-instance rendering.

Checklist

Before submitting this PR, please make sure that:

No automated tests added as this is a structural YAML correction that was manually verified in a Dokploy instance.

closes #238

https://github.com/Dokploy/templates/issues/238


🔄 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/240 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 7/21/2025 **Status:** ✅ Merged **Merged:** 7/28/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `fix/238-gitlabce-multiple-render` --- ### 📝 Commits (2) - [`27ab952`](https://github.com/Dokploy/templates/commit/27ab95208b4ae6df58978d8e34ecff091b8d3237) Remove GitLab CE entry and update package dependencies - [`160e9d5`](https://github.com/Dokploy/templates/commit/160e9d56967b7e01f93b2952141e4765471f4799) Merge branch 'main' into fix/238-gitlabce-multiple-render ### 📊 Changes **2 files changed** (+1323 additions, -557 deletions) <details> <summary>View changed files</summary> 📝 `app/package-lock.json` (+1323 -539) 📝 `meta.json` (+0 -18) </details> ### 📄 Description ## What is this PR about? Fixes multiple render issue in GitLab CE template. Previously, the template was being rendered 5 times due to incorrect loop/config reference. This update resolves that behavior to ensure proper single-instance rendering. ## Checklist Before submitting this PR, please make sure that: * [x] I have read the suggestions in the README.md file [https://github.com/Dokploy/templates?tab=readme-ov-file#general-suggestions-when-creating-a-template](https://github.com/Dokploy/templates?tab=readme-ov-file#general-suggestions-when-creating-a-template) * [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. * [ ] I have added tests that demonstrate that my correction works or that my new feature works. *(If not applicable, please explain below)* > *No automated tests added as this is a structural YAML correction that was manually verified in a Dokploy instance.* ## Issues related (if applicable) closes #238 https://github.com/Dokploy/templates/issues/238 --- <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:34:33 -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#302