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: fd47bee
Choose a base ref
...
head repository: oxidecomputer/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 927c8b6
Choose a head ref
  • 8 commits
  • 31 files changed
  • 3 contributors

Commits on Dec 5, 2024

  1. chore: Convert tailwind config to typescript file (#2599)

    * convert tailwind config to typescript file
    
    * try design-system canary that fixes everything
    
    * upgrade to non-canary design-system, fix import
    david-crespo authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    081599c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c37bad View commit details
    Browse the repository at this point in the history
  3. chore: bump headless to 2.2 (#2605)

    bump headless to 2.2
    david-crespo authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    6405e0c View commit details
    Browse the repository at this point in the history
  4. fix(deps): update dependency @oxide/design-system to v1.7.5 (#2601)

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

Commits on Dec 6, 2024

  1. Bump path-to-regexp and express (#2603)

    Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.
    
    Updates `path-to-regexp` from 0.1.10 to 0.1.12
    - [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
    - [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
    - [Commits](pillarjs/path-to-regexp@v0.1.10...v0.1.12)
    
    Updates `express` from 4.21.1 to 4.21.2
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
    - [Commits](expressjs/express@4.21.1...4.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: path-to-regexp
      dependency-type: indirect
    - dependency-name: express
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    deb5e18 View commit details
    Browse the repository at this point in the history
  2. refactor: create path params types module, rename current path params…

    … to "selectors" (#2606)
    
    * shuffle around API selector types and separate path params
    
    * use the new PP type in a few places
    david-crespo authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    243c55d View commit details
    Browse the repository at this point in the history
  3. refactor: start getting rid of apiQueryClient (#2597)

    * show what it looks like to get rid of apiQueryClient
    
    * try invalidateOptions on list options helper
    
    * show what it looks like to get apiQueryClient out of more pages
    
    * put invalidate function on queryClient by extending class
    
    * convert a few more to see how they look
    
    * use the new path params types
    
    * remove invalidateOptions on paginated query thing
    
    * convert some more, actually cut some lines!
    david-crespo authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    01a0ac9 View commit details
    Browse the repository at this point in the history
  4. minor: hook up Dialog.Title better in modal to fix Radix errors (#2608

    )
    
    minor: hook up dialog.title better in modal to fix errors
    david-crespo authored Dec 6, 2024
    Configuration menu
    Copy the full SHA
    927c8b6 View commit details
    Browse the repository at this point in the history
Loading