[PR #6] [MERGED] 1.3 #26

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

Base: mainHead: 1.3-dev


📝 Commits (10+)

📊 Changes

58 files changed (+3113 additions, -332 deletions)

View changed files

📝 .github/workflows/main.yml (+1 -1)
📝 go.mod (+3 -1)
📝 go.sum (+7 -4)
📝 pkg/agent/agent.go (+5 -2)
📝 pkg/common/common.go (+1 -1)
📝 pkg/server/handler/compose_library.go (+246 -15)
pkg/server/handler/credential.go (+189 -0)
pkg/server/handler/github.go (+98 -0)
📝 pkg/server/handler/handler.go (+36 -7)
📝 pkg/server/handler/node_compose.go (+65 -26)
📝 pkg/server/handler/request_compose_library.go (+56 -4)
pkg/server/handler/request_credential.go (+87 -0)
pkg/server/handler/request_github.go (+22 -0)
📝 pkg/server/handler/request_node_compose.go (+2 -0)
📝 pkg/server/handler/response_compose_library.go (+42 -10)
pkg/server/handler/response_credential.go (+49 -0)
pkg/server/handler/response_github.go (+11 -0)
📝 pkg/server/handler/response_node_compose.go (+2 -0)
pkg/server/model/compose_library_item.go (+27 -0)
pkg/server/model/composelibraryitem.go (+0 -18)

...and 38 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/6 **Author:** [@salilponde](https://github.com/salilponde) **Created:** 12/19/2023 **Status:** ✅ Merged **Merged:** 12/19/2023 **Merged by:** [@salilponde](https://github.com/salilponde) **Base:** `main` ← **Head:** `1.3-dev` --- ### 📝 Commits (10+) - [`8c078fe`](https://github.com/productiveops/dokemon/commit/8c078fed5b39cb5b591c229e3f22eb78e50d9834) Bumped version to 1.3 - [`38b598c`](https://github.com/productiveops/dokemon/commit/38b598cecbca1742b419494e6efb78373c4e1771) Credentials CRUD - [`54dbf68`](https://github.com/productiveops/dokemon/commit/54dbf684122cc2cca2387f02a99cc9a3309b16d3) Added missing files - [`70f8804`](https://github.com/productiveops/dokemon/commit/70f8804fd0122965510394babf6847a96003b818) Compose Library DB Store implementation - [`129d260`](https://github.com/productiveops/dokemon/commit/129d26009c69e8f6b3bd89d71886dae4a539178f) File System Compose projects refactoring - [`651408d`](https://github.com/productiveops/dokemon/commit/651408d7b11426c1a5c7b4ea18d05c4f2cb439de) GitHub Compose Create - [`0f81ce8`](https://github.com/productiveops/dokemon/commit/0f81ce8c9ce79b2377d480685531a629e33f0d11) GitHub Compose Edit - [`08c6dc3`](https://github.com/productiveops/dokemon/commit/08c6dc3f8e119ba60433b0177e12137da732d4ba) Compose Pull/Up/Down updates - [`e18d897`](https://github.com/productiveops/dokemon/commit/e18d897793be4cce2b654ebdc064724d183b0133) Unique project name validation - [`8b122f5`](https://github.com/productiveops/dokemon/commit/8b122f5b2ae9e48bae65390683dd306e80d9d1e0) Refactoring ### 📊 Changes **58 files changed** (+3113 additions, -332 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+1 -1) 📝 `go.mod` (+3 -1) 📝 `go.sum` (+7 -4) 📝 `pkg/agent/agent.go` (+5 -2) 📝 `pkg/common/common.go` (+1 -1) 📝 `pkg/server/handler/compose_library.go` (+246 -15) ➕ `pkg/server/handler/credential.go` (+189 -0) ➕ `pkg/server/handler/github.go` (+98 -0) 📝 `pkg/server/handler/handler.go` (+36 -7) 📝 `pkg/server/handler/node_compose.go` (+65 -26) 📝 `pkg/server/handler/request_compose_library.go` (+56 -4) ➕ `pkg/server/handler/request_credential.go` (+87 -0) ➕ `pkg/server/handler/request_github.go` (+22 -0) 📝 `pkg/server/handler/request_node_compose.go` (+2 -0) 📝 `pkg/server/handler/response_compose_library.go` (+42 -10) ➕ `pkg/server/handler/response_credential.go` (+49 -0) ➕ `pkg/server/handler/response_github.go` (+11 -0) 📝 `pkg/server/handler/response_node_compose.go` (+2 -0) ➕ `pkg/server/model/compose_library_item.go` (+27 -0) ➖ `pkg/server/model/composelibraryitem.go` (+0 -18) _...and 38 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: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#26
No description provided.