~vcs-imports/tracker/+git/tracker:wip/lantw/dont-hard-code-usr-bin-python2

Last commit made on 2018-08-10
Get this branch:
git clone -b wip/lantw/dont-hard-code-usr-bin-python2 https://git.launchpad.net/~vcs-imports/tracker/+git/tracker

Branch merges

Branch information

Name:
wip/lantw/dont-hard-code-usr-bin-python2
Repository:
lp:~vcs-imports/tracker/+git/tracker

Recent commits

f120ea0... by lantw44

utils: Don't hard-code the path to python

It causes tracker to fail to build on FreeBSD because python is usually
installed in a different prefix, such as /usr/local, on FreeBSD.

99df3a9... by Charles Monzat <email address hidden>

Update French translation

ae4193c... by Fabio Tomat <email address hidden>

Update Friulian translation

3ffec9d... by Sam Thursfield <email address hidden>

Merge branch 'wip/carlosg/resource-deletes'

See https://gitlab.gnome.org/GNOME/tracker/merge_requests/12

a25f186... by Carlos Garnacho

libtracker-sparql: delete TrackerResource elements one by one

Creating a single query for all values to delete can only work if
all values have a match. As soon as a value is already missing,
the query would just bail out as there's no real match.

We want to delete every value individually regardless of other
properties, so decompose the single delete into multiple individual
deletes.

Fixes "Unable to insert multiple values for subject..." warnings
as the insertion queries would rely on single-valued properties being
cleared beforehand.

https://gitlab.gnome.org/GNOME/tracker/issues/28

Closes: #28

a0f5afb... by Matej Urbančič

Added Slovenian translation

63e7dae... by Carlos Garnacho

Release 2.1.1

e6964ed... by Carlos Garnacho

tests: Set limit on test-bus-query-cancellation

This test tries to do a pretty dumb DOS on tracker-store for 2s,
so it frequently gets kicked itself from the session bus. Presumably
we don't need it to go that far in testing query cancellation, so
limit the thing to a bunch of queries.

9c5f6a9... by Carlos Garnacho

libtracker-direct: Plug namespaces HT leak

990bde3... by Carlos Garnacho

libtracker-direct: Plug leak

Fixes: #11