aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Rewrite document api routable factory unit test to gtest.Tor Egge13 days2-34/+16
* Propagate "create if missing"-flag outside binary Update payload in protocolsTor Brede Vekterli2024-04-262-2/+52
* Merge pull request #30547 from vespa-engine/toregge/rewrite-documentapi-polic...Tor Egge2024-03-112-182/+124
|\
| * Fix typo in documentapi policies unit test.Tor Egge2024-03-111-1/+1
| * Rewrite documentapi policies unit test to gtest.Tor Egge2024-03-092-182/+124
* | Merge pull request #30552 from vespa-engine/toregge/rewrite-documentapi-reply...Geir Storli2024-03-112-89/+33
|\ \
| * | Rewrite documentapi reply merger unit test to gtest.Tor Egge2024-03-092-89/+33
| |/
* / Rewrite documentapi messagebus unit test to gtest.Tor Egge2024-03-092-36/+35
|/
* Include file names in IO failure exceptionsTor Brede Vekterli2024-02-221-2/+2
* Move C++ DocumentAPI message tests to GTestTor Brede Vekterli2024-02-2211-1359/+867
* Tag Protobuf protocol boundary version and add binary test filesTor Brede Vekterli2024-02-211-1/+1
* Add new Protobuf-based MessageBus DocumentAPI protocolTor Brede Vekterli2024-02-166-46/+940
* Improve thread safety of MessageBus ContentPolicyTor Brede Vekterli2023-10-171-5/+5
* Update copyrightJon Bratseth2023-10-0921-21/+21
* Use std::filesystem::is_directory and std::filesystem::existsTor Egge2023-07-201-2/+2
* Deserialize match features in SearchResult used in streaming search.Geir Storli2023-05-021-1/+5
* Serialize match features in vdslib::SearchResult.Tor Egge2023-04-281-0/+48
* Remove (SearchResult|DocumentSummary)(Command|Reply) storage and documentapi ...Tor Egge2023-04-212-204/+0
* add create-if-non-existent flag for document putHÃ¥vard Pettersen2023-04-193-8/+67
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-132-11/+14
* - Use T && f() && to avoid moving temporaries.Henning Baldersheim2023-02-031-2/+2
* - Deinline destructor.Henning Baldersheim2023-02-012-84/+75
* deinline destructors.Henning Baldersheim2023-02-011-2/+2
* Change from typedef to using in documentapi C++ code.Geir Storli2022-12-211-1/+1
* Make load balancer thread safe.Henning Baldersheim2022-06-301-4/+2
* cleanup unused second pass statsArne H Juul2022-06-081-4/+0
* CloneablePtr -> std::unique_ptrHenning Baldersheim2022-03-291-2/+1
* Update tests to take vespalib::string size into accountTor Brede Vekterli2022-03-241-1/+1
* Reduce visibility of document::DocumentHenning Baldersheim2022-03-072-1/+2
* Remove inlining warnings (documentapi).Tor Egge2022-02-261-0/+8
* Ensure that internal state of ExternSlobrokPolicy and ExternPolicy is consist...Henning Baldersheim2022-02-231-4/+3
* Don't set deprecated fields when aggregating visitor statisticsTor Brede Vekterli2022-01-311-2/+2
* more descriptive name for header fileArne H Juul2021-12-023-3/+3
* track namespace move in documenttypes.defArne H Juul2021-12-023-0/+3
* Update 2018 copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-0718-18/+18
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-311-1/+1
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-051-24/+24
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-051-24/+24
* Merge storagepolicy into contentpolicyJon Marius Venstad2020-12-301-24/+24
* GC LoadTypeSetHenning Baldersheim2020-11-2711-128/+24
* Remove load type from documentapi interface.Henning Baldersheim2020-11-241-5/+2
* Use std::string for selection as that is required for parsing and as it has a...Henning Baldersheim2020-11-231-3/+8
* - Reorder members for compactness.Henning Baldersheim2020-11-232-2/+10
* Remove disk distribution from C++ part of vdslib.Tor Egge2020-11-051-6/+1
* Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-041-4/+4
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
* Use a single chunkHenning Baldersheim2020-01-231-2/+2
* Merge branch 'master' into balder/use-duration-in-messagebus-and-storageapi-r...Henning Baldersheim2019-12-052-3/+5
|\