[tracker] (63 commits) Non-fast-forward update to branch wip/carlosg/tracker-3.0-api-breaks



The branch 'wip/carlosg/tracker-3.0-api-breaks' 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:

  2d93d73... libtracker-sparql: Drop load() API
  deecb32... libtracker-sparql: Drop statistics() API
  d98f5b5... libtracker-data: Drop tracker-store backup DBus API
  f5ff92d... libtracker-data: Remove traces of journal location in inter
  39cf282... libtracker-sparql: Drop journal argument from direct connec
  a65361a... libtracker-sparql: Drop TrackerSparqlBuilder
  6c39fd6... libtracker-bus: Remove dead code
  c0af180... libtracker-sparql: Drop named/anon graph arguments from DBu
  2e23464... libtracker-sparql: Drop "local" from tracker_sparql_connect
  de16609... libtracker-sparql: Drop TRACKER_NOTIFIER_FLAG_NOTIFY_UNEXTR
  43c1913... libtracker-sparql: Drop TRACKER_NOTIFIER_FLAG_QUERY_LOCATIO
  c5c3fd4... libtracker-sparql: Make TrackerNotifierEventCache more stan
  d047292... libtracker-sparql: Simplify URN queries in TrackerNotifier
  f38e6d3... libtracker-sparql: Change TrackerNotifier to subscribe to E
  55aa290... libtracker-sparql: Add methods to subscribe to GraphUpdated
  b400cf8... libtracker-sparql: Make TrackerSparqlConnection generate Tr
  26a06e7... libtracker-sparql: Change arguments in TrackerNotifier::eve
  538b4fa... libtracker-sparql: Export TrackerNotifierEventCache for imp
  32a3c51... libtracker-direct: Hook to TrackerSparqlConnection::create_
  0649b71... libtracker-bus: Implement TrackerSparqlConnection::create_n
  5c5a6e8... libtracker-bus: Talk to org.freedesktop.Tracker1.Endpoint
  6f94684... libtracker-sparql: Drop DBus interface/object path defines
  9619b46... examples: Drop class-signal example code
  aa2c438... libtracker-data: Allow NULL ontologies on readonly connecti
  6d266f9... tracker: Allow specifying connection on info/sparql CLI sub
  2382248... tracker: Add --database argument to "sql" CLI subcommand
  1ae9e1b... libtracker-sparql: Proxy database changes through endpoint 
  81fc0b3... tests: Drop tests for tracker_sparql_connection_get(_async)
  aba9d3a... tests: Make libtracker-sparql tests use local connection
  ab7867e... utils: Update utilities to use explicit bus connection
  03a581e... docs: Make libtracker-sparql examples use explicit bus conn
  d020bd7... tests: Make "steroids" test use in process dbus endpoint
  f889392... libtracker-sparql: Fix handling of update_blank() results i
  e331e87... libtracker-sparql: Drop GError array return value in update
  5000c91... tests: Rename "steroids" test to tracker-fd-test
  eecfa02... tests: Make test-bus-query-cancellation use in-process endp
  6bbe6e3... tests: Move functional test into libtracker-data
  9f08a1c... examples: Change async connection example to use local conn
  5341f8c... libtracker-sparql: Drop tracker_sparql_connection_get()
  e503fd8... libtracker-sparql: Drop dbus connection setter/getter
  9cfff02... libtracker-sparql: Drop tracker_sparql_connection_[gs]et_do
  6a6e4bc... tracker-store: Drop tracker-store
  66efd32... libtracker-common: Clean up no longer used modules
  f69967f... libtracker-bus: Drop usage of Tracker.IPC
  9b930a6... libtracker-sparql: Add tracker_sparql_statement_clear_bindi
  cc82ce2... libtracker-sparql: Add tracker_sparql_connection_close()
  a642c2a... libtracker-direct: Drop unused internal API
  cfd351a... libtracker-sparql: Allow specifying object path on DBus SPA
  e4a406d... libtracker-data: Expand dbus uris to observe bus and object
  eaed627... libtracker-sparql: Reimplement public API in C
  91a1522... libtracker-direct: Define the flags property with flag type
  fbf7e78... build: Drop g-ir-merge util
  329ee0d... libtracker-sparql: Change description of pkgconfig file
  11d7a05... libtracker-sparql: Add define to export library functions
  c4ac9de... libtracker-sparql: Make class structs private
  95a0a47... libtracker-sparql: Add some missing docs and introspection 
  272d8e7... Remove references to obsolete environment variables
  5a34751... docs: Some updates for Tracker 3.0
  a32686b... Further updates to docs and introspection annotations.

Commits added to the branch:

  123d18c... Update Indonesian translation (*)
  4ccc9b1... ci: also test on Alpine Linux to test on a musl platform (*)
  2fc726f... Merge branch 'alpine-ci' into 'master' (*)
  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.

(*) 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]