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

Commits on Nov 7, 2025

  1. chore: Remove postcss deps and update css imports for explicit orderi…

    …ng (#2964)
    
    * remove postcss deps and update css imports for explicit ordering
    
    * never mind about the components layer, figure it out later
    
    * ok put back most of the layer things
    david-crespo authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    e464bde View commit details
    Browse the repository at this point in the history
  2. Only show message to stop instance when instance has been selected (#…

    …2962)
    
    * Update logic for message display re: stopping the instance
    
    * Article update: *This* instance …
    charliepark authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    716fbba View commit details
    Browse the repository at this point in the history
  3. chore: bump vite and eslint and prettier and TS related deps (#2965)

    * bump vite and eslint and prettier and ts related deps
    
    * SNAPSHOT
    david-crespo authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    170bf35 View commit details
    Browse the repository at this point in the history
  4. chore: Get rid of useApiQuery (#2966)

    get rid of useApiQuery
    david-crespo authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    1f2019c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. chore: get rid of usePrefetchedApiQuery, apiQueryClient, and `use…

    …ApiQueryClient` (#2967)
    
    * use apiq for prefetched queries
    
    * delete the now unused stuff
    david-crespo authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    601cdfa View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. refactor: redo API helpers (#2971)

    * new apiq and apiqErrorsAllowed
    
    * getListQFn
    
    * useApiMutation takes method directly
    
    * fix hooks test
    
    * some example conversions
    
    * fix all the call sites
    
    * turns out we don't actually want the signal for regular queries
    
    * add comment about not passing the signal
    
    * absorb hooks file into app/api/client.ts
    
    * apiq -> q, api.methods -> api
    
    * fix outdated comment about useErrorBoundary, which is now throwOnError
    
    * fix safety test
    
    * better handleResult
    
    * apiqErrorsAllowed -> qErrorsAllowed, comments
    david-crespo authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    439c7dd View commit details
    Browse the repository at this point in the history
  2. minor: remove throwOnError from qErrorsAllowed (#2973)

    remove throwOnError from qErrorsAllowed
    david-crespo authored Nov 13, 2025
    Configuration menu
    Copy the full SHA
    063d043 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    7f9dda2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Configuration menu
    Copy the full SHA
    886a26a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Bump API generator for api-version header (#2981)

    bump api generator for api-version header
    david-crespo authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    8765647 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. Rewrite api-diff for new versioned API (#2986)

    * update api-diff tool for versioned API
    
    * codex simplifications
    
    * make things easier to understand
    
    * shorter help
    david-crespo authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    ae965cf View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. trivial: fix next_page/nextPage confusion in paginated MSW util (

    …#2987)
    
    fix next_page/nextPage confusion in paginated msw util
    david-crespo authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    e8b79c3 View commit details
    Browse the repository at this point in the history
Loading