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

Implemented a Delete functionality for KeyValue #2033

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

Conversation

nathannaveen
Copy link
Contributor

Description of the PR

PR Checklist

  • All commits have a Developer Certificate of Origin (DCO) -- they are generated using -s flag to git commit.
  • All new changes are covered by tests
  • If GraphQL schema is changed, make generate has been run
  • If GraphQL schema is changed, GraphQL client updates/additions have been made
  • If OpenAPI spec is changed, make generate has been run
  • If ent schema is changed, make generate has been run
  • If collectsub protobuf has been changed, make proto has been run
  • All CI checks are passing (tests and formatting)
  • All dependent PRs have already been merged

Signed-off-by: nathannaveen <[email protected]>
Signed-off-by: nathannaveen <[email protected]>
Signed-off-by: nathannaveen <[email protected]>
@nathannaveen nathannaveen force-pushed the nathan/implementDeleteForKeyValue branch from 586fda0 to f0176af Compare July 17, 2024 15:56
Signed-off-by: nathannaveen <[email protected]>
@nathannaveen nathannaveen force-pushed the nathan/implementDeleteForKeyValue branch from 5beeb63 to c8b6ae5 Compare July 17, 2024 16:13
Signed-off-by: nathannaveen <[email protected]>
pkg/assembler/backends/keyvalue/path.go Outdated Show resolved Hide resolved
pkg/assembler/backends/keyvalue/certifyVuln.go Outdated Show resolved Hide resolved
@nathannaveen nathannaveen force-pushed the nathan/implementDeleteForKeyValue branch from dcb6fa1 to c5f0927 Compare August 12, 2024 19:57
Signed-off-by: nathannaveen <[email protected]>
@nathannaveen nathannaveen force-pushed the nathan/implementDeleteForKeyValue branch from c5f0927 to 2980fe7 Compare August 12, 2024 19:58
@nathannaveen
Copy link
Contributor Author

After some thought, I realize that the code is going to require a lot of changes. So I am going to be converting this to a draft PR.

This is mainly because of a deep dive into the comment #2033 (comment) by @jeffmendoza.

@nathannaveen nathannaveen marked this pull request as draft August 12, 2024 20:47
@nathannaveen nathannaveen marked this pull request as ready for review August 13, 2024 18:11
Signed-off-by: nathannaveen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] KeyValue add delete node functionality
3 participants