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

Commits on Nov 20, 2024

  1. cleanup: inline getUseApiQueryClient (#2565)

    inline getUseApiQueryClient
    david-crespo authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    cf7802a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f922b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c425880 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. refactor: Use queryOptions API to clean up useApiQuery hook defin…

    …itions (#2566)
    
    refactor useApiQuery hooks to use queryOptions helper internally
    david-crespo authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    67033a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    e116e40 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency typescript to ~5.7.0 (#2574)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4b4d7fb View commit details
    Browse the repository at this point in the history
  3. refactor: new useQueryTable with legit types, returns the query data (

    #2567)
    
    * redo useQueryTable so that the types are legit and it returns the data
    
    * fix junky getRowId and use new QueryTable on sleds and physical disks
    
    * get wild with a list-specific helper to make the call sites clean
    
    * encapsulate pageSize in the query config so it is defined in one place
    
    * do the placeholderData thing for all lists
    
    * scroll to top when page changes
    
    * loading spinner on page changes!
    
    * fix the pagination test, test lovely new scroll reset logic
    
    * fix other e2es, don't scroll reset on browser forward/back
    
    * fix bug found while converting other tables, extract useScrollReset
    david-crespo authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    034ca87 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Fix instance polling bug by switching to new useQueryTable (#2571)

    * redo useQueryTable so that the types are legit and it returns the data
    
    * fix junky getRowId and use new QueryTable on sleds and physical disks
    
    * get wild with a list-specific helper to make the call sites clean
    
    * encapsulate pageSize in the query config so it is defined in one place
    
    * do the placeholderData thing for all lists
    
    * scroll to top when page changes
    
    * loading spinner on page changes!
    
    * fix the pagination test, test lovely new scroll reset logic
    
    * fix other e2es, don't scroll reset on browser forward/back
    
    * fix bug found while converting other tables, extract useScrollReset
    
    * move columns up
    
    * convert instance list to new QueryTable, fix polling bug
    david-crespo authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    3e40ff7 View commit details
    Browse the repository at this point in the history
  2. refactor: Convert all remaining tables to new useQueryTable (#2575)

    * redo useQueryTable so that the types are legit and it returns the data
    
    * fix junky getRowId and use new QueryTable on sleds and physical disks
    
    * get wild with a list-specific helper to make the call sites clean
    
    * encapsulate pageSize in the query config so it is defined in one place
    
    * do the placeholderData thing for all lists
    
    * scroll to top when page changes
    
    * loading spinner on page changes!
    
    * fix the pagination test, test lovely new scroll reset logic
    
    * fix other e2es, don't scroll reset on browser forward/back
    
    * fix bug found while converting other tables, extract useScrollReset
    
    * move columns up
    
    * convert instance list to new QueryTable, fix polling bug
    
    * convert the rest of the tables
    
    * convert a few more
    
    * a hard one: IpPoolPage, have to handle rows with no ID field
    
    * last few easy ones
    
    * last ones and delete QueryTable
    
    * rename file back to QueryTable
    david-crespo authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    175d75b View commit details
    Browse the repository at this point in the history
  3. cleanup: delete unused API helper things (#2577)

    cut a few lines by cleaning up types and shuffling things
    david-crespo authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    653b572 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. fix(deps): update dependency @oxide/design-system to v1.6.2 (#2581)

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

Commits on Nov 27, 2024

  1. Enable instance resizing (#2487)

    Co-authored-by: Benjamin Leonard <benji@oxide.computer>
    Co-authored-by: Charlie Park <charlie@oxidecomputer.com>
    Co-authored-by: Benjamin Leonard <hello@benleonard.co.uk>
    4 people authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    059c551 View commit details
    Browse the repository at this point in the history
Loading