Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e685eb4
Update to new networking API shape, with IPv6
charliepark Jan 9, 2026
24045ff
Update api generator to 0.13.1 and run
charliepark Jan 9, 2026
8c5b478
Merge branch 'main' into ipv6_migration
charliepark Jan 12, 2026
7674539
Remove unused helper
charliepark Jan 12, 2026
1468da6
simpler handling, as action is impossible without a pool
charliepark Jan 12, 2026
2b49c3f
Updates to Networking Interfaces table
charliepark Jan 14, 2026
df1bdbf
Update tests
charliepark Jan 16, 2026
b5bac86
Merge branch 'main' into ipv6_migration
charliepark Jan 16, 2026
f251924
Update form with IPv4, IPv6, dual stack
charliepark Jan 16, 2026
49c1dcf
proper v4 vs v6 filtering
charliepark Jan 16, 2026
ed375cf
update types in form
charliepark Jan 17, 2026
8546afe
more defaults
charliepark Jan 17, 2026
5669a63
flatten default options
charliepark Jan 17, 2026
caaf6ff
Add instance create tests
charliepark Jan 17, 2026
f38bf20
Update to latest Omicron; npm run gen-api
charliepark Jan 20, 2026
e9e82f9
Bump @oxide/openapi-gen-ts
charliepark Jan 20, 2026
114baee
npm run gen-api
charliepark Jan 20, 2026
0e2ea44
Update UX for ephemeral IP attach modal
charliepark Jan 21, 2026
807c927
e2e text flexibility
charliepark Jan 21, 2026
abc336f
fix bug when defaultPool was falsy
charliepark Jan 21, 2026
e887c74
fix runtime issue if siloPools haven't loaded
charliepark Jan 21, 2026
9d08a82
Fix bug where when both IPv4 and IPv6 default pools exist, { poolSele…
charliepark Jan 22, 2026
da700ef
Better handling of dual default pools
charliepark Jan 22, 2026
a1e5258
Simplify default badging
charliepark Jan 22, 2026
5ca1528
Fix v6 automatic pool assignment issue
charliepark Jan 22, 2026
f224a46
Remove DefaultPoolCell
charliepark Jan 22, 2026
a9971f2
Ensure unicast pools are used for ephemeral IP form
charliepark Jan 22, 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 OMICRON_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dd74446cbe12d52540d92b62f2de7eaf6520d591
26b33a11962d82b29fde9a2e3233d038d5495c44
532 changes: 308 additions & 224 deletions app/api/__generated__/Api.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/api/__generated__/OMICRON_VERSION

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 2 additions & 81 deletions app/api/__generated__/msw-handlers.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading