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(codepipeline-actions): use token as CodeCommitSourceAction branch #10463

Merged
merged 7 commits into from
Sep 22, 2020

Commits on Sep 21, 2020

  1. fix(codepipeline-actions): use token as CodeCommitSourceAction branch

    When using the EVENTS trigger, an event is created based on the branch name of
    the event, however this is not possible if the branch name is an unresolved
    value. Therefore generate a unique event name if this is the case.
    
    Fixes aws#10263
    alanraison committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    6131de4 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Cleaning up the tests
    
    Co-authored-by: Adam Ruka <adamruka85@gmail.com>
    alanraison and skinny85 authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    d81ecfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3352e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Build fix

    alanraison committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    fc3cfb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af58ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83b256d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a678aa1 View commit details
    Browse the repository at this point in the history