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

Comparing main...envfile-custom-path · devbuddy/devbuddy · 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: devbuddy/devbuddy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: devbuddy/devbuddy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: envfile-custom-path
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 20 files changed
  • 2 contributors

Commits on May 14, 2026

  1. Support custom path in envfile task

    Allow specifying a custom file path for the envfile task:
    
      up:
        - envfile: config/local-dev.env
    
    When no path is given (`- envfile`), defaults to `.env` as before.
    
    Fixes: #149
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    pior and claude committed May 14, 2026
    Configuration menu
    Copy the full SHA
    bd3f026 View commit details
    Browse the repository at this point in the history
  2. Add requireFeature/requireNoFeature test helpers and migrate task tests

    Add requireFeature and requireNoFeature helpers in task_utils_test.go
    for asserting on task features without relying on the Describe() string.
    
    Migrate all task parser tests to use direct field assertions plus the
    new helpers instead of comparing against the full Describe() string.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    pior and claude committed May 14, 2026
    Configuration menu
    Copy the full SHA
    80b389f View commit details
    Browse the repository at this point in the history
  3. Fix test assertions for cross-platform integer type differences

    goccy/go-yaml produces `int` on macOS but `uint64` on Linux for
    positive integers. Use ErrorContains instead of EqualError to avoid
    platform-dependent type name in error messages.
    pior committed May 14, 2026
    Configuration menu
    Copy the full SHA
    a2721a7 View commit details
    Browse the repository at this point in the history
  4. Improve activation line display format and colors

    Change format from "name param" to "name[param]" with per-element
    coloring: feature names in blue, params in cyan, brackets and commas
    in gray.
    
    Example: 🐼  activated: env, envfile[.env], golang[1.26.0]
    pior committed May 14, 2026
    Configuration menu
    Copy the full SHA
    0a2480b View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL