[PR #72] [MERGED] Fix 404 bug when trying to delete keys #77

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

📋 Pull Request Information

Original PR: https://github.com/therealpaulgg/ssh-sync/pull/72
Author: @therealpaulgg
Created: 7/1/2025
Status: Merged
Merged: 7/1/2025
Merged by: @therealpaulgg

Base: mainHead: 71-404-when-trying-to-delete-a-machine-from-a-user-profile


📝 Commits (2)

  • 4e04668 Update Dockerfile to use golang:bookworm and improve error handling in account existence check
  • 8ca0e5b Refactor HTTP status code checks to use http.StatusOK and http.StatusNotFound for clarity

📊 Changes

5 files changed (+12 additions, -9 deletions)

View changed files

📝 Dockerfile.Debug (+1 -1)
📝 pkg/actions/remove-machine.go (+2 -2)
📝 pkg/actions/setup.go (+5 -2)
📝 pkg/actions/upload.go (+2 -2)
📝 pkg/retrieval/data.go (+2 -2)

📄 Description

Fix 404 bug when trying to delete keys


🔄 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/pull/72 **Author:** [@therealpaulgg](https://github.com/therealpaulgg) **Created:** 7/1/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@therealpaulgg](https://github.com/therealpaulgg) **Base:** `main` ← **Head:** `71-404-when-trying-to-delete-a-machine-from-a-user-profile` --- ### 📝 Commits (2) - [`4e04668`](https://github.com/therealpaulgg/ssh-sync/commit/4e046687e1f8762dc47a29bb7afb43dc7a0875c5) Update Dockerfile to use golang:bookworm and improve error handling in account existence check - [`8ca0e5b`](https://github.com/therealpaulgg/ssh-sync/commit/8ca0e5b456f0ef5bfb7c8a3e11eeb2b385a4e7a1) Refactor HTTP status code checks to use http.StatusOK and http.StatusNotFound for clarity ### 📊 Changes **5 files changed** (+12 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile.Debug` (+1 -1) 📝 `pkg/actions/remove-machine.go` (+2 -2) 📝 `pkg/actions/setup.go` (+5 -2) 📝 `pkg/actions/upload.go` (+2 -2) 📝 `pkg/retrieval/data.go` (+2 -2) </details> ### 📄 Description Fix 404 bug when trying to delete keys --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:17:06 +03:00
Sign in to join this conversation.
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#77
No description provided.