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

feat(parsers.value): Add base64 datatype #15697

Merged
merged 2 commits into from
Aug 7, 2024
Merged

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Jul 31, 2024

Summary

Introduce data type to encode raw data as base64 to allow for further parsing down the line.

Checklist

  • No AI generated code was used in this PR

Related issues

fixes: #15694

@powersj powersj self-assigned this Jul 31, 2024
@telegraf-tiger telegraf-tiger bot added feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin plugin/parser 1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins labels Jul 31, 2024
@powersj powersj marked this pull request as ready for review August 1, 2024 14:58
@powersj powersj added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Aug 1, 2024
@powersj powersj assigned DStrand1 and srebhan and unassigned powersj Aug 1, 2024
@DStrand1 DStrand1 removed their assignment Aug 1, 2024
@powersj powersj changed the title feat(parsers.value): Add base64 datatype fix(parsers.value): Add base64 datatype Aug 2, 2024
@telegraf-tiger telegraf-tiger bot added the fix pr to fix corresponding bug label Aug 2, 2024
@powersj powersj changed the title fix(parsers.value): Add base64 datatype feat(parsers.value): Add base64 datatype Aug 6, 2024
@srebhan srebhan merged commit 7822bf1 into influxdata:master Aug 7, 2024
33 checks passed
@github-actions github-actions bot added this to the v1.31.3 milestone Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin fix pr to fix corresponding bug plugin/parser 1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parser to pass through data to processors
3 participants