-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat(amplify): source code providers #6921
Conversation
Add source code providers classes for GitHub and CodeCommit that implement a new `ISourceCodeProvider` interface. BREAKING CHANGE: use the `sourceCodeProvider` prop to connect your app to a source code provider. The props `repository`, `accessToken` and `oauthToken` do not exist anymore in `AppProps`.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
@skinny85 Would like you check out the additions to codecommit here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skinny85 Would like you check out the additions to codecommit here.
No objections from me, they look great!
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Hey @MrArnoldPalmer, any reason why you're leaving this as |
Nope, sorry just missed it. |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Commit Message
feat(amplify): source code providers
Add source code providers classes for GitHub and CodeCommit that implement
a new
ISourceCodeProvider
interface.Fixes #6818
BREAKING CHANGE: use the
sourceCodeProvider
prop to connect your app to a sourcecode provider. The props
repository
,accessToken
andoauthToken
do not existanymore in
AppProps
.End of Commit Message
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license