From bf0c14393884d9e6417e480329d61b8df1e45ab0 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 16 Dec 2020 13:42:59 +0100 Subject: [PATCH] Fixes for synchronization cache, fixes for cache in TT-RSS, more to come. --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .../services/abstract/cacheforserviceroot.cpp | 62 +++++++++++-------- .../services/abstract/cacheforserviceroot.h | 25 +++++--- .../services/abstract/serviceroot.cpp | 6 ++ .../services/gmail/gmailserviceroot.cpp | 11 ++-- .../services/gmail/gmailserviceroot.h | 1 - .../inoreader/inoreaderserviceroot.cpp | 6 +- .../services/inoreader/inoreaderserviceroot.h | 1 - .../services/owncloud/owncloudserviceroot.cpp | 6 +- .../services/owncloud/owncloudserviceroot.h | 22 +++---- .../tt-rss/network/ttrssnetworkfactory.cpp | 4 +- .../services/tt-rss/ttrssserviceroot.cpp | 47 +++++++++----- 13 files changed, 109 insertions(+), 88 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9d5551c20..00baf685e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: '' +title: '[BUG]: ' +labels: Type-Defect assignees: martinrotter ---