| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-08 | chore: cargo fmt | DanConwayDev | |
| 2026-01-08 | test: disable GPG signing in all test helpers | DanConwayDev | |
| Prevent GPG signing prompts (including Yubikey activation) during test runs by explicitly disabling commit.gpgsign and tag.gpgsign in all test repository creation helpers. Modified: - tests/common/purgatory_helpers.rs: create_test_repo_with_commit() - src/git/mod.rs: create_test_repo_with_commit() - src/purgatory/helpers.rs: create_test_repo_with_commit() All test repositories now have GPG signing disabled regardless of global git configuration. | |||
| 2026-01-07 | purgatory: improve process_newly_available_git_data state event sync | DanConwayDev | |
| 2025-12-24 | feat(purgatory): add broken purgatory implementation | DanConwayDev | |