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.4.2
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

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
Loading