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-ci: Add skippable connector test steps #32188

Merged
merged 39 commits into from
Dec 15, 2023

Commits on Oct 23, 2023

  1. Remove fail fast

    bnchrch committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f1732af View commit details
    Browse the repository at this point in the history
  2. Remove fast test only

    bnchrch committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    866bc56 View commit details
    Browse the repository at this point in the history
  3. Add new pipeline demo file

    bnchrch committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5a1c1cc View commit details
    Browse the repository at this point in the history
  4. Remove code format checks

    bnchrch committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    27267a6 View commit details
    Browse the repository at this point in the history
  5. Wrapped step

    bnchrch committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3c0b584 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on Nov 2, 2023

  1. Add get test step skeleton

    bnchrch committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2de8d43 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Get runnable working

    bnchrch committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f90f002 View commit details
    Browse the repository at this point in the history
  2. Add skip support

    bnchrch committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    dd4d275 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab950d3 View commit details
    Browse the repository at this point in the history
  4. Remove old code

    bnchrch committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    258b66d View commit details
    Browse the repository at this point in the history
  5. Remove outdatted methods

    bnchrch committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3a518ca View commit details
    Browse the repository at this point in the history
  6. Add tests

    bnchrch committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    be10290 View commit details
    Browse the repository at this point in the history
  7. Rename to run_step

    bnchrch committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3505170 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Add paralell tests

    bnchrch committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e59dc3c View commit details
    Browse the repository at this point in the history
  2. Add concurrency tests

    bnchrch committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    3e54bd4 View commit details
    Browse the repository at this point in the history
  3. Remove commented out code

    bnchrch committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    ef6f26a View commit details
    Browse the repository at this point in the history
  4. Fix secrets

    bnchrch committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5a61d50 View commit details
    Browse the repository at this point in the history
  5. Get async args working

    bnchrch committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    bba7057 View commit details
    Browse the repository at this point in the history
  6. Add new type for results

    bnchrch committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    0abd1eb View commit details
    Browse the repository at this point in the history
  7. Add new tests

    bnchrch committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    45a7e23 View commit details
    Browse the repository at this point in the history
  8. Add step tree logging

    bnchrch committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    fbcf237 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Apply suggestions from code review

    Co-authored-by: Augustin <augustin@airbyte.io>
    bnchrch and alafanechere committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1821d91 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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

Commits on Dec 9, 2023

  1. Code review comments

    bnchrch committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    7b61277 View commit details
    Browse the repository at this point in the history
  2. Add Awaitable type

    bnchrch committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    1a6e3d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f293f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Ensure --help works

    bnchrch committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    31d98c9 View commit details
    Browse the repository at this point in the history
  2. Add tests for skip steps

    bnchrch committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8a5bbb9 View commit details
    Browse the repository at this point in the history
  3. Parameterize invalid args

    bnchrch committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5ac61e3 View commit details
    Browse the repository at this point in the history
  4. Add concurrency support

    bnchrch committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f6ed2a5 View commit details
    Browse the repository at this point in the history
  5. Fix mocker tests

    bnchrch committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8f57adb View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    fa233f9 View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    bnchrch committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    cddd975 View commit details
    Browse the repository at this point in the history
  3. Fix secrets

    bnchrch committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    4ffa61d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    13349dd View commit details
    Browse the repository at this point in the history
  2. fix tests

    alafanechere committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b99e39c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffae7e2 View commit details
    Browse the repository at this point in the history
  4. Fix test

    bnchrch committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    485d0c4 View commit details
    Browse the repository at this point in the history