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

fix(core): asset bundling skipped when using --exclusively with custom stack name #21248

Commits on Jul 20, 2022

  1. fix(core): make bundlingRequired minimatch matching the same as aws-cdk

    The original fix as per 5cff2d9, with the addition of bypassing
    minimatch when `*` is the given pattern (return true). This gives
    special meaning to `*`, since `*` in minimatch doesn't produce the
    desired selection (all stacks).
    
    fixes aws#19927
    stevehodgkiss committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    5556b60 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

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

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    f9e633d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into fix-bundling-check-to…

    …-use-same-logic-as-aws-cdk-take-2
    stevehodgkiss committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    d1dba12 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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

Commits on Oct 10, 2022

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