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: Table deletion protection only relevant #1161

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Conversation

danieljbruce
Copy link
Contributor

@danieljbruce danieljbruce commented Sep 16, 2022

This PR includes the changes for table deletion protection.

In the createTable method we allow the user to provide a deletionProtection parameter and we pass it along at the table level to the request layer.

System tests and unit tests are added for the true and false cases on the deletionProtection option to capture the desired behaviour of deleting a table when this option is set to true and not deleting a table when the option is set to false.

@danieljbruce danieljbruce requested review from a team as code owners September 16, 2022 19:40
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigtable Issues related to the googleapis/nodejs-bigtable API. labels Sep 16, 2022
@danieljbruce danieljbruce changed the title Table deletion protection only relevant fix: Table deletion protection only relevant Sep 21, 2022
@danieljbruce danieljbruce added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Sep 21, 2022
danieljbruce and others added 4 commits May 26, 2023 13:33
…into table-deletion-protection-only-relevant
Deletion protection needed to be done at the table level and not the request level so the required change is provided here.
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels May 26, 2023
danieljbruce and others added 3 commits May 26, 2023 15:43
This PR adds unit tests for table deletion protection for both the true and the false case. The request layer is mocked out like in the other tests.
@danieljbruce danieljbruce added the owlbot:run Add this label to trigger the Owlbot post processor. label May 26, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 26, 2023
@danieljbruce danieljbruce added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 29, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 29, 2023
@danieljbruce danieljbruce removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label May 29, 2023
@danieljbruce danieljbruce changed the title fix: Table deletion protection only relevant feat: Table deletion protection only relevant May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/nodejs-bigtable API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants