mirror of
https://github.com/therealpaulgg/ssh-sync-server.git
synced 2026-04-25 07:35:49 +03:00
[PR #36] [MERGED] Add UpdatedAt field to KeyDto #35
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#35
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/36
Author: @therealpaulgg
Created: 1/15/2026
Status: ✅ Merged
Merged: 1/15/2026
Merged by: @therealpaulgg
Base:
main← Head:claude/add-updatedat-keydto-ryLYE📝 Commits (4)
dcbde6aAdd UpdatedAt field support for KeyDto5fcac44Add compiled binary to .gitignore578716fUse UTC time explicitly for updated_at timestampsf88e2c2Change UpdatedAt to nullable pointer type (*time.Time)📊 Changes
6 files changed (+88 additions, -15 deletions)
View changed files
📝
.gitignore(+1 -0)📝
go.mod(+25 -4)📝
go.sum(+47 -0)📝
pkg/database/models/ssh_key.go(+7 -4)📝
pkg/database/repository/ssh_key.go(+3 -3)📝
pkg/web/router/routes/data.go(+5 -4)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.