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-deploy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.6.1
Choose a base ref
...
head repository: ByteInternet/hypernode-deploy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.7.0
Choose a head ref
  • 13 commits
  • 26 files changed
  • 1 contributor

Commits on Jan 19, 2026

  1. ComposerAuth: Handle non base64 contents

    By falling back to json verification and then using that contents, users
    can use both base64 and raw json for the auth env variable.
    
    This also introduces the first proper unit test, here's to an even
    brighter future!
    tdgroot committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    60e2990 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #188 from ByteInternet/composer_auth_non_encoded

    ComposerAuth: Handle non base64 contents
    tdgroot authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    8957106 View commit details
    Browse the repository at this point in the history
  3. Brancher: ping host before logbook poll

    This makes it possible to reuse a brancher node that does not have any items in the logbook anymore, which typically happens on older Brancher nodes.
    
    Fixes #185
    tdgroot committed Jan 19, 2026
    Configuration menu
    Copy the full SHA
    d07dd8d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Merge pull request #189 from ByteInternet/ping_brancher_before_logbook

    Brancher: ping host before logbook poll
    tdgroot authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    d9bffbc View commit details
    Browse the repository at this point in the history
  2. Brancher: Handle already cancelled error

    It doesn't make any sense to fail on brancher already being cancelled or
    not existing.
    tdgroot committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    146b862 View commit details
    Browse the repository at this point in the history
  3. Add unit tests for basic classes

    These unit tests have been written for classes that required little to
    no changes in the source files to be testable.
    tdgroot committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    f5e84f8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #192 from ByteInternet/handle_brancher_already_can…

    …celled
    
    Brancher: Handle already cancelled error
    tdgroot authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    9eef87b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5554806 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #191 from ByteInternet/add_unit_tests

    Add unit tests for basic classes
    tdgroot authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    bbe1ba7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e54d67 View commit details
    Browse the repository at this point in the history
  8. Cachetool: Don't run by default

    On the Hypernode platform, we have validate_timestamps enabled by
    default, so we don't have to manually clear the opcache. People can
    still enable this by configuring `after('deploy:symlink',
    'cachetool:clear:opcache');`.
    tdgroot committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    afafd29 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #190 from ByteInternet/update_config_361

    deps: Update deploy-configuration to 3.6.1
    tdgroot authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    2c3208c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #193 from ByteInternet/cachetool_update

    Cachetool: Don't run by default
    tdgroot authored Jan 20, 2026
    Configuration menu
    Copy the full SHA
    a8f94a8 View commit details
    Browse the repository at this point in the history
Loading