[PR #5] [MERGED] 1.2.3 #25

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/5
Author: @salilponde
Created: 12/18/2023
Status: Merged
Merged: 12/18/2023
Merged by: @salilponde

Base: mainHead: 1.2.3-dev


📝 Commits (4)

  • a3942e2 Bumped version to 1.2.3
  • 9ca7e89 Username match should be case insensitive
  • 95dbee6 Updated module name with github URL
  • 9481703 Minor CSS fixes

📊 Changes

62 files changed (+142 additions, -98 deletions)

View changed files

📝 .github/workflows/main.yml (+1 -1)
📝 cmd/agent/main.go (+1 -1)
📝 cmd/server/main.go (+2 -1)
📝 go.mod (+1 -1)
📝 pkg/agent/agent.go (+3 -2)
📝 pkg/agent/functions.go (+1 -1)
📝 pkg/agent/tasks.go (+2 -1)
📝 pkg/agent/tasks_compose.go (+2 -2)
📝 pkg/agent/tasks_container.go (+2 -2)
📝 pkg/agent/tasks_image.go (+2 -2)
📝 pkg/agent/tasks_network.go (+2 -2)
📝 pkg/agent/tasks_volume.go (+2 -2)
📝 pkg/common/common.go (+1 -1)
📝 pkg/dockerapi/compose.go (+2 -1)
📝 pkg/dockerapi/models.go (+1 -1)
📝 pkg/server/handler/compose_library.go (+2 -1)
📝 pkg/server/handler/containers.go (+3 -2)
📝 pkg/server/handler/environment.go (+2 -1)
📝 pkg/server/handler/handler.go (+4 -2)
📝 pkg/server/handler/images.go (+3 -2)

...and 42 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/5 **Author:** [@salilponde](https://github.com/salilponde) **Created:** 12/18/2023 **Status:** ✅ Merged **Merged:** 12/18/2023 **Merged by:** [@salilponde](https://github.com/salilponde) **Base:** `main` ← **Head:** `1.2.3-dev` --- ### 📝 Commits (4) - [`a3942e2`](https://github.com/productiveops/dokemon/commit/a3942e2f885a2ffec28dc7422e7f3a5928316f42) Bumped version to 1.2.3 - [`9ca7e89`](https://github.com/productiveops/dokemon/commit/9ca7e8900388bc8e9beca571f97b2f62c382bbb8) Username match should be case insensitive - [`95dbee6`](https://github.com/productiveops/dokemon/commit/95dbee618f404ff64a61f6292492fa6637687b7c) Updated module name with github URL - [`9481703`](https://github.com/productiveops/dokemon/commit/94817035aad6382639d212324c6472453c17d8b0) Minor CSS fixes ### 📊 Changes **62 files changed** (+142 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+1 -1) 📝 `cmd/agent/main.go` (+1 -1) 📝 `cmd/server/main.go` (+2 -1) 📝 `go.mod` (+1 -1) 📝 `pkg/agent/agent.go` (+3 -2) 📝 `pkg/agent/functions.go` (+1 -1) 📝 `pkg/agent/tasks.go` (+2 -1) 📝 `pkg/agent/tasks_compose.go` (+2 -2) 📝 `pkg/agent/tasks_container.go` (+2 -2) 📝 `pkg/agent/tasks_image.go` (+2 -2) 📝 `pkg/agent/tasks_network.go` (+2 -2) 📝 `pkg/agent/tasks_volume.go` (+2 -2) 📝 `pkg/common/common.go` (+1 -1) 📝 `pkg/dockerapi/compose.go` (+2 -1) 📝 `pkg/dockerapi/models.go` (+1 -1) 📝 `pkg/server/handler/compose_library.go` (+2 -1) 📝 `pkg/server/handler/containers.go` (+3 -2) 📝 `pkg/server/handler/environment.go` (+2 -1) 📝 `pkg/server/handler/handler.go` (+4 -2) 📝 `pkg/server/handler/images.go` (+3 -2) _...and 42 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#25
No description provided.