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: nat-n/poethepoet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.31.1
Choose a base ref
...
head repository: nat-n/poethepoet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.0
Choose a head ref
  • 4 commits
  • 16 files changed
  • 2 contributors

Commits on Dec 26, 2024

  1. feat: Explicitly disallow capture_stdout option on sequence tasks (#265)

    fix: make test just work for different python versions
    nat-n authored Dec 26, 2024
    Configuration menu
    Copy the full SHA
    eecbb96 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Make command parsing support operations on param expansions (#266)

    Specifically cmd tasks may now use the following operations like in bash
    - `:-` fallback value, e.g. ${AWS_REGION:-us-east-1}
    - `:+` value replacement, e.g. ${AWESOME:+--awesome-mode}
    
    This was done by adding AST parser support for Param Expansion operators
    
    Also:
    - Fix bug in param expansion logic for pure whitespace param values
    - Add env paramater to PoeThePoet class to override os.environ for testing
    nat-n authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    68e9e9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a72a193 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.32.0

    nat-n committed Dec 27, 2024
    Configuration menu
    Copy the full SHA
    f199b11 View commit details
    Browse the repository at this point in the history
Loading