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

lib: Enforce write application order in apply_writes #2333

Merged
merged 2 commits into from
Nov 5, 2024

Commits on Nov 5, 2024

  1. lib: Enforce write application order in apply_writes

    - Previously order was enforced in prepare_next_tasks, but that's not a good fit for future features
    - This changes order between PULL and PUSH tasks, updates from PUSH tasks will now be applied after updates from PULL tasks
    nfcampos committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0465740 View commit details
    Browse the repository at this point in the history
  2. Lint

    nfcampos committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    dec0b7f View commit details
    Browse the repository at this point in the history