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

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    ad02ede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31520a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Fix broken UX for the Enter key in comboboxes (#2540)

    * Handle enter keypress in comboboxes
    
    * refactor target and host filter forms
    
    * Continued simplification of shared form UI
    
    * the hits keep coming
    
    * add tests re: hitting enter in subform
    
    * Update interactivity to better handle hitting enter in combobox
    
    * Use 'open' render prop from HeadlessUI to help with combobox interactivity
    
    * refactor .length; start refactoring preventDefault
    
    * Add onEnter prop; move 'preventDefault when user presses Enter key' into Combobox component
    
    * Add ALL_ISH limit to subnet fetching
    
    * refactor props, inline functions, make things better
    
    * clean up comments
    charliepark authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e239a8e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    7303d9d View commit details
    Browse the repository at this point in the history
  2. Disallow firewall-rule subform submission when target / host filter v…

    …alue is missing (#2550)
    
    disallow subform submission when value is missing
    charliepark authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b886e4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6052fdb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    eba6626 View commit details
    Browse the repository at this point in the history
  2. cleanup: use RR route module exports to clean up routes.tsx (#2545)

    * clean up route file by using RR route module exports
    
    * convert more modules
    
    * Bot commit: format with prettier
    
    * dummy commit to run CI
    
    ---------
    
    Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    david-crespo and github-actions[bot] authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f3d3810 View commit details
    Browse the repository at this point in the history
  3. Generate boot disk name from image name (#2542)

    * Use image name to generate fallback boot disk name
    
    * Update test
    
    * More accurate comment
    charliepark authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    48fc079 View commit details
    Browse the repository at this point in the history
Loading