[PR #40] [MERGED] migrate to mage #40

Closed
opened 2026-03-02 05:09:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/goodhosts/cli/pull/40
Author: @luthermonson
Created: 12/24/2023
Status: Merged
Merged: 12/24/2023
Merged by: @luthermonson

Base: mainHead: renovations


📝 Commits (1)

📊 Changes

21 files changed (+352 additions, -185 deletions)

View changed files

📝 .github/workflows/ci.yml (+12 -20)
📝 .gitignore (+2 -0)
📝 .goreleaser.yaml (+1 -1)
📝 LICENSE (+1 -1)
Makefile (+0 -31)
📝 cmd/add.go (+5 -6)
📝 cmd/backup.go (+5 -5)
📝 cmd/check.go (+3 -3)
📝 cmd/clean.go (+2 -2)
📝 cmd/edit.go (+2 -2)
📝 cmd/list.go (+2 -2)
📝 cmd/main.go (+39 -32)
📝 cmd/remove.go (+13 -15)
📝 cmd/restore.go (+5 -6)
📝 go.mod (+9 -2)
📝 go.sum (+21 -9)
mage/install/install.go (+44 -0)
mage/test/test.go (+45 -0)
magefile.go (+52 -0)
📝 main.go (+48 -48)

...and 1 more files

📄 Description

  • migrate from make to mage
  • rename hostfiles to hf everywhere to avoid any future conflicts with package name
  • add basic testing and prep for more to come

🔄 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/goodhosts/cli/pull/40 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 12/24/2023 **Status:** ✅ Merged **Merged:** 12/24/2023 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `main` ← **Head:** `renovations` --- ### 📝 Commits (1) - [`601b65c`](https://github.com/goodhosts/cli/commit/601b65ca9588951b9d664df4e7b4567c90386c04) migrate to mage ### 📊 Changes **21 files changed** (+352 additions, -185 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+12 -20) 📝 `.gitignore` (+2 -0) 📝 `.goreleaser.yaml` (+1 -1) 📝 `LICENSE` (+1 -1) ➖ `Makefile` (+0 -31) 📝 `cmd/add.go` (+5 -6) 📝 `cmd/backup.go` (+5 -5) 📝 `cmd/check.go` (+3 -3) 📝 `cmd/clean.go` (+2 -2) 📝 `cmd/edit.go` (+2 -2) 📝 `cmd/list.go` (+2 -2) 📝 `cmd/main.go` (+39 -32) 📝 `cmd/remove.go` (+13 -15) 📝 `cmd/restore.go` (+5 -6) 📝 `go.mod` (+9 -2) 📝 `go.sum` (+21 -9) ➕ `mage/install/install.go` (+44 -0) ➕ `mage/test/test.go` (+45 -0) ➕ `magefile.go` (+52 -0) 📝 `main.go` (+48 -48) _...and 1 more files_ </details> ### 📄 Description * migrate from make to mage * rename `hostfiles` to `hf` everywhere to avoid any future conflicts with package name * add basic testing and prep for more to come --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:09:21 +03:00
Sign in to join this conversation.
No labels
bug
bug
bug
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/cli#40
No description provided.