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: bradleyfalzon/ghinstallation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: bradleyfalzon/ghinstallation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 14 commits
  • 4 files changed
  • 5 contributors

Commits on Sep 12, 2022

  1. Upgrade go-github to v47

    asvoboda authored and wlynch committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    1a91ac6 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/golang-jwt/jwt/v4 from 4.4.1 to 4.4.2

    Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.1 to 4.4.2.
    - [Release notes](https://github.com/golang-jwt/jwt/releases)
    - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
    - [Commits](golang-jwt/jwt@v4.4.1...v4.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-jwt/jwt/v4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and wlynch committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    8410b5c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Bump github.com/google/go-github/v47 from 47.0.0 to 47.1.0

    Bumps [github.com/google/go-github/v47](https://github.com/google/go-github) from 47.0.0 to 47.1.0.
    - [Release notes](https://github.com/google/go-github/releases)
    - [Commits](google/go-github@v47.0.0...v47.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-github/v47
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and wlynch committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    06d918f View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Update go-github to v48

    asvoboda authored and wlynch committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    7a488cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    185b910 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.4.3

    Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.2 to 4.4.3.
    - [Release notes](https://github.com/golang-jwt/jwt/releases)
    - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
    - [Commits](golang-jwt/jwt@v4.4.2...v4.4.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-jwt/jwt/v4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and wlynch committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8f41e65 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Add Transport.Expiry() to query token expiration

    Since it could be interesting in some cases, return this for the user
    to examine.
    
    Also factor out the "is a token expired" logic and return the current
    value of "we think it's expired" when calling Expiry().
    
        expiresAt, expired, err := trans.Expiry()
    wade-arista authored and wlynch committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0d537b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bfe421 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    683a7b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Update go-github to v50

    asvoboda authored and wlynch committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    97b6ed0 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0

    Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.3 to 4.5.0.
    - [Release notes](https://github.com/golang-jwt/jwt/releases)
    - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
    - [Commits](golang-jwt/jwt@v4.4.3...v4.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-jwt/jwt/v4
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    ad5a82f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Bump github.com/google/go-github/v50 from 50.0.0 to 50.1.0

    Bumps [github.com/google/go-github/v50](https://github.com/google/go-github) from 50.0.0 to 50.1.0.
    - [Release notes](https://github.com/google/go-github/releases)
    - [Commits](google/go-github@v50.0.0...v50.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-github/v50
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    8d6c87f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Merge pull request #88 from bradleyfalzon/dependabot/go_modules/githu…

    …b.com/golang-jwt/jwt/v4-4.5.0
    
    Bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.0
    bradleyfalzon authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ccfe2c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #89 from bradleyfalzon/dependabot/go_modules/githu…

    …b.com/google/go-github/v50-50.1.0
    
    Bump github.com/google/go-github/v50 from 50.0.0 to 50.1.0
    bradleyfalzon authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    3b8f8c5 View commit details
    Browse the repository at this point in the history
Loading