summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* python: Replace getargspec with getfullargspecHEADmainRico Tzschichholz2023-01-111-2/+2
| | | | Fixes https://gitlab.freedesktop.org/zeitgeist/zeitgeist/issues/26
* datahub: Fix wrong parameter for Event.full() ctorRico Tzschichholz2022-09-091-4/+2
| | | | | | Thanks to Mamoru TASAKA Fixes https://gitlab.freedesktop.org/zeitgeist/zeitgeist/issues/19
* Release 1.0.4v1.0.4Rico Tzschichholz2022-01-122-1/+14
|
* build: Bump valac requirement to 0.32.1Rico Tzschichholz2022-01-121-1/+1
|
* test/direct: Preserve compatibility with older valac versionsRico Tzschichholz2022-01-121-4/+9
|
* Add PartOf= to all systemd unitsHenri Chain2021-09-302-0/+2
| | | | | | | | | | | | | The `PartOf` directive sets up a one-way dependency between graphical-session.target` and our services, so that when graphical-session.target` is stopped or restarted, our services also get stopped or restarted. This ensures that gvfs daemons that were started in the context of a GUI login session (through dbus activation) do not continue to run after the user has logged out. See `systemd.unit(5)` for more info.
* move systemd services to session sliceHenri Chain2021-09-222-0/+2
|
* Fix search_with_relevancies to call proxy with correct argumentsmasterPayson Wallach2021-08-201-12/+2
|
* Ensure releated data is removed when deleting eventsOliver Sauder2021-04-162-7/+283
|
* Sync custom g_assert_cmp* bindings with vala 0.52 and use them as neededRico Tzschichholz2020-12-309-135/+137
|
* Fix syntax of namespace documentation blockRico Tzschichholz2020-12-301-0/+1
|
* Use GenericArray API onlyRico Tzschichholz2020-12-301-1/+1
|
* Release 1.0.3v1.0.3Rico Tzschichholz2020-10-152-2/+11
|
* Update bugtracker linksRico Tzschichholz2020-10-154-4/+6
|
* test: fix ResourceWarning: unclosed file errorscrvi2020-08-143-3/+6
|
* test: fix incorrect process reportingcrvi2020-08-141-3/+8
| | | | reports the grep process rather than that of zeitgeist-daemon
* test: fix ZeitgeistRemoteInterfaceTest::testQuit test failurecrvi2020-08-141-1/+7
| | | | | | | | | | | | | | | | | | | | | ====================================================================== ERROR: testQuit (remote-test.ZeitgeistRemoteInterfaceTest) Calling Quit() on the remote interface should shutdown the ---------------------------------------------------------------------- Traceback (most recent call last): File "zeitgeist/test/dbus/remote-test.py", line 500, in testQuit self.client._iface.Quit() File "test/dbus/../../zeitgeist/client.py", line 132, in _ProxyMethod return self._disconnection_safe( File "test/dbus/../../zeitgeist/client.py", line 122, in _disconnection_safe return reconnecting_error_handler(e) File "test/dbus/../../zeitgeist/client.py", line 120, in _disconnection_safe return method_getter()(*args, **kwargs) File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 141, in __call__ return self._connection.call_blocking(self._named_service, File "/usr/lib/python3/dist-packages/dbus/connection.py", line 652, in call_blocking reply_message = self.send_message_with_reply_and_block( dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
* test: fix testResultTypesMostRecentEvents and ↵crvi2020-08-141-2/+2
| | | | | | | | | | | | | | | | | | | | testResultTypesLeastRecentEvents test failures ====================================================================== ERROR: testResultTypesLeastRecentEvents (result-types-test.ResultTypeTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "zeitgeist/test/dbus/result-types-test.py", line 57, in testResultTypesLeastRecentEvents event.id for event in sorted(events, TypeError: 'cmp' is an invalid keyword argument for sort() ====================================================================== ERROR: testResultTypesMostRecentEvents (result-types-test.ResultTypeTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "zeitgeist/test/dbus/result-types-test.py", line 41, in testResultTypesMostRecentEvents event.id for event in sorted(events, TypeError: 'cmp' is an invalid keyword argument for sort()
* test: fix testEventWithBinaryPayload test failurecrvi2020-08-141-4/+6
| | | | | | | | | | ====================================================================== FAIL: testEventWithBinaryPayload (engine-test.ZeitgeistEngineTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "zeitgeist/test/dbus/engine-test.py", line 425, in testEventWithBinaryPayload self.assertEqual(event.payload, result.payload) AssertionError: b'\n\t\t<Content name="Telepathy" class="[222 chars]ent>' != '\n\t\t<Content name="Telepathy" class="T[221 chars]ent>'
* test: fix "TypeError: a bytes-like object is required, not 'str'"crvi2020-08-141-1/+2
|
* test: python3 is unicode by defaultcrvi2020-08-141-16/+16
|
* test: glib call fixes in dbus testscrvi2020-08-145-14/+17
|
* test: port dbus tests to python3crvi2020-08-1410-357/+357
|
* python: port to python3crvi2020-08-132-42/+41
|
* ontology2code: fix --dump-python not generating code in Makefilecrvi2020-08-131-1/+1
|
* ontology2code: port to python3 ( drop python2 support )crvi2020-08-131-40/+18
|
* configure.ac: prepare switch to python3crvi2020-08-131-4/+4
|
* Allow the sender parameter of DBusSignalCallback to be nullRico Tzschichholz2020-04-062-2/+2
| | | | https://gitlab.gnome.org/GNOME/glib/commit/5a74c2f445458c037aa71ac51de3ed6af325a1ab
* build: Allow building with gettext ≥ 0.20Rico Tzschichholz2019-09-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | The use of AM_GNU_GETTEXT_VERSION in configure.ac instructs autopoint to copy po/Makefile.in.in from the exact gettext version. It is fine if the version of gettext installed on the system has the same minor version number with the requested version, but it fails if you have a newer version of gettext because of the mismatch between autoconf macros and Makefile.in.in. *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 Instead of specifying the exact version with AM_GNU_GETTEXT_VERSION, we can use AM_GNU_GETTEXT_REQUIRE_VERSION to ask autopoint to simply use the gettext version installed on the system to prevent the mismatch. This also bumps the version requirement on gettext to 0.19.6 because AM_GNU_GETTEXT_REQUIRE_VERSION was added in this version. Fixes https://gitlab.freedesktop.org/zeitgeist/zeitgeist/issues/18
* Release 1.0.2v1.0.2Rico Tzschichholz2019-01-313-1/+20
|
* fts: Correctly implement the org.gnome.zeitgeist.Index DBus interfaceDavid King2019-01-311-5/+8
| | | | Adapt fully for commit 131a84f1
* test-log: Use correct free function for ZeitgeistResultSetRico Tzschichholz2019-01-311-1/+4
| | | | Additionally free leaking GArrays
* Do not require rapper as it is not used anymoreCorentin Noël2018-11-231-6/+0
|
* Make ontology2code work with python3Corentin Noël2018-11-233-19/+40
|
* Properly fallback with the Zeitgeist versionCorentin Noël2018-11-231-10/+9
|
* Use rdflib directly to parse the trig filesCorentin Noël2018-11-231-11/+6
|
* Update Ontology2code to ba able to specify the output pathCorentin Noël2018-11-232-21/+24
|
* Asynchronous out-parameters are only allowed at the end of argument listsRico Tzschichholz2018-06-054-12/+13
| | | | This will not result in an ABI/API change on the c-level.
* Use Markdown for the READMECorentin Noël2018-05-052-31/+21
|
* vala: fixed DBus methods not throwing GLib.ErrorCorentin Noël2018-05-052-2/+2
|
* ontology: Avoid ownership mismatches of container elements to fix memleakRico Tzschichholz2018-04-051-5/+5
|
* Release 1.0.1v1.0.1Rico Tzschichholz2018-02-142-1/+11
|
* log: Fix uncaught error warningRico Tzschichholz2018-02-131-10/+12
|
* Fix warning while dbus methods are not throwing the required set of errorsRico Tzschichholz2018-02-131-3/+3
|
* Fix placeholder in systemd service templateRico Tzschichholz2017-02-271-1/+1
|
* Release 1.0v1.0Rico Tzschichholz2017-02-182-1/+22
|
* Add --vacuum option to daemonRico Tzschichholz2017-02-181-0/+41
| | | | Based on patch by Marco Trevisan (https://launchpad.net/bugs/919801)
* Update .gitignoreRico Tzschichholz2017-02-181-2/+4
|
* Fix placeholder in systemd service templateRico Tzschichholz2017-02-181-1/+1
|
* Add a systemd user service for each D-Bus session serviceSimon McVittie2017-02-186-0/+26
| | | | | | This means that, under a systemd user session where dbus-daemon uses systemd for activation, they will correctly go into their own cgroups instead of being treated as part of dbus.service.