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

improve metadata filtering in submit-tuxbuild #120

Description

@jscook2345

@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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions