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: Add transformation option to the field configuration #474

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bakjos
Copy link

@bakjos bakjos commented Dec 23, 2022

This PR adds the option for applying a transformation using the pipeline library to fix #473

@@ -933,6 +1008,25 @@ func (v *Visitor) resolveFieldPath(ref int) []string {
return []string{fieldName}
}

func (v *Visitor) resolveTransformation(ref int) *pipe.Pipeline {
Copy link
Author

Choose a reason for hiding this comment

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

I put it as an independent function, but for performance could be done as part of the resolveFieldPath function

@bakjos bakjos force-pushed the bakjos/field_transformations branch 2 times, most recently from b0e92de to fbeebed Compare January 6, 2023 18:15
@bakjos bakjos force-pushed the bakjos/field_transformations branch 2 times, most recently from b891bb1 to 6b78285 Compare January 27, 2023 21:54
@bakjos bakjos force-pushed the bakjos/field_transformations branch from 98ae18e to e146e43 Compare February 16, 2023 18:18
@bakjos bakjos force-pushed the bakjos/field_transformations branch from e146e43 to 7e953c6 Compare February 28, 2023 21:02
@bakjos bakjos force-pushed the bakjos/field_transformations branch from 7e953c6 to 452447c Compare March 29, 2023 14:16
@bakjos bakjos force-pushed the bakjos/field_transformations branch from 452447c to fb05844 Compare April 18, 2023 09:48
@bakjos bakjos force-pushed the bakjos/field_transformations branch from fb05844 to 7a46c29 Compare May 8, 2023 14:20
@bakjos bakjos force-pushed the bakjos/field_transformations branch from 7a46c29 to 7c70039 Compare May 31, 2023 00:07
@bakjos bakjos force-pushed the bakjos/field_transformations branch 2 times, most recently from 5c9b340 to ace1e3e Compare July 2, 2023 13:25
@bakjos bakjos force-pushed the bakjos/field_transformations branch from ace1e3e to 3dfd50c Compare July 18, 2023 13:27
@bakjos bakjos force-pushed the bakjos/field_transformations branch 2 times, most recently from cc544c9 to c02090c Compare August 1, 2023 23:25
@bakjos bakjos force-pushed the bakjos/field_transformations branch 2 times, most recently from e124c3d to 18a35cd Compare August 14, 2023 20:50
@bakjos bakjos force-pushed the bakjos/field_transformations branch from 18a35cd to e0170ca Compare August 28, 2023 19:38
@devsergiy
Copy link
Member

Hi @bakjos

v1 is no longer under active development
it will receive only critical bug fixes

what should we do with this PR?

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.

Field transformations
2 participants