[PR #17] [MERGED] 1.5.2 #34

Closed
opened 2026-03-03 19:11:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/productiveops/dokemon/pull/17
Author: @salilponde
Created: 12/26/2023
Status: Merged
Merged: 12/26/2023
Merged by: @salilponde

Base: mainHead: 1.5.2-dev


📝 Commits (3)

  • 1c34486 Bumped version to 1.6
  • fbff03f Compose actions moved to definition. Implemented Deploy action (Pull+Up)
  • 33d899a Changed version to 1.5.2

📊 Changes

21 files changed (+508 additions, -307 deletions)

View changed files

📝 .github/workflows/main.yml (+1 -1)
📝 pkg/agent/tasks.go (+3 -1)
📝 pkg/agent/tasks_compose.go (+16 -0)
📝 pkg/common/common.go (+1 -1)
📝 pkg/dockerapi/compose.go (+43 -86)
📝 pkg/dockerapi/models.go (+6 -0)
📝 pkg/server/handler/handler.go (+1 -0)
📝 pkg/server/handler/node_compose.go (+56 -0)
📝 runserver.sh (+1 -0)
web/src/app/compose/compose-actions.tsx (+0 -158)
📝 web/src/app/compose/compose-definition-github.tsx (+131 -17)
📝 web/src/app/compose/compose-definition-local.tsx (+125 -18)
📝 web/src/app/compose/compose-definition.tsx (+90 -4)
📝 web/src/app/compose/compose-list.tsx (+1 -1)
📝 web/src/app/credentials/github-pat-add-dialog.tsx (+5 -1)
📝 web/src/components/delete-dialog.tsx (+7 -1)
📝 web/src/components/side-nav/side-nav-compose.tsx (+0 -7)
📝 web/src/components/ui/button.tsx (+7 -3)
📝 web/src/components/widgets/main-container.tsx (+13 -2)
📝 web/src/lib/version.ts (+1 -1)

...and 1 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/productiveops/dokemon/pull/17 **Author:** [@salilponde](https://github.com/salilponde) **Created:** 12/26/2023 **Status:** ✅ Merged **Merged:** 12/26/2023 **Merged by:** [@salilponde](https://github.com/salilponde) **Base:** `main` ← **Head:** `1.5.2-dev` --- ### 📝 Commits (3) - [`1c34486`](https://github.com/productiveops/dokemon/commit/1c344867164a9cb54a787b1cff3978a98dc982cc) Bumped version to 1.6 - [`fbff03f`](https://github.com/productiveops/dokemon/commit/fbff03f9b057635123e4bb8010827467c11d43d0) Compose actions moved to definition. Implemented Deploy action (Pull+Up) - [`33d899a`](https://github.com/productiveops/dokemon/commit/33d899a49aab0782c5ecd6d4a39f223d4644cfe4) Changed version to 1.5.2 ### 📊 Changes **21 files changed** (+508 additions, -307 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+1 -1) 📝 `pkg/agent/tasks.go` (+3 -1) 📝 `pkg/agent/tasks_compose.go` (+16 -0) 📝 `pkg/common/common.go` (+1 -1) 📝 `pkg/dockerapi/compose.go` (+43 -86) 📝 `pkg/dockerapi/models.go` (+6 -0) 📝 `pkg/server/handler/handler.go` (+1 -0) 📝 `pkg/server/handler/node_compose.go` (+56 -0) 📝 `runserver.sh` (+1 -0) ➖ `web/src/app/compose/compose-actions.tsx` (+0 -158) 📝 `web/src/app/compose/compose-definition-github.tsx` (+131 -17) 📝 `web/src/app/compose/compose-definition-local.tsx` (+125 -18) 📝 `web/src/app/compose/compose-definition.tsx` (+90 -4) 📝 `web/src/app/compose/compose-list.tsx` (+1 -1) 📝 `web/src/app/credentials/github-pat-add-dialog.tsx` (+5 -1) 📝 `web/src/components/delete-dialog.tsx` (+7 -1) 📝 `web/src/components/side-nav/side-nav-compose.tsx` (+0 -7) 📝 `web/src/components/ui/button.tsx` (+7 -3) 📝 `web/src/components/widgets/main-container.tsx` (+13 -2) 📝 `web/src/lib/version.ts` (+1 -1) _...and 1 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>
kerem 2026-03-03 19:11:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dokemon#34
No description provided.