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

Add filtering options for ListRequestUsers #44

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Conversation

emcfarlane
Copy link
Contributor

Adds two new filtering options for UserService/ListRequestUsers:

  • has_types: only return users of types.
  • has_states: only return users of states.

Required behaviour for API consumers.

Adds two new filtering options for ListRequestUsers:
- has_types: only return users of types.
- has_states: only return users of states.
@emcfarlane emcfarlane requested a review from bufdev as a code owner November 30, 2023 22:57
@@ -115,12 +115,12 @@ message ListCommitHistoryRequest {
// - If a Digest is referenced, history is started at the latest released Commit that has this Digest.
// Digests referencing unreleased Commits cannot be referenced.
ResourceRef resource_ref = 3 [(buf.validate.field).required = true];
// Whether to sort the Commits in descending order.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed typo on sort and reordered numbers for consistency.

@emcfarlane emcfarlane merged commit 90664db into main Dec 1, 2023
6 checks passed
@emcfarlane emcfarlane deleted the ed/listfilter branch December 1, 2023 14:52
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