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 discoverability feature to kuksa.val.v1 API #641

Merged

Conversation

rafaeling
Copy link
Contributor

PR that implements the following examples table for discoverability feature.

@argerus argerus changed the title Add discoverability feature to DataBroker Add discoverability feature to kuksa.val.v1 API Aug 23, 2023
@rafaeling rafaeling force-pushed the feature/add_discoverability_to_databroker branch from 91bcc29 to c56e934 Compare August 23, 2023 13:33
kuksa_databroker/databroker/src/grpc/kuksa_val_v1/val.rs Outdated Show resolved Hide resolved
kuksa_databroker/databroker/src/grpc/kuksa_val_v1/val.rs Outdated Show resolved Hide resolved
kuksa_databroker/databroker/src/broker.rs Outdated Show resolved Hide resolved
kuksa_databroker/databroker/src/glob.rs Show resolved Hide resolved
kuksa_databroker/databroker/src/glob.rs Outdated Show resolved Hide resolved
kuksa_databroker/databroker/src/grpc/kuksa_val_v1/val.rs Outdated Show resolved Hide resolved
@argerus argerus force-pushed the feature/add_discoverability_to_databroker branch from f5cdeea to d7499a5 Compare September 5, 2023 08:08
kuksa_databroker/databroker/src/grpc/kuksa_val_v1/val.rs Outdated Show resolved Hide resolved
Comment on lines 170 to 172
Err(_error) => {
println!("Error: Invalid Regex");
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Return error to client?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right, should not return anything

Copy link
Contributor

@argerus argerus left a comment

Choose a reason for hiding this comment

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

I haven't actually tested it, but it looks good to me now.

@argerus argerus merged commit 9b7861d into eclipse:master Sep 5, 2023
11 checks passed
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.

3 participants