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: e8b79c3a
Choose a base ref
...
head repository: oxidecomputer/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a5fc417d
Choose a head ref
  • 11 commits
  • 108 files changed
  • 4 contributors

Commits on Dec 15, 2025

  1. fix(readme): RFD 223 internal note (#2988)

    Fix RFD 223 internal note
    aapoalas authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    ff400c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Fix selected badge colour (#2991)

    Update selection.css
    benjaminleonard authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    867e4da View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. minor: try to fix firewall rule test flake again (#2993)

    try to fix firewall rule test flake
    david-crespo authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    4b1a756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43df666 View commit details
    Browse the repository at this point in the history
  3. minor: image edit "shared with" -> "visibility" (#2996)

    just didn't like it
    david-crespo authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    46a6b5e View commit details
    Browse the repository at this point in the history
  4. minor: max disks per instance = 12 (#2995)

    * max disks per instance
    
    * CLAUDE FIXED ANOTHER FLAKE
    
    * turn on no floating promises lint for e2e tests
    david-crespo authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    08d801f View commit details
    Browse the repository at this point in the history
  5. Disk details side modal (#2992)

    * clean up AGENTS.md
    
    * disk details side modal
    
    * use ButtonCell for disk name on instance storage tab
    
    * make disk name a link on snapshots table
    
    * fix test flake due to clicking a disk link accidentally
    
    * add footer with close button so ben can sleep
    
    * make image edit and idp edit work the same way
    
    * add ReadOnlySideModalForm, use it for the others
    
    * open disk detail right on snapshots page, don't nav
    
    * put back my smart quote
    david-crespo authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    b1fba78 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. Show a message that this site requires JavaScript (#2989)

    * Show a message that this site requires JavaScript
    
    Adds a noscript tag that displays a message that this site requires
    JavaScript to run.
    
    The easiest way to test this locally is to use Chrome since it can
    disable JavaScript per tab instead of globally. Open the dev console and
    click the gear icon and check "Disable "JavaScript" in the Debugger
    section.
    
    I skipped adding a test since it is a static change and playwright
    requires js to run.
    
    resolves #2928
    
    * fill in noscript message more and style it
    
    * Turns out we do actually have the CSS in prod
    
    * forgot the external-link class
    
    ---------
    
    Co-authored-by: David Crespo <david-crespo@users.noreply.github.com>
    oblakeerickson and david-crespo authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    be1cfc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c2278 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. Fully switch to oxlint (#2998)

    * upgrade oxlint
    
    * use playwright plugin in oxlint
    
    * drop eslint
    
    * explicit format check for CI
    
    * test format check fail in CI
    
    * Revert "test format check fail in CI"
    
    This reverts commit 135becf.
    
    * update vscode suggestions
    
    * oxlint 1.36 and fix new errors
    david-crespo authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    8009ce4 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. Bump API for versioning and disk types (#2984)

    * bump API with versioning
    
    * tentative validators fix (need the generator to do it)
    
    * actually fix it through the generator
    
    * update api to latest for distributed/local disks
    
    * provisionally fix most type errors
    
    * claude fix type errors
    
    * disk type radio
    
    * disk type column on disk lists
    
    * update API with disk type object
    
    * add disk type to disk details side modal
    
    * go back to latest omicron main instead of omicron#9543
    
    * display disk type on instance create disks table field
    
    * avoid sending action field to API
    
    * e2e test for local disk on instance create
    
    * resolve TODOs around disk validation and block size in mock API
    david-crespo authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    a5fc417 View commit details
    Browse the repository at this point in the history
Loading