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: 2ba444ca
Choose a base ref
...
head repository: oxidecomputer/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6334f0db
Choose a head ref
  • 14 commits
  • 60 files changed
  • 3 contributors

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    ea108b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73263a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Get rid of single tab on IP pools (#2154)

    * get rid of single tab on IP pools
    
    * comment is obsolete
    david-crespo authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a5af899 View commit details
    Browse the repository at this point in the history
  2. Add state and policy columns to physical disks table (#2151)

    * add more data to disks table
    
    * add decommissioned disk to list
    
    * use neutral color for decommissioned / expunged badges
    
    * reorder columns
    
    * update test to include new policy and state columns
    
    * more efficient expectations
    charliepark authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e2b0a7d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Use explicit optional locale arg in math functions, rework tests acco…

    …rdingly (#2155)
    
    use an explicit locale arg in math functions, rework tests accordingly
    david-crespo authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c726356 View commit details
    Browse the repository at this point in the history
  2. Fix empty screen flash before nav on clicking project in top bar (#2156)

    fix empty screen flash before nav on clicking project in top bar
    david-crespo authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    522d3ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeb32a7 View commit details
    Browse the repository at this point in the history
  4. Import PAGE_SIZE constant from QueryTable for all list prefetches (#…

    …2160)
    
    PAGE_SIZE constant. incredible
    david-crespo authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    aa75f57 View commit details
    Browse the repository at this point in the history
  5. Refresh button on instance detail page (#2159)

    * refresh button invalidates all queries, add it to instance detail
    
    * use refreshData on onSuccess on actions too
    david-crespo authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fed9f4d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    788389a View commit details
    Browse the repository at this point in the history
  7. Animate refresh button (#2161)

    * fake refresh button
    
    * actually don't fake it!
    
    * we hate newlines in jsx!
    
    * remove console.logs and TODOs
    david-crespo authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b6da415 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    e94929a View commit details
    Browse the repository at this point in the history
  2. Set table cells to have shorter default height (#2158)

    * Set table cells to have shorter default
    
    * Remove unused 'auto' cell height
    
    * defaults all the way down
    
    * firewall rules table is tall for now
    
    ---------
    
    Co-authored-by: David Crespo <[email protected]>
    charliepark and david-crespo authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    46dbd9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6334f0d View commit details
    Browse the repository at this point in the history
Loading