mirror of
https://github.com/productiveops/dokemon.git
synced 2026-04-26 08:15:49 +03:00
[PR #31] [MERGED] 1.5.9 dev #42
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#42
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/31
Author: @salilponde
Created: 2/7/2024
Status: ✅ Merged
Merged: 2/7/2024
Merged by: @salilponde
Base:
main← Head:1.5.9-dev📝 Commits (6)
225bb29Bumped version to 1.5.8684839bCreate temp .env file during compose deployments901bb72Use --env-file instead of environment vars to composef7606ceDisplay volume status (In use/unused)a576ceaNetwork inUse. Hide delete button for inUse items in all types.b3af11cSTALENESS_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.