-
Notifications
You must be signed in to change notification settings - Fork 8
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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-deploy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ByteInternet/hypernode-deploy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.6.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 5 files changed
- 2 contributors
Commits on Dec 24, 2025
-
more robust waitForAvailability
If the DNS change has not propagated yet to all nameservers, then it may be that the first reachability success goes through but a second one falis. in that case we are better off first trying for 'consecutive success' before we proceed with the deploy can be used in deploy.php like: ``` $testingStage->addBrancherServer("$APP_NAME") ->setLabels(['autodestroy=false', 'stage=acceptance', 'ci_ref=' . (\getenv('GITHUB_HEAD_REF') ?: 'none')]) ->setBrancherReachabilityCheckCount(6) // Amount of consecutive checks required ->setBrancherReachabilityCheckInterval(10); // Amount of seconds between checks ```Configuration menu - View commit details
-
Copy full SHA for 54edc1f - Browse repository at this point
Copy the full SHA 54edc1fView commit details -
temp use hypernode-deploy-configuration branch
so we can test both PRs without merging both: ByteInternet/hypernode-deploy-configuration#55 #184
Configuration menu - View commit details
-
Copy full SHA for f06be7f - Browse repository at this point
Copy the full SHA f06be7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 439dd2f - Browse repository at this point
Copy the full SHA 439dd2fView commit details -
Revert "temp use hypernode-deploy-configuration branch"
This reverts commit f06be7f.
Configuration menu - View commit details
-
Copy full SHA for 49ab333 - Browse repository at this point
Copy the full SHA 49ab333View commit details -
Configuration menu - View commit details
-
Copy full SHA for af93a8e - Browse repository at this point
Copy the full SHA af93a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a05e355 - Browse repository at this point
Copy the full SHA a05e355View commit details
Commits on Jan 2, 2026
-
Merge pull request #184 from ByteInternet/more-robust-dns-check
more robust waitForAvailability
Configuration menu - View commit details
-
Copy full SHA for 994d2c2 - Browse repository at this point
Copy the full SHA 994d2c2View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.6.0...4.6.1