-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend the db-to-pb profile code to include selectors (#3854)
* Extend the ProfileRow interface for selectors The ProfileRow interface is used to abstract DB rows list with or without labels that are subsequently passed to `MergeDatabaseListIntoProfiles`. Let's extend the interface with a method to get selectors so we can use them in `MergeDatabaseListIntoProfiles`. Fixes: #3723 * Add selectors to profile in `MergeDatabaseListIntoProfiles` `MergeDatabaseListIntoProfiles` creates a protobuf representation of a profile from a database list. Extend the function with the profile selectors from the database list. Related: #3723 * `MergeDatabaseGetIntoProfiles` includes selectors This will be used in selector handlers. Related: #3723
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
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