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

Commits on Oct 22, 2024

  1. Add realtime typing restrictions on NameField (#2512)

    * Add realtime typing restrictions on NameField
    
    * update test
    
    * Add underscore-to-dash conversion
    
    * Add a test to verify 'no sPoNgEbOb CaSe or spaces'
    charliepark authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4e96756 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Add Group Attribute Name field to IdP view (#2520)

    * Add Group Attribute Name field to IdP view
    
    * Use text-balance to even out ragged field descriptions
    
    * add 'required' so we hide the 'optional' text
    
    * Update help copy; undo text-balance
    
    * add group attribute name to the mock IdP and test it
    
    ---------
    
    Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
    charliepark and david-crespo authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    af6a89e View commit details
    Browse the repository at this point in the history
  2. Update z index for action menu dropdowns (#2522)

    Co-authored-by: David Crespo <david-crespo@users.noreply.github.com>
    charliepark and david-crespo authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    3474c6c View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Add descriptions to IP Pool dropdowns (#2514)

    Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
    charliepark and david-crespo authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    df0dea4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Make toast copy more consistent (#2504)

    * Make toast copy more consistent
    
    * Add confirmation for disk deletion
    
    * Add highlighting to toast contents
    
    * keep str test
    
    * Fix tests; a few more ToastContents, but will hold here
    
    * Move away from ToastContent
    
    * Migrate other addToasts to new approach
    
    * Add toast on a couple of onSuccess functions missing them
    
    * Fix a few tests
    
    * Missed a couple
    
    * Formatting
    
    * surely saying this was the last test to fix won't jinx it
    
    * nope; it was not fully reading the previous CI report
    
    * Add expectToast helper
    
    * use a lighter weight font
    
    * Close toasts at end of expectToast
    
    * let addToast take the content directly, fix type errors, change one case
    
    * a billion one-liner toasts with the magic of prettier-ignore
    
    * eliminate HLs by using CSS instead
    
    * actually..... do it in tailwind with group. yowza
    
    * undo spurious changes to checksums in package-lock.json
    
    ---------
    
    Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
    charliepark and david-crespo authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    eb7f856 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency @oxide/design-system to v1.4.7 (#2524)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    78e7e26 View commit details
    Browse the repository at this point in the history
  3. Instance action buttons (#2508)

    * Instance action buttons
    
    * Re-add serial console link
    
    * Remove test styles
    
    * Fix broken `stopInstance` test util
    
    * be fussy
    
    * Button tooltip position default bottom (also flips to top)
    
    * Use correct info icon size
    
    * Add tooltip padding from edge of viewport
    
    * Removed disabled cursor for disabled button
    
    * Add confirm start instance
    
    * fix e2es
    
    * Only "running" instances can be stopped
    
    * `disabled:cursor-default` on button
    
    * use helper for symmetry
    
    ---------
    
    Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
    benjaminleonard and david-crespo authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    2382425 View commit details
    Browse the repository at this point in the history
  4. chore: Bump API to latest main, include autoRestartPolicy in instan…

    …ce update (#2526)
    
    bump API to latest main, include autoRestartPolicy in instance update
    david-crespo authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bdc1c87 View commit details
    Browse the repository at this point in the history
  5. fix(deps): update dependency @oxide/design-system to v1.5.0 (#2525)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    6eeab20 View commit details
    Browse the repository at this point in the history
Loading