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: 9ff6ac6c
Choose a base ref
...
head repository: oxidecomputer/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 77127657
Choose a head ref
  • 2 commits
  • 15 files changed
  • 1 contributor

Commits on Aug 23, 2024

  1. Polling on instance list (#2391)

    * first pass at instance list polling
    
    * do it cleaner
    
    * add instance state to key
    
    * poll for 30 seconds on a 3 second interval
    
    * rework logic, use set diff instead of !setEq to trigger clock restart
    
    * add updated time. poll fast vs. slow, not fast vs. not at all
    
    * test polling in e2es
    
    * forgot that we only want to bother polling fast if there are any instances transitioning
    
    * comment tweak
    
    * fix typo in test. guitly
    
    * stray test.only
    david-crespo authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    342aa04 View commit details
    Browse the repository at this point in the history
  2. Rename "status" columns to more correct "state" (#2395)

    rename status to state everywhere it's appropriate
    david-crespo authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7712765 View commit details
    Browse the repository at this point in the history
Loading