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

feat(glue): Connection construct #12444

Merged
merged 15 commits into from
Feb 17, 2021
Merged

feat(glue): Connection construct #12444

merged 15 commits into from
Feb 17, 2021

Conversation

humanzz
Copy link
Contributor

@humanzz humanzz commented Jan 10, 2021

Closes #12442


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@gitpod-io
Copy link

gitpod-io bot commented Jan 10, 2021

@humanzz humanzz changed the title (aws-glue): Add Connection construct #12442 (aws-glue): add Connection construct #12442 Jan 10, 2021
@github-actions github-actions bot added the @aws-cdk/aws-glue Related to AWS Glue label Jan 10, 2021
@mergify
Copy link
Contributor

mergify bot commented Jan 10, 2021

Title does not follow the guidelines of Conventional Commits. Please adjust title before merge.

@humanzz humanzz changed the title (aws-glue): add Connection construct #12442 feat(aws-glue): add Connection construct #12442 Jan 10, 2021
@humanzz humanzz marked this pull request as ready for review January 10, 2021 16:15
@humanzz
Copy link
Contributor Author

humanzz commented Jan 11, 2021

I will add integration tests as well so this is likely not final.

@humanzz humanzz changed the title feat(aws-glue): add Connection construct #12442 feat(aws-glue): add Connection construct Jan 14, 2021
This was referenced Jan 14, 2021
@iliapolo iliapolo changed the title feat(aws-glue): add Connection construct feat(glue): add Connection construct Jan 15, 2021
packages/@aws-cdk/aws-glue/lib/connection.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-glue/lib/connection.ts Show resolved Hide resolved
packages/@aws-cdk/aws-glue/lib/connection.ts Show resolved Hide resolved
packages/@aws-cdk/aws-glue/lib/connection.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-glue/lib/connection.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-glue/lib/connection.ts Outdated Show resolved Hide resolved
@humanzz
Copy link
Contributor Author

humanzz commented Feb 15, 2021

@iliapolo I think I might have wrongly rebased things which brought in unnecessary commits into this diff. Apologies for that

@iliapolo iliapolo added the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Feb 15, 2021
@humanzz humanzz requested a review from iliapolo February 15, 2021 14:48
- add addProperty escape hatch in Connection
- Extract ConnectionOptopns out of ConnectionProps
- implement MongoDBConnection as a subclass of Connection
packages/@aws-cdk/aws-glue/lib/connection.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-glue/lib/mongodb-connection.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-glue/lib/connection.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-glue/lib/connection.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-glue/lib/connection.ts Show resolved Hide resolved
packages/@aws-cdk/aws-glue/README.md Show resolved Hide resolved
packages/@aws-cdk/aws-glue/lib/mongodb-connection.ts Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-glue/test/connection.test.ts Outdated Show resolved Hide resolved
@humanzz humanzz requested a review from iliapolo February 15, 2021 19:39
@humanzz humanzz changed the title feat(glue): add Connection construct feat(glue): Connection construct Feb 15, 2021
@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Feb 16, 2021
humanzz and others added 4 commits February 16, 2021 18:57
Co-authored-by: Eli Polonsky <Eli.polonsky@gmail.com>
Co-authored-by: Eli Polonsky <Eli.polonsky@gmail.com>
Co-authored-by: Eli Polonsky <Eli.polonsky@gmail.com>
@humanzz humanzz requested a review from iliapolo February 17, 2021 12:02
packages/@aws-cdk/aws-glue/README.md Outdated Show resolved Hide resolved
packages/@aws-cdk/aws-glue/README.md Outdated Show resolved Hide resolved
iliapolo
iliapolo previously approved these changes Feb 17, 2021
@mergify mergify bot dismissed iliapolo’s stale review February 17, 2021 14:12

Pull request has been modified.

@mergify
Copy link
Contributor

mergify bot commented Feb 17, 2021

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).

@mergify
Copy link
Contributor

mergify bot commented Feb 17, 2021

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).

@mergify mergify bot merged commit c64ec6b into aws:master Feb 17, 2021
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: b87354b
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

NovakGu pushed a commit to NovakGu/aws-cdk that referenced this pull request Feb 18, 2021
Closes aws#12442

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
eladb pushed a commit that referenced this pull request Feb 22, 2021
Closes #12442

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-glue Related to AWS Glue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(aws-glue): add Connection construct
3 participants