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

Do not require internet connection for worker if only local subscriptions are used #389

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from

Commits on Aug 14, 2024

  1. Only require internet connection if not local

    Signed-off-by: Arnau Mora Gras <[email protected]>
    ArnyminerZ committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8b25698 View commit details
    Browse the repository at this point in the history
  2. Run on coroutines

    Signed-off-by: Arnau Mora Gras <[email protected]>
    ArnyminerZ committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    67b7c63 View commit details
    Browse the repository at this point in the history
  3. Typo

    Signed-off-by: Arnau Mora Gras <[email protected]>
    ArnyminerZ committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7433fa4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Added LocalSyncWorker

    Signed-off-by: Arnau Mora Gras <[email protected]>
    ArnyminerZ committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    4d6319b View commit details
    Browse the repository at this point in the history
  2. onlyMigrate is used in SyncWorker

    Signed-off-by: Arnau Mora Gras <[email protected]>
    ArnyminerZ committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ed4c70f View commit details
    Browse the repository at this point in the history
  3. Changed syntax

    Signed-off-by: Arnau Mora Gras <[email protected]>
    ArnyminerZ committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ad751c3 View commit details
    Browse the repository at this point in the history
  4. Invoke BaseSyncWorker directly

    Signed-off-by: Arnau Mora Gras <[email protected]>
    ArnyminerZ committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    edfe427 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Rename SyncWorker to NetworkSyncWorker

    Signed-off-by: Arnau Mora Gras <[email protected]>
    ArnyminerZ committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2cbf8ae View commit details
    Browse the repository at this point in the history
  2. Added kdoc to workers

    Signed-off-by: Arnau Mora Gras <[email protected]>
    ArnyminerZ committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f522db5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Added constructor without filter

    Signed-off-by: Arnau Mora Gras <[email protected]>
    ArnyminerZ committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e78a689 View commit details
    Browse the repository at this point in the history