FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing v6.3.20...v6.3.21 · devspace-sh/devspace · GitHub

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: devspace-sh/devspace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.3.20
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: devspace-sh/devspace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.3.21
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
  • 10 commits
  • 33 files changed
  • 3 contributors

Commits on Apr 5, 2026

  1. fix: prevent nil map panic when docker-compose.yaml has top-level nam…

    …e field
    
    When a docker-compose.yaml includes a top-level 'name:' field, the
    compose-go loader attempts to assign to ConfigDetails.Environment which
    is nil, causing a panic.
    
    Initialize the Environment map to an empty map before calling the loader.
    
    Fixes #2970
    ramanvasi committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    cd043fb View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2026

  1. Merge pull request #3204 from raman1236/fix/nil-map-docker-compose-na…

    …med-project
    
    fix: prevent nil map panic when docker-compose.yaml has top-level name field
    zerbitx authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    af83b7e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. Adds check for websocket source

    cbron authored and zerbitx committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    6b5073d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dc89f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

  1. update go version and github workflows

    Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
    zerbitx committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    c184687 View commit details
    Browse the repository at this point in the history
  2. - switch local and remote curl assertions to substring checks for dyn…

    …amic HTTP responses
    
    - add per-run build markers to restarthelper fixtures to avoid cached image reuse
    - retry sync writes until the remote file reflects the change instead of assuming watcher readiness
    - sanitize terminal output parsing so pod name detection is resilient to control characters
    - deduplicate image tag lookup logic in build tests
    - clean up env var set/unset handling across e2e tests to satisfy errcheck
    zerbitx committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    32613ac View commit details
    Browse the repository at this point in the history
  3. fix(npm): avoid loading installer deps before they exist

    - lazy-load node-fetch, cli-spinner, inquirer, and find-process in dist/npm/index.js
    - switch get-latest to built-in https so it can run without local node_modules
    - keep postinstall working when find-process is not yet installed
    - prevent npm global install from failing during prepare/postinstall in a clean checkout
    
    Signed-off-by: Ryan Swanson <ryan.swanson@loft.sh>
    zerbitx committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    76465fb View commit details
    Browse the repository at this point in the history
  4. fix(npm): support clean install and npx launcher paths

    - lazy-load optional installer dependencies in dist/npm/index.js
    - use built-in https for latest-version lookup and release downloads
    - fall back to plain logging when cli-spinner is unavailable
    - keep finish-install working without local node_modules in clean checkouts
    - teach npm launcher scripts to resolve index.js from the npx temp package layout
    - preserve existing global npm and yarn fallback lookup behavior
    zerbitx committed Apr 22, 2026
    Configuration menu
    Copy the full SHA
    a4116bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8790cab View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3219 from devspace-sh/DSP-176

    * Adds check for websocket source
    * Updates go toolchain
    * Various fixes for unit and e2e tests
    * Fixes for npm installation
    zerbitx authored Apr 22, 2026
    Configuration menu
    Copy the full SHA
    7f272dc View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL