[tracker] (117 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] (117 commits) Non-fast-forward update to branch sam/tracker-3.0-functional-tests
- Date: Mon, 17 Feb 2020 21:01:42 +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:
f291ee1... libtracker-sparql: Drop load() API
043a71f... libtracker-sparql: Drop statistics() API
19859c6... libtracker-data: Drop tracker-store backup DBus API
184fd9d... libtracker-data: Remove traces of journal location in inter
17e3a3c... libtracker-sparql: Drop journal argument from direct connec
04374fa... libtracker-sparql: Drop TrackerSparqlBuilder
ceeea8a... libtracker-bus: Remove dead code
d5430e0... libtracker-sparql: Drop named/anon graph arguments from DBu
ced3375... libtracker-sparql: Drop "local" from tracker_sparql_connect
10b9514... libtracker-sparql: Drop TRACKER_NOTIFIER_FLAG_NOTIFY_UNEXTR
da097a2... libtracker-sparql: Drop TRACKER_NOTIFIER_FLAG_QUERY_LOCATIO
ee5a464... libtracker-sparql: Make TrackerNotifierEventCache more stan
8e51c20... libtracker-sparql: Simplify URN queries in TrackerNotifier
19a5123... libtracker-sparql: Change TrackerNotifier to subscribe to E
3b458a7... libtracker-sparql: Add methods to subscribe to GraphUpdated
e97e77b... libtracker-sparql: Make TrackerSparqlConnection generate Tr
e77a9d5... libtracker-sparql: Change arguments in TrackerNotifier::eve
a1fa082... libtracker-sparql: Export TrackerNotifierEventCache for imp
cea9339... libtracker-direct: Hook to TrackerSparqlConnection::create_
4bfe36e... libtracker-bus: Implement TrackerSparqlConnection::create_n
e0fbca1... libtracker-bus: Talk to org.freedesktop.Tracker1.Endpoint
596d9c3... libtracker-sparql: Drop DBus interface/object path defines
32189a8... examples: Drop class-signal example code
f7c2d19... libtracker-data: Allow NULL ontologies on readonly connecti
eda6eea... tracker: Allow specifying connection on info/sparql CLI sub
3b4c281... tracker: Add --database argument to "sql" CLI subcommand
7fabde4... libtracker-sparql: Proxy database changes through endpoint
2d26e36... tests: Drop tests for tracker_sparql_connection_get(_async)
c7d9acc... tests: Make libtracker-sparql tests use local connection
b39775c... utils: Update utilities to use explicit bus connection
a749c71... docs: Make libtracker-sparql examples use explicit bus conn
f7252b4... tests: Make "steroids" test use in process dbus endpoint
64e9746... libtracker-sparql: Fix handling of update_blank() results i
3082862... libtracker-sparql: Drop GError array return value in update
a4b85ef... tests: Rename "steroids" test to tracker-fd-test
15138e4... tests: Make test-bus-query-cancellation use in-process endp
782fdae... tests: Move functional test into libtracker-data
aed79dd... examples: Change async connection example to use local conn
1af8d2c... libtracker-sparql: Drop tracker_sparql_connection_get()
f028bc7... libtracker-sparql: Drop dbus connection setter/getter
62cfa85... libtracker-sparql: Drop tracker_sparql_connection_[gs]et_do
fcfe7c6... tracker-store: Drop tracker-store
adb2c65... libtracker-common: Clean up no longer used modules
b2f4678... libtracker-bus: Drop usage of Tracker.IPC
72ec8b1... libtracker-sparql: Add tracker_sparql_statement_clear_bindi
756e038... libtracker-sparql: Add tracker_sparql_connection_close()
6b2d1a4... libtracker-direct: Drop unused internal API
41578f8... libtracker-sparql: Allow specifying object path on DBus SPA
6f8af35... libtracker-data: Expand dbus uris to observe bus and object
4ad6eb9... libtracker-sparql: Reimplement public API in C
fbd6a34... libtracker-direct: Define the flags property with flag type
d0298ed... build: Drop g-ir-merge util
9f2d875... libtracker-sparql: Change description of pkgconfig file
bd2c9e4... libtracker-sparql: Add define to export library functions
3680962... libtracker-sparql: Make class structs private
4a8ca79... libtracker-sparql: Add some missing docs and introspection
c44b4b3... Remove references to obsolete environment variables
9aa3aaa... docs: Some updates for Tracker 3.0
7122631... tracker: Add "endpoint" CLI subcommand
06de591... Further updates to docs and introspection annotations.
235f9db... libtracker-data: Drop TrackerDBConfig
35e78ba... data: Drop org.freedesktop.Tracker.Store gschema
8fb8f47... libtracker-sparql: Drop TRACKER_DATASOURCE_URN_NON_REMOVABL
a738c29... libtracker-sparql: Drop TRACKER_PREFIX_DATASOURCE_URN
dbe5cf1... libtracker-sparql: Drop TRACKER_OWN_GRAPH_URN
67ac2d9... libtracker-sparql: Remove needless TrackerNotifier check
89bb894... libtracker-sparql: Prepare for doing asynchronous queries
1d39f13... libtracker-sparql: Make TrackerNotifier queries asynchronou
9985c96... libtracker-sparql: Add GType for TrackerNotifierEvent
6d2e910... libtracker-sparql: Correct doc comment
5ec2813... libtracker-sparql: Ensure to make enum get_type() functions
5ca2ab2... docs: Add GType information to libtracker-sparql gtk-doc
1b782bb... docs: Specify private headers
92056d4... libtracker-sparql: Some documentation improvements/fixes
eacf5bd... docs: Move all unused symbols into the corresponding sectio
8d52853... libtracker-sparql: Always emit TrackerNotifier::events on a
a0ba5fd... libtracker-bus: Correctly configure the TrackerNotifier on
d82bb35... libtracker-direct: Fix async TrackerSparqlStatement executi
c733dc3... libtracker-common: Extend list of reserved words
b1c19d5... libtracker-sparql: Add TrackerSparqlConnectionFlags to conf
a30a054... libtracker-fts: Drop TrackerFTSConfig
5349457... libtracker-direct: Unref notifiers before closing data mana
8735470... libtracker-direct: Free tasks after g_task_return*
c203ed9... libtracker-direct: Ensure queries get cancelled after close
f44b40e... libtracker-sparql: Be lenient in generic tracker_sparql_cur
5315273... libtracker-data: Hint expression type on InlineDataOneVar
cae8771... Bump API version to 3.0
a0baf5c... libtracker-sparql: Bind get_string() 'length' parameter cor
a06eb67... libtracker-sparql: Correctly notify DELETE events
a6bf071... tests: Remove the test tracker-store service file
c023d1b... tests: Remove obsolete 'test domain ontology' variable
76cc3e4... Update functional tests for Tracker 3.0 changes
5657a7c... Enable functional tests for everyone
816790b... libtracker-direct: Ensure all queries are finished before c
260a246... Update TRACKER_PARSER_VERSION
Commits added to the branch:
ef6a48c... Update Serbian translation (*)
fdd09f6... Update Turkish translation (*)
e440389... tests: Reduce # of iterations in insert-or-replace test (*)
bf78a94... Update Hungarian translation (*)
0ebc572... Updated Czech translation (*)
af8a6f3... Merge branch 'sam/test-insert-or-replace-faster' into 'mast (*)
b481ee3... Update Galician translation (*)
03c2d8f... Update Basque translation (*)
b92c088... ci: Use prebuilt base image for Alpine Linux (*)
17654a3... Merge branch 'sam/alpine-ci-base-image' into 'master' (*)
2677385... tests: Use libeatmydata to speed up tests (*)
f065f6d... Merge branch 'sam/tests-eat-my-data' into 'master' (*)
d3db4c1... ci: Remove limit on the number of simultaneous tests (*)
e68f781... Merge branch 'sam/tests-parallel' into 'master' (*)
03a0fce... libtracker-sparql: Drop load() API (*)
6562d39... libtracker-sparql: Drop statistics() API (*)
e893668... libtracker-data: Drop tracker-store backup DBus API (*)
011a098... libtracker-data: Remove traces of journal location in inter (*)
346a45d... libtracker-sparql: Drop journal argument from direct connec (*)
9ea37ed... libtracker-sparql: Drop TrackerSparqlBuilder (*)
1cbc6ef... libtracker-bus: Remove dead code (*)
9257321... libtracker-sparql: Drop named/anon graph arguments from DBu (*)
b6a975e... libtracker-sparql: Drop "local" from tracker_sparql_connect (*)
ff04b40... libtracker-sparql: Drop TRACKER_NOTIFIER_FLAG_NOTIFY_UNEXTR (*)
8ef48fb... libtracker-sparql: Drop TRACKER_NOTIFIER_FLAG_QUERY_LOCATIO (*)
e64fad6... libtracker-sparql: Make TrackerNotifierEventCache more stan (*)
abc6e0a... libtracker-sparql: Simplify URN queries in TrackerNotifier (*)
61aa643... libtracker-sparql: Change TrackerNotifier to subscribe to E (*)
0358ccd... libtracker-sparql: Add methods to subscribe to GraphUpdated (*)
8661e13... libtracker-sparql: Make TrackerSparqlConnection generate Tr (*)
3373344... libtracker-sparql: Change arguments in TrackerNotifier::eve (*)
260dc86... libtracker-sparql: Export TrackerNotifierEventCache for imp (*)
60eb58a... libtracker-direct: Hook to TrackerSparqlConnection::create_ (*)
ba63502... libtracker-bus: Implement TrackerSparqlConnection::create_n (*)
d8ce494... libtracker-bus: Talk to org.freedesktop.Tracker1.Endpoint (*)
fd8a153... libtracker-sparql: Drop DBus interface/object path defines (*)
445bc91... examples: Drop class-signal example code (*)
362d81b... libtracker-data: Allow NULL ontologies on readonly connecti (*)
8b9f097... tracker: Allow specifying connection on info/sparql CLI sub (*)
d40fd31... tracker: Add --database argument to "sql" CLI subcommand (*)
eb75438... libtracker-sparql: Proxy database changes through endpoint (*)
a8647c6... tests: Drop tests for tracker_sparql_connection_get(_async) (*)
ba2d8df... tests: Make libtracker-sparql tests use local connection (*)
aee727b... utils: Update utilities to use explicit bus connection (*)
0dd2e91... docs: Make libtracker-sparql examples use explicit bus conn (*)
6d57797... tests: Make "steroids" test use in process dbus endpoint (*)
3657f3a... libtracker-sparql: Fix handling of update_blank() results i (*)
f06d078... libtracker-sparql: Drop GError array return value in update (*)
b5de271... tests: Rename "steroids" test to tracker-fd-test (*)
167e6e7... tests: Make test-bus-query-cancellation use in-process endp (*)
eb3a756... tests: Move functional test into libtracker-data (*)
8912990... examples: Change async connection example to use local conn (*)
ef76b38... libtracker-sparql: Drop tracker_sparql_connection_get() (*)
c5dc432... libtracker-sparql: Drop dbus connection setter/getter (*)
add9c24... libtracker-sparql: Drop tracker_sparql_connection_[gs]et_do (*)
b0541d6... tracker-store: Drop tracker-store (*)
8f7fd97... libtracker-common: Clean up no longer used modules (*)
4d12172... libtracker-bus: Drop usage of Tracker.IPC (*)
b6c7368... libtracker-sparql: Add tracker_sparql_statement_clear_bindi (*)
45e6d82... libtracker-sparql: Add tracker_sparql_connection_close() (*)
3d5e603... libtracker-direct: Drop unused internal API (*)
02cf62f... libtracker-sparql: Allow specifying object path on DBus SPA (*)
5b0a775... libtracker-data: Expand dbus uris to observe bus and object (*)
1e4cd3d... libtracker-sparql: Reimplement public API in C (*)
8c7434d... libtracker-direct: Define the flags property with flag type (*)
5cfeec6... build: Drop g-ir-merge util (*)
b774556... libtracker-sparql: Change description of pkgconfig file (*)
01aaf69... libtracker-sparql: Add define to export library functions (*)
d2950e4... libtracker-sparql: Make class structs private (*)
2341a10... libtracker-sparql: Add some missing docs and introspection (*)
4a165fd... Remove references to obsolete environment variables (*)
9a0772f... docs: Some updates for Tracker 3.0 (*)
1e42ef2... tracker: Add "endpoint" CLI subcommand (*)
a4c3d5f... Further updates to docs and introspection annotations. (*)
21d9fca... libtracker-data: Drop TrackerDBConfig (*)
fec7f32... data: Drop org.freedesktop.Tracker.Store gschema (*)
2720e18... libtracker-sparql: Drop TRACKER_DATASOURCE_URN_NON_REMOVABL (*)
6c243cc... libtracker-sparql: Drop TRACKER_PREFIX_DATASOURCE_URN (*)
ad5586f... libtracker-sparql: Drop TRACKER_OWN_GRAPH_URN (*)
8dc99d2... libtracker-sparql: Remove needless TrackerNotifier check (*)
f871c2a... libtracker-sparql: Prepare for doing asynchronous queries (*)
dda537a... libtracker-sparql: Make TrackerNotifier queries asynchronou (*)
fa49f1f... libtracker-sparql: Add GType for TrackerNotifierEvent (*)
106698f... libtracker-sparql: Correct doc comment (*)
74f2498... libtracker-sparql: Ensure to make enum get_type() functions (*)
2c2c6fa... docs: Add GType information to libtracker-sparql gtk-doc (*)
c52ba8a... docs: Specify private headers (*)
6ff7936... libtracker-sparql: Some documentation improvements/fixes (*)
cff7ffc... docs: Move all unused symbols into the corresponding sectio (*)
c801ad0... libtracker-sparql: Always emit TrackerNotifier::events on a (*)
0befdf9... libtracker-bus: Correctly configure the TrackerNotifier on (*)
e3108e2... libtracker-direct: Fix async TrackerSparqlStatement executi (*)
aa59067... libtracker-common: Extend list of reserved words (*)
043f9ca... libtracker-sparql: Add TrackerSparqlConnectionFlags to conf (*)
98fc00c... libtracker-fts: Drop TrackerFTSConfig (*)
f6d101f... libtracker-direct: Unref notifiers before closing data mana (*)
c6b13da... libtracker-direct: Free tasks after g_task_return* (*)
41d192c... libtracker-direct: Ensure queries get cancelled after close (*)
91a42b5... libtracker-sparql: Be lenient in generic tracker_sparql_cur (*)
6efed2b... libtracker-data: Hint expression type on InlineDataOneVar (*)
192bd2d... libtracker-sparql: Cancel info query on notifier finalizati (*)
7ad47f8... libtracker-data: Join WAL thread before freeing abs name on (*)
c7050b6... libtracker-sparql: Add tracker_sparql_connection_close_asyn (*)
278d61d... libtracker-data: Remove unneeded DB consistency check (*)
ee67a48... libtracker-data: Clean up TrackerDBManager internal API (*)
d8aae14... libtracker-data: Remove unused fields from TrackerDBDefinit (*)
a500c17... Bump API version to 3.0
c97821b... libtracker-sparql: Bind get_string() 'length' parameter cor
302dc53... libtracker-sparql: Correctly notify DELETE events
4d2e939... tests: Remove the test tracker-store service file
9f0e54f... tests: Remove obsolete 'test domain ontology' variable
9527c05... Update functional tests for Tracker 3.0 changes
163a280... Enable functional tests for everyone
c42668f... libtracker-direct: Ensure all queries are finished before c
457d551... functional-tests: Use build dir as working directory
f0dc625... functional-tests: Improve errors when awaiting resources
d63a7da... Update TRACKER_PARSER_VERSION
(*) 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]