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(cx-api): clean up features.ts #6181

Merged
merged 2 commits into from
Feb 13, 2020
Merged

Conversation

eladb
Copy link
Contributor

@eladb eladb commented Feb 9, 2020

Clean up features.ts such that it will include only things related to feature flags in order to make it easier for users to discover and add feature flags in one place. Merged it with the contents of future.ts and updates contribution guide to that end.

The other context keys that were in feature.ts were not actually feature flags but rather application switches, so these were moved to app.ts.

Fixes #6098


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

Clean up features.ts such that it will include only things related to feature flags in order to make it easier for users to discover and add feature flags in one place. Merged it with the contents of `future.ts` and updates contribution guide to that end.

The other context keys that were in `feature.ts` were not actually feature flags but rather application switches, so these were moved to `app.ts`.

Fixes #6098
@github-actions
Copy link

github-actions bot commented Feb 9, 2020

🚫 Features must contain a change to a README file

@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Feb 9, 2020
@eladb eladb changed the title feat(cx-api): clean up features.ts chore(cx-api): clean up features.ts Feb 9, 2020
@eladb eladb requested review from aws-cdk-automation and a team and removed request for aws-cdk-automation February 9, 2020 09:26
@aws-cdk-automation
Copy link
Collaborator

AWS CodeBuild CI Report

  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

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

Copy link
Contributor

@shivlaks shivlaks left a comment

Choose a reason for hiding this comment

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

thanks for picking this one up!

packages/@aws-cdk/cx-api/lib/features.ts Show resolved Hide resolved
@mergify
Copy link
Contributor

mergify bot commented Feb 13, 2020

Thank you for contributing! Your pull request is now being automatically merged.

@mergify mergify bot merged commit efd6f3d into master Feb 13, 2020
@mergify mergify bot deleted the benisrae/cxapi/cleanup-features branch February 13, 2020 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up feature flags source files
3 participants