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

Add tap tester #14

Merged
merged 34 commits into from
Oct 11, 2021
Merged

Add tap tester #14

merged 34 commits into from
Oct 11, 2021

Commits on Sep 17, 2021

  1. changes to tap entrypoint to work with rest of tap

    Andrey Kabanov committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    16fea46 View commit details
    Browse the repository at this point in the history
  2. changes to discover.py to work with rest of tap

    Andrey Kabanov committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f080302 View commit details
    Browse the repository at this point in the history
  3. changes to schema.py to work with rest of the tap

    Andrey Kabanov committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    e6bfe76 View commit details
    Browse the repository at this point in the history
  4. changes to sync.py to work with rest of the tap

    Andrey Kabanov committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    0857584 View commit details
    Browse the repository at this point in the history
  5. updated README links to documentation

    Andrey Kabanov committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    bd8bac8 View commit details
    Browse the repository at this point in the history
  6. changes to client.py:

    * actually raise 429 error
    * pylint fixes
    Andrey Kabanov committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    cb60599 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. initial working version of streams.py

    Andrey Kabanov committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    8c8a893 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. adding pagination to streams.py

    Andrey Kabanov committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7aa3c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    806997c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. adjusting indentation to match PEP8:

    * __init__.py
    * client.py
    * sync.py
    Andrey Kabanov committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    3f8a7b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    694a4a5 View commit details
    Browse the repository at this point in the history
  3. changes to streams.py:

    * indentation fixes to match PEP8
    * unpacking result of client.get with `records, _`
    Andrey Kabanov committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    19418cd View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. adding tap-tester base.py

    Andrey Kabanov committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    e138b89 View commit details
    Browse the repository at this point in the history
  2. adding tap-tester sync canary

    Andrey Kabanov committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    b8d6985 View commit details
    Browse the repository at this point in the history
  3. adding tap-tester discovery

    Andrey Kabanov committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    da59cd0 View commit details
    Browse the repository at this point in the history
  4. adding tap-tester start date

    Andrey Kabanov committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    bc3e350 View commit details
    Browse the repository at this point in the history
  5. adding tap-tester automated fields

    Andrey Kabanov committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    4586cdd View commit details
    Browse the repository at this point in the history
  6. changes to setup.py:

    * bumping singer-python
    * adding dev requirements
    Andrey Kabanov committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    531cada View commit details
    Browse the repository at this point in the history
  7. adding circleci config

    Andrey Kabanov committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    d537130 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. adding tap-tester pagination

    Andrey Kabanov committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    c3cdcb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    723ccda View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. updating cirlce config

    Andrey Kabanov committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    c0c5227 View commit details
    Browse the repository at this point in the history
  2. adding additional assertions per PR feedback

    Andrey Kabanov committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    d5f9756 View commit details
    Browse the repository at this point in the history
  3. add additional streams to pagination test

    Andrey Kabanov committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    9e7f8e8 View commit details
    Browse the repository at this point in the history
  4. switch customers stream to page based

    * Link header was not honoring original call params and duplicating records
    Andrey Kabanov committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    43c0e52 View commit details
    Browse the repository at this point in the history
  5. Make pylint happy

    luandy64 committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    39fdb3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    267616a View commit details
    Browse the repository at this point in the history
  7. pylint fixes

    Andrey Kabanov committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    ea83b51 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'pr-14' of https://github.com/singer-io/tap-recharge int…

    …o singer-io-pr-14
    Andrey Kabanov committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    dcbba56 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'singer-io-pr-14' into add-tap-tester

    Andrey Kabanov committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    3e3db8b View commit details
    Browse the repository at this point in the history
  10. remove extraneous string interpolation

    Andrey Kabanov committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    715807e View commit details
    Browse the repository at this point in the history
  11. remove extraneous class attributes for shop stream

    Andrey Kabanov committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    132eee7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. fixes to start_date test:

    * adjust start_date_2 to work with data
    * add stream replication methods for tests
    * modify/add assertions based on stream replication methods and data
    Andrey Kabanov committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    6f35642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e70536d View commit details
    Browse the repository at this point in the history