aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/testandsettest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add backend support for distributed condition evaluationTor Brede Vekterli2023-04-181-5/+76
* Improve error response when trying to use an imported field in a conditionTor Brede Vekterli2022-12-081-0/+12
* GC unused Context parameterHenning Baldersheim2022-03-311-4/+2
* Remove copy constructors.Henning Baldersheim2022-03-281-5/+6
* Use both lvalue and rvalue specifier to avoid explicit std::move()Henning Baldersheim2022-03-281-1/+1
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-1/+1
* Avoid need to copy/clone FieldUpdateHenning Baldersheim2022-03-271-4/+1
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-031-0/+1
* Revert "Revert "Balder/refactor docentry""Henning Baldersheim2022-01-071-5/+6
* Revert "Balder/refactor docentry"Arnstein Ressem2022-01-071-6/+5
* - Flags -> Enum.Henning Baldersheim2022-01-061-4/+4
* Use enum class for the flags.Henning Baldersheim2022-01-061-4/+4
* Simplify DocEntry to get a clean interface with multiple implementations, ins...Henning Baldersheim2022-01-061-0/+1
* Move BucketIdFactory to test fixture.Henning Baldersheim2021-11-181-3/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Add an BucketExecutor interface taking a bucket and a BucketTask for execut...Henning Baldersheim2021-01-151-0/+1
* Remove load type from ContextHenning Baldersheim2020-11-241-1/+1
* - Add class comments.Henning Baldersheim2020-10-191-1/+1
* Split the persistence thread and the message handler.Henning Baldersheim2020-10-191-18/+19
* Factor out handling of the remaining messages.Henning Baldersheim2020-10-181-2/+3
* Factor out a handler for async operations to decouple code.Henning Baldersheim2020-10-161-12/+12
* GC disk related code.Henning Baldersheim2020-10-151-1/+1
* Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-041-1/+2
* Add async update and followup on PR comments.Henning Baldersheim2020-05-051-4/+4
* Implement async putHenning Baldersheim2020-05-041-16/+10
* Revert "- Implement async put"Harald Musum2020-05-041-7/+11
* - Implement async putHenning Baldersheim2020-05-041-11/+7
* - Add async interface to putHenning Baldersheim2020-04-291-32/+37
* Implement hasReply avoid copying the shared_ptr just to peak at the result.Henning Baldersheim2020-04-281-1/+1
* Prepare for making persistence layer async.Henning Baldersheim2020-04-261-18/+18
* Just use the stream method.Henning Baldersheim2020-01-161-2/+2
* Remove DocIdString outside of documentHenning Baldersheim2019-08-191-14/+0
* Convert persistence tests from CppUnit to GTestTor Brede Vekterli2019-06-121-95/+58
* Support test-and-set for auto-create document updatesTor Brede Vekterli2018-11-261-15/+35
* 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-121-1/+1
* Reduce code visibilityHenning Baldersheim2018-06-121-0/+1
* Rename storage::spi::test::makeBucket to storage::spi::test::makeSpiBucket.Tor Egge2017-10-201-2/+2
* Move test function makeDocumentBucket to document module.Tor Egge2017-10-201-2/+2
* Take document::Bucket instead of document::BucketId as constructorTor Egge2017-10-171-10/+12
* Use document::Bucket in storage::spi::Bucket to add bucket space.Tor Egge2017-10-041-1/+3
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Avoid building all the document code in every file.Henning Baldersheim2016-12-121-1/+1
* PublishJon Bratseth2016-06-151-0/+331