Commit Graph

302 Commits

Author SHA1 Message Date
thePR0M3TH3AN
345254be5b Merge pull request #114 from PR0M3TH3AN/codex/update-landing-page-and-add-tip-link
Sync landing page with README
2025-07-01 19:02:02 -04:00
thePR0M3TH3AN
82d3c83748 Update landing page features and footer 2025-07-01 19:00:24 -04:00
thePR0M3TH3AN
aea3d365c2 Merge pull request #113 from PR0M3TH3AN/codex/update-readme-for-encryption-mode-flag
Add docs for encryption mode
2025-07-01 18:50:55 -04:00
thePR0M3TH3AN
154a0f7bed docs: explain encryption mode 2025-07-01 18:49:19 -04:00
thePR0M3TH3AN
dfe4d315e9 Merge pull request #112 from PR0M3TH3AN/codex/replace-logger.error-with-logger.exception
Improve exception logging
2025-07-01 18:25:16 -04:00
thePR0M3TH3AN
f6a94d06cc Use exc_info for error logging 2025-07-01 18:23:44 -04:00
thePR0M3TH3AN
1fec888bd5 Merge pull request #111 from PR0M3TH3AN/codex/refactor-checksum-path-construction-in-entry_management.py
Fix checksum path handling
2025-07-01 18:14:58 -04:00
thePR0M3TH3AN
dce723c1fb Fix checksum path handling 2025-07-01 18:13:25 -04:00
thePR0M3TH3AN
4d80192563 Merge pull request #110 from PR0M3TH3AN/codex/fix-hypothesis_profile-in-pytest.ini
Clean pytest.ini config
2025-07-01 18:07:37 -04:00
thePR0M3TH3AN
c51f280500 Remove obsolete Hypothesis profile config 2025-07-01 18:05:46 -04:00
thePR0M3TH3AN
ef4c411d98 Merge pull request #109 from PR0M3TH3AN/codex/test-handle_backup_reveal_parent_seed-and-is_valid_filename
Add tests for seed backup flow and filename validation
2025-07-01 18:01:13 -04:00
thePR0M3TH3AN
dbd0adca6b Add tests for parent seed backup and filename validation 2025-07-01 17:59:45 -04:00
thePR0M3TH3AN
c256a827d0 Merge pull request #108 from PR0M3TH3AN/codex/add-tests-for-handle_verify_checksum-and-database-functions
Add tests for checksum verification and database backup
2025-07-01 17:53:37 -04:00
thePR0M3TH3AN
4369deda58 Add tests for checksum and backup handlers 2025-07-01 17:51:45 -04:00
thePR0M3TH3AN
7ef309b426 update 2025-07-01 17:50:46 -04:00
thePR0M3TH3AN
f1e9f706da Merge pull request #107 from PR0M3TH3AN/codex/create-test-for-passwordmanager-methods
Add profile management test
2025-07-01 17:44:03 -04:00
thePR0M3TH3AN
222914ae4b Add profile management test 2025-07-01 17:39:29 -04:00
thePR0M3TH3AN
896e4ce2fa Merge pull request #106 from PR0M3TH3AN/codex/create-checksum-update-script-and-hook
Add pre-push checksum updater
2025-07-01 17:22:47 -04:00
thePR0M3TH3AN
f82db4a4a4 Add pre-push checksum update 2025-07-01 17:21:18 -04:00
thePR0M3TH3AN
46dd2353d1 update 2025-07-01 17:04:55 -04:00
thePR0M3TH3AN
4cd4dccf60 Merge pull request #104 from PR0M3TH3AN/codex/apply-security-and-formatting-checks,-update-ci
Add tooling and password length test
2025-07-01 16:45:52 -04:00
thePR0M3TH3AN
ba2b0e4ace Add security tooling and password length test 2025-07-01 16:44:18 -04:00
thePR0M3TH3AN
339cdcf43b Merge pull request #103 from PR0M3TH3AN/codex/introduce-mutmut-in-requirements.txt-and-ci-workflow
Add mutation testing and Nostr contract test
2025-07-01 16:33:32 -04:00
thePR0M3TH3AN
f7e05a3bc8 Remove mutation tests from CI 2025-07-01 16:32:05 -04:00
thePR0M3TH3AN
d3264d231c speed up mutmut 2025-07-01 16:09:08 -04:00
thePR0M3TH3AN
1ecefbcdc2 Pin mutmut version 2025-07-01 16:01:10 -04:00
thePR0M3TH3AN
bfd83c818d Fix mutmut usage in CI 2025-07-01 15:55:04 -04:00
thePR0M3TH3AN
9ec12bf19f Add mutation testing and contract test 2025-07-01 15:47:29 -04:00
thePR0M3TH3AN
3130a86c76 Merge pull request #102 from PR0M3TH3AN/codex/update-pytest-configuration-for-parallelism-and-stress-tests
Enable parallel stress testing
2025-07-01 15:40:12 -04:00
thePR0M3TH3AN
1d580819e7 Enable parallel and stress testing 2025-07-01 15:37:52 -04:00
thePR0M3TH3AN
b480b02326 Merge pull request #101 from PR0M3TH3AN/codex/update-logging-configuration-and-format-files
Tweak logging for tests
2025-07-01 15:26:53 -04:00
thePR0M3TH3AN
0d3d626f09 Improve file lock timing reliability on macOS 2025-07-01 15:25:08 -04:00
thePR0M3TH3AN
d7ea493663 Adjust logging for tests 2025-07-01 15:16:01 -04:00
thePR0M3TH3AN
74df5f654c Merge pull request #100 from PR0M3TH3AN/codex/fix-password-decryption-issue
Fix Nostr client seed decrypt bug
2025-07-01 14:52:11 -04:00
thePR0M3TH3AN
6be6b59b6f fix nostr client seed decrypt 2025-07-01 14:50:56 -04:00
thePR0M3TH3AN
55abafb338 Merge pull request #99 from PR0M3TH3AN/codex/add-tests-for-passwordgenerator-with-hypothesis
Add property tests for deterministic password generation
2025-07-01 14:41:54 -04:00
thePR0M3TH3AN
489b3b5165 Add Hypothesis password property tests 2025-07-01 14:40:00 -04:00
thePR0M3TH3AN
571f55c391 Merge pull request #98 from PR0M3TH3AN/codex/create-network-test-for-nostrclient
Add Nostr network integration test
2025-07-01 14:29:09 -04:00
thePR0M3TH3AN
a83679f00e Add real Nostr integration test 2025-07-01 14:27:57 -04:00
thePR0M3TH3AN
8de6b65071 Merge pull request #97 from PR0M3TH3AN/codex/fix-password-reset-issue-and-add-test
Fix unlock after password change
2025-07-01 14:23:02 -04:00
thePR0M3TH3AN
5d3dbedd3b Fix password unlock logic and test 2025-07-01 14:21:39 -04:00
thePR0M3TH3AN
64ce1dfbc7 Merge pull request #96 from PR0M3TH3AN/codex/add-concurrency-stress-test-for-vault-and-backupmanager
Add concurrency stress test
2025-07-01 14:11:52 -04:00
thePR0M3TH3AN
5269030d06 Add concurrency stress test and minor path typing 2025-07-01 14:10:47 -04:00
thePR0M3TH3AN
f7339a8fc1 Merge pull request #95 from PR0M3TH3AN/codex/create-bip-85-test-vector-file
Add BIP85 official test vectors
2025-07-01 14:03:19 -04:00
thePR0M3TH3AN
f6767ec9a3 Add BIP85 test vectors and fix implementation 2025-07-01 14:01:41 -04:00
thePR0M3TH3AN
3e5243f5cd Merge pull request #94 from PR0M3TH3AN/codex/add-encryption-checksum-test-with-verification
Add checksum verification workflow test
2025-07-01 13:46:37 -04:00
thePR0M3TH3AN
95c8b7dd48 Add checksum verification test 2025-07-01 13:44:43 -04:00
thePR0M3TH3AN
0838b05119 Merge pull request #93 from PR0M3TH3AN/codex/create-tests-for-backupmanager-backup-and-restore
Add backup restore tests
2025-07-01 13:34:47 -04:00
thePR0M3TH3AN
034e5795cd Add backup restore workflow tests 2025-07-01 13:33:33 -04:00
thePR0M3TH3AN
e5ee85918a Merge pull request #92 from PR0M3TH3AN/codex/create-tests-for-invalid-input-and-timeout
Add CLI input validation tests
2025-07-01 13:25:35 -04:00