summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/persistenceengine
Commit message (Expand)AuthorAgeFilesLines
* Make setActiveState async.Henning Baldersheim2021-10-172-5/+3
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
* Report max address space used in attribute vector components from content nod...Geir Storli2021-08-201-25/+25
* No need for the bucket guard anymore for get and visit as all bucket operatio...Henning Baldersheim2021-05-102-31/+1
* Remove notion of node-specific reliability from C++ distribution codeTor Brede Vekterli2021-03-021-1/+1
* Add get_update_count() method to test class.Tor Egge2021-01-221-4/+5
* Remove get_usage_vector() member function from resource usage listener mock.Tor Egge2021-01-221-16/+15
* Track attribute resource usage.Tor Egge2021-01-223-1/+135
* Add interface for resource usage listener to spi.Tor Egge2021-01-153-1/+97
* Test that updates are stopped by persistence engine if they contain barred co...Henning Baldersheim2021-01-121-2/+21
* Remove loadmetrics indirection.Henning Baldersheim2020-11-261-1/+0
* Remove load type from ContextHenning Baldersheim2020-11-241-36/+18
* Stop using PartitionId in searchcore module.Tor Egge2020-10-161-1/+0
* Remove partitions from SPI.Tor Egge2020-10-141-5/+3
* Revert "Revert "Balder/use an actual fieldset repo""Henning Baldersheim2020-08-201-7/+7
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-191-7/+7
* Change api so that we can drop clone from the interface and prepare for using...Henning Baldersheim2020-08-141-7/+7
* Revert "Revert "Revert "Revert "- Change APi for fetching documents to suppor...Henning Baldersheim2020-08-131-1/+1
* Revert "Revert "Revert "- Change APi for fetching documents to support optima...Henning Baldersheim2020-08-131-1/+1
* Revert "Revert "- Change APi for fetching documents to support optimal docume...Henning Baldersheim2020-08-121-1/+1
* Revert "- Change APi for fetching documents to support optimal document retri...Henning Baldersheim2020-08-121-1/+1
* Follow up of PR comment with renaming and refactoring.Henning Baldersheim2020-08-121-1/+1
* - Change APi for fetching documents to support optimal document retrival when...Henning Baldersheim2020-08-071-1/+1
* Use tranfer by value and std::move to avoid copying shared pointer to the Upd...Henning Baldersheim2020-08-072-2/+2
* Cleanup code by following clion advise an move some classes to its proper home.Henning Baldersheim2020-08-051-25/+25
* Propagate provider tombstone metadata to internal SPI GetResultTor Brede Vekterli2020-05-261-0/+1
* Add async update and followup on PR comments.Henning Baldersheim2020-05-051-16/+16
* - Add async interface to putHenning Baldersheim2020-04-292-3/+2
* Since we are accessing the handler while under read/writer lock, there is no ...Henning Baldersheim2020-02-151-2/+10
* The snapshot has 2 lightweight members only and hence does not need another i...Henning Baldersheim2020-02-151-3/+3
* It is enough to hold the read lock.Henning Baldersheim2020-02-141-2/+2
* Remove DocIdString outside of documentHenning Baldersheim2019-08-191-33/+2
* Use enum class for storage::spi::Result::ErrorType.Tor Egge2019-07-301-20/+20
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
* Reject updates with bad ids (document type in id scheme is differentTor Egge2018-10-121-0/+10
* Reject updates with old doc id scheme.Tor Egge2018-10-121-2/+13
* Reject removes with old doc id scheme.Tor Egge2018-10-121-0/+9
* 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-121-1/+3
* Reduce code visibilityHenning Baldersheim2018-06-122-37/+23
* GC some more unused codeHenning Baldersheim2018-05-301-99/+43
* Remove for an unknown document type is an error.Tor Egge2018-04-302-10/+5
* Match engine should be up if cluster state for any bucketspace saysTor Egge2018-03-141-1/+1
* Do not include the world by default.Henning Baldersheim2017-12-281-0/+1
* Add configurable bucket resolver and fixed space repoTor Brede Vekterli2017-12-151-1/+1
* Add bucketSpace argument to storage::spi::PersistenceProvider::setClusterStat...Tor Egge2017-11-201-1/+1
* Consolidate makeBucketSpace() test functions to document module.Tor Egge2017-11-141-1/+2
* Rename storage::spi::test::makeBucket to storage::spi::test::makeSpiBucket.Tor Egge2017-10-201-3/+3
* Use shared ptr and Idesructorcallback to make it more flexible.Henning Baldersheim2017-10-151-17/+11
* Remove explicit ack and use feedtoken as a smartptrHenning Baldersheim2017-10-131-66/+34