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

🎉 New Source: Webflow #13617

Merged
merged 31 commits into from
Jun 22, 2022
Merged

🎉 New Source: Webflow #13617

merged 31 commits into from
Jun 22, 2022

Commits on Jun 21, 2022

  1. Added webflow code

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    4c8c858 View commit details
    Browse the repository at this point in the history
  2. Updated readme

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    f529170 View commit details
    Browse the repository at this point in the history
  3. Updated README

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    a9ae598 View commit details
    Browse the repository at this point in the history
  4. Added webflow to source_definitions.yaml

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    0038cef View commit details
    Browse the repository at this point in the history
  5. Enhanced documentation for the Webflow source connector

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    75fb549 View commit details
    Browse the repository at this point in the history
  6. Improved webflow source connector instructions

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d0a6b66 View commit details
    Browse the repository at this point in the history
  7. Moved Site ID to before API token in Spec.yaml (for presentation in t…

    …he UI)
    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    290214b View commit details
    Browse the repository at this point in the history
  8. Addressed comments in PR.

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    20e34c1 View commit details
    Browse the repository at this point in the history
  9. Changes to address requests in PR review

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    6d5ffb7 View commit details
    Browse the repository at this point in the history
  10. Removed version from config

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9d9085e View commit details
    Browse the repository at this point in the history
  11. Minor udpate to spec.yaml for clarity

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    cb69d9e View commit details
    Browse the repository at this point in the history
  12. Updated to pass the accept-version as a constant rather than parameter

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7be5dc1 View commit details
    Browse the repository at this point in the history
  13. Updated check_connection to hit the collections API that requires bot…

    …h site id and the authentication token.
    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    ec08110 View commit details
    Browse the repository at this point in the history
  14. Fixed the test_check_connection to use the new check_connection function

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1ed9246 View commit details
    Browse the repository at this point in the history
  15. Added a streams test for generate_streams

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1956e9c View commit details
    Browse the repository at this point in the history
  16. Re-named "autentication" object to "auth" to be more consistent with …

    …the way it is created by the CDK
    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    227681d View commit details
    Browse the repository at this point in the history
  17. Added in an explict line to instantiante an "auth" object from Webflo…

    …wTokenAuthenticator, to make it easier to describe in the blog
    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    8b7e4e0 View commit details
    Browse the repository at this point in the history
  18. Fixed a typo in a comment

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    976bb11 View commit details
    Browse the repository at this point in the history
  19. Renamed some classes to be more intuitive

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    2792447 View commit details
    Browse the repository at this point in the history
  20. Renamed class to be more intuitive

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    736cbb0 View commit details
    Browse the repository at this point in the history
  21. Minor change to an internal method name

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    be27cda View commit details
    Browse the repository at this point in the history
  22. Made _get_collection_name_to_id_dict staticmethod

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    fdca660 View commit details
    Browse the repository at this point in the history
  23. Fixed a unit-test error that only appeared when running " python -m p…

    …ytest -s unit_tests".
    
    This was caused by Mocked settings from test_source.py leaking into test_streams.py
    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    d4a4293 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    079ddde View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6cf907c View commit details
    Browse the repository at this point in the history
  26. Updated spec.yaml

    alex.marquardt@airbyte.io authored and marcosmarxm committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    502727d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    18ebe69 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. format files

    marcosmarxm committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    e29eedb View commit details
    Browse the repository at this point in the history
  2. add changelog

    marcosmarxm committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    5187b76 View commit details
    Browse the repository at this point in the history
  3. update dockerfile

    marcosmarxm committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    3be2744 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff9f332 View commit details
    Browse the repository at this point in the history