James Wampler wamplerj
  • Bainbridge Island, WA
  • Joined on 2026-03-26
wamplerj pushed to main at wamplerj/system-config 2026-07-06 14:03:48 -07:00
2e510b9851 feat(caddy): expose miccheck-qa admin/api on local domains
93e6f0bd2b feat(runner): add docker CLI to act_runner image for host-exec labels
5dc033230d feat(runner): add Gitea act_runner docker setup
Compare 3 commits »
wamplerj pushed to main at wamplerj/mic-check 2026-07-06 10:45:05 -07:00
8262cd2f61 Drop docker-compose from dev workflow; run full build/test and Aspire locally
wamplerj pushed to main at wamplerj/mic-check 2026-07-06 10:33:35 -07:00
83441b6c69 Removing old docker-compose file. Use Aspire instead
283ca4f148 Move QA Postgres password out of docker-compose into Gitea secret
Compare 2 commits »
wamplerj deleted branch fluent-validator-gone from wamplerj/mic-check 2026-07-05 22:54:32 -07:00
wamplerj pushed to main at wamplerj/mic-check 2026-07-05 22:54:31 -07:00
7a3e2167c2 Remove FluentValidation; validator/DI cleanup (#7)
wamplerj merged pull request wamplerj/mic-check#7 2026-07-05 22:54:31 -07:00
Remove FluentValidation; validator/DI cleanup
wamplerj created pull request wamplerj/mic-check#7 2026-07-05 22:54:10 -07:00
Remove FluentValidation; validator/DI cleanup
wamplerj pushed to fluent-validator-gone at wamplerj/mic-check 2026-07-05 22:53:35 -07:00
7b51100ab6 Split Program.cs DI registrations into per-namespace DependencyRegistration classes
f920a6d0a5 Extract IAuditService, drop virtual mock seam from AuditService
75595970fb Convert logic-free classes to records per CLAUDE.md
27497e31a9 Move FeatureUsage code into MicCheck.Api.Features.Usage namespace
bdc85a1f3a Remove FluentValidation dependency, use plain .NET validation
Compare 5 commits »
wamplerj created branch fluent-validator-gone in wamplerj/mic-check 2026-07-05 22:53:35 -07:00
wamplerj pushed to main at wamplerj/mic-check 2026-07-05 16:15:07 -07:00
127aefc020 Fix npm audit vulnerabilities in admin (form-data high, js-yaml moderate)
wamplerj pushed to main at wamplerj/mic-check 2026-07-05 15:07:27 -07:00
87113ccdcd Add unit tests for Environments, Audit, and Webhooks namespaces (#6)
wamplerj deleted branch add-missing-coverage-dotnet from wamplerj/mic-check 2026-07-05 15:07:27 -07:00
wamplerj merged pull request wamplerj/mic-check#6 2026-07-05 15:07:27 -07:00
Add unit tests for Environments, Audit, and Webhooks namespaces
wamplerj pushed to add-missing-coverage-dotnet at wamplerj/mic-check 2026-07-05 15:06:26 -07:00
9e8e81ba83 Add unit tests for Audit (59% to 100%) and Webhooks (62% to 91%) namespaces
68d426253d Add unit tests for Environments namespace (0% to 99.5% coverage)
5b3050a222 Reformat and tweaking claude.md
51539d24d8 Add unit tests for MicCheck.Api.Organizations and MicCheck.Api.Projects
67d7de0362 Add unit tests for MicCheck.Api.Identities
Compare 13 commits »
wamplerj created pull request wamplerj/mic-check#6 2026-07-05 15:03:15 -07:00
Add unit tests for Environments, Audit, and Webhooks namespaces
wamplerj pushed to add-missing-coverage-dotnet at wamplerj/mic-check 2026-07-05 15:01:47 -07:00
4ad3285afa Add unit tests for Audit (59% to 100%) and Webhooks (62% to 91%) namespaces
837c51d366 Add unit tests for Environments namespace (0% to 99.5% coverage)
4f04d805ac Reformat and tweaking claude.md
7b33bca6a9 Add unit tests for MicCheck.Api.Organizations and MicCheck.Api.Projects
d6594521f8 Add unit tests for MicCheck.Api.Identities
Compare 10 commits »
wamplerj created branch add-missing-coverage-dotnet in wamplerj/mic-check 2026-07-05 15:01:47 -07:00
wamplerj pushed to main at wamplerj/mic-check 2026-07-05 10:14:32 -07:00
cae55e5737 Add coverage reporting/badges and split CI between Gitea and GitHub (#5)
wamplerj deleted branch badge-and-build-tweaks from wamplerj/mic-check 2026-07-05 10:14:31 -07:00
wamplerj merged pull request wamplerj/mic-check#5 2026-07-05 10:14:30 -07:00
Add coverage reporting/badges and split CI between Gitea and GitHub