Skip to content
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

remove string usage in metadata #379

Merged
merged 1 commit into from
Apr 16, 2020
Merged

remove string usage in metadata #379

merged 1 commit into from
Apr 16, 2020

Conversation

ameihm0912
Copy link

Related to #358

This removes all usage of strings as metadata keys in Java code. This
does not yet cover off the relationship with cloud functions, which
would be the next step.

What also needs to happen following this is a larger consolidation of
key names as there are a lot of duplicates and potentially unused
values, and we can probably reduce the total key count.

PRing this now because this diff is starting to become a bit unwieldy but this represents the major portion of what is required for #358 and we can piece out the rest in other PRs.

Related to #358

This removes all usage of strings as metadata keys in Java code. This
does not yet cover off the relationship with cloud functions, which
would be the next step.

What also needs to happen following this is a larger consolidation of
key names as there are a lot of duplicates and potentially unused
values, and we can probably reduce the total key count.
@ameihm0912
Copy link
Author

One additional note here, this PR also removes all the extra metadata being added in gatekeeper; this was largely not useful so we are eliminating it in favor of the using the source to get the details.

Copy link
Contributor

@ajvb ajvb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 🎉 🎉 🎉 🎉

@ameihm0912 ameihm0912 merged commit b2189aa into master Apr 16, 2020
@ameihm0912 ameihm0912 deleted the metadata branch April 16, 2020 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants