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

Add both side availability on Site Sync sites to Loader #2220

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    dcfc6c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08393cc View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Merge remote-tracking branch 'origin/develop' into feature/OP-1906_Ad…

    …d-both-side-availability-to-Loader-for-Site-Sync
    kalisp committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c1fa041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    565eb44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7d78bf View commit details
    Browse the repository at this point in the history
  4. OP-1906 - refactor - returned data structure simplified

    Data returned should be simple values, not arrays/dictionaries etc.
    
    Do not import from sync_server if not necessary (because of Python2)
    kalisp committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a3a6fbe View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. OP-1906 - refactor - roles in Site Sync Queue

    Used new role wrere possible. RepresentationModel stuck with old roles, much more complicated refactor needed in the future.
    kalisp committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    9351472 View commit details
    Browse the repository at this point in the history
  2. OP-1906 - refactor - simplified roles

    Removed FullItemRole, replaced with more primitive returning roles
    kalisp committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    05983fc View commit details
    Browse the repository at this point in the history
  3. OP-1906 - refactor - renamed progress role to availability role

    Progress and Availability is different, one is in percentage, second one is for full presence
    kalisp committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b4ff20c View commit details
    Browse the repository at this point in the history