Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

improve metadata filtering in submit-tuxbuild #120

Open
jscook2345 opened this issue Aug 27, 2021 · 0 comments
Open

improve metadata filtering in submit-tuxbuild #120

jscook2345 opened this issue Aug 27, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jscook2345
Copy link
Contributor

@chaws had a few good suggestions for better handling metadata filtering in the submit-tuxbuild command.

We need filtering on the data since some of the data in build.json should not be included in squad for various reasons, such as privacy, redundancy, etc.

Suggestion: Use the important_metadata_keys from squad instead of hard-coding them.

ALLOWED_METADATA = Squad().group(args.group).project(args.project).important_metadata_keys

Suggestion: Add an option (with a good default) to filter metadata

--filter-metadata-out=key1,key2
@jscook2345 jscook2345 self-assigned this Aug 27, 2021
@jscook2345 jscook2345 added the enhancement New feature or request label Aug 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant