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.xpath): Add fields_bytes_as_base64 option #13690

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

tulku
Copy link
Contributor

@tulku tulku commented Jul 28, 2023

Required for all PRs

resolves #13689

This PR adds a new option to the xpath parser that allows the user to encode byte-array fields as base64 strings.

Copy link
Contributor

@srebhan srebhan left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks for your contribution @tulku!

@powersj powersj closed this Jul 28, 2023
@powersj powersj reopened this Jul 28, 2023
@powersj
Copy link
Contributor

powersj commented Jul 28, 2023

I opened and closed the PR so that circleci would actually run the tests. When you see this message:

Could not find a usable config.yml, you may have revoked the CircleCI OAuth app.

It means that your token with circleci has expired. If you log back into circleci you should be good to go.

@powersj powersj added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Jul 28, 2023
@powersj powersj merged commit 3f8e916 into influxdata:master Jul 28, 2023
32 of 33 checks passed
@github-actions github-actions bot added this to the v1.28.0 milestone Jul 28, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to encode byte strings as base64 to xpath parser
3 participants