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: kubernetes-client/csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.0.2
Choose a base ref
...
head repository: kubernetes-client/csharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.0.6
Choose a head ref
  • 4 commits
  • 8 files changed
  • 4 contributors

Commits on Feb 11, 2025

  1. Update upload-artifact action to version 4 in buildtest workflow (#1615)

    * Update upload-artifact action to version 4 in buildtest workflow
    
    * Disable parallel build for E2E tests in buildtest workflow
    
    * Update artifact name to include OS in buildtest workflow
    tg123 authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    4b19366 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Bump nunit/docfx-action from 3.4.2 to 4.0.0 (#1614)

    Bumps [nunit/docfx-action](https://github.com/nunit/docfx-action) from 3.4.2 to 4.0.0.
    - [Release notes](https://github.com/nunit/docfx-action/releases)
    - [Commits](nunit/docfx-action@v3.4.2...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: nunit/docfx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    675de3d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Add tests to #1618 (#1621)

    * Refactor OidcTokenProvider to remove dependency on IdentityModel and improve token handling
    
    * Improve OidcTokenProvider error handling and expiry setting
    
    The constructor `OidcTokenProvider` now always sets the `_expiry`
    field by calling `GetExpiryFromToken()`, regardless of whether
    `_idToken` is null or empty, removing the previous check for a
    non-empty `_idToken`.
    
    The `GetExpiryFromToken` method has been updated to handle invalid
    JWT token formats more gracefully. Instead of throwing an
    `ArgumentException` when the token format is invalid or when the
    'exp' claim is missing, the method now returns a default value.
    
    The logic for parsing the JWT token and extracting the 'exp' claim
    has been wrapped in a try-catch block. If any exception occurs
    during this process, it is caught, and the method returns a default
    value instead of throwing an exception.
    
    * Refactor parts initialization inside try block
    
    Moved the initialization of the `parts` variable, which splits the `_idToken` string, inside the `try` block. Removed the previous check for exactly three elements in the `parts` array and the default return value if the check failed.
    
    * Add tests.
    
    ---------
    
    Co-authored-by: Boshi Lian <[email protected]>
    brendandburns and tg123 authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    27d706d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. fix typo (#1623)

    lqlive authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    c93fabe View commit details
    Browse the repository at this point in the history
Loading