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

Temporal per stream resets #13990

Merged
merged 38 commits into from
Jun 28, 2022
Merged

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    fcef5bb View commit details
    Browse the repository at this point in the history
  2. bring back cancelledForReset, since we need to distinguish between th…

    …at case and a normal cancel
    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    02a49ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be5e2df View commit details
    Browse the repository at this point in the history
  4. extract isResetJob to method

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    44c9516 View commit details
    Browse the repository at this point in the history
  5. merge with master

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    2ca63a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    840be33 View commit details
    Browse the repository at this point in the history
  7. format

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    be5a3dd View commit details
    Browse the repository at this point in the history
  8. Add test for getAllStreamsForConnection

    alovew authored and lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    e9fec17 View commit details
    Browse the repository at this point in the history
  9. fix tests

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b4514d2 View commit details
    Browse the repository at this point in the history
  10. update more tests

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    77dc4f4 View commit details
    Browse the repository at this point in the history
  11. add StreamResetActivityTests

    alovew authored and lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    4e671d2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fe6268f View commit details
    Browse the repository at this point in the history
  13. remove outdated comment

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1c349b3 View commit details
    Browse the repository at this point in the history
  14. remove debug lines

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    7344761 View commit details
    Browse the repository at this point in the history
  15. remove unused enum value

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    343d339 View commit details
    Browse the repository at this point in the history
  16. fix tests

    alovew authored and lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    98650f6 View commit details
    Browse the repository at this point in the history
  17. fix constant equals ordering

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    9656438 View commit details
    Browse the repository at this point in the history
  18. make job mock not static

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    d182a07 View commit details
    Browse the repository at this point in the history
  19. DRY and add comments

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    0a1d7fe View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    985efa8 View commit details
    Browse the repository at this point in the history
  21. Remove io.airbyte.config.StreamDescriptor

    alovew authored and lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    eebcfc9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bde575c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    45b6285 View commit details
    Browse the repository at this point in the history
  24. only cancel if workflow is running, to allow reset signal to always s…

    …ucceed even if batched with a workflow start
    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1e4b69c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0a617ae View commit details
    Browse the repository at this point in the history
  26. try to fix tests

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    85047f0 View commit details
    Browse the repository at this point in the history
  27. fix reset cancel case

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    703dce1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a8a9d76 View commit details
    Browse the repository at this point in the history
  29. format

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    09b9621 View commit details
    Browse the repository at this point in the history
  30. fix new acceptance test

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    8cc4fcd View commit details
    Browse the repository at this point in the history
  31. lower sleep on test

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b1ee243 View commit details
    Browse the repository at this point in the history
  32. raise sleep

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    42a4ddc View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e9d2ca3 View commit details
    Browse the repository at this point in the history
  34. merge with master

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    573a0b4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    82a7c3b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f58a3b6 View commit details
    Browse the repository at this point in the history
  37. merge with master again

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    2e4db98 View commit details
    Browse the repository at this point in the history
  38. format

    lmossman committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    a94977a View commit details
    Browse the repository at this point in the history