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

Add RemoveByTimestamp RPC #2158

Merged
merged 28 commits into from
Aug 31, 2023
Merged

Add RemoveByTimestamp RPC #2158

merged 28 commits into from
Aug 31, 2023

Commits on Aug 31, 2023

  1. add remove with timestamp request to proto

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b6b8b4f View commit details
    Browse the repository at this point in the history
  2. make proto/all format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b5615bb View commit details
    Browse the repository at this point in the history
  3. add logic to remove index vector based on timestamp

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f291181 View commit details
    Browse the repository at this point in the history
  4. fix error handling for removewithtimestamp rpc

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8a05efb View commit details
    Browse the repository at this point in the history
  5. deleted unused logic

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fe77407 View commit details
    Browse the repository at this point in the history
  6. use getter method to get location infos

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    3b128f2 View commit details
    Browse the repository at this point in the history
  7. small refactoring

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d773aa2 View commit details
    Browse the repository at this point in the history
  8. changed the generated position of the error group object in considera…

    …tion of resources
    
    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    48e2d93 View commit details
    Browse the repository at this point in the history
  9. refactor removewithtimestamp logoc

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b6a53f3 View commit details
    Browse the repository at this point in the history
  10. add error handling for agent rpc

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    693953f View commit details
    Browse the repository at this point in the history
  11. fix build error and add resource info to rpc response

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c9b945b View commit details
    Browse the repository at this point in the history
  12. add test code for related remove api of agent

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1bb6583 View commit details
    Browse the repository at this point in the history
  13. fix ci warning

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    63706a5 View commit details
    Browse the repository at this point in the history
  14. rename rpc name

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    de575ed View commit details
    Browse the repository at this point in the history
  15. add e2e test for RemoveByTimestamp

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    37e96f3 View commit details
    Browse the repository at this point in the history
  16. fix ci warning

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d24f994 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d10f3e3 View commit details
    Browse the repository at this point in the history
  18. deleted unnecessary if statement

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2aa4f25 View commit details
    Browse the repository at this point in the history
  19. refactor make command

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e33b45f View commit details
    Browse the repository at this point in the history
  20. add comment and error log

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    877dcbd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cd1c7c1 View commit details
    Browse the repository at this point in the history
  22. add new test case to e2e

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    b4e7ede View commit details
    Browse the repository at this point in the history
  23. deleted unnecessary code

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1ba8123 View commit details
    Browse the repository at this point in the history
  24. Revert "deleted unnecessary code"

    This reverts commit 9945862.
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    494ee3f View commit details
    Browse the repository at this point in the history
  25. add removeBytimestamp rpc to filter gw

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    61a860d View commit details
    Browse the repository at this point in the history
  26. make proto/all format

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8df2eb4 View commit details
    Browse the repository at this point in the history
  27. use internal sync package

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    aaeac0b View commit details
    Browse the repository at this point in the history
  28. fix option error test

    Signed-off-by: hlts2 <[email protected]>
    hlts2 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d32d2a9 View commit details
    Browse the repository at this point in the history