[PR #36] [MERGED] Add UpdatedAt field to KeyDto #35

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

📋 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: mainHead: claude/add-updatedat-keydto-ryLYE


📝 Commits (4)

  • dcbde6a Add UpdatedAt field support for KeyDto
  • 5fcac44 Add compiled binary to .gitignore
  • 578716f Use UTC time explicitly for updated_at timestamps
  • f88e2c2 Change 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.

## 📋 Pull Request Information **Original PR:** https://github.com/therealpaulgg/ssh-sync-server/pull/36 **Author:** [@therealpaulgg](https://github.com/therealpaulgg) **Created:** 1/15/2026 **Status:** ✅ Merged **Merged:** 1/15/2026 **Merged by:** [@therealpaulgg](https://github.com/therealpaulgg) **Base:** `main` ← **Head:** `claude/add-updatedat-keydto-ryLYE` --- ### 📝 Commits (4) - [`dcbde6a`](https://github.com/therealpaulgg/ssh-sync-server/commit/dcbde6a7254be6ec8422fed20a093938be828048) Add UpdatedAt field support for KeyDto - [`5fcac44`](https://github.com/therealpaulgg/ssh-sync-server/commit/5fcac445eb7f9e6da58b0efd71e8886db30ebb48) Add compiled binary to .gitignore - [`578716f`](https://github.com/therealpaulgg/ssh-sync-server/commit/578716f5fe55aa74f23138819d069389d8ba2042) Use UTC time explicitly for updated_at timestamps - [`f88e2c2`](https://github.com/therealpaulgg/ssh-sync-server/commit/f88e2c288c06578d8565667d703fef132519935e) Change UpdatedAt to nullable pointer type (*time.Time) ### 📊 Changes **6 files changed** (+88 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `.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) </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:06 +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#35
No description provided.