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: e891f96
Choose a base ref
...
head repository: oxidecomputer/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8c54bea
Choose a head ref
  • 15 commits
  • 45 files changed
  • 6 contributors

Commits on Jun 9, 2025

  1. Configuration menu
    Copy the full SHA
    5f338ce View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

  1. Configuration menu
    Copy the full SHA
    e71c828 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. Configuration menu
    Copy the full SHA
    06c2e72 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2025

  1. build(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12 (#2836)

    Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12)
    
    ---
    updated-dependencies:
    - dependency-name: brace-expansion
      dependency-version: 1.1.12
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    cdb9f73 View commit details
    Browse the repository at this point in the history
  2. Add data minitable component (#2841)

    * Add data minitable component
    
    * Remove unnecessary var
    
    * Fix test
    
    * `rowLabel` and `onRemoveItem` not optional
    
    * rename render to cell like react table
    
    * remove rowLabel prop, not needed
    
    * last few tweaks
    
    * convert firewall rules minitable
    
    * convert the rest of the minitables (opencode)
    
    * rename DataMiniTable to MiniTable
    
    * let MiniTable hide itself
    
    * Show size of attached disks in mini table (#2842)
    
    * Show size of attached disks in mini table
    
    * update test
    
    * get disk size more directly
    
    ---------
    
    Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
    
    ---------
    
    Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
    Co-authored-by: Charlie Park <charlie@oxidecomputer.com>
    3 people authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    83a4761 View commit details
    Browse the repository at this point in the history
  3. Try to reduce serial console test flake (#2843)

    try to reduce serial console test flake
    david-crespo authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    c5c0f3d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. Add clarifying tooltip to ephemeral IP cells in Instance Networking t…

    …ab (#2840)
    
    Add clarifying tooltip to ephemeral IP cells
    charliepark authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    837d6aa View commit details
    Browse the repository at this point in the history
  2. Upgrade github actions runners to macos-15-xlarge (#2845)

    * macos-latest github actions runners
    
    * macos-15-xlarge
    david-crespo authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    0ee6a97 View commit details
    Browse the repository at this point in the history
  3. Vite 7 + friends (#2844)

    * vite 7 + friends
    
    * fix typechecking (not sure what changed)
    
    * turn on isolatedModules: true like the vite docs say
    
    https://vite.dev/guide/features.html#isolatedmodules
    https://www.typescriptlang.org/tsconfig/#isolatedModules
    
    * let vite handle its own default entrypoint
    david-crespo authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    eb7a44e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99120cd View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Add sled policy data to sled page (#2838)

    * Add sled provision data to sled page
    
    * prefetchQuery -> fetchQuery for affected files
    
    * Update attribute name to policy kind
    charliepark authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    3da27b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. Configuration menu
    Copy the full SHA
    e0890d0 View commit details
    Browse the repository at this point in the history
  2. chore: playwright 1.54

    david-crespo committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    320a6c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Bump max instance RAM to 1536 GiB (#2858)

    Since oxidecomputer/omicron#8527 the control
    plane has been happy to accept such sizes.
    iximeow authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    a78eac9 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Update protocol filters (#2850)

    * Update pinned Omicron version
    
    * Update mock data; update filters list to show type / code in badge list
    
    * Updating form to handle ICMP types; UI not there yet; also needs ICMP codes sub-option
    
    * oops; license
    
    * Updates to handle proper protocol objects in the form
    
    * prevent duplicate protocols; convert mini table to columns showing protocol, type, code
    
    * add ProtocolBadge component
    
    * refactor; update tests
    
    * Refactoring and usability improvements
    
    * small tweaks
    
    * ProtocolCell and friends
    
    * Move away from badges in mini table for type and code
    
    * update Protocol Badge layout
    
    * a few more ProtocolBadge adjustments
    
    * Update test to account for new badge
    
    * Properly handle selective code combobox display
    
    * slight refactoring
    
    * refactoring
    
    * add icmp filter to the mock rule with lots of filters
    
    * try "parse, don't validate" on ICMP type
    
    * combobox values can't be numbers
    
    * tweak help copy
    
    * Bump Omicron and add new IP Pool column to networking table (#2855)
    
    * Bump Omicron further and add IP Pool ID column to networking tab
    
    * simplify IP Pool finding with safer fallback
    
    * Bump Omicron to latest and run gen-api; no changes to console
    
    * give IpPoolCell loading state, don't blow up on errors
    
    * A few post-review adjustments
    
    * Simpler handling of resolveIpPool
    
    * small type refactor
    
    * shorter getIpFromPool
    
    ---------
    
    Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
    
    * bind icmp type input value to form value
    
    ---------
    
    Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
    charliepark and david-crespo authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    8c54bea View commit details
    Browse the repository at this point in the history
Loading