summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wip/carlosg/orderless-fts-terms' into 'master'Sam Thursfield2023-03-2313-1/+36
|\
| * tests: Add more FTS tests for search termsCarlos Garnacho2023-03-2013-1/+36
* | tests: Pass right type/width to varargs TrackerBatch APICarlos Garnacho2023-03-211-7/+7
|/
* Merge branch 'wip/carlosg/modular-unicode-lib' into 'master'Sam Thursfield2023-03-034-24/+1
|\
| * libtracker-common: Move TrackerLanguage management to TrackerParserCarlos Garnacho2023-03-021-11/+1
| * libtracker-common: Drop locale utilsCarlos Garnacho2023-03-022-2/+0
| * build: Remove define leftoversCarlos Garnacho2023-03-021-11/+0
* | tests: Modify TrackerBatch asynchronous execution testCarlos Garnacho2023-02-241-6/+67
* | tests: Plug leaks in tracker-batch-testCarlos Garnacho2023-02-241-26/+66
|/
* functional-tests: Reformat code using Black formatterSam Thursfield2023-02-1317-699/+1111
* functional-tests: Clean up directorySam Thursfield2023-02-1343-26/+27
* libtracker-common: Add 'fts-integrity' debug flagCarlos Garnacho2023-01-232-0/+2
* tests: Add more TrackerSparqlStatement testsCarlos Garnacho2023-01-171-2/+228
* tests: Add tests for asynchronous TrackerSparqlConnection constructorsCarlos Garnacho2023-01-171-0/+116
* tests: Check all branches of tracker_check_version()Carlos Garnacho2023-01-171-0/+8
* libtracker-sparql: Increase test coverage of TrackerResourceCarlos Garnacho2023-01-171-2/+208
* tests: Add deprecation guards around deprecated callsCarlos Garnacho2023-01-112-1/+14
* core: Group tracker_triples results by graphCarlos Garnacho2023-01-102-16/+10
* core: Cluster queries in tracker_triples virtual tableCarlos Garnacho2023-01-106-13/+5
* tests: Add tests for JSON-LD serialization and deserializationCarlos Garnacho2023-01-104-0/+4
* tests: Add TrackerBatch testsCarlos Garnacho2022-12-242-0/+1055
* core: Use raw object value when querying for unrestricted predicatesCarlos Garnacho2022-12-204-48/+48
* core: Fix isBlank() SPARQL functionCarlos Garnacho2022-12-204-61/+61
* tests: Fix code style issues in GVDB testsCarlos Garnacho2022-12-111-90/+91
* build: Build GVDB as a Meson subprojectCarlos Garnacho2022-12-112-108/+4
* tests: Make portal functional test use absolute IRIsCarlos Garnacho2022-11-211-38/+38
* tests: Make serialization API tests use absolute IRIsCarlos Garnacho2022-11-215-28/+28
* tests: Make insertion functional test use absolute IRIsCarlos Garnacho2022-11-211-1/+1
* tests: Make ontology-rollback functional test use absolute IRIsCarlos Garnacho2022-11-211-10/+10
* tests: Use absolute IRIs in ontology-change testsCarlos Garnacho2022-11-2119-40/+40
* tests: Make CONSTRAINT tests use absolute IRIsCarlos Garnacho2022-11-2113-22/+23
* tests: Make property-path tests use absolute IRIsCarlos Garnacho2022-11-212-4/+4
* tests: Make turtle tests use absolute IRIsCarlos Garnacho2022-11-211-4/+4
* tests: Make RDF list tests use absolute IRIsCarlos Garnacho2022-11-212-2/+2
* tests: Make langstring tests use absolute IRIsCarlos Garnacho2022-11-216-10/+10
* tests: Make FILTER expression tests use absolute IRIsCarlos Garnacho2022-11-213-5/+5
* tests: Make DESCRIBE tests use absolute IRIsCarlos Garnacho2022-11-216-55/+55
* tests: Make CONSTRUCT tests use absolute IRIsCarlos Garnacho2022-11-214-34/+34
* ontologies: Move fts: prefix definition to base ontologyCarlos Garnacho2022-09-271-0/+1
* libtracker-sparql: Fix off by one in checks for escaped IRIsCarlos Garnacho2022-09-041-0/+6
* libtracker-sparql: Escape illegal characters in IRIREF from TrackerResourceCarlos Garnacho2022-09-021-0/+32
* tests: Remove unused variablesCarlos Garnacho2022-08-301-2/+0
* core: Refactor buffering of database updatesCarlos Garnacho2022-08-302-7/+8
* libtracker-sparql/core: Set nrl:modified/added consistentlyCarlos Garnacho2022-08-301-1/+0
* tests: Invert order of assertsCarlos Garnacho2022-07-131-2/+2
* tests: Specify missing order in testCarlos Garnacho2022-07-031-0/+1
* tests: Add tests for deserializationCarlos Garnacho2022-06-308-0/+1375
* libtracker-sparql: Drop line/column information in error messageCarlos Garnacho2022-06-303-3/+3
* tests: Comment out turtle parsing test with base/prefix changesCarlos Garnacho2022-06-301-0/+2
* Merge branch 'wip/carlosg/fts-consistence-fixes' into 'master'Sam Thursfield2022-05-0911-0/+26
|\