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

Support JMESPath now #181

Merged
merged 126 commits into from
Apr 11, 2023
Merged

Support JMESPath now #181

merged 126 commits into from
Apr 11, 2023

Commits on Jan 2, 2020

  1. Support jpath now

    Support jpath based on JMESPath, It can make extract more efficient, especially on Json mixed HTML
    EchoShoot committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    63af8c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddc8e73 View commit details
    Browse the repository at this point in the history
  3. Update selector.py

    fix unicode error
    EchoShoot committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    17f14d5 View commit details
    Browse the repository at this point in the history
  4. Update test_selector_jpath.py

    fix support 2.7
    EchoShoot committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    4590544 View commit details
    Browse the repository at this point in the history
  5. Update test_selector_jpath.py

    fix: flake8 problem
    EchoShoot committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    6151e3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    546fcc9 View commit details
    Browse the repository at this point in the history
  7. Update selector.py

    fix: Jpath Error
    EchoShoot committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    0a70390 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. rename

    rename: jpath -> jsonpath
    EchoShoot committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    85c7b58 View commit details
    Browse the repository at this point in the history
  2. rename

    rename: jsonpath->jmespath to  disambiguation
    EchoShoot committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    3846ea7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Configuration menu
    Copy the full SHA
    2741727 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9235304 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03289a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecf37b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c731c35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24cf915 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9508f0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe44a3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d84e957 View commit details
    Browse the repository at this point in the history
  10. Style changes to tests

    Gallaecio committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    5a57a3c View commit details
    Browse the repository at this point in the history
  11. datas → data

    Gallaecio committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    8ad0330 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b01f5a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca3bc23 View commit details
    Browse the repository at this point in the history
  14. Fix test expectation

    Gallaecio committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    15c9118 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Refactor jmespath support

    Gallaecio committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    344d4df View commit details
    Browse the repository at this point in the history
  2. Simplify Selector.__init__

    Gallaecio committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    fa7c32e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    7fe4d5e View commit details
    Browse the repository at this point in the history
  2. Complete test coverage

    Gallaecio committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    3f9b779 View commit details
    Browse the repository at this point in the history
  3. Fix backward compatibility

    Gallaecio committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    f7cd122 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58f5b77 View commit details
    Browse the repository at this point in the history
  5. Fix the documentation build

    Gallaecio committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    a01ebfb View commit details
    Browse the repository at this point in the history
  6. Complete test coverage

    Gallaecio committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    4e3ce0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aba3c40 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    ed9e2b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Configuration menu
    Copy the full SHA
    9cceac2 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Configuration menu
    Copy the full SHA
    bb4f994 View commit details
    Browse the repository at this point in the history
  2. Apply Black

    Gallaecio committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d0c98b7 View commit details
    Browse the repository at this point in the history
  3. Remove six usage

    Gallaecio committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    50e18e7 View commit details
    Browse the repository at this point in the history
  4. Apply Black

    Gallaecio committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    ccf6b63 View commit details
    Browse the repository at this point in the history
  5. format → f-string

    Gallaecio committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8a10f23 View commit details
    Browse the repository at this point in the history
  6. Apply Black

    Gallaecio committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    9e22492 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    2da08ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f03cea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa25f75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06ffdc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    f854cc0 View commit details
    Browse the repository at this point in the history
  2. end of line

    felipeboffnunes committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    ca14d63 View commit details
    Browse the repository at this point in the history
  3. black

    felipeboffnunes committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    2465f4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    918089c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0d42d3 View commit details
    Browse the repository at this point in the history
  6. black, again

    felipeboffnunes committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    72e7b3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51042ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6a316c View commit details
    Browse the repository at this point in the history
  9. black

    felipeboffnunes committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    5954e79 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f6e59ce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1c98f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Readme example

    felipeboffnunes committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    b374384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b60a8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98daa08 View commit details
    Browse the repository at this point in the history
  4. missing ! char

    felipeboffnunes committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    84751de View commit details
    Browse the repository at this point in the history
  5. adjustments

    felipeboffnunes committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    ef5a6ea View commit details
    Browse the repository at this point in the history
  6. adjustments

    felipeboffnunes committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    475bdf5 View commit details
    Browse the repository at this point in the history
  7. adjustments

    felipeboffnunes committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    33e8d38 View commit details
    Browse the repository at this point in the history
  8. adjustments

    felipeboffnunes committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    2e3b633 View commit details
    Browse the repository at this point in the history
  9. adjustments

    felipeboffnunes committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    654fb26 View commit details
    Browse the repository at this point in the history
  10. adjustments

    felipeboffnunes committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    6226397 View commit details
    Browse the repository at this point in the history
  11. Update docs/usage.rst

    Co-authored-by: Adrián Chaves <adrian@chaves.io>
    felipeboffnunes and Gallaecio authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    6780a06 View commit details
    Browse the repository at this point in the history
  12. Update docs/usage.rst

    Co-authored-by: Adrián Chaves <adrian@chaves.io>
    felipeboffnunes and Gallaecio authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e1c6838 View commit details
    Browse the repository at this point in the history
  13. Update docs/usage.rst

    Co-authored-by: Adrián Chaves <adrian@chaves.io>
    felipeboffnunes and Gallaecio authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    aa803c7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2efc71d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3b74896 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    b6f1e3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5034df0 View commit details
    Browse the repository at this point in the history
  3. black selector.py

    felipeboffnunes committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    835458c View commit details
    Browse the repository at this point in the history
  4. black selector.py

    felipeboffnunes committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    6b1729b View commit details
    Browse the repository at this point in the history
  5. missing adjustments

    felipeboffnunes committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    54065be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6f3bf9 View commit details
    Browse the repository at this point in the history
  7. black selector.py

    felipeboffnunes committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    497ecba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    045ad12 View commit details
    Browse the repository at this point in the history
  9. black selector.py

    felipeboffnunes committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    3c81e3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b424483 View commit details
    Browse the repository at this point in the history
  11. black selector.py???

    felipeboffnunes committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    276cf9f View commit details
    Browse the repository at this point in the history
  12. html_selector

    felipeboffnunes committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    8fe06ce View commit details
    Browse the repository at this point in the history
  13. Readme feedback

    felipeboffnunes committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    ccc7abb View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    a86ca2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be8dbb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    fa2085e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a68fecf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05cec44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b53e71f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'echoshoot-master' into jmespath

    # Conflicts:
    #	tests/test_selector_jmespath.py
    felipeboffnunes committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    4349ce4 View commit details
    Browse the repository at this point in the history
  6. merge

    felipeboffnunes committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    14d17fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    470a31b View commit details
    Browse the repository at this point in the history
  8. Merge branch 'echoshoot-master' into jmespath

    # Conflicts:
    #	docs/usage.rst
    felipeboffnunes committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    5f98857 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    305306f View commit details
    Browse the repository at this point in the history
  10. black

    felipeboffnunes committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    01a4fb2 View commit details
    Browse the repository at this point in the history
  11. prepending r for re

    felipeboffnunes committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    1c519d9 View commit details
    Browse the repository at this point in the history
  12. typo

    felipeboffnunes committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    3c00325 View commit details
    Browse the repository at this point in the history
  13. black: shippuden

    felipeboffnunes committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    cf8a693 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    ecce282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58dedc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. remove if treatment

    felipeboffnunes committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    8895fd7 View commit details
    Browse the repository at this point in the history
  2. Adjust test

    felipeboffnunes committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    f4d19de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    599cc79 View commit details
    Browse the repository at this point in the history
  4. black

    felipeboffnunes committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    c75723b View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    39cdad3 View commit details
    Browse the repository at this point in the history
  2. merge isinstance

    felipeboffnunes committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    69a8517 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    d000b54 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. README: add missing link

    Gallaecio committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    7536aeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    321a3d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bddbc6d View commit details
    Browse the repository at this point in the history
  4. JMESPATH → JMESPath

    Gallaecio committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d20b4ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9d5ada View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    812b2bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7f53d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    746a0da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff8e946 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd0ad80 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0fcff9a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10b78a8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dd0a4c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c69e0c6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    64569a7 View commit details
    Browse the repository at this point in the history
  16. Solve issues reported by CI

    Gallaecio committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    7232241 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    3b3ec90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f18a37 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Add a missing period

    Co-authored-by: Andrey Rakhmatullin <wrar@wrar.name>
    Gallaecio and wRAR authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    53d5146 View commit details
    Browse the repository at this point in the history