[tracker] (89 commits) Non-fast-forward update to branch sam/tracker-3.0-functional-tests
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] (89 commits) Non-fast-forward update to branch sam/tracker-3.0-functional-tests
- Date: Mon, 27 Jan 2020 21:19:27 +0000 (UTC)
The branch 'sam/tracker-3.0-functional-tests' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
00d7ddb... libtracker-sparql: Drop load() API
50a7ff9... libtracker-sparql: Drop statistics() API
6e39dd2... libtracker-data: Drop tracker-store backup DBus API
e107931... libtracker-data: Remove traces of journal location in inter
2a3f25b... libtracker-sparql: Drop journal argument from direct connec
466b60d... libtracker-sparql: Drop TrackerSparqlBuilder
c73c412... libtracker-bus: Remove dead code
053301f... libtracker-sparql: Drop named/anon graph arguments from DBu
33b7161... libtracker-sparql: Drop "local" from tracker_sparql_connect
aae2b61... libtracker-sparql: Drop TRACKER_NOTIFIER_FLAG_NOTIFY_UNEXTR
fda0480... libtracker-sparql: Drop TRACKER_NOTIFIER_FLAG_QUERY_LOCATIO
496466b... libtracker-sparql: Make TrackerNotifierEventCache more stan
b616896... libtracker-sparql: Simplify URN queries in TrackerNotifier
30bcc0a... libtracker-sparql: Change TrackerNotifier to subscribe to E
06b858e... libtracker-sparql: Add methods to subscribe to GraphUpdated
a13dc33... libtracker-sparql: Make TrackerSparqlConnection generate Tr
47b291d... libtracker-sparql: Change arguments in TrackerNotifier::eve
ba2656b... libtracker-sparql: Export TrackerNotifierEventCache for imp
932ab1f... libtracker-direct: Hook to TrackerSparqlConnection::create_
a64f370... libtracker-bus: Implement TrackerSparqlConnection::create_n
98ecb68... libtracker-bus: Talk to org.freedesktop.Tracker1.Endpoint
b91008d... libtracker-sparql: Drop DBus interface/object path defines
4771e8f... examples: Drop class-signal example code
30251b9... libtracker-data: Allow NULL ontologies on readonly connecti
6dbdf1e... tracker: Allow specifying connection on info/sparql CLI sub
41df99d... tracker: Add --database argument to "sql" CLI subcommand
453bdab... libtracker-sparql: Proxy database changes through endpoint
c079556... tests: Drop tests for tracker_sparql_connection_get(_async)
9e8362d... tests: Make libtracker-sparql tests use local connection
c12e529... utils: Update utilities to use explicit bus connection
3900107... docs: Make libtracker-sparql examples use explicit bus conn
24847aa... tests: Make "steroids" test use in process dbus endpoint
8db53c6... libtracker-sparql: Fix handling of update_blank() results i
e8b593c... libtracker-sparql: Drop GError array return value in update
304edff... tests: Rename "steroids" test to tracker-fd-test
5be2e40... tests: Make test-bus-query-cancellation use in-process endp
e77c3a3... tests: Move functional test into libtracker-data
2dac58f... examples: Change async connection example to use local conn
0ac69c3... libtracker-sparql: Drop tracker_sparql_connection_get()
5c535c6... libtracker-sparql: Drop dbus connection setter/getter
4ccd76a... libtracker-sparql: Drop tracker_sparql_connection_[gs]et_do
4210891... tracker-store: Drop tracker-store
b0c277a... libtracker-common: Clean up no longer used modules
649470e... libtracker-bus: Drop usage of Tracker.IPC
2e112a5... libtracker-sparql: Add tracker_sparql_statement_clear_bindi
dbf77a2... libtracker-sparql: Add tracker_sparql_connection_close()
c6cc399... libtracker-direct: Drop unused internal API
7bba3da... libtracker-sparql: Allow specifying object path on DBus SPA
f3be75e... libtracker-data: Expand dbus uris to observe bus and object
d348653... libtracker-sparql: Reimplement public API in C
9cb664d... libtracker-direct: Define the flags property with flag type
3afe1ee... build: Drop g-ir-merge util
0bf7896... libtracker-sparql: Change description of pkgconfig file
1ad024d... libtracker-sparql: Add define to export library functions
81ab631... libtracker-sparql: Make class structs private
7a0fd9b... libtracker-sparql: Add some missing docs and introspection
c235bf8... Remove references to obsolete environment variables
c45ab5d... docs: Some updates for Tracker 3.0
f45bd27... tracker: Add "endpoint" CLI subcommand
548ae75... Further updates to docs and introspection annotations.
0dfed9f... libtracker-direct: Unref data manager after we free all not
0328515... Bump API version to 3.0
9b1c474... libtracker-sparql: Bind get_string() 'length' parameter cor
3e020b7... tests: Remove the test tracker-store service file
8e3fa24... tests: Remove obsolete 'test domain ontology' variable
8a59308... Update functional tests for Tracker 3.0 changes
c2e0f98... Enable functional tests for everyone
Commits added to the branch:
799558f... Update Polish translation (*)
85bdca2... Update Croatian translation (*)
59575a3... Update Brazilian Portuguese translation (*)
b0f21d5... Update Friulian translation (*)
90e7952... Add Malay translation (*)
af964d2... libtracker-sparql: Drop load() API (*)
a6341df... libtracker-sparql: Drop statistics() API (*)
19319d4... libtracker-data: Drop tracker-store backup DBus API (*)
5728335... libtracker-data: Remove traces of journal location in inter (*)
bfba7c2... libtracker-sparql: Drop journal argument from direct connec (*)
c4efe0a... libtracker-sparql: Drop TrackerSparqlBuilder (*)
4d0b90b... libtracker-bus: Remove dead code (*)
f97070a... libtracker-sparql: Drop named/anon graph arguments from DBu (*)
1717f1c... libtracker-sparql: Drop "local" from tracker_sparql_connect (*)
f11a3d7... libtracker-sparql: Drop TRACKER_NOTIFIER_FLAG_NOTIFY_UNEXTR (*)
ecf1b27... libtracker-sparql: Drop TRACKER_NOTIFIER_FLAG_QUERY_LOCATIO (*)
897590a... libtracker-sparql: Make TrackerNotifierEventCache more stan (*)
7647022... libtracker-sparql: Simplify URN queries in TrackerNotifier (*)
32bcd49... libtracker-sparql: Change TrackerNotifier to subscribe to E (*)
0bb7d35... libtracker-sparql: Add methods to subscribe to GraphUpdated (*)
e9d8d88... libtracker-sparql: Make TrackerSparqlConnection generate Tr (*)
6c678de... libtracker-sparql: Change arguments in TrackerNotifier::eve (*)
c99688f... libtracker-sparql: Export TrackerNotifierEventCache for imp (*)
c196a81... libtracker-direct: Hook to TrackerSparqlConnection::create_ (*)
2fb9089... libtracker-bus: Implement TrackerSparqlConnection::create_n (*)
1472702... libtracker-bus: Talk to org.freedesktop.Tracker1.Endpoint (*)
74b4b1d... libtracker-sparql: Drop DBus interface/object path defines (*)
7872823... examples: Drop class-signal example code (*)
3ccd6b2... libtracker-data: Allow NULL ontologies on readonly connecti (*)
9e19f69... tracker: Allow specifying connection on info/sparql CLI sub (*)
1eba990... tracker: Add --database argument to "sql" CLI subcommand (*)
8b0af0e... libtracker-sparql: Proxy database changes through endpoint (*)
38c9887... tests: Drop tests for tracker_sparql_connection_get(_async) (*)
26d8bd9... tests: Make libtracker-sparql tests use local connection (*)
65a1efb... utils: Update utilities to use explicit bus connection (*)
8cf91a7... docs: Make libtracker-sparql examples use explicit bus conn (*)
f3dc5ad... tests: Make "steroids" test use in process dbus endpoint (*)
812f4a1... libtracker-sparql: Fix handling of update_blank() results i (*)
0a1981c... libtracker-sparql: Drop GError array return value in update (*)
d0405dd... tests: Rename "steroids" test to tracker-fd-test (*)
d779a3e... tests: Make test-bus-query-cancellation use in-process endp (*)
0fd3b3d... tests: Move functional test into libtracker-data (*)
a12f1e5... examples: Change async connection example to use local conn (*)
a882f3a... libtracker-sparql: Drop tracker_sparql_connection_get() (*)
64ab298... libtracker-sparql: Drop dbus connection setter/getter (*)
6c15bbd... libtracker-sparql: Drop tracker_sparql_connection_[gs]et_do (*)
124626a... tracker-store: Drop tracker-store (*)
6a103c7... libtracker-common: Clean up no longer used modules (*)
f604968... libtracker-bus: Drop usage of Tracker.IPC (*)
f93a29e... libtracker-sparql: Add tracker_sparql_statement_clear_bindi (*)
9251bca... libtracker-sparql: Add tracker_sparql_connection_close() (*)
ee9e7f6... libtracker-direct: Drop unused internal API (*)
137b898... libtracker-sparql: Allow specifying object path on DBus SPA (*)
b61ef45... libtracker-data: Expand dbus uris to observe bus and object (*)
cf3e18b... libtracker-sparql: Reimplement public API in C (*)
1899f5d... libtracker-direct: Define the flags property with flag type (*)
5e949dc... build: Drop g-ir-merge util (*)
b2595ef... libtracker-sparql: Change description of pkgconfig file (*)
b4d53e0... libtracker-sparql: Add define to export library functions (*)
6a218f4... libtracker-sparql: Make class structs private (*)
5da1729... libtracker-sparql: Add some missing docs and introspection (*)
1a50391... Remove references to obsolete environment variables (*)
09a3d4a... docs: Some updates for Tracker 3.0 (*)
a247487... tracker: Add "endpoint" CLI subcommand (*)
0a78fba... Further updates to docs and introspection annotations. (*)
a8771fa... libtracker-data: Drop TrackerDBConfig (*)
7b6665a... data: Drop org.freedesktop.Tracker.Store gschema (*)
cb60024... libtracker-sparql: Drop TRACKER_DATASOURCE_URN_NON_REMOVABL (*)
45320bb... libtracker-sparql: Drop TRACKER_PREFIX_DATASOURCE_URN (*)
8fc2533... libtracker-sparql: Drop TRACKER_OWN_GRAPH_URN (*)
9792c80... libtracker-sparql: Remove needless TrackerNotifier check (*)
0b5c0d6... libtracker-sparql: Prepare for doing asynchronous queries (*)
2efffe7... libtracker-sparql: Make TrackerNotifier queries asynchronou (*)
b9168ab... libtracker-sparql: Add GType for TrackerNotifierEvent (*)
b8eebcc... libtracker-sparql: Correct doc comment (*)
5077ef2... libtracker-sparql: Ensure to make enum get_type() functions (*)
fd0b197... docs: Add GType information to libtracker-sparql gtk-doc (*)
66b2267... docs: Specify private headers (*)
3a5fd72... libtracker-sparql: Some documentation improvements/fixes (*)
fdf073f... docs: Move all unused symbols into the corresponding sectio (*)
b447b49... libtracker-sparql: Always emit TrackerNotifier::events on a (*)
ec4cb32... libtracker-direct: Unref data manager after we free all not
a979d83... Bump API version to 3.0
b2bd552... libtracker-sparql: Bind get_string() 'length' parameter cor
ba8fee8... tests: Remove the test tracker-store service file
cce7d4c... tests: Remove obsolete 'test domain ontology' variable
2b7e0b9... Update functional tests for Tracker 3.0 changes
d7c0f4c... Enable functional tests for everyone
85b1267... Update for changes in https://gitlab.gnome.org/GNOME/tracke
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]