James Wampler
926af91389
Pin Microsoft.OpenApi to patched 2.9.0 to fix NU1903 build failure
...
Microsoft.AspNetCore.OpenApi 10.0.5 pulls in Microsoft.OpenApi 2.0.0
transitively, which has a known high-severity vulnerability
(GHSA-v5pm-xwqc-g5wc) and fails the build with TreatWarningsAsErrors.
Pinned a direct reference to the patched 2.9.0 (still 2.x, API-compatible).
2026-07-02 13:00:59 -07:00
James Wampler
37ac4b47f2
Auto-install .NET SDK in CI scripts when runner lacks it
...
CI / build-and-push (push) Failing after 12s
CI / deploy-qa (push) Has been skipped
Gitea runner build failed with "dotnet: command not found". Added
ensure_dotnet() to lib.sh, using the vendored dotnet-install.sh to
bootstrap the SDK into .dotnet/ when not already on PATH, called from
build.sh/test.sh/prepush.sh. Also trigger CI on build-runner-fix to
verify the fix.
2026-07-02 12:50:19 -07:00
James Wampler
e10cba77ed
qa-environment-aspire ( #2 )
...
CI / build-and-push (push) Failing after 18s
CI / deploy-qa (push) Has been skipped
Reviewed-on: #2
Co-authored-by: James Wampler <james@wamp.dev >
Co-committed-by: James Wampler <james@wamp.dev >
2026-07-02 12:42:46 -07:00
James Wampler
6887d09f9c
version-0.1 ( #1 )
...
Squash and merge of version-0.1
Co-authored-by: James Wampler <james@wamp.dev >
Co-committed-by: James Wampler <james@wamp.dev >
2026-07-01 13:30:07 -07:00
James Wampler
8ff071c69b
UX tweaks, traits bug fix, adding member info
2026-04-16 11:50:11 -07:00
James Wampler
7b624b3238
Fixing segment create error, adding environment to feature dialog
2026-04-16 08:59:54 -07:00
James Wampler
b75f5f602e
Adding Organiztion, environment and project. Segment fix, tag fix
2026-04-14 14:10:37 -07:00
James Wampler
4195d384d0
Adding Audit and Webhooks
2026-04-13 19:43:58 -07:00
James Wampler
fc62ea634a
Adding Identities
2026-04-13 19:37:56 -07:00
James Wampler
3fff7e3158
Adding Segments
2026-04-13 19:32:20 -07:00
James Wampler
8dfcb107d0
Adding Feature flag management
2026-04-13 16:04:23 -07:00
James Wampler
f2816b6900
Building out navigation in the admin site
2026-04-13 15:27:09 -07:00
James Wampler
334b6cf3e1
Auth tweaks, Audit implementation, Webhooks
2026-04-13 14:17:45 -07:00
James Wampler
b9a04df861
Adding Admin API
2026-04-08 14:25:10 -07:00
James Wampler
0ba076b650
Adding Flags API
2026-04-07 15:30:40 -07:00
James Wampler
7b15086fe5
Initial commit, project structure and domain models
2026-04-07 09:14:06 -07:00