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

Refactor Polling Backend and Sync service #3799

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Feb 18, 2023

  1. wip: lazy polling

    Signed-off-by: Max <[email protected]>
    max-nextcloud committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    a7bec46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b662bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f16693d View commit details
    Browse the repository at this point in the history
  4. cleanup(SyncService): this.sessions and this.steps

    Both were kept up to date but never used as far as i can tell.
    
    Signed-off-by: Max <[email protected]>
    max-nextcloud committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    4f0ec37 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. enh: save api request separate from sync

    Save will only save the doc and doc state.
    Sync will only fetch steps from the server.
    
    Signed-off-by: Max <[email protected]>
    max-nextcloud committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    742edb3 View commit details
    Browse the repository at this point in the history