Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9e26252
feat: add real-time provisioning feedback to dashboard
0xSolace Mar 15, 2026
4cfa65f
feat: admin infrastructure dashboard API + service
0xSolace Mar 16, 2026
03ed530
fix: table reactivity — optimistic updates, client-side data refresh
0xSolace Mar 16, 2026
e7a1c2d
feat: separate milady instances and containers pages
0xSolace Mar 16, 2026
2432739
feat: agent detail page improvements
0xSolace Mar 16, 2026
e9896d1
fix: resolve biome formatting in create-app-dialog
0xSolace Mar 16, 2026
7c9bd84
fix: stabilize budget integration tests (pre-existing)
0xSolace Mar 16, 2026
c95e186
fix: resolve biome lint/format issues in admin-infrastructure
0xSolace Mar 16, 2026
9d96421
fix: address code review feedback — robustness, correctness, performance
0xSolace Mar 16, 2026
a278600
feat: wire Milady agents into billing system
0xSolace Mar 16, 2026
3cfd02f
fix: restore unprefixed constant names in admin-infrastructure.ts
0xSolace Mar 16, 2026
d89006b
fix: replace import.meta.dir with fileURLToPath in template-renderer
0xSolace Mar 16, 2026
2cee4bb
fix: resolve dashboard duplicate formatRelative and PostHog type errors
0xSolace Mar 16, 2026
c10d867
fix: add type declarations for bs58, monaco-editor, plugin-sql/node
0xSolace Mar 16, 2026
e38554a
fix: include packages/types in split type-checker and exclude test files
0xSolace Mar 16, 2026
ec528b0
fix: mock milady-billing-gate in route tests to prevent 402 responses
0xSolace Mar 16, 2026
3b3bab2
fix: bump CI Bun 1.3.5→1.3.9 to fix mock.module cross-file leakage
0xSolace Mar 16, 2026
d7aada2
fix: resolve CI unit test failures + address review feedback
0xSolace Mar 16, 2026
e6f40f3
fix: include PricingNotFoundError in admin pricing route mock
0xSolace Mar 16, 2026
0e949e7
fix: handle user profile click crash
0xSolace Mar 16, 2026
2d774d7
fix: resolve Privy JWT algorithm mismatch with jose 6.x
0xSolace Mar 16, 2026
b0dcd56
fix: headscale API compatibility + admin containers tab null safety
0xSolace Mar 16, 2026
2831c58
fix: make sandboxId nullable in admin containers interface
0xSolace Mar 16, 2026
2fbe12a
fix: sanitize container data to prevent React render errors
0xSolace Mar 16, 2026
8f4060c
fix: jose v4 extractable key for JWKS export + biome format
0xSolace Mar 16, 2026
09a519a
fix: format tsconfig files for biome
0xSolace Mar 16, 2026
5d5f969
Fix PR 393 review follow-ups
lalalune Mar 16, 2026
8b92d15
Stabilize unit test isolation
lalalune Mar 16, 2026
6e1147a
Polish PR 393 follow-up fixes
lalalune Mar 16, 2026
96e1943
Revert workflow version bump
lalalune Mar 16, 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
2 changes: 1 addition & 1 deletion .github/actions/setup-test-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
bun-version:
description: Bun version to install (pinned to avoid GitHub API rate-limit flakes).
required: false
default: "1.3.5"
default: "1.3.9"
setup-db:
description: Start postgres/redis and run migrations.
required: false
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ modelcontextprotocol/

*storybook.log
storybook-static
.next-dev/
Loading
Loading