You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(keyring): add mock keyring support and tests
- Implemented a mock keyring for in-memory credential storage
- Added feature flag `mock-keyring` to enable mock keyring functionality
- Updated PIN retrieval to enforce a 30-character limit
- Created integration tests for long PIN truncation behavior
- Enhanced documentation on mock keyring usage and testing
* refactor(keyring): update service names for OTP and PIN storage
- Replace legacy service name with constants for OTP storage
- Update mock keyring implementation to use new service names
- Ensure consistency in service name usage across keyring functions
* chore(version): bump version to 1.2.2
- Updated version number in Cargo.toml for the main package
- Updated version number in Cargo.toml for the akon-core package
* fix(qol): update project default advanced settings
- Allow quicker polling and quicker response times
- Update regression tests to use new defaults
- Update docs
- Format code
* refactor(tests): remove unused imports in integration tests
- Cleaned up integration_keyring_tests by removing unnecessary imports.
* test(keyring): improve integration tests for get-password command
- Added helper function to store secrets in the system keyring
- Updated tests to use system keyring for storing credentials
- Cleaned up stored secrets after test execution
* style(tests): format code for better readability
- Reorganized arguments in `store_system_secret` function for clarity
- Improved formatting of command arguments in cleanup section
- Adjusted import order for consistency
0 commit comments