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

Enclose field names containing literals in quotes #61

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 2, 2020

  1. Enclose field names containing literals in quotes

    When creating the text representation of a path, field names that contain lexer literals (like a period ".') should be enclosed in quotes (or brackets).
    
    The proposed fix only adds quotes if needed (as opposed to alway). This avoids changing current paths/behavior drastically since it seems no one has run into this so far.
    
    Change-Id: Ia6e01f9b8218182aa61d3c39b16d4bfb57e4f593
    mbrehler committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    a70339f View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Bump version to differentiate from mainline

    Since the pull request for changes has not been merged, enable differentiating which jsonpath-ng is installed.
    
    Change-Id: If42cb8aafbb79c8bc7b07a54473eb6ba8da9f50e
    Matthias Brehler committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    4e5e14b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Merge remote-tracking branch 'upstream/master'

    Change-Id: Ifb2eab1ebf9151c14b533cf13ef20707bb3ada19
    Matthias Brehler committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    b7c019f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Address feedback from pull request

    Revert version change, get rid of variable for literals.
    
    Change-Id: I381d0a77c6832e96bb0c1f28afc15640c6e953f4
    Matthias Brehler committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    87818d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Merge remote-tracking branch 'upstream/master'

    Change-Id: Ibdaf122bf2fcd762540dce1437373b166b97c910
    Matthias Brehler committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b9578d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Update __init__.py

    Change-Id: Id767180b08a15aa6769f50dac43d09ceedf2875d
    Matthias Brehler committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b146c07 View commit details
    Browse the repository at this point in the history
  2. Update version to 1.6.0.1

    Change-Id: Id767180b08a15aa6769f50dac43d09ceedf2875d
    Matthias Brehler committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ebfcce0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d9aa57 View commit details
    Browse the repository at this point in the history