[PR #87] [MERGED] Migrate legacy keychain credentials #271

Closed
opened 2026-02-26 21:34:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/87
Author: @rudrankriyam
Created: 1/24/2026
Status: Merged
Merged: 1/24/2026
Merged by: @rudrankriyam

Base: mainHead: fix/legacy-credential-migration


📝 Commits (1)

  • 447af92 Migrate legacy keychain credentials.

📊 Changes

2 files changed (+148 additions, -10 deletions)

View changed files

📝 internal/auth/keychain.go (+54 -10)
📝 internal/auth/keychain_test.go (+94 -0)

📄 Description

Summary

  • migrate legacy keychain entries into the new keychain on first list
  • remove legacy duplicates and fall back to legacy removal when needed
  • add tests covering migration and legacy removal paths

Test plan

  • go test ./...

🔄 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/rudrankriyam/App-Store-Connect-CLI/pull/87 **Author:** [@rudrankriyam](https://github.com/rudrankriyam) **Created:** 1/24/2026 **Status:** ✅ Merged **Merged:** 1/24/2026 **Merged by:** [@rudrankriyam](https://github.com/rudrankriyam) **Base:** `main` ← **Head:** `fix/legacy-credential-migration` --- ### 📝 Commits (1) - [`447af92`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/447af922d145841bee67c3a21ce5dba2598f9c4e) Migrate legacy keychain credentials. ### 📊 Changes **2 files changed** (+148 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `internal/auth/keychain.go` (+54 -10) 📝 `internal/auth/keychain_test.go` (+94 -0) </details> ### 📄 Description ## Summary - migrate legacy keychain entries into the new keychain on first list - remove legacy duplicates and fall back to legacy removal when needed - add tests covering migration and legacy removal paths ## Test plan - [x] `go test ./...` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 21:34:23 +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/App-Store-Connect-CLI#271
No description provided.