mirror of
https://github.com/productiveops/dokemon.git
synced 2026-04-26 08:15:49 +03:00
[PR #3] [MERGED] 1.2.2 #24
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dokemon#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:1.2.2-dev📝 Commits (2)
e0c41bfOpen-source7634bf8Bumped version to 1.2.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.