[tracker-miners] (72 commits) Non-fast-forward update to branch sam/tracker-3.0-functional-tests



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:

  1113bdb... libtracker-miner: Drop usage of TrackerSparqlBuilder
  a2ee9d3... libtracker-miner: Create TrackerNotifier the new way
  48618af... tracker: Use TrackerNotifier for "tracker daemon -w"
  c112d0b... tracker: Drop optional arguments to "tracker daemon -w"
  6fbebe6... tracker: Update "tracker status -a" command to not use stat
  d97c1fd... tracker: Make "tracker index -i" use LOAD syntax
  80ec22c... tests: Use new TrackerSparqlConnection constructors in test
  0f38a8b... rss: Use TrackerNotifier to listen to mfo:FeedChannel chang
  0980791... rss: Use private connection and endpoint
  dbdd5f4... tracker-miner-fs: Use private connection, and export endpoi
  2388008... libtracker-miner: Don't second guess sparql connection in T
  6a381b8... tracker-miner-fs: Fetch SPARQL connection from miner
  816fd94... tracker-miner-rss: Make --add-feed connect to rss miner end
  e7e7ede... tracker-miner-rss: Drop GError array return value on update
  98b3bd4... tracker-extract: Connect to tracker-miner-fs endpoint
  89d6ad7... tracker-writeback: Connect to tracker-miner-fs endpoint
  511858c... tracker: Make CLI subcommands talk to tracker-miner-fs endp
  03d5d3b... miners: Don't set domain ontology on SPARQL connection
  18acd70... tracker-miner-fs: Propagate domain through TrackerMinerFile
  cbacce5... libtracker-miner: Don't install gir/vapi/headers/pkgconfig
  3c12816... tracker-extract: Delay start till decorator is fully set up
  9cf2748... data: Install default domain ontology file
  087cebb... libtracker-miner: Adapt to update_array behavior change
  26b731a... libtracker-miner: Adapt to update_array API change in Track
  ccd5454... Adapt to tracker_sparql_connection_bus_new() API change
  171b59a... build: Remove references to tracker_store variable
  f350518... docs: Remove references to TRACKER_SPARQL_BACKEND
  2f34908... Update for removals in tracker.git
  f0c57bf... Add constants that were removed from tracker.git
  3a128ec... Move TRACKER_PREFIX_DATASOURCE_URN from tracker.git
  d50b72c... Remove gsettings for tracker.git
  af4c968... functional-tests: Update for Tracker 3.0 changes
  2ddf234... functional-tests: Remove Maemo application tests
  bc9976e... miners/fs: Log whether writeback is enabled

Commits added to the branch:

  221bdf5... Update Indonesian translation (*)
  6d3605d... tests: Use correct path to find stopwords (*)
  f6d8f8c... Merge branch 'sam/test-stopwords-dir-fix' into 'master' (*)
  1bd58c1... Update Polish translation (*)
  5caff88... Update Slovak translation (*)
  f456c13... build: Disable SECCOMP on riscv64 CPUs (*)
  c7fa3b4... Merge branch 'sam/seccomp-riscv64' into 'master' (*)
  291cfcc... Update Slovak translation (*)
  6a12147... Update Brazilian Portuguese translation (*)
  288f8f4... Update Friulian translation (*)
  f55f2ce... Add Malay translation (*)
  173d8db... Restore fallback code for non-Linux system in tracker-sched (*)
  8c23a47... meson: Set TRACKER_API_VERSION to 2.0 (*)
  bf0ecad... Updated Lithuanian translation (*)
  1c4ff93... Merge branch 'wip/lantw/meson-Set-TRACKER_API_VERSION-to-2. (*)
  4cc7489... Merge branch 'wip/lantw/Restore-fallback-code-for-non-Linux (*)
  09c446c... libtracker-miners-common: Add comment to sched-idle fallbac (*)
  5a0ada5... fix the GPSLatitudeRef GPSLongitudeRef extraction (*)
  ec89eb5... add error messages in case of unknown GPS ref format (*)
  0d17a78... add test fixture for gps location (*)
  915767a... Merge branch 'fix-gps-coordinates' into 'master' (*)
  9e75be2... Update Swedish translation (*)
  ac70248... Update British English translation (*)
  9337429... Update Serbian translation (*)
  0f67ca5... tracker-extract: Process small / empty text files (*)
  314a306... Update Galician translation (*)
  1028dc5... Update Turkish translation (*)
  3846582... Update Basque translation (*)
  070cb69... tests: Use libeatmydata to speed up tests (*)
  a2248a1... Merge branch 'sam/extract-empty-text-files' into 'master' (*)
  90992c0... Merge branch 'sam/tests-eat-my-data' into 'master' (*)
  4c5e3b4... libtracker-miner: Drop usage of TrackerSparqlBuilder (*)
  4f1a3d5... libtracker-miner: Create TrackerNotifier the new way (*)
  404e1f2... tracker: Use TrackerNotifier for "tracker daemon -w" (*)
  2a01ab3... tracker: Drop optional arguments to "tracker daemon -w" (*)
  332897c... tracker: Update "tracker status -a" command to not use stat (*)
  4879d2a... tracker: Make "tracker index -i" use LOAD syntax (*)
  21b70df... tests: Use new TrackerSparqlConnection constructors in test (*)
  4e69329... rss: Use TrackerNotifier to listen to mfo:FeedChannel chang (*)
  d018f0f... rss: Use private connection and endpoint (*)
  16106da... tracker-miner-fs: Use private connection, and export endpoi (*)
  6ae8857... libtracker-miner: Don't second guess sparql connection in T (*)
  0522523... tracker-miner-fs: Fetch SPARQL connection from miner (*)
  1bfd8de... tracker-miner-rss: Make --add-feed connect to rss miner end (*)
  6cde49a... tracker-miner-rss: Drop GError array return value on update (*)
  0a77821... tracker-extract: Connect to tracker-miner-fs endpoint (*)
  b813d47... tracker-writeback: Connect to tracker-miner-fs endpoint (*)
  ff7a946... tracker: Make CLI subcommands talk to tracker-miner-fs endp (*)
  151849d... miners: Don't set domain ontology on SPARQL connection (*)
  d088cb4... tracker-miner-fs: Propagate domain through TrackerMinerFile (*)
  4001852... libtracker-miner: Don't install gir/vapi/headers/pkgconfig (*)
  7cbbf41... tracker-extract: Delay start till decorator is fully set up (*)
  405e44a... data: Install default domain ontology file (*)
  d43ab04... libtracker-miner: Adapt to update_array behavior change (*)
  a9dc05f... libtracker-miner: Adapt to update_array API change in Track (*)
  64ce486... Adapt to tracker_sparql_connection_bus_new() API change (*)
  54b114a... build: Remove references to tracker_store variable (*)
  647b717... docs: Remove references to TRACKER_SPARQL_BACKEND (*)
  6a141e5... Update for removals in tracker.git (*)
  92ea435... Add constants that were removed from tracker.git (*)
  076e06a... data: Add FTS config gschemas here (*)
  ac21d68... tracker-miner-fs: Hook up FTS configuration (*)
  1f6146a... tracker-miner-rss: Hook up FTS configuration (*)
  785f3cc... build: Remove trick to merge schemas enums with tracker sub (*)
  4702ed4... Move TRACKER_PREFIX_DATASOURCE_URN from tracker.git
  35189a6... Remove gsettings for tracker.git
  ae67fbb... functional-tests: Update for Tracker 3.0 changes
  5504b1f... functional-tests: Remove Maemo application tests
  96c517b... miners/fs: Log whether writeback is enabled
  fa78f4e... functional-tests: Remove numbers from names
  23bd6c6... functional-tests: Run with build dir as current working dir
  71d56c5... functional-tests: Skip writeback tests for now

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