-
Notifications
You must be signed in to change notification settings - Fork 51
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
Discoverabiltiy in kuksa.val.v1 API to enable e.g. Autocompletion #605
Closed
rafaeling
wants to merge
36
commits into
eclipse:master
from
rafaeling:fb_add_discoverability_feature_to_databroker
Closed
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
306dd27
Add discoverability feature to DataBroker
rafaeling 67551e1
Regex for valid path request
rafaeling 966ab61
Merge branch 'eclipse:master' into fb_add_discoverability_feature_to_…
rafaeling f346c78
Fix regex to accept correct use cases
rafaeling 02082a7
Differentiate between leaf and branch according to VSS
rafaeling c85df9e
Merge branch 'eclipse:master' into fb_add_discoverability_feature_to_…
rafaeling c8a102d
Apply cargo fmt
rafaeling f786b8e
Fix unused import
rafaeling cc4bb94
Add Branch type to EntryType
rafaeling 4d2c731
Error deleting spaces
rafaeling 173c6b3
Error proto style
rafaeling 9b7be38
Fix missing branch field
rafaeling 8608557
Merge branch 'eclipse:master' into fb_add_discoverability_feature_to_…
rafaeling 713d242
cargo format
rafaeling df7435e
clippy errors
rafaeling 40e4c1b
No newline at end of file
rafaeling b8c7417
Pre-commit errors
rafaeling 5d40304
Pre-commit errors 2
rafaeling 3db4b7e
Merge branch 'eclipse:master' into fb_add_discoverability_feature_to_…
rafaeling 27870f9
New autocompletion impl after desing discussions
rafaeling f124d51
Get rid of branches on broker
rafaeling 3bbd8c9
Move regex path matching to glob
rafaeling 873d413
Remove branch implementation
rafaeling 79a41ee
Clean up branch implementation
rafaeling 9d9cb65
Clean up branch proto
rafaeling aa56d51
Use glob regexes
rafaeling 913a3fc
Reduce codelines
rafaeling effe593
Generalize regex and fix unit tests
rafaeling 28c7ae3
Make regex more robust
rafaeling 80aaf5a
Fix code
rafaeling 808bd9b
fmt format
rafaeling aa3eace
fix regex
rafaeling 38e7683
fix jobs
rafaeling e4d260f
Use generic regex and improve implementation
rafaeling 518c347
Remove unused code
rafaeling 8971f7a
Adapt regex and unit tests
rafaeling File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.