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

chore(servicecatalogappregistry): providing default values for CreateApplicationTargetOptions #22890

Merged
merged 4 commits into from
Nov 15, 2022

Conversation

rohitagg0807
Copy link
Contributor

@rohitagg0807 rohitagg0807 commented Nov 11, 2022


All Submissions:

Adding new Unconventional Dependencies:

  • This PR adds new unconventional dependencies following the process described here

New Features

  • Have you added the new feature to an integration test?
    • Did you use yarn integ to deploy the infrastructure and generate the snapshot (i.e. yarn integ without --dry-run)?

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 Nov 11, 2022

@github-actions github-actions bot added the beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK label Nov 11, 2022
@aws-cdk-automation aws-cdk-automation requested a review from a team November 11, 2022 23:34
@github-actions github-actions bot added the p2 label Nov 11, 2022
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.

@rohitagg0807 rohitagg0807 changed the title chore(servicecatalogappregistry) Providing default values for CreateApplicationTargetOptions chore(servicecatalogappregistry): Providing default values for CreateApplicationTargetOptions Nov 11, 2022
@aws-cdk-automation aws-cdk-automation dismissed their stale review November 11, 2022 23:40

✅ Updated pull request passes all PRLinter validations. Dissmissing previous PRLinter review.

const applicationStack = new cdk.Stack(scope, stackId, this.applicationOptions);
const appRegApplication = new Application(applicationStack, 'DefaultCdkApplication', {
applicationName: this.applicationOptions.applicationName,
description: this.applicationOptions.applicationDescription,
description: this.applicationOptions.applicationDescription || 'AppRegistry Application to which all stacks inside this cdkApp will get associated.',
Copy link
Contributor

Choose a reason for hiding this comment

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

When you look at the description in the console, the words "this cdkApp" are meaningless.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We are trying to tell the purpose of the creation of the app. I agree this cdkApp is useless. How about this ?
AppRegistry Application to which all stacks inside the cdkApp will get associated.

@rix0rrr rix0rrr changed the title chore(servicecatalogappregistry): Providing default values for CreateApplicationTargetOptions chore(servicecatalogappregistry): providing default values for CreateApplicationTargetOptions Nov 15, 2022
rix0rrr
rix0rrr previously approved these changes Nov 15, 2022
@mergify
Copy link
Contributor

mergify bot commented Nov 15, 2022

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot dismissed rix0rrr’s stale review November 15, 2022 12:57

Pull request has been modified.

@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 1bb1996
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

@mergify
Copy link
Contributor

mergify bot commented Nov 15, 2022

Thank you for contributing! Your pull request will be updated from main 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 8b20446 into aws:main Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginning-contributor [Pilot] contributed between 0-2 PRs to the CDK p2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants