[PR #22] [MERGED] 20 new rest endpoints for key management #27

Closed
opened 2026-02-28 01:18:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/therealpaulgg/ssh-sync-server/pull/22
Author: @therealpaulgg
Created: 10/30/2024
Status: Merged
Merged: 10/30/2024
Merged by: @therealpaulgg

Base: mainHead: 20-new-rest-endpoints-for-key-management


📝 Commits (8)

📊 Changes

8 files changed (+211 additions, -44 deletions)

View changed files

📝 docker-compose.yaml (+16 -6)
📝 pkg/database/query/transaction.go (+21 -0)
📝 pkg/database/repository/machine.go (+1 -2)
📝 pkg/database/repository/user.go (+19 -0)
📝 pkg/database/repository/usermock.go (+29 -0)
📝 pkg/web/router/routes/data.go (+41 -18)
📝 pkg/web/router/routes/data_test.go (+83 -0)
📝 pkg/web/router/routes/setup.go (+1 -18)

📄 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/therealpaulgg/ssh-sync-server/pull/22 **Author:** [@therealpaulgg](https://github.com/therealpaulgg) **Created:** 10/30/2024 **Status:** ✅ Merged **Merged:** 10/30/2024 **Merged by:** [@therealpaulgg](https://github.com/therealpaulgg) **Base:** `main` ← **Head:** `20-new-rest-endpoints-for-key-management` --- ### 📝 Commits (8) - [`3972ac3`](https://github.com/therealpaulgg/ssh-sync-server/commit/3972ac3faa55670cc9edba4da1961280b3ec8886) working now - [`802f292`](https://github.com/therealpaulgg/ssh-sync-server/commit/802f2921d9b29ddbf354a57b305c003a72903972) working now - [`436ed61`](https://github.com/therealpaulgg/ssh-sync-server/commit/436ed61279f382793034be5001840ce375e599d1) start tests - [`26c4917`](https://github.com/therealpaulgg/ssh-sync-server/commit/26c491775c4fa6376b79e08b413dc949b710be8a) working on test - [`a7685cd`](https://github.com/therealpaulgg/ssh-sync-server/commit/a7685cdbe86611fcecddeaf9f7235e90b7a0b122) tests pass - [`12afa58`](https://github.com/therealpaulgg/ssh-sync-server/commit/12afa5865a43507b3e976e947dafb72979e9abab) bring back refactor - [`a368611`](https://github.com/therealpaulgg/ssh-sync-server/commit/a36861155daca29c271069dbc03eb7491c4a6ff5) remove comment - [`e2c25c3`](https://github.com/therealpaulgg/ssh-sync-server/commit/e2c25c32cbf61582d955a85ff2dcd2c56d311449) add volumes to docker-compose ### 📊 Changes **8 files changed** (+211 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `docker-compose.yaml` (+16 -6) 📝 `pkg/database/query/transaction.go` (+21 -0) 📝 `pkg/database/repository/machine.go` (+1 -2) 📝 `pkg/database/repository/user.go` (+19 -0) 📝 `pkg/database/repository/usermock.go` (+29 -0) 📝 `pkg/web/router/routes/data.go` (+41 -18) 📝 `pkg/web/router/routes/data_test.go` (+83 -0) 📝 `pkg/web/router/routes/setup.go` (+1 -18) </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-02-28 01:18:04 +03:00
Sign in to join this conversation.
No labels
pull-request
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/ssh-sync-server#27
No description provided.