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

✨Airbyte CDK: add POST method to HttpMocker #34001

Merged
merged 11 commits into from
Jan 10, 2024

Commits on Jan 8, 2024

  1. Airbyte CDK: add POST method to HttpMocker

    askarpets committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    4aadf69 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Move common logic to a separate method

    askarpets committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6c25e46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c8c6f5 View commit details
    Browse the repository at this point in the history
  3. Move common logic to a separate method

    askarpets committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7b6cc88 View commit details
    Browse the repository at this point in the history
  4. Convert body to bytes before comparison

    askarpets committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e235a2d View commit details
    Browse the repository at this point in the history
  5. Fix linting errors

    askarpets committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    8c7841c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a90758 View commit details
    Browse the repository at this point in the history
  7. Add _prepare_request_body method

    askarpets committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    f041caa View commit details
    Browse the repository at this point in the history
  8. Adding case to ensure formatting when request_to_match is a string ev…

    …en though it represents json object
    maxi297 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e235390 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f3b4f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. flake8

    maxi297 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2cdd22c View commit details
    Browse the repository at this point in the history