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

provider/aws: CodeCommit - Currently only in us-east-1 #3274

Merged
merged 5 commits into from
Oct 30, 2015

Commits on Oct 30, 2015

  1. Started the work for the AWS CodeCommit Repository resource

    Starting to add the skeleton for the creation and update of a repository
    stack72 committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    89ce6f7 View commit details
    Browse the repository at this point in the history
  2. Finishing the last of the CodeCommit Repository resource. Also starte…

    …d to add some tests. The trouble for me right now is that CodeCommit is only in US-East-1 so I need to guard against that right now
    stack72 committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    d9fd77c View commit details
    Browse the repository at this point in the history
  3. Currently, AWS CodeCommit is only available in us-east-1, therefore we

    need to error out early if the region is anything other than this
    
    Also added a test that will show that changes get applied on subsequent
    runs
    stack72 committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    2ad006a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14604e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63d7f59 View commit details
    Browse the repository at this point in the history