Skip to content

fix: complete rename from fetch to pup in remaining code references#18

Merged
platinummonkey merged 1 commit into
mainfrom
fix/complete-fetch-to-pup-rename
Feb 10, 2026
Merged

fix: complete rename from fetch to pup in remaining code references#18
platinummonkey merged 1 commit into
mainfrom
fix/complete-fetch-to-pup-rename

Conversation

@jkirsteins
Copy link
Copy Markdown
Contributor

Summary

Complete the project rename from "fetch" to "pup" started in commit 2901608.

Changes

  • internal/version/version.go:17 - Change "Fetch" to "Pup" in BuildInfo()
  • pkg/auth/storage/factory.go:122 - Fix path in warning message
  • cmd/auth.go:34 - Fix help text

Testing

  • Built and ran pup version - shows "Pup" correctly
  • All existing tests pass
  • No functional changes, only display text

Related

This cleanup enables PR #2 for user agent enhancement to stay focused.

Complete the project rename started in commit 2901608. Three code
references to "fetch"/"Fetch" were missed in the original rename:

- internal/version/version.go: BuildInfo() said "Fetch"
- pkg/auth/storage/factory.go: Warning message said ~/.config/fetch/
- cmd/auth.go: Help text said "Fetch supports..."

All three now correctly reference "pup"/"Pup".

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@jkirsteins jkirsteins requested review from a team as code owners February 10, 2026 14:51
@github-actions
Copy link
Copy Markdown

📊 Test Coverage Report

Overall Coverage: 80.1% Coverage

Threshold: 80% ✅

Coverage by Package
## Coverage by Package

- github.com/DataDog/pup/pkg/auth/callback/server.go:40: 81.2%
- github.com/DataDog/pup/pkg/auth/dcr/client.go:28: 100.0%
- github.com/DataDog/pup/pkg/auth/dcr/types.go:24: 100.0%
- github.com/DataDog/pup/pkg/auth/oauth/client.go:22: 100.0%
- github.com/DataDog/pup/pkg/auth/oauth/pkce.go:24: 85.7%
- github.com/DataDog/pup/pkg/auth/storage/factory.go:53: 94.7%
- github.com/DataDog/pup/pkg/auth/storage/keychain.go:44: 42.9%
- github.com/DataDog/pup/pkg/auth/storage/storage.go:58: 71.4%
- github.com/DataDog/pup/pkg/auth/types/types.go:23: 100.0%
- github.com/DataDog/pup/pkg/client/client.go:33: 94.4%
- github.com/DataDog/pup/pkg/config/config.go:22: 100.0%
- github.com/DataDog/pup/pkg/formatter/formatter.go:31: 100.0%
- github.com/DataDog/pup/pkg/util/time.go:20: 95.8%

## Summary

total:								(statements)		80.1%

📈 Coverage Status: ✅ PASSED - Coverage meets minimum threshold

Updated for commit 956b617

@platinummonkey platinummonkey merged commit 05b7673 into main Feb 10, 2026
4 checks passed
@platinummonkey platinummonkey deleted the fix/complete-fetch-to-pup-rename branch February 10, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants