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: 93c5abc9
Choose a base ref
...
head repository: oxidecomputer/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2720e146
Choose a head ref
  • 1 commit
  • 25 files changed
  • 3 contributors

Commits on Feb 11, 2025

  1. Instance auto restart (#2644)

    * First pass instance auto-restart
    
    * Add comma to settings help text
    
    Co-authored-by: Eliza Weisman <[email protected]>
    
    * Add cooldown and add copy tweaks
    
    * Add license
    
    * Change none to default in listbox text
    
    * Update mock handler to match omicron
    
    * Use `useInterval` hook
    
    * Use `design-system` icon
    
    * Text tweak
    
    * Simplify `helpTextState`
    
    * `InstanceAutoRestartPolicy` can be undefined
    
    * Vitest fixes
    
    * Upgrade `@oxide/design-system`
    
    * uncontroversial copy tweaks
    
    * fix restart policy form unset bug
    
    * ts-pattern for nicer exhaustiveness
    
    * Stronger highlight
    
    * Stop icon spin
    
    * Add instance popover link state
    
    * use instance polling instead of interval
    
    * also rely on polling on settings tab
    
    * bump API client generator for date parsing fix
    
    * format dates for locale with existing helper
    
    * take enabled out of settings form
    
    * handle auto restart stuff in msw at update time
    
    * update mock API to allow policy update any time
    
    * copy tweaks, fill in tests
    
    * poll slower for failed instances
    
    * simplify FormMeta, no Label needed
    
    * fix up polling and popover logic
    
    * copy and popover state polish, more e2es
    
    * instanceAutoRestartingSoon helper
    
    ---------
    
    Co-authored-by: Eliza Weisman <[email protected]>
    Co-authored-by: David Crespo <[email protected]>
    3 people authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    2720e14 View commit details
    Browse the repository at this point in the history
Loading