-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: oxidecomputer/console
base: 927c8b63
head repository: oxidecomputer/console
compare: 2b0c3f12
- 16 commits
- 46 files changed
- 6 contributors
Commits on Dec 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc5562f - Browse repository at this point
Copy the full SHA dc5562fView commit details
Commits on Dec 10, 2024
-
fix(deps): update dependency @oxide/design-system to v1.7.6 (#2609)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dbd8545 - Browse repository at this point
Copy the full SHA dbd8545View commit details -
Configuration menu - View commit details
-
Copy full SHA for d031c8f - Browse repository at this point
Copy the full SHA d031c8fView commit details -
Escape should close combobox/listbox inside modal without closing mod…
…al (#2610) * fix escape in combobox in dialog: no capture:true in radix esc handler * try making @radix-ui/react-use-escape-keydown an explicit dep * actually the problem was the node cache
Configuration menu - View commit details
-
Copy full SHA for 0c873cf - Browse repository at this point
Copy the full SHA 0c873cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b5220a - Browse repository at this point
Copy the full SHA 0b5220aView commit details
Commits on Dec 11, 2024
-
Fix e2e flake by not consuming abort signal in
apiqquery options h……elper (#2614) don't consume abort signal in apiq query function
Configuration menu - View commit details
-
Copy full SHA for 7a8ee0a - Browse repository at this point
Copy the full SHA 7a8ee0aView commit details
Commits on Dec 12, 2024
-
Add view/edit SSH key page (#2589)
* Add view/edit SSH key page * Tweak `expectVisible` to take container * Add copy button * Add copy in actions menu * Revert "Tweak `expectVisible` to take container" This reverts commit c7d3c56. * Update ssh-keys.e2e.ts * rename form to "View SSH key" * don't use stringy locators and expectVisible * Bot commit: format with prettier --------- Co-authored-by: David Crespo <david.crespo@oxidecomputer.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bdbc02b - Browse repository at this point
Copy the full SHA bdbc02bView commit details -
Fix instance disk menus closing on poll (#2618)
fix instance disk menus closing on poll
Configuration menu - View commit details
-
Copy full SHA for 79d610d - Browse repository at this point
Copy the full SHA 79d610dView commit details
Commits on Dec 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aaf1154 - Browse repository at this point
Copy the full SHA aaf1154View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e1d53c - Browse repository at this point
Copy the full SHA 9e1d53cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc3161a - Browse repository at this point
Copy the full SHA bc3161aView commit details -
Add read-only UI for internet gateways (#2488)
* Update OMICRON_VERSION * update msw handlers * Other changes from initial branch * IP Pools tab in place * IP Pool ID is copyable from IP Pools tab * Add content to IP Addresses tab and root page * Update OMICRON_VERSION to sha with internet gateways * small tweaks * remove commented-out code * Use proper truncate component * adjust path-builder spec * Add breadcrumb nav for internet gateways * Update default internet gateway IP pool to reflect actual default values * update unrelated test * Remove n+1 query on IpPools * Add IpPoolCell * Remove code that we'll add separately * Upgrade OMICRON_VERSION * No need to extract UtilizationCell now * Get IP Pool tab for Internet Gateways working * Update snapshot, but there might still be some other issues to work out * Some headway, but screen is still blank * Update snapshots for test * Update routes; fix mock data * update tests with mock data, but this should probably get pulled to a new branch * Simplify mock data; renaming the default IP Pool to default was unnecessary and confusing * convert to new useQueryTable * Add internet gateway combobox to router route target field * Sidebar for Internet Gateway coming together * Bot commit: format with prettier * DOM shuffling * Update mock data * Update routes to handle new sidebar and main tab together * Reorder internet gateway sidebar * Update paths and snapshots * use more common internet-gateway-edit syntax for filename * Internet gateways modal tweak (#2607) Internet gateway modal tweaks * Add IP Address and IP Pool columns to Gateway table * test update * small tweaks to sidebar * reverting back to vertical table for now, to render IP Pool alonside join table info * Update copy when missing pool or ip address * Add a test for internet gateway list and sidemodal * Add routes targeting gateway to table * Better handle multiple route spacing; fix test * Update side modal with routes targeting gateway * Update test for showing route * Tweaks to sidemodal * move example gateway route to custom router, not default router * Update tests to reflect gateway route existing on custom router * use more specific params in queries * use titleCrumb for Edit Internet Gateway * fix RR leaf route without element warning * let's use a valid UUID * clean up InternetGatewayRoutes and call it as a component * update the snapshot! * fix gnarly dependent promises in gateways loader * update read only info box * clean up gateway routes fetch logic by extracting shared hook * extract gateway data logic into a separate file * Use count of routes; link to sidemodal * Use count of 0 instead of EmptyCell for route count * use EmptyCell for zero routes, copy tweaks, sentence case * sentence case idp form heading * minor: remove stub e2e test --------- Co-authored-by: David Crespo <david.crespo@oxidecomputer.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Benjamin Leonard <benji@oxide.computer>
Configuration menu - View commit details
-
Copy full SHA for ada302c - Browse repository at this point
Copy the full SHA ada302cView commit details -
Add switches tab to system inventory (#2620)
* Add switches tab * Add basic test * Update path snapshots * Drop Rack ID for now * womp womp test update
Configuration menu - View commit details
-
Copy full SHA for 11486f8 - Browse repository at this point
Copy the full SHA 11486f8View commit details -
Add confirmation modal for disk detachment (#2615)
* Add confirmation modal for disk detachment * add in a few confirmation clicks in tests * danger, will robinson * save 4 lines --------- Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
Configuration menu - View commit details
-
Copy full SHA for 1dd25f6 - Browse repository at this point
Copy the full SHA 1dd25f6View commit details -
Gateway route links to router instead of route edit form (#2622)
gateway route links to router instead of route edit form
Configuration menu - View commit details
-
Copy full SHA for c1fbf63 - Browse repository at this point
Copy the full SHA c1fbf63View commit details -
Remove footer when side modal is read-only (#2621)
* Remove sidemodal footer when read-only * Update test to use X to close modal * move close button back into SideModal --------- Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
Configuration menu - View commit details
-
Copy full SHA for 2b0c3f1 - Browse repository at this point
Copy the full SHA 2b0c3f1View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 927c8b63...2b0c3f12