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

Fix materialize bug with RedisCluster #2311

Merged
merged 35 commits into from
Feb 17, 2022

Commits on Feb 15, 2022

  1. Fix materialization bug

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4134113 View commit details
    Browse the repository at this point in the history
  2. oops removed something when i was copy pasting

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

Commits on Feb 16, 2022

  1. Test github workflow

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

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    1281b2d View commit details
    Browse the repository at this point in the history
  3. transfer to unit_tests

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    b404f4f View commit details
    Browse the repository at this point in the history
  4. Brute force implementation

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    f8dab19 View commit details
    Browse the repository at this point in the history
  5. Brute force implementation add gcc

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    c05d2b2 View commit details
    Browse the repository at this point in the history
  6. Brute force implementation add gcc

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    e53c75b View commit details
    Browse the repository at this point in the history
  7. Brute force implementation add gcc

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    eafc27d View commit details
    Browse the repository at this point in the history
  8. Brute force implementation add gcc

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    bbbb325 View commit details
    Browse the repository at this point in the history
  9. Continue fixing...

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ac08a7b View commit details
    Browse the repository at this point in the history
  10. Remove gcc setup

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    fbb8b08 View commit details
    Browse the repository at this point in the history
  11. Add integration test

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ef14ff4 View commit details
    Browse the repository at this point in the history
  12. fix error

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

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6b82098 View commit details
    Browse the repository at this point in the history
  14. Add setup

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    89c1da8 View commit details
    Browse the repository at this point in the history
  15. temp fix to get integration tests to work

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    0e9f1b3 View commit details
    Browse the repository at this point in the history
  16. temp fix to get integration tests to work

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ca3aa7b View commit details
    Browse the repository at this point in the history
  17. temp fix to get integration tests to work

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    03f76f1 View commit details
    Browse the repository at this point in the history
  18. temp fix to get integration tests to work

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    6aeb5f4 View commit details
    Browse the repository at this point in the history
  19. Fix integration even more

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    c32ed21 View commit details
    Browse the repository at this point in the history
  20. Fix integration even more

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

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    caeb757 View commit details
    Browse the repository at this point in the history
  22. only run one test

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8b9f2f1 View commit details
    Browse the repository at this point in the history
  23. Do some more integration testing

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    1f060e0 View commit details
    Browse the repository at this point in the history
  24. Do some more integration testing by adding bug to make sure no false …

    …positives
    
    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    931dc23 View commit details
    Browse the repository at this point in the history
  25. Integration testing works

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    41f7c75 View commit details
    Browse the repository at this point in the history
  26. Clean upu code

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    174af8e View commit details
    Browse the repository at this point in the history
  27. Add redis cluster script for starting a redis cluster

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    d818c0a View commit details
    Browse the repository at this point in the history
  28. Reset integration yml file

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

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

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    1a4a155 View commit details
    Browse the repository at this point in the history
  31. Fix how to guide lint

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

Commits on Feb 17, 2022

  1. add fixtures and remove excess code

    Signed-off-by: Kevin Zhang <kzhang@tecton.ai>
    kevjumba committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    a21e13f View commit details
    Browse the repository at this point in the history
  2. lint

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