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

Robustness refactor patch operations #18903

Merged

Commits on Nov 16, 2024

  1. Don't validate watch patching time as we no longer use watch to decid…

    …e to discard
    
    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    e761905 View commit details
    Browse the repository at this point in the history
  2. Defractor the functions for future merging

    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    b6b6f4d View commit details
    Browse the repository at this point in the history
  3. Use continue instead of nest loop

    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    daa00b5 View commit details
    Browse the repository at this point in the history
  4. Merge for loops for transaction

    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    d42ecfc View commit details
    Browse the repository at this point in the history
  5. Move matching event handling to the loop

    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    30a6585 View commit details
    Browse the repository at this point in the history
  6. Move matching persisted operation into the for loop

    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    6d2d7ec View commit details
    Browse the repository at this point in the history
  7. Introduce separate bool variable for peristed

    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c51e18d View commit details
    Browse the repository at this point in the history
  8. Use switch for matching operations

    Signed-off-by: Marek Siarkowicz <[email protected]>
    serathius committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    4a1855e View commit details
    Browse the repository at this point in the history