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: nextmv-io/nextpipe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.5
Choose a base ref
...
head repository: nextmv-io/nextpipe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 9 commits
  • 12 files changed
  • 3 contributors

Commits on Apr 22, 2025

  1. Removes app polling options

    Removes the dedicated configuration options for app polling.
    
    These options are no longer needed as the polling mechanism
    has been simplified.
    sebastian-quintero committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    e8c8eb4 View commit details
    Browse the repository at this point in the history
  2. Improves Nextmv application step functionalities

    Enhances the Nextmv application step decorator with comprehensive documentation and examples.
    
    Adds functionalities for configuring polling options, including the ability to set timeouts, backoff strategies, and stop conditions. These options allows users to customize the polling behavior of the application.
    
    Ensures that the initial delay of the polling is randomized to avoid overloading the platform and a stop condition to allow a user to cancel the process.
    sebastian-quintero committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    53ffc8b View commit details
    Browse the repository at this point in the history
  3. Removes unused cloud run waiting logic

    Removes the `wait_for_runs` function from `utils.py` as it is no longer used.
    
    Also, standardizes imports in `threads.py`.
    sebastian-quintero committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    274d46d View commit details
    Browse the repository at this point in the history
  4. Updates nextmv dependency

    Updates the nextmv dependency to the latest version.
    
    This change ensures compatibility with the newest features and
    improvements in the nextmv library.
    sebastian-quintero committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    77b0c25 View commit details
    Browse the repository at this point in the history
  5. Update nextpipe/decorators.py

    Co-authored-by: Marius Merschformann <marius.merschformann@gmail.com>
    sebastian-quintero and merschformann authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    2dd98ba View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Configuration menu
    Copy the full SHA
    e20f594 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/eng-5848-add-random-jitt…

    …er-on-start-of-polling-for-runs-in-fanout' into feature/eng-5848-add-random-jitter-on-start-of-polling-for-runs-in-fanout
    sebastian-quintero committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    a6d0395 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #13 from nextmv-io/feature/eng-5848-add-random-jit…

    …ter-on-start-of-polling-for-runs-in-fanout
    sebastian-quintero authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    65e5bf0 View commit details
    Browse the repository at this point in the history
  4. Bump version to v0.2.0

    nextmv-bot committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    6856926 View commit details
    Browse the repository at this point in the history
Loading