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: KnpLabs/php-github-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.14.0
Choose a base ref
...
head repository: KnpLabs/php-github-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.14.1
Choose a head ref
  • 7 commits
  • 21 files changed
  • 4 contributors

Commits on Mar 4, 2024

  1. Bump ramsey/composer-install from 2 to 3

    Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
    - [Release notes](https://github.com/ramsey/composer-install/releases)
    - [Commits](ramsey/composer-install@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: ramsey/composer-install
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6f5b61d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Update composer branch-alias

    acrobat committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4fca25f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Apply fixes from StyleCI

    StyleCIBot committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    4afaaf9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1136 from KnpLabs/analysis-yrov1o

    Apply fixes from StyleCI
    acrobat authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    1465bf3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1133 from KnpLabs/dependabot/github_actions/ramse…

    …y/composer-install-3
    
    Bump ramsey/composer-install from 2 to 3
    acrobat authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    a162dd3 View commit details
    Browse the repository at this point in the history
  4. bug #1135 Handle case of GitHub returning 204 No Content in some scen…

    …arios (tomcorbett)
    
    This PR was squashed before being merged into the 3.14-dev branch.
    
    Discussion
    ----------
    
    ResultPager breaks because no array is returned (it's an empty string) - issue ResultPager::get() can return string #1091
    
    Commits
    -------
    
    8a3f154 Handle case of GitHub returning 204 No Content in some scenarios which breaks ResultPager because no array is returned (it's an empty string) - issue ResultPager::get() can return string #1091
    4fff555 fix style issue raised by continuous-integration/styleci/pr
    eaa7993 Added unit test for case of GitHub API returning 204 empty content in ResultPager  #1091
    08c3d7a Updated based on feedback from continuous-integration/styleci/pr
    a3d2fb8 Another change requested by continuous-integration/styleci/pr (but not for my changed code)
    tomcorbett authored Mar 24, 2024
    Configuration menu
    Copy the full SHA
    61b478a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71fec50 View commit details
    Browse the repository at this point in the history
Loading