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

Commits on Jan 11, 2024

  1. Bump API for IP pools and implement mock API (#1880)

    bump API for IP pools and implement mock API
    david-crespo authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    7999343 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Bump follow-redirects from 1.15.2 to 1.15.4 (#1877)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4f706c2 View commit details
    Browse the repository at this point in the history
  2. Use dynamic z-index for tooltips too (#1883)

    * Use Charlies dynamic z-index for tooltips too
    
    * Share `usePopoverZIndex`
    benjaminleonard authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    a3165df View commit details
    Browse the repository at this point in the history
  3. Add a tooltip with absolute datetime to relative time element (#1879)

    * Add a tooltip with absolute datetime to relative time element
    
    * Improve tooltip centering
    charliepark authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    69927db View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Add VPC and instance external IP to instance page (#1882)

    * Add VPC and instance external IP to instance page
    
    * Use slash as divider
    
    * Adds copy button on instance external IP (#1885)
    
    * Update copy to clipboard component
    
    Uses new icon and snazzy animation
    
    * Add copy to clipboard to external IP
    
    * `CopyOnTruncate` component
    
    * Add description to `CopyOnTruncate`
    
    * Revert "Add description to `CopyOnTruncate`"
    
    This reverts commit 4bf0bcc.
    
    * Revert "`CopyOnTruncate` component"
    
    This reverts commit e4a0107.
    
    * basic externalIps table. every instance still has the same IP though
    
    * make external IPs legit
    
    * add file license
    
    * fix fallback logic around no IPs
    
    * skeleton cell component
    
    * Give properties row a fixed height
    
    * `EmptyCellContent` component instead of `&mdash;` directly
    
    * extract ExternalIps component that doesn't know about primary
    
    * put https on IP link
    
    * remove external IP column from nics table, add asserts to e2e test
    
    * put prefetches in Promise.all
    
    * sneaky prefetch on VPC name
    
    * share primary VPC ID logic
    
    ---------
    
    Co-authored-by: David Crespo <[email protected]>
    benjaminleonard and david-crespo authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    644a45b View commit details
    Browse the repository at this point in the history
Loading