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(efs): change logical id for EfsMountTarget #25996

Closed
wants to merge 23 commits into from

Conversation

ahmetsoykan
Copy link
Contributor

Changing Logical IDs for EfsMountTarget

While using the forEach, index will be added as a suffix to logical id of EfsMountTarget
this is causing an error when the subnets array in the props has changed.

Closes #25099


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 Jun 15, 2023

@aws-cdk-automation aws-cdk-automation requested a review from a team June 15, 2023 17:43
@github-actions github-actions bot added repeat-contributor [Pilot] contributed between 3-5 PRs to the CDK bug This issue is a bug. effort/small Small work item – less than a day of effort p2 labels Jun 15, 2023
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.

A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.

@ahmetsoykan ahmetsoykan changed the title fix(aws-efs): change logical id for EfsMountTarget fix(efs): change logical id for EfsMountTarget Jun 15, 2023
@aws-cdk-automation aws-cdk-automation added pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. labels Jun 15, 2023
@ahmetsoykan ahmetsoykan force-pushed the 25099 branch 2 times, most recently from 14c3197 to dad108b Compare June 15, 2023 23:10
@aws-cdk-automation aws-cdk-automation removed the pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. label Jun 15, 2023
@ahmetsoykan
Copy link
Contributor Author

Exemption Request from needing an integration test

@aws-cdk-automation aws-cdk-automation added the pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. label Jun 15, 2023
@ahmetsoykan ahmetsoykan force-pushed the 25099 branch 2 times, most recently from 89dd111 to e066f17 Compare June 16, 2023 13:53
fix(aws-efs): change logical id for EfsMountTarget

fix(aws-efs): change logical id for EfsMountTarget

fix(aws-efs): change logical id for EfsMountTarget

fix(aws-efs): change logical id for EfsMountTarget

fix(aws-efs): change logical id for EfsMountTarget

fix(aws-efs): change logical id for EfsMountTarget

fix(aws-efs): change logical id for EfsMountTarget

fix(aws-efs): change logical id for EfsMountTarget

fix(aws-efs): change logical id for EfsMountTarget

fix(aws-efs): change logical id for EfsMountTarget
Copy link
Contributor

@corymhall corymhall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Just a couple of suggestions on the feature flag wording.

packages/aws-cdk-lib/cx-api/lib/features.ts Outdated Show resolved Hide resolved
packages/aws-cdk-lib/cx-api/lib/features.ts Outdated Show resolved Hide resolved
packages/aws-cdk-lib/cx-api/lib/features.ts Outdated Show resolved Hide resolved
packages/aws-cdk-lib/cx-api/lib/features.ts Outdated Show resolved Hide resolved
@corymhall corymhall removed the pr/needs-community-review This PR needs a review from a Trusted Community Member or Core Team Member. label Jun 27, 2023
@ahmetsoykan ahmetsoykan requested a review from corymhall June 27, 2023 18:04
ahmetsoykan and others added 16 commits June 28, 2023 18:00
This would add workflow for handling Q & A discussions.

> [CONTRIBUTING GUIDE]: https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md
> [DESIGN GUIDELINES]: https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md

Closes #<issue number here>.

----

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

Allow selecting the region that was bootstrapped to be distinct from the region that the stack is being deployed to.

Also in this PR, clarify the README.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Due to the addition of noctilucent to cdk, contributors needed to download rust/rustup to be able to build the cdk.

This uses the pre-existing dependency on Docker/Finch to containerize the process in order to not incur any further dependencies for contributors to manage.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…of 10 and 1 in `Fn.conditionAnd()` (aws#25999)

Closes aws#25696 (comment)

Same solution as aws#25708

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This matches the behavior of [aws-cdk](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/package.json#L31-L35)

When `integ-runner` is installed on a mac, `fsevents` will be installed as well.

----

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

Added write permission for github workflow action as required. This would eliminate the need for changing github repo settings as mentioned [here](https://github.com/aws-github-ops/handle-stale-discussions/blob/main/README.md#steps-to-enable-this-action-in-your-repository)
> [CONTRIBUTING GUIDE]: https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md
> [DESIGN GUIDELINES]: https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md

Closes #<issue number here>.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
… groups of 10 and 1 in `Fn.conditionAnd()` (aws#25999)"

This reverts commit a15fc10.
@aws-cdk-automation
Copy link
Collaborator

The pull request linter fails with the following errors:

❌ Fixes must contain a change to an integration test file and the resulting snapshot.

PRs must pass status checks before we can provide a meaningful review.

If you would like to request an exemption from the status checks or clarification on feedback, please leave a comment on this PR containing Exemption Request and/or Clarification Request.

@ahmetsoykan ahmetsoykan deleted the 25099 branch June 28, 2023 20:20
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 0cbb60b
  • Result: FAILED
  • Build Logs (available for 30 days)

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

@ahmetsoykan
Copy link
Contributor Author

Looks great! Just a couple of suggestions on the feature flag wording.

could you check please the change under this PR ? Thank you, @corymhall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. effort/small Small work item – less than a day of effort p2 pr-linter/exemption-requested The contributor has requested an exemption to the PR Linter feedback. repeat-contributor [Pilot] contributed between 3-5 PRs to the CDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(aws-efs): EFS mount target will fail on subnet change
7 participants