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: dappnode/DNP_DAPPMANAGER
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.120
Choose a base ref
...
head repository: dappnode/DNP_DAPPMANAGER
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.121
Choose a head ref
  • 19 commits
  • 85 files changed
  • 3 contributors

Commits on Feb 26, 2026

  1. Configuration menu
    Copy the full SHA
    c37cf60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36b7ef5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ab01f4 View commit details
    Browse the repository at this point in the history
  4. Dappmanager UI fixes (#2395)

    * responsive section navbar
    
    * disabled cards while loading stakers config
    
    * rm legacy hostStats
    
    * uddate gnosis dashboard logo
    
    * rm systemHealth from `/system/info`
    
    * rm import
    mateumiralles authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    3dea885 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0592e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Remove journald logging configuration from Docker Compose files (#2384)

    * Remove journald logging configuration from Docker Compose files
    
    * set loggind default
    
    * Change logging driver from journald to json-file in Docker Compose files
    pablomendezroyo authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    4f91bfe View commit details
    Browse the repository at this point in the history
  2. Add support for DAPPNODE_CORE_DIR and disable host scripts feature (#…

    …2387)
    
    * Add support for DNCORE_HOST_PATH and disable host scripts feature
    
    * Set default value for DISABLE_HOST_SCRIPTS in environment variables
    
    * Add conditional check for DISABLE_HOST_SCRIPTS before starting host reboot daemon
    
    * Update volume path for DAPPNODE_CORE_DIR in docker-compose files
    
    * Enhance ComposeEditor to support allowSubstitution parameter and update related verification logic
    
    * Add DAPPNODE_CORE_DIR support and update restart volumes in params
    pablomendezroyo authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    1efca22 View commit details
    Browse the repository at this point in the history
  3. Refactor stakers modals (#2358)

    Refactor stakers Modals
    mateumiralles authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    7786866 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Refactor Docker Compose and add environment variable persistence (#2400)

    * Remove variable substitution for DAPPNODE_CORE_DIR in Docker Compose files
    
    * Add persistDappmanagerSettings function to preserve critical env vars during updates
    
    * Export persistDappmanagerSettings function and add unit tests for environment variable persistence
    pablomendezroyo authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    942dca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9d0094 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. Add Host system tab and remove hardware/power tabs (#2403)

    * new Host system tab
    
    * rm hardware and power tabs
    
    * mv ChangeHostUserPassword component
    
    * update reboot notification url
    
    * update host pass notification url
    mateumiralles authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    2bb3b5b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Cross platform UI fixes (#2405)

    * comment ethical metrics step from onboarding
    
    * rm notifications pkg installation onboarding
    
    * intall wifi pkg fallback
    
    * ipfs install fallback
    
    * conditional disable host pasword step onboarding
    
    * conditionally hide host system tab
    
    * fix disabledHostScripts check
    mateumiralles authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    2f9799b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba2c807 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Add noRecreate based on containers running condition (#2408)

    * Refactor package installation checks to use listPackageNoThrow and avoid unnecessary container recreation
    
    * Refactor setNew method to avoid unnecessary container recreation during updates
    pablomendezroyo authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    84b779b View commit details
    Browse the repository at this point in the history
  2. download avatars during install time (#2401)

    * download avatars during install time
    
    * core avatars in core dirs
    
    * remove avatar on uninstall
    Marketen authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    fdeedb1 View commit details
    Browse the repository at this point in the history
  3. fetch validator states POST (#2404)

    * fetch validator states POST
    
    * responsive loading & edgecases
    Marketen authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    71ab41e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d81102 View commit details
    Browse the repository at this point in the history
  5. Fix absolute mount path for DNCORE volume in docker-compose.yml (#2411)

    * Fix absolute mount path for DNCORE volume in docker-compose.yml
    
    * Fix absolute mount path formatting for DNCORE in docker-compose-dev.yml
    pablomendezroyo authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    2d5b9a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d247daf View commit details
    Browse the repository at this point in the history
Loading