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

Fix: Resolve issue where read() would fail if it received unexpected/undeclared top-level properties in a stream #131

Merged
merged 55 commits into from
Mar 27, 2024

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    6778dd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    636c70f View commit details
    Browse the repository at this point in the history
  3. disable lint rule

    aaronsteers committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    bb73c7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a8d3ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c7e82c View commit details
    Browse the repository at this point in the history
  6. fix duckdb type

    aaronsteers committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    82010d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e3b02b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3a23e7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48cd156 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a303ecf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6350c7a View commit details
    Browse the repository at this point in the history
  12. fix test

    aaronsteers committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cc4658d View commit details
    Browse the repository at this point in the history
  13. fix other refs

    aaronsteers committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b9a6fb9 View commit details
    Browse the repository at this point in the history
  14. update test fixtures

    aaronsteers committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    3de0114 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f5023b6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e30d752 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8b42cb4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1001e40 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    6e164c3 View commit details
    Browse the repository at this point in the history
  2. remove unused import

    aaronsteers committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    86722f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. update from main

    aaronsteers committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    88af72c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90d78f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4524d75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c581b6b View commit details
    Browse the repository at this point in the history
  5. remove dupe test

    aaronsteers committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a030413 View commit details
    Browse the repository at this point in the history
  6. simplify test

    aaronsteers committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f65895c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2f014d View commit details
    Browse the repository at this point in the history
  8. fix connector path

    aaronsteers committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9500220 View commit details
    Browse the repository at this point in the history
  9. fix pathsep

    aaronsteers committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6e7e5b7 View commit details
    Browse the repository at this point in the history
  10. fix failing test

    aaronsteers committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    de46973 View commit details
    Browse the repository at this point in the history
  11. lint fix

    aaronsteers committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ab74e10 View commit details
    Browse the repository at this point in the history
  12. handle http error

    aaronsteers committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bce1867 View commit details
    Browse the repository at this point in the history
  13. fix exception import

    aaronsteers committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6384b3d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. skip pg tests on windows

    aaronsteers committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c3acdad View commit details
    Browse the repository at this point in the history
  2. escape windows paths

    aaronsteers committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    20d5d84 View commit details
    Browse the repository at this point in the history
  3. fix interpreter_path

    aaronsteers committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    42d3ae6 View commit details
    Browse the repository at this point in the history
  4. ignore cleanup errors

    aaronsteers committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    23d1eec View commit details
    Browse the repository at this point in the history
  5. fix temp dir access

    aaronsteers committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    70080ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c488139 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b2236a View commit details
    Browse the repository at this point in the history
  8. add pokeapi test

    aaronsteers committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    adf9304 View commit details
    Browse the repository at this point in the history
  9. fix renamed fixture

    aaronsteers committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    769b01e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a0275b View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/aj/add-windows-supprt' into aj/a…

    …dd-poke-api-integ-tests
    aaronsteers committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2acf111 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a0ed05d View commit details
    Browse the repository at this point in the history
  13. fix test

    aaronsteers committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    14e30d9 View commit details
    Browse the repository at this point in the history
  14. update docstring

    aaronsteers committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c9885ba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bd64605 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    320b6a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    413f364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d98f6dd View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    bd5d3a6 View commit details
    Browse the repository at this point in the history
  2. poetry lock

    aaronsteers committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    735da0c View commit details
    Browse the repository at this point in the history
  3. skip flaky test in ci

    aaronsteers committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ce8a178 View commit details
    Browse the repository at this point in the history