[PR #5] [MERGED] Db transactions #14

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

📋 Pull Request Information

Original PR: https://github.com/therealpaulgg/ssh-sync-server/pull/5
Author: @therealpaulgg
Created: 1/18/2023
Status: Merged
Merged: 1/18/2023
Merged by: @therealpaulgg

Base: mainHead: db-transactions


📝 Commits (5)

📊 Changes

11 files changed (+229 additions, -133 deletions)

View changed files

📝 docs/writeup.md (+3 -1)
📝 internal/setup/main.go (+14 -2)
📝 pkg/database/models/machine.go (+23 -0)
pkg/database/models/master_key.go (+0 -59)
📝 pkg/database/models/ssh_config.go (+19 -0)
📝 pkg/database/models/ssh_key.go (+14 -0)
📝 pkg/database/models/user.go (+43 -0)
pkg/database/query/transaction.go (+58 -0)
📝 pkg/web/live/main.go (+4 -28)
📝 pkg/web/router/routes/data.go (+18 -17)
📝 pkg/web/router/routes/setup.go (+33 -26)

📄 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/5 **Author:** [@therealpaulgg](https://github.com/therealpaulgg) **Created:** 1/18/2023 **Status:** ✅ Merged **Merged:** 1/18/2023 **Merged by:** [@therealpaulgg](https://github.com/therealpaulgg) **Base:** `main` ← **Head:** `db-transactions` --- ### 📝 Commits (5) - [`f7f9de8`](https://github.com/therealpaulgg/ssh-sync-server/commit/f7f9de8c89fa88fa1fc6e8a4f544d4b36db72f97) untested transaction code - [`32451a1`](https://github.com/therealpaulgg/ssh-sync-server/commit/32451a1ee1b9a2cd912ffc7872e58b6ff7a770cd) validate 'setup' transactions work - [`c251cf5`](https://github.com/therealpaulgg/ssh-sync-server/commit/c251cf5719bccdc4e20ddfed0f36a2a04f7f9667) todos - [`fa7cd45`](https://github.com/therealpaulgg/ssh-sync-server/commit/fa7cd45156f4faa4bea805a4b6a347a34d111ca5) no more master key on server - [`397eb13`](https://github.com/therealpaulgg/ssh-sync-server/commit/397eb1362bd90cb46e7f2fc0593e0847f573972d) last tx needed ### 📊 Changes **11 files changed** (+229 additions, -133 deletions) <details> <summary>View changed files</summary> 📝 `docs/writeup.md` (+3 -1) 📝 `internal/setup/main.go` (+14 -2) 📝 `pkg/database/models/machine.go` (+23 -0) ➖ `pkg/database/models/master_key.go` (+0 -59) 📝 `pkg/database/models/ssh_config.go` (+19 -0) 📝 `pkg/database/models/ssh_key.go` (+14 -0) 📝 `pkg/database/models/user.go` (+43 -0) ➕ `pkg/database/query/transaction.go` (+58 -0) 📝 `pkg/web/live/main.go` (+4 -28) 📝 `pkg/web/router/routes/data.go` (+18 -17) 📝 `pkg/web/router/routes/setup.go` (+33 -26) </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:01 +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#14
No description provided.