[PR #9] [MERGED] 1.3.1 #28

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

📋 Pull Request Information

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

Base: mainHead: 1.3.1-dev


📝 Commits (7)

  • 02c7751 Bumped version to 1.4
  • cbaa557 Fixed environment deletion bug
  • 914d6b0 Allow editing Dokemon Server name
  • 8524291 Prevent delete of in use environment
  • 8661db1 Use latest tag for agent registration. Remove Update Agent button. Display Agent Version in Nodes.
  • 758858e Removed unused variables
  • 75e4e62 Bumped version to 1.3.1

📊 Changes

9 files changed (+45 additions, -13 deletions)

View changed files

📝 .github/workflows/main.yml (+1 -1)
📝 pkg/common/common.go (+1 -1)
📝 pkg/server/handler/environment.go (+9 -4)
📝 pkg/server/store/environment.go (+20 -0)
📝 pkg/server/store/interfaces.go (+1 -0)
📝 web/src/app/nodes/dialogs/register-node-dialog.tsx (+1 -2)
📝 web/src/app/nodes/node-details.tsx (+1 -1)
📝 web/src/app/nodes/nodes.tsx (+10 -3)
📝 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/9 **Author:** [@salilponde](https://github.com/salilponde) **Created:** 12/20/2023 **Status:** ✅ Merged **Merged:** 12/20/2023 **Merged by:** [@salilponde](https://github.com/salilponde) **Base:** `main` ← **Head:** `1.3.1-dev` --- ### 📝 Commits (7) - [`02c7751`](https://github.com/productiveops/dokemon/commit/02c77513a5e786c101fc19c92ee9a94c5751831e) Bumped version to 1.4 - [`cbaa557`](https://github.com/productiveops/dokemon/commit/cbaa557f58e4f57f16afdcae9cdeff5913f4965d) Fixed environment deletion bug - [`914d6b0`](https://github.com/productiveops/dokemon/commit/914d6b0aadfff9fa34136dbbf01c9157be36250c) Allow editing Dokemon Server name - [`8524291`](https://github.com/productiveops/dokemon/commit/8524291a5104be0c792925de97e7b41fd31440f8) Prevent delete of in use environment - [`8661db1`](https://github.com/productiveops/dokemon/commit/8661db138990b916ec28c8880cee4a4614af12d3) Use latest tag for agent registration. Remove Update Agent button. Display Agent Version in Nodes. - [`758858e`](https://github.com/productiveops/dokemon/commit/758858ec1fde54172321d9979c814453f923ccff) Removed unused variables - [`75e4e62`](https://github.com/productiveops/dokemon/commit/75e4e62b943792958b306e25646fae198b59b6a2) Bumped version to 1.3.1 ### 📊 Changes **9 files changed** (+45 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+1 -1) 📝 `pkg/common/common.go` (+1 -1) 📝 `pkg/server/handler/environment.go` (+9 -4) 📝 `pkg/server/store/environment.go` (+20 -0) 📝 `pkg/server/store/interfaces.go` (+1 -0) 📝 `web/src/app/nodes/dialogs/register-node-dialog.tsx` (+1 -2) 📝 `web/src/app/nodes/node-details.tsx` (+1 -1) 📝 `web/src/app/nodes/nodes.tsx` (+10 -3) 📝 `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:10:59 +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#28
No description provided.