mirror of
https://github.com/pgplex/pgtui.git
synced 2026-04-26 18:45:57 +03:00
[PR #2] [MERGED] feat(password): switch to 99designs/keyring with fallback support #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgtui#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pgplex/pgtui/pull/2
Author: @rebelice
Created: 12/19/2025
Status: ✅ Merged
Merged: 12/19/2025
Merged by: @rebelice
Base:
main← Head:feat/improve-password-storage📝 Commits (2)
ae02dd0feat(password): switch to 99designs/keyring with fallback supportaf4d6eafix: address code review feedback📊 Changes
8 files changed (+684 additions, -54 deletions)
View changed files
📝
go.mod(+8 -4)📝
go.sum(+24 -8)📝
internal/app/app.go(+112 -5)➕
internal/connection_history/errors.go(+36 -0)➕
internal/connection_history/machine_id.go(+115 -0)📝
internal/connection_history/manager.go(+87 -16)📝
internal/connection_history/password_store.go(+105 -21)➕
internal/ui/components/password_dialog.go(+197 -0)📄 Description
Closes #1
Summary by CodeRabbit
New Features
Bug Fixes / Reliability
Enhancements
✏️ Tip: You can customize this high-level summary in your review settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.