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

cfapi logging #6826

Draft
wants to merge 6 commits into
base: stable-3.12
Choose a base branch
from
Draft

cfapi logging #6826

wants to merge 6 commits into from

Commits on Jun 17, 2024

  1. Show details of the syncing progress in the settings dialog.

    Before it was only shown in the tooltip.
    
    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    49af4fe View commit details
    Browse the repository at this point in the history
  2. Add logs.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    21efcd9 View commit details
    Browse the repository at this point in the history
  3. only compute checksum of a local file that is not a virtual one

    should avoid triggering implicit hydration from within the desktop
    client
    
    triggering an implicit hydration on our own is strictly forbidden as
    that is causing issues like deadlock and failed hydration attempts
    
    Signed-off-by: Matthieu Gallien <[email protected]>
    mgallien authored and camilasan committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    95d43fc View commit details
    Browse the repository at this point in the history
  4. Add logs.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f11a9df View commit details
    Browse the repository at this point in the history
  5. Add new cfapi callbacks for logging.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    57b3619 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Print desktop client process id.

    Signed-off-by: Camila Ayres <[email protected]>
    camilasan committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b03c105 View commit details
    Browse the repository at this point in the history