[PR #3] [MERGED] 1.2.2 #24

Closed
opened 2026-03-03 19:10:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: 1.2.2-dev


📝 Commits (2)

📊 Changes

221 files changed (+23277 additions, -3 deletions)

View changed files

.github/workflows/main.yml (+43 -0)
.gitignore (+25 -0)
.vscode/launch.json (+22 -0)
Dockerfile.agent (+49 -0)
Dockerfile.server (+74 -0)
LICENSE (+19 -0)
📝 README.md (+27 -3)
cmd/agent/main.go (+7 -0)
cmd/server/main.go (+16 -0)
go.mod (+58 -0)
go.sum (+179 -0)
pkg/agent/agent.go (+200 -0)
pkg/agent/functions.go (+17 -0)
pkg/agent/tasks.go (+99 -0)
pkg/agent/tasks_compose.go (+180 -0)
pkg/agent/tasks_container.go (+167 -0)
pkg/agent/tasks_image.go (+86 -0)
pkg/agent/tasks_network.go (+84 -0)
pkg/agent/tasks_volume.go (+86 -0)
pkg/common/common.go (+3 -0)

...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/productiveops/dokemon/pull/3 **Author:** [@salilponde](https://github.com/salilponde) **Created:** 12/17/2023 **Status:** ✅ Merged **Merged:** 12/17/2023 **Merged by:** [@salilponde](https://github.com/salilponde) **Base:** `main` ← **Head:** `1.2.2-dev` --- ### 📝 Commits (2) - [`e0c41bf`](https://github.com/productiveops/dokemon/commit/e0c41bfa810bf78924f81dd05fb94e2b709ccd89) Open-source - [`7634bf8`](https://github.com/productiveops/dokemon/commit/7634bf8df30b0d4739290ab223cdfb8046b373bc) Bumped version to 1.2.2 ### 📊 Changes **221 files changed** (+23277 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/main.yml` (+43 -0) ➕ `.gitignore` (+25 -0) ➕ `.vscode/launch.json` (+22 -0) ➕ `Dockerfile.agent` (+49 -0) ➕ `Dockerfile.server` (+74 -0) ➕ `LICENSE` (+19 -0) 📝 `README.md` (+27 -3) ➕ `cmd/agent/main.go` (+7 -0) ➕ `cmd/server/main.go` (+16 -0) ➕ `go.mod` (+58 -0) ➕ `go.sum` (+179 -0) ➕ `pkg/agent/agent.go` (+200 -0) ➕ `pkg/agent/functions.go` (+17 -0) ➕ `pkg/agent/tasks.go` (+99 -0) ➕ `pkg/agent/tasks_compose.go` (+180 -0) ➕ `pkg/agent/tasks_container.go` (+167 -0) ➕ `pkg/agent/tasks_image.go` (+86 -0) ➕ `pkg/agent/tasks_network.go` (+84 -0) ➕ `pkg/agent/tasks_volume.go` (+86 -0) ➕ `pkg/common/common.go` (+3 -0) _...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>
kerem 2026-03-03 19:10:58 +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#24
No description provided.