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

feat: add JsonStreamWriter #475

Merged
merged 41 commits into from Aug 7, 2020

Commits on Aug 7, 2020

  1. feat: add JsonStreamWriter

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    41f5d52 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    db7e05f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b480897 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bcdd32f View commit details
    Browse the repository at this point in the history
  5. Progress on update schema

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    e204c40 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    39bca93 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f3fd0e4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    3801652 View commit details
    Browse the repository at this point in the history
  9. Copied over protos

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    225369d View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    ecfcd09 View commit details
    Browse the repository at this point in the history
  11. ls

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    a54a2d6 View commit details
    Browse the repository at this point in the history
  12. Finished tests

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    5b26c9f View commit details
    Browse the repository at this point in the history
  13. Add import for Optional

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    e6d2fbc View commit details
    Browse the repository at this point in the history
  14. Removed Optional

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    e68fccb View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    3900381 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    62f9be2 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    f25128b View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    138c94c View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    6d424a6 View commit details
    Browse the repository at this point in the history
  20. Added IT test

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    868bd7f View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    e1d347d View commit details
    Browse the repository at this point in the history
  22. Changed variables to be private and added getter methods for runnable…

    …, changing IT tests now
    allenc3 committed Aug 7, 2020
    Copy the full SHA
    5e34734 View commit details
    Browse the repository at this point in the history
  23. update to IT test

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    11f2fb3 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    0eb61cd View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    6a574e4 View commit details
    Browse the repository at this point in the history
  26. More it Tests

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    6743cc9 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    de98f32 View commit details
    Browse the repository at this point in the history
  28. Trigger rerun

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    50d108f View commit details
    Browse the repository at this point in the history
  29. Trigger rerun

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    a5ce6e4 View commit details
    Browse the repository at this point in the history
  30. Copy the full SHA
    281645f View commit details
    Browse the repository at this point in the history
  31. modified IT test

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    82bc6bc View commit details
    Browse the repository at this point in the history
  32. temp commit

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    da41599 View commit details
    Browse the repository at this point in the history
  33. Added e2e schema update test, multi thread append JsonStreamWriterTes…

    …t, and fixed refreshAppend in StreamWriter
    allenc3 committed Aug 7, 2020
    Copy the full SHA
    63c3dc4 View commit details
    Browse the repository at this point in the history
  34. Remove commentted out code

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    a0d09be View commit details
    Browse the repository at this point in the history
  35. Copy the full SHA
    3c66472 View commit details
    Browse the repository at this point in the history
  36. Fixed according to PR suggestions; dealth with syncrhonization issues…

    … by letting StreamWriter handle sending first writer schema, added an additional lock between append and refreshAppend for StreamWriter
    allenc3 committed Aug 7, 2020
    Copy the full SHA
    c46b164 View commit details
    Browse the repository at this point in the history
  37. Copy the full SHA
    07de055 View commit details
    Browse the repository at this point in the history
  38. Added refreshConnection in JsonStreamWriter to let it handle refreshA…

    …ppend, flush, and setDescriptor.
    allenc3 committed Aug 7, 2020
    Copy the full SHA
    3c8c40e View commit details
    Browse the repository at this point in the history
  39. Made JsonStreamWriterOnSchemaUpdateRunnable a private inner class and…

    … made refreshConnection not public
    allenc3 committed Aug 7, 2020
    Copy the full SHA
    f26ca3b View commit details
    Browse the repository at this point in the history
  40. Rerun

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    032c5bb View commit details
    Browse the repository at this point in the history
  41. remove import *

    allenc3 committed Aug 7, 2020
    Copy the full SHA
    ce3459a View commit details
    Browse the repository at this point in the history