[PR #31] [MERGED] 1.5.9 dev #42

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

📋 Pull Request Information

Original PR: https://github.com/productiveops/dokemon/pull/31
Author: @salilponde
Created: 2/7/2024
Status: Merged
Merged: 2/7/2024
Merged by: @salilponde

Base: mainHead: 1.5.9-dev


📝 Commits (6)

  • 225bb29 Bumped version to 1.5.8
  • 684839b Create temp .env file during compose deployments
  • 901bb72 Use --env-file instead of environment vars to compose
  • f7606ce Display volume status (In use/unused)
  • a576cea Network inUse. Hide delete button for inUse items in all types.
  • b3af11c STALENESS_CHECK option

📊 Changes

17 files changed (+126 additions, -51 deletions)

View changed files

📝 .github/workflows/main.yml (+1 -1)
📝 cmd/server/main.go (+1 -0)
📝 pkg/agent/agent.go (+5 -1)
📝 pkg/common/common.go (+1 -1)
📝 pkg/dockerapi/compose.go (+31 -20)
📝 pkg/dockerapi/container_stale_check.go (+1 -1)
📝 pkg/dockerapi/image.go (+1 -1)
📝 pkg/dockerapi/models.go (+4 -2)
📝 pkg/dockerapi/network.go (+16 -0)
📝 pkg/dockerapi/volume.go (+19 -1)
📝 pkg/server/handler/request_docker.go (+1 -1)
📝 pkg/server/server.go (+4 -2)
📝 web/src/app/images/image-list.tsx (+9 -7)
📝 web/src/app/networks/network-list.tsx (+19 -6)
📝 web/src/app/volumes/volume-list.tsx (+10 -6)
📝 web/src/lib/api-models.ts (+2 -0)
📝 web/src/lib/version.ts (+1 -1)

📄 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/31 **Author:** [@salilponde](https://github.com/salilponde) **Created:** 2/7/2024 **Status:** ✅ Merged **Merged:** 2/7/2024 **Merged by:** [@salilponde](https://github.com/salilponde) **Base:** `main` ← **Head:** `1.5.9-dev` --- ### 📝 Commits (6) - [`225bb29`](https://github.com/productiveops/dokemon/commit/225bb2959253f7f21c050c37a0216c68545a5a7d) Bumped version to 1.5.8 - [`684839b`](https://github.com/productiveops/dokemon/commit/684839b4951c5f84691da7fd275b8283f05d386f) Create temp .env file during compose deployments - [`901bb72`](https://github.com/productiveops/dokemon/commit/901bb7284848ccd1ee86964b68522a0a2f144b0d) Use --env-file instead of environment vars to compose - [`f7606ce`](https://github.com/productiveops/dokemon/commit/f7606ce5dbdef6d42272bd340a97a0c0ed10f429) Display volume status (In use/unused) - [`a576cea`](https://github.com/productiveops/dokemon/commit/a576ceab618c3cd1640a50467bf914f578463d25) Network inUse. Hide delete button for inUse items in all types. - [`b3af11c`](https://github.com/productiveops/dokemon/commit/b3af11c4dc28874049de9583b9572a621d612646) STALENESS_CHECK option ### 📊 Changes **17 files changed** (+126 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+1 -1) 📝 `cmd/server/main.go` (+1 -0) 📝 `pkg/agent/agent.go` (+5 -1) 📝 `pkg/common/common.go` (+1 -1) 📝 `pkg/dockerapi/compose.go` (+31 -20) 📝 `pkg/dockerapi/container_stale_check.go` (+1 -1) 📝 `pkg/dockerapi/image.go` (+1 -1) 📝 `pkg/dockerapi/models.go` (+4 -2) 📝 `pkg/dockerapi/network.go` (+16 -0) 📝 `pkg/dockerapi/volume.go` (+19 -1) 📝 `pkg/server/handler/request_docker.go` (+1 -1) 📝 `pkg/server/server.go` (+4 -2) 📝 `web/src/app/images/image-list.tsx` (+9 -7) 📝 `web/src/app/networks/network-list.tsx` (+19 -6) 📝 `web/src/app/volumes/volume-list.tsx` (+10 -6) 📝 `web/src/lib/api-models.ts` (+2 -0) 📝 `web/src/lib/version.ts` (+1 -1) </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:04 +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#42
No description provided.