Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxidecomputer/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 48fc079a
Choose a base ref
...
head repository: oxidecomputer/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0517a281
Choose a head ref
  • 4 commits
  • 15 files changed
  • 3 contributors

Commits on Nov 14, 2024

  1. chore: Use ESM version of design system (no functional changes) (#2552)

    * use ESM version of design system (no functional changes)
    
    * use non-canary version
    david-crespo authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    16e8650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d790819 View commit details
    Browse the repository at this point in the history
  3. Add crumb for sled ID using middle-truncated UUID (#2555)

    add crumb for sled ID using middle-truncated UUID
    david-crespo authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    510c645 View commit details
    Browse the repository at this point in the history
  4. Prevent creating multiple disks with the same name (#2541)

    * Disallow duplicate disk names in instance create flow
    
    * Query for ALL_ISH disk list in create disk form
    
    * typo
    
    * Make sure boot disk can't be named the same as a disk being created in the same process; add test
    
    * small refactor
    
    * Update test
    
    * let API handle disk-create where new name overlaps with existing disks
    
    * Move const declaration back to where it had been
    
    * test that client-side created disks are disallowed
    
    * tweak unavailable names list to save a couple lines
    
    ---------
    
    Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
    charliepark and david-crespo authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0517a28 View commit details
    Browse the repository at this point in the history
Loading