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 DQM Logging on GRPC Server with FileLogStorage for Testing #2403

Merged
merged 97 commits into from
Apr 13, 2022

Commits on Apr 13, 2022

  1. Make a proof of concept

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    65880a9 View commit details
    Browse the repository at this point in the history
  2. Update

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b32b157 View commit details
    Browse the repository at this point in the history
  3. revert feature store

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    1996fd9 View commit details
    Browse the repository at this point in the history
  4. refactor

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c6656d4 View commit details
    Browse the repository at this point in the history
  5. Add time

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    17c8168 View commit details
    Browse the repository at this point in the history
  6. Add time

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a4efbce View commit details
    Browse the repository at this point in the history
  7. clean up

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    79d8ba7 View commit details
    Browse the repository at this point in the history
  8. Add comment

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    cd652bc View commit details
    Browse the repository at this point in the history
  9. Add pseudocode

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    4a13e8e View commit details
    Browse the repository at this point in the history
  10. Refactor logging functionality to hide internals

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a3f8384 View commit details
    Browse the repository at this point in the history
  11. Refactor

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    706ee80 View commit details
    Browse the repository at this point in the history
  12. Revert changes

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    1831003 View commit details
    Browse the repository at this point in the history
  13. Add tests

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9e669c3 View commit details
    Browse the repository at this point in the history
  14. Add new timeout test

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b972634 View commit details
    Browse the repository at this point in the history
  15. Fix python ci for m1 mac

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    42bdc8b View commit details
    Browse the repository at this point in the history
  16. Fix lint

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    ab8d1e0 View commit details
    Browse the repository at this point in the history
  17. Working state

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    f6c2c87 View commit details
    Browse the repository at this point in the history
  18. Move offline log store

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b6b412d View commit details
    Browse the repository at this point in the history
  19. refactor

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    cb1da99 View commit details
    Browse the repository at this point in the history
  20. Update logs

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    155fc77 View commit details
    Browse the repository at this point in the history
  21. Update log storage

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    86f2208 View commit details
    Browse the repository at this point in the history
  22. WOrking state

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    746dae9 View commit details
    Browse the repository at this point in the history
  23. Work

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    514c2f6 View commit details
    Browse the repository at this point in the history
  24. Add tests for filestorage

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    161d81d View commit details
    Browse the repository at this point in the history
  25. Fix logging

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    beec6b2 View commit details
    Browse the repository at this point in the history
  26. Add more tests

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    2a1d2ec View commit details
    Browse the repository at this point in the history
  27. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9446e05 View commit details
    Browse the repository at this point in the history
  28. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    31e0de8 View commit details
    Browse the repository at this point in the history
  29. Clean up

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    137d700 View commit details
    Browse the repository at this point in the history
  30. Update error

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    ee847cd View commit details
    Browse the repository at this point in the history
  31. semi working state

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    ce12eee View commit details
    Browse the repository at this point in the history
  32. b state

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    79c700c View commit details
    Browse the repository at this point in the history
  33. Update types to be public

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    6cbf2c2 View commit details
    Browse the repository at this point in the history
  34. Update structs to make fields public

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    aefda92 View commit details
    Browse the repository at this point in the history
  35. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    29f72b0 View commit details
    Browse the repository at this point in the history
  36. clean up

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c4dbb84 View commit details
    Browse the repository at this point in the history
  37. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    5d7978f View commit details
    Browse the repository at this point in the history
  38. Fix go

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    686c583 View commit details
    Browse the repository at this point in the history
  39. Fix issues

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    884b014 View commit details
    Browse the repository at this point in the history
  40. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c02cf83 View commit details
    Browse the repository at this point in the history
  41. Fix tests

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e89abc1 View commit details
    Browse the repository at this point in the history
  42. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    559bb83 View commit details
    Browse the repository at this point in the history
  43. Working state

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    0f2aca9 View commit details
    Browse the repository at this point in the history
  44. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    c631ef8 View commit details
    Browse the repository at this point in the history
  45. fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b0a2166 View commit details
    Browse the repository at this point in the history
  46. fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9ed79e8 View commit details
    Browse the repository at this point in the history
  47. Clean up code a bit

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e472104 View commit details
    Browse the repository at this point in the history
  48. Fixes

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    629be18 View commit details
    Browse the repository at this point in the history
  49. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8a789fb View commit details
    Browse the repository at this point in the history
  50. Fix tests

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    6357efd View commit details
    Browse the repository at this point in the history
  51. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    3168473 View commit details
    Browse the repository at this point in the history
  52. Clean up

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    00228f7 View commit details
    Browse the repository at this point in the history
  53. Update schema functionality

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b692e81 View commit details
    Browse the repository at this point in the history
  54. Remove xitongsys parquet reader

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    49cd91a View commit details
    Browse the repository at this point in the history
  55. Clean up

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    4890116 View commit details
    Browse the repository at this point in the history
  56. Fix go mode

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    71e1e56 View commit details
    Browse the repository at this point in the history
  57. Fix tests and errors and everything

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    050db82 View commit details
    Browse the repository at this point in the history
  58. Fix tests

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    dd235ca View commit details
    Browse the repository at this point in the history
  59. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    7c92d93 View commit details
    Browse the repository at this point in the history
  60. Remove unused code

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    4265efd View commit details
    Browse the repository at this point in the history
  61. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    79cbe42 View commit details
    Browse the repository at this point in the history
  62. Last working commit

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    21e99bd View commit details
    Browse the repository at this point in the history
  63. work

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    1b173da View commit details
    Browse the repository at this point in the history
  64. Address some changes

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b5484c3 View commit details
    Browse the repository at this point in the history
  65. More addresses.

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    5458034 View commit details
    Browse the repository at this point in the history
  66. Fix more review comments

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    17b2bf4 View commit details
    Browse the repository at this point in the history
  67. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    0a1802d View commit details
    Browse the repository at this point in the history
  68. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    18c7d60 View commit details
    Browse the repository at this point in the history
  69. Rename

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a39c9b5 View commit details
    Browse the repository at this point in the history
  70. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a4587c3 View commit details
    Browse the repository at this point in the history
  71. Add request id

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    83c5f89 View commit details
    Browse the repository at this point in the history
  72. More fixes

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    86e605d View commit details
    Browse the repository at this point in the history
  73. Fix odfv

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    fa14dae View commit details
    Browse the repository at this point in the history
  74. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9f81d04 View commit details
    Browse the repository at this point in the history
  75. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e87fe22 View commit details
    Browse the repository at this point in the history
  76. Address other changes

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    bdf0c2b View commit details
    Browse the repository at this point in the history
  77. Reorder for optimization

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    f59f98d View commit details
    Browse the repository at this point in the history
  78. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    d185ccd View commit details
    Browse the repository at this point in the history
  79. Add more shcema tests

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    3747a5d View commit details
    Browse the repository at this point in the history
  80. Fix tests

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e9bd35b View commit details
    Browse the repository at this point in the history
  81. refactor to clean

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    89974b3 View commit details
    Browse the repository at this point in the history
  82. Add initialized repo for testing

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    d51544b View commit details
    Browse the repository at this point in the history
  83. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e0a4ec6 View commit details
    Browse the repository at this point in the history
  84. Remove

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    5f9a50e View commit details
    Browse the repository at this point in the history
  85. Fix tests

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    1a5d98e View commit details
    Browse the repository at this point in the history
  86. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b4d94dc View commit details
    Browse the repository at this point in the history
  87. Fix tests

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8d9d0f9 View commit details
    Browse the repository at this point in the history
  88. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    4e65987 View commit details
    Browse the repository at this point in the history
  89. Text

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9d4effa View commit details
    Browse the repository at this point in the history
  90. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e604750 View commit details
    Browse the repository at this point in the history
  91. Fix?

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    49fb8bc View commit details
    Browse the repository at this point in the history
  92. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    72b1700 View commit details
    Browse the repository at this point in the history
  93. Fix

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    b4f7f41 View commit details
    Browse the repository at this point in the history
  94. remove entity map

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex authored and kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    f19d19d View commit details
    Browse the repository at this point in the history
  95. remove Cache method from registry

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex authored and kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    0145e3d View commit details
    Browse the repository at this point in the history
  96. clean up pre-initialized repo

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex authored and kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    cad1156 View commit details
    Browse the repository at this point in the history
  97. git ignore full data directory in tests

    Signed-off-by: pyalex <moskalenko.alexey@gmail.com>
    pyalex authored and kevjumba committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    89960b2 View commit details
    Browse the repository at this point in the history