[PR #12] [MERGED] 1.4.1 #31

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

📋 Pull Request Information

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

Base: mainHead: 1.4.1-dev


📝 Commits (3)

  • 32d006c Bumped version to 1.4.1
  • e68c1cd Prevent deleting of credentials which are in use
  • 817b740 SSL certificate Support

📊 Changes

12 files changed (+151 additions, -8 deletions)

View changed files

📝 .github/workflows/main.yml (+1 -1)
📝 cmd/server/main.go (+1 -0)
📝 pkg/common/common.go (+1 -1)
pkg/crypto/ssl/ssl.go (+53 -0)
📝 pkg/server/handler/credential.go (+10 -0)
📝 pkg/server/server.go (+55 -2)
📝 pkg/server/store/credential.go (+23 -0)
📝 pkg/server/store/environment.go (+0 -1)
📝 pkg/server/store/interfaces.go (+1 -0)
📝 runserver.ps1 (+1 -0)
📝 web/src/lib/version.ts (+1 -1)
📝 web/vite.config.ts (+4 -2)

📄 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/12 **Author:** [@salilponde](https://github.com/salilponde) **Created:** 12/22/2023 **Status:** ✅ Merged **Merged:** 12/22/2023 **Merged by:** [@salilponde](https://github.com/salilponde) **Base:** `main` ← **Head:** `1.4.1-dev` --- ### 📝 Commits (3) - [`32d006c`](https://github.com/productiveops/dokemon/commit/32d006ce0f0afbb494577e4494e79543f42709b0) Bumped version to 1.4.1 - [`e68c1cd`](https://github.com/productiveops/dokemon/commit/e68c1cd91f04a2ee901bbc3e470ffa0c6d8d21be) Prevent deleting of credentials which are in use - [`817b740`](https://github.com/productiveops/dokemon/commit/817b740b4f6064239314bc64eccbd3f8052358d8) SSL certificate Support ### 📊 Changes **12 files changed** (+151 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+1 -1) 📝 `cmd/server/main.go` (+1 -0) 📝 `pkg/common/common.go` (+1 -1) ➕ `pkg/crypto/ssl/ssl.go` (+53 -0) 📝 `pkg/server/handler/credential.go` (+10 -0) 📝 `pkg/server/server.go` (+55 -2) 📝 `pkg/server/store/credential.go` (+23 -0) 📝 `pkg/server/store/environment.go` (+0 -1) 📝 `pkg/server/store/interfaces.go` (+1 -0) 📝 `runserver.ps1` (+1 -0) 📝 `web/src/lib/version.ts` (+1 -1) 📝 `web/vite.config.ts` (+4 -2) </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:00 +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#31
No description provided.