-
Notifications
You must be signed in to change notification settings - Fork 24
feat(attr value lookup by fqn): adds GetAttributesByFqns rpc in attributes service #243 #250
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
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
117e2f2
add proto for GetAttributesByFqn and generate code
jakedoublev d47fa2c
clarify proto message name
jakedoublev 2bb55c8
update readme list of attributes service with new rpc
jakedoublev 5dcb62a
map fqns to attributes in a key/value dictionary returned in response…
jakedoublev 7afd1e1
add db handler to get the attribute by FQN and build the response map
jakedoublev 96edeac
integration tests
jakedoublev 030fdb6
Merge branch 'main' into issue-243/fqn-lookup
jakedoublev 193f64b
wip
jakedoublev d5a6a2d
update proto to reflect attribute lookup only by value which gives it…
jakedoublev 19c26d1
remove foreign key namespace_id that does not exist on attribute_valu…
jakedoublev e6f3432
fix example to use /value/ in fqn like the rest of our implementation…
jakedoublev 1914d11
Merge branch 'main' into issue-243/fqn-lookup
jakedoublev 3e0fed8
checkpoint with working lookup of an attribute by value fqn
jakedoublev 4cb3d89
add integration tests and update readme with new rpc name
jakedoublev 2b7b62a
update api to provide back a map of the fqn to the entire attribute a…
jakedoublev f2e0f87
Merge branch 'main' into issue-243/fqn-lookup
jakedoublev 6869e2b
Merge branch 'main' into issue-243/fqn-lookup
jakedoublev 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.