---- Reported by jku@linux.intel.com 2010-05-27 01:33:38 +0000 ---- <method name="GetReports"> <doc:doc><doc:description> Get synchronization reports for a specific server </doc:description></doc:doc> <arg type="s" name="server" direction="in"> <doc:doc><doc:summary>server name</doc:summary></doc:doc> </arg> should be <method name="GetReports"> <doc:doc><doc:description> Get synchronization reports for a specific server or all servers </doc:description></doc:doc> <arg type="s" name="server" direction="in"> <doc:doc><doc:summary>server name, empty string to get reports for all servers</doc:summary></doc:doc> </arg> ---- Additional Comments From patrick.ohly@intel.com 2010-05-28 07:27:08 +0000 ---- Not quite. "" stands for "@default", the default context. It will scan the log dir defined in that context. Multiple contexts may share the same log dir (in which case GetReports() will work as expected) but that is not guaranteed. I suggest that we extend the semantic of GetReports(): "" - scan all configured log dirs "@<context" - scan just the log dir of that context, filter out sessions from other contexts "<peer>" - consider only sessions of this particular peer This also applies to the command line --print-sessions operation. --- Bug imported by patrick.ohly@gmx.de 2012-07-29 20:36 UTC --- This bug was previously known as _bug_ 2471 at https://bugs.meego.com/show_bug.cgi?id=2471
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/SyncEvolution/syncevolution/issues/139.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.