Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

SiteSync: speedup of starting process #3280

Merged
merged 11 commits into from
Jun 15, 2022
Merged

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    2339e41 View commit details
    Browse the repository at this point in the history
  2. Fix - removed unnecessary first query

    setSortable forces refresh itself
    kalisp committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    688400a View commit details
    Browse the repository at this point in the history
  3. Fix - faster loop logic

    kalisp committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    81a5169 View commit details
    Browse the repository at this point in the history
  4. Fix - fixes

    Do creation of settings only in Thread as it is expensive operation.
    kalisp committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    3c285d8 View commit details
    Browse the repository at this point in the history
  5. Fix - remove reset of Settings

    Let only thread do it, expensive operation potentially.
    kalisp committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    96115fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d86c71c View commit details
    Browse the repository at this point in the history
  7. Fix - removed unwanted logs

    kalisp committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    60bef01 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    8bb97b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Added checkbox to filter only enabled projects

    Default is true, is not persistent between opening of dialog.
    kalisp committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    2f945b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71cabc7 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Added set_project method to widget

    It makes sending of project name to model clearer.
    kalisp committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    63a83dc View commit details
    Browse the repository at this point in the history