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.7.0
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.8.0
Choose a head ref
  • 8 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 2, 2026

  1. Add high-performance static content deployment task

    Integrate elgentos/magento2-static-deploy Go binary for 230-380x faster
    static content deployment. The task overrides magento:deploy:assets when
    enabled via enableHighPerformanceStaticDeploy() in the configuration.
    
    Features:
    - Downloads Go binary from GitHub releases (supports 'latest' or specific version)
    - Deploys both frontend and adminhtml areas
    - Uses Deployer variables: magento_themes, static_content_locales, content_version
    - Auto-detects Hyvä vs Luma themes (Luma dispatched to bin/magento)
    Jonathan Visser committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    f1cf008 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Add support for NodeJS 24

    Jonathan Visser committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    4af95c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Pre-install magento2-static-deploy binary in Docker image

    - Add elgentos/magento2-static-deploy binary to /opt in Dockerfile
    - Simplify HighPerformanceStaticDeployTask to use pre-installed binary
    - Remove version configuration and runtime download logic
    - Update tests to reflect simplified implementation
    Jonathan Visser committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    b4a0f29 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #195 from ByteInternet/Add-support-for-NodeJS-24

    Add support for NodeJS 24
    poespas authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    bc6a737 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    155561b View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Merge pull request #194 from ByteInternet/add-support-for-high-perfor…

    …mance-static-content-deployment
    
    Add high-performance static content deployment task
    poespas authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    55eda16 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Update hypernode/deploy-configuration to ^3.7

    Jonathan Visser committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    5497378 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #196 from ByteInternet/update-deploy-configuration…

    …-3.7
    
    Update hypernode/deploy-configuration to ^3.7
    poespas authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    659fe09 View commit details
    Browse the repository at this point in the history
Loading