Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #214 - Added DeployTimeout to allow pipline timeout override #321

Merged
merged 2 commits into from
Aug 28, 2018

Commits on Aug 23, 2018

  1. Issue #214 - Added DeployTimeout to allow pipline timeout override

    Allows users to override the default 30 minutes for
    deploy timeouts in acceptance, production, and build
    pipelines
    
    - Moved the params assignment into an exported method for easier
    testing of param assignment
    - Added test to ensure timeout was read and set for each pipeline
    
    Issue #214 - Added parameters for deploy timeout
    
    Allows users to override the default 30 minutes for
    deploy timeouts in acceptance, production, and build
    pipelines
    
    Issue #214 - Pull params building out of upsert for testing
    
    Moved the params assignment into an exported method for easier
    testing of param assignment.
    
    Issue #214 - Added test for build timeout in mu yaml
    
    Issue #214 - Renamed DeployTimeout to BuildTimeout to reflect use
    
    Accidentally named the Struct properties BuildTimeout when they
    only affect DeployTimeout settings. Renamed to avoid confusion
    and allow for having a separate deploy timeout in the future
    mneil committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    3cba872 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    9bee91d View commit details
    Browse the repository at this point in the history