8000 Add include_deleted filter to ListNamespace API by alexshtin · Pull Request #167 · temporalio/api · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add include_deleted filter to ListNamespace API #167

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

Merged
merged 4 commits into from
Mar 25, 2022

Conversation

alexshtin
Copy link
Contributor

What changed?
Add include_deleted filter to ListNamespace API.

Why?
To be able to include deleted namespaces in response.

How did you test it?
N/A

Potential risks
No risks.

@alexshtin alexshtin force-pushed the feature/include-deleted branch from 22b204c to bee114a Compare March 25, 2022 21:12
message NamespaceFilter {
// By default namespaces in NAMESPACE_STATE_DELETED are not included.
// Setting include_deleted to true will include deleted namespaces.
// Note: Namespace is in NAMESPACE_STATE_DELETED state when it was deleted from the system but associated is not deleted yet.
Copy link
Member

Choose a reason for hiding this comment

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

associated workflow executions is not deleted yet.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it should say "data". I missed the word for some reason.

< 9E67 /div>

@alexshtin alexshtin merged commit 0e71280 into temporalio:master Mar 25, 2022
@alexshtin alexshtin deleted the feature/include-deleted branch March 25, 2022 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0