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: 059c5514
Choose a base ref
...
head repository: oxidecomputer/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fd47bee7
Choose a head ref
  • 12 commits
  • 158 files changed
  • 5 contributors

Commits on Nov 27, 2024

  1. Use min() for modal top position (#2583)

    Use min() for modal top position
    benjaminleonard authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    23423c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Make pressing enter submit instance resize modal form (#2586)

    * make pressing enter submit resize modal form
    
    * eh do it the good way
    
    * expectToast and expectNoToast use toContainText instead of toHaveText
    david-crespo authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    d7fd3c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Put back serial console in instance actions (#2590)

    put back serial console in instance actions
    david-crespo authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    8ba8a89 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Try to make instance create e2e less flaky (#2593)

    try to make instance create e2e less flaky
    david-crespo authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    d97310b View commit details
    Browse the repository at this point in the history
  2. Use oxlint for pre-commit lint, fix errors (#2592)

    use oxlint for pre-commit lint, fix errors
    david-crespo authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    aad054c View commit details
    Browse the repository at this point in the history
  3. Content token shuffle (#2588)

    * Content token shuffle
    
    * Bot commit: format with prettier
    
    * Upgrade to merged `@oxide/design-system`
    
    * Upgrade `@oxide/design-system` to non-canary
    
    * Brighter icons
    
    * Unrelated spacing fix
    
    * Fix missing badge colour
    
    * Boost side modal heading colour
    
    ---------
    
    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    benjaminleonard and github-actions[bot] authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    fa27caf View commit details
    Browse the repository at this point in the history
  4. minor: Lengthen instance creating state so e2es are less likely to mi…

    …ss it (#2594)
    
    lengthen instance creating state so e2es are less likely to miss it
    david-crespo authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    15e5504 View commit details
    Browse the repository at this point in the history
  5. Update silo creation form to require a TLS certificate (#2579)

    * Update silo creation form to require a TLS certificate
    
    * Add test verifying TLS cert requirement in form
    
    * Move error message to field, out of msw handler
    
    * Update error message copy
    
    * Move addTlsCert to e2e utils function
    
    * use CertificateCreate type directly
    
    * use validate instead of required for TlsCertsField requiredness
    
    ---------
    
    Co-authored-by: David Crespo <[email protected]>
    charliepark and david-crespo authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    72b6d43 View commit details
    Browse the repository at this point in the history
  6. chore: Upgrade to Vite 6 (#2595)

    upgrade to vite 6
    david-crespo authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    576e184 View commit details
    Browse the repository at this point in the history
  7. Remove Ladle (#2596)

    remove all things ladle
    david-crespo authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    4d3a923 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    f6a3c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd47bee View commit details
    Browse the repository at this point in the history
Loading