Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
ddbe336
refactor: align TheWouldBeAdopter and ShelterManagingListings with v3…
Powerworks Jul 22, 2026
606037e
fix: guard DogListing.Status against manually setting or leaving Adopted
Powerworks Jul 22, 2026
7371459
feat: SurrenderingYourDog (v3 scope extension)
Powerworks Jul 22, 2026
7618681
feat: FosteringADog (v3 scope extension)
Powerworks Jul 22, 2026
007be0f
feat: Apply To Volunteer (VolunteeringAndHomeChecks first slice)
Powerworks Jul 23, 2026
6903061
feat: Volunteer Applications Queue (VolunteeringAndHomeChecks state-v…
Powerworks Jul 23, 2026
0b4d1cc
feat: Review Volunteer Application (VolunteeringAndHomeChecks)
Powerworks Jul 23, 2026
2ced1ad
feat: Approve Volunteer (VolunteeringAndHomeChecks)
Powerworks Jul 23, 2026
ff1f2c6
feat: adopt MudBlazor as the UI component library (ADR-029)
Powerworks Jul 23, 2026
9aee235
feat: restyle Home page with MudBlazor, fix Discovery feed contract m…
Powerworks Jul 23, 2026
478ee12
feat: add navigation drawer shell to MainLayout
Powerworks Jul 23, 2026
977d916
feat: add Supabase-backed login/register flow to Blazor.App
Powerworks Jul 23, 2026
607650a
feat: add My Account page, first consumer of the auth session's token
Powerworks Jul 23, 2026
4340598
feat: add Adoptable Dogs browse + detail pages
Powerworks Jul 23, 2026
d600b44
feat: add Apply to Adopt page (SubmitApplication)
Powerworks Jul 23, 2026
33b0778
feat: add Application Status page, link it from Apply to Adopt
Powerworks Jul 23, 2026
9041bcc
feat: add Apply to Volunteer and Apply to Foster pages
Powerworks Jul 23, 2026
68395c0
feat: add Surrender My Dog page
Powerworks Jul 23, 2026
39c5c81
fix: real Supabase auth bugs found via live end-to-end verification
Powerworks Jul 23, 2026
8be6768
docs: record product descope decision (dating app -> shelter/rescue ops)
Powerworks Jul 23, 2026
62967de
feat: remove Discovery, Chat, Places, Moderation modules (descope)
Powerworks Jul 23, 2026
5d80962
feat: replace Home page with static landing page
Powerworks Jul 23, 2026
f31a661
refactor: merge Profiles module into ShelterAdoption (v3 descope, sta…
Powerworks Jul 24, 2026
13f7daf
refactor: ADR-031 - adopt event sourcing as the default persistence m…
Powerworks Jul 24, 2026
4bb4653
Bump FluentAssertions from 6.12.1 to 8.10.0
dependabot[bot] Jul 24, 2026
c0db112
refactor: retrofit Media module to event sourcing (ADR-031 Phase 1/5)
Powerworks Jul 24, 2026
c63b1b3
refactor: retrofit Admin module to event sourcing (ADR-031 Phase 2/5)
Powerworks Jul 24, 2026
1a0984c
refactor: retrofit Notifications module to event sourcing (ADR-031 Ph…
Powerworks Jul 24, 2026
f9073a3
refactor: retrofit Identity module to event sourcing (ADR-031 Phase 4/5)
Powerworks Jul 24, 2026
f6a2302
refactor: retrofit ShelterAdoption module to event sourcing (ADR-031 …
Powerworks Jul 24, 2026
db36148
refactor: retrofit ShelterAdoption module to event sourcing (ADR-031 …
Powerworks Jul 25, 2026
09c624b
feat: add build-kit-dotnet-es, an event-sourced-only build kit (#22)
Powerworks Jul 25, 2026
7e85bb2
docs: document validated Program.cs/host wiring for build-kit-dotnet-es
Powerworks Jul 25, 2026
8b2f040
Bump Mono.Cecil from 0.11.3 to 0.11.6
dependabot[bot] Jul 28, 2026
19fdd3d
Bump xunit from 2.9.2 to 2.9.3
dependabot[bot] Jul 28, 2026
4a71b27
Bump xunit.runner.visualstudio from 2.8.2 to 3.1.5
dependabot[bot] Jul 28, 2026
2f2243d
chore: gitignore agentic-modeling/ scratch workspace
Powerworks Jul 28, 2026
0df3530
feat: add multi-instance chapter orchestrator + quality gate to build…
Powerworks Jul 29, 2026
72ef2d7
fix: correct Marten schema isolation for events and documents
Powerworks Jul 30, 2026
45ce8bf
docs: sync v3 emlang spec with the eventmodelers board, rename to dat…
Powerworks Jul 31, 2026
dbabcd8
fix: stop orchestrator from force-destroying uncommitted ralph work
Powerworks Jul 31, 2026
e5ea506
Merge pull request #5 from Powerworks/dependabot/nuget/code/K9Crush-s…
Powerworks Jul 31, 2026
f85b77c
Merge pull request #25 from Powerworks/dependabot/nuget/code/K9Crush-…
Powerworks Jul 31, 2026
6cbe277
Merge pull request #31 from Powerworks/dependabot/nuget/code/K9Crush-…
Powerworks Jul 31, 2026
dd99543
Merge remote-tracking branch 'origin/dev' into local-dependabot/nuget…
Powerworks Jul 31, 2026
d52e0f4
Merge pull request #32 from Powerworks/dependabot/nuget/code/K9Crush-…
Powerworks Jul 31, 2026
e3f9593
build: consolidate Wolverine and Marten package bumps
Powerworks Jul 31, 2026
3951765
Merge branch 'main' into dev
Powerworks Jul 31, 2026
42a4f82
ci: scope CI and CodeQL workflows to main only
Powerworks Jul 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: CI

# Runs on PRs targeting dev/main (the pre-merge gate) and on direct
# pushes to dev/main (this repo's actual workflow so far has been
# committing straight to dev - this re-runs the same checks as a
# post-merge confirmation so nothing slips through either path).
# Runs on PRs targeting main (the pre-merge gate for dev->main catch-up
# PRs) and on direct pushes to main (post-merge confirmation). dev itself
# is pushed to directly and frequently, so it's intentionally excluded -
# see cicd-setup memory for why CI was disabled in the first place.
on:
pull_request:
branches: [dev, main]
branches: [main]
push:
branches: [dev, main]
branches: [main]

env:
DOTNET_NOLOGO: true
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: CodeQL

# Security scanning (SAST). Runs on PRs/pushes to dev/main plus a weekly
# Security scanning (SAST). Runs on PRs/pushes to main plus a weekly
# schedule so newly-disclosed vulnerability patterns get caught even on
# code nobody's touched recently - this is GitHub's own recommended
# default cadence for CodeQL.
# default cadence for CodeQL. dev is excluded since it's pushed to
# directly and frequently - see cicd-setup memory.
on:
pull_request:
branches: [dev, main]
branches: [main]
push:
branches: [dev, main]
branches: [main]
schedule:
- cron: "0 6 * * 1"

Expand Down
Loading
Loading