aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/feedoperation/feedoperation_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-1/+1
* Change from typedef to using in searchcore.Geir Storli2022-12-211-1/+1
* avoid nullptr derefHÃ¥vard Pettersen2022-06-211-2/+2
* - Move persitence/spi/types.h under to persitence/spi/types.hHenning Baldersheim2022-05-181-11/+11
* Minor simplifications after PR feedback.Henning Baldersheim2022-03-291-1/+1
* Remove copy constructors.Henning Baldersheim2022-03-281-1/+1
* Use both lvalue and rvalue specifier to avoid explicit std::move()Henning Baldersheim2022-03-281-2/+2
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-1/+1
* Avoid need to copy/clone FieldUpdateHenning Baldersheim2022-03-271-3/+2
* more descriptive name for header fileArne H Juul2021-12-021-1/+1
* track namespace move in documenttypes.defArne H Juul2021-12-021-0/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - Add async interface to putHenning Baldersheim2020-04-291-1/+1
* Add test for RemoveOperationWithGidHenning Baldersheim2020-04-111-0/+30
* Make RemoveOperation an interface and move implmentation to RemoveOperationWi...Henning Baldersheim2020-04-081-4/+4
* Remove and indirection for document id, for less memory footprint, and better...Henning Baldersheim2020-01-161-4/+4
* WipeHistory has not been used for a very long time.Henning Baldersheim2019-12-161-5/+0
* Do not generate old formats, not even in tests.Henning Baldersheim2019-08-211-20/+0
* doc: -> id:Henning Baldersheim2019-08-161-3/+3
* Remove remains of spooler code from searchcore.Tor Egge2018-09-141-12/+0
* 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-121-2/+3
* Last style changes before lazy documentupdate PR.Henning Baldersheim2018-06-121-8/+6
* GC some more unused code and properly test old formats without exposing produ...Henning Baldersheim2018-05-311-2/+5
* Remove DocumentTypeRepo::UP typedef.Tor Egge2018-04-051-2/+2
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-1/+1
* 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
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-0/+1
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-021-23/+17
* add override in searchcore moduleArne H Juul2017-04-121-2/+2
* Extend document operation with new method to get serializeed document size.Tor Egge2017-03-061-1/+97
* Check bucket id and time stamp when checking deserialization.Tor Egge2017-02-281-8/+18
* Unit test serialization and deserialization of update feed operations.Tor Egge2017-02-281-0/+93
* PublishJon Bratseth2016-06-151-0/+172