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(lookup): exposing vector lookup logic through wasm #12

Closed
wants to merge 2 commits into from

Commits on Jun 20, 2023

  1. chore: bring cargo version inline with repo tags

    There were a number of manual tag/releases created in our fork repo to
    release changes that could be picked up in the vector fork. With
    Jenkins, we now need to reset the version in the Cargo.toml files to
    match the tag set so things don't get weird.
    
    Ref: LOG-16869
    dhable committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    c50b2eb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. feat(lookup): exposing vector lookup logic through wasm

    Expose two simple methods - one for parsing VRL paths into segments and
    one for joining segments into a VRL path. This accounts for for fields,
    indexes and coalesce. The code will also handle quoting and minimizing
    quoting on field to be more human friendly.
    
    These two functions could be used to perform richer validation on user
    input and simplify some of the more complex path construction in the
    pipeline service and/or front end UI.
    
    Ref: LOG-17092, LOG-16869
    dhable committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    6330263 View commit details
    Browse the repository at this point in the history