[PR #49] [MERGED] 42 make remove machine better #61

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

📋 Pull Request Information

Original PR: https://github.com/therealpaulgg/ssh-sync/pull/49
Author: @therealpaulgg
Created: 4/3/2024
Status: Merged
Merged: 4/3/2024
Merged by: @therealpaulgg

Base: mainHead: 42-make-remove-machine-better


📝 Commits (2)

  • 8ebbac1 start
  • d6c2655 actually implement what the ticket is asking for

📊 Changes

8 files changed (+198 additions, -55 deletions)

View changed files

📝 go.mod (+8 -0)
📝 go.sum (+33 -0)
📝 main.go (+3 -2)
📝 pkg/actions/list-machines.go (+2 -24)
📝 pkg/actions/remove-machine.go (+22 -26)
pkg/retrieval/machines.go (+69 -0)
pkg/retrieval/machines_test.go (+61 -0)
test/main.go (+0 -3)

📄 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/pull/49 **Author:** [@therealpaulgg](https://github.com/therealpaulgg) **Created:** 4/3/2024 **Status:** ✅ Merged **Merged:** 4/3/2024 **Merged by:** [@therealpaulgg](https://github.com/therealpaulgg) **Base:** `main` ← **Head:** `42-make-remove-machine-better` --- ### 📝 Commits (2) - [`8ebbac1`](https://github.com/therealpaulgg/ssh-sync/commit/8ebbac15c1c87bd3c8103e7f4ac3f059e9dff643) start - [`d6c2655`](https://github.com/therealpaulgg/ssh-sync/commit/d6c2655761986fde48f1ef01071056b1574632ba) actually implement what the ticket is asking for ### 📊 Changes **8 files changed** (+198 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+8 -0) 📝 `go.sum` (+33 -0) 📝 `main.go` (+3 -2) 📝 `pkg/actions/list-machines.go` (+2 -24) 📝 `pkg/actions/remove-machine.go` (+22 -26) ➕ `pkg/retrieval/machines.go` (+69 -0) ➕ `pkg/retrieval/machines_test.go` (+61 -0) ➖ `test/main.go` (+0 -3) </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:17:02 +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#61
No description provided.