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

Commits on Sep 5, 2023

  1. Bump TS 5.2, Zod, and other deps (#1749)

    * bump typescript and msw and fix a vuln
    
    * bump zod
    
    * couple more, types, and RQ beta
    david-crespo authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    be68759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0895081 View commit details
    Browse the repository at this point in the history
  3. Add loading state to ok button in confirm delete modal (#1750)

    add loading state to ok button in confirm delete modal
    david-crespo authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    2b3d519 View commit details
    Browse the repository at this point in the history
  4. Upgrade playwright eslint plugin to get new rules (#1752)

    * upgrade playwright eslint plugin to get expect-expect and no-useless-await
    
    * bump playwright for UI mode console log improvement
    david-crespo authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    14685b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Fix #1652 - Listbox popover does not move when page scrolls (#1747)

    * Fix frozen listbox popover
    
    * Update z-indexes on a few items, aligned with suggested z-index protocol
    
    * Handle Listbox in SidebarModal
    
    * Add z-index for MswBanner
    
    * migrate to useContext; add tests
    
    * Move zIndex into Tailwind theme extension; refactor
    
    * make the e2e tests truly evil
    
    ---------
    
    Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
    charliepark and david-crespo authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4614fe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e155878 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Fix image upload modal cancel loop (#1755)

    * minimal repro. lmfao
    
    * fix the most pressing part of the problem
    
    * Revert "minimal repro. lmfao"
    
    e9c51c2
    
    * using e2e tests for evil again
    
    * increase per-test timeout
    
    * fix debug-ci-e2e-fail by filtering for CI workflow runs
    
    * try giving the file upload slightly more time
    
    * split click through networking test in two so safari might not be such a BABY about it
    david-crespo authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bb43635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7530c3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e214784 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6582b24 View commit details
    Browse the repository at this point in the history
  5. Tweak playwright config (#1758)

    * wait why would we not run tests in parallel in CI
    
    * curious what it does when we don't say anything
    
    * tell github actions to use 100% of available cores
    david-crespo authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    81e3820 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26737fd View commit details
    Browse the repository at this point in the history
  7. Add full commit range to omicron PR body (#1759)

    add full commit range to omicron PR body
    david-crespo authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    84b5177 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af6536d View commit details
    Browse the repository at this point in the history
Loading