mirror of
https://github.com/therealpaulgg/ssh-sync-server.git
synced 2026-04-25 15:45:49 +03:00
[PR #5] [MERGED] Db transactions #14
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ssh-sync-server#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:db-transactions📝 Commits (5)
f7f9de8untested transaction code32451a1validate 'setup' transactions workc251cf5todosfa7cd45no more master key on server397eb13last tx needed📊 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.