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: ByteInternet/hypernode-api-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.1
Choose a base ref
...
head repository: ByteInternet/hypernode-api-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 29, 2024

  1. service/settings: Fix job polling mechanism

    Instead of using the unauthorized internal job URL, which is returned by the API, parse the job uuid from the URL and use that ID for polling on the proper endpoint.
    
    Ideally this is fixed in the API, but this is how it's been done in kamikaze so far as well, so let's first start here.
    tdgroot committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9235483 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #20 from ByteInternet/fix_setting_job

    service/settings: Fix job polling mechanism
    tdgroot authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    144a1cf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. Updated nesbot/carbon from v2 to v3 in composer.json

    Eelco Kruders committed May 26, 2025
    Configuration menu
    Copy the full SHA
    0c3eb01 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. Merge pull request #21 from zetno/feature/update-carbon-to-v3

    Compatibility with Symfony 7 by updating nesbot/carbon from v2 to v3 in the composer.json
    tdgroot authored May 30, 2025
    Configuration menu
    Copy the full SHA
    ed248dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f8d166 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Merge pull request #22 from ByteInternet/php_81_84

    ci: Test against supported PHP versions 8.1 - 8.4
    tdgroot authored Jun 2, 2025
    Configuration menu
    Copy the full SHA
    9ae1ef1 View commit details
    Browse the repository at this point in the history
Loading