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

Commits on Jan 19, 2024

  1. Freeze the Create Instance form when submitting, so the user can't ma…

    …ke post-submit edits (#1893)
    
    * Freeze create instance from while submitting
    
    * align prop names
    
    * cleanup unneeded props
    
    * Disable all tabs; more refactoring
    
    * Add re-set for when createInstance has an error
    
    * Target createInstance.error in useEffect
    charliepark authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    700e270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a7da0f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Improve clickability of link cells (#1886)

    * Improve clickability of link cells
    
    * Simplify with `peer`
    
    * Try alternate method (keeps text in the link)
    
    * Remove `aria-label`
    
    * Comment
    benjaminleonard authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d80d2e7 View commit details
    Browse the repository at this point in the history
  2. Remove 'Settings' link from sidebar nav (#1901)

    * Remove 'Settings' link from sidebar nav and routes/paths
    charliepark authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6b894ce View commit details
    Browse the repository at this point in the history
  3. Improve disabled radio state (#1897)

    * Improve disabled radio state
    
    * Undo extra time
    benjaminleonard authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9ae2949 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Bump API for silo IP pools list endpoint and implement endpoints (#1904)

    bump API for silo IP pools list endpoint and implement endpoints
    david-crespo authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    fb9e9ca View commit details
    Browse the repository at this point in the history
  2. Add user_data field to instance create (#1898)

    * Block out `user_data` field
    
    * Update `instance-create` e2e test
    
    * Add help text and description
    
    * Switch description to tooltipText and allow nodes for helpText
    
    * Switch helpText to description
    
    * Add user data description with examples
    
    * Remove async from `FullPageForm`
    
    * simplify links object, don't bother falling back to GET if HEAD fails
    
    * remove fragment from url
    
    ---------
    
    Co-authored-by: David Crespo <[email protected]>
    benjaminleonard and david-crespo authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b9013a3 View commit details
    Browse the repository at this point in the history
Loading