aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/messages
Commit message (Expand)AuthorAgeFilesLines
* Rename documentapi library to vespa_documentapi.Tor Egge8 days1-1/+1
* Propagate "create if missing"-flag outside binary Update payload in protocolsTor Brede Vekterli2024-04-262-2/+52
* 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
* Update copyrightJon Bratseth2023-10-097-7/+7
* 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-131-2/+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-071-0/+1
* Don't set deprecated fields when aggregating visitor statisticsTor Brede Vekterli2022-01-311-2/+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 2018 copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-074-4/+4
* GC LoadTypeSetHenning Baldersheim2020-11-272-6/+3
* 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-231-2/+9
* Use a single chunkHenning Baldersheim2020-01-231-2/+2
* Update expected lengthHenning Baldersheim2019-08-161-43/+43
* doc: -> id:Henning Baldersheim2019-08-161-10/+10
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-091-5/+3
* remove unused "headersonly" functionalityArne Juul2019-01-211-1/+0
* Only allow document api protocol version 6.221 (C++)Tor Egge2019-01-216-1162/+1047
* Merge documentapi protocol test classes (C++).Tor Egge2018-09-277-1219/+993
* Only allow document api protocol version 5.115 or newer (C++).Tor Egge2018-09-273-29/+0
* Simplify documentapi deserialization unit test (C++).Tor Egge2018-09-261-85/+26
* Use forward declaration of document::DocumentUpdate.Tor Egge2018-09-252-0/+2
* Remove BatchDocumentUpdateMessage and BatchDocumentUpdateReply fromTor Egge2018-09-252-88/+0
* 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-122-8/+7
* Hardcode DocumentAPI RemoveLocation bucket space for nowTor Brede Vekterli2018-05-301-0/+3
* Only write protocol files if contents have changed (C++)Tor Brede Vekterli2018-04-092-4/+18
* Revert "Write DocumentAPI test data in two phases"Tor Brede Vekterli2018-04-061-9/+5
* Tabs -> spacesTor Brede Vekterli2018-04-061-3/+3
* Write to temp file and do atomic rename in C++ DocumentAPI testsTor Brede Vekterli2018-04-061-3/+7
* Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-044-3/+5
* Remove DocumentList with children...Henning Baldersheim2018-03-191-1/+0
* Enable new document api protocol.Tor Egge2018-03-121-2/+1
* Change version of new document API protocol to 6.999 to avoid activation yet.Geir Storli2018-02-011-1/+1
* More work on StatBucket and GetBucketList codecs and testsTor Brede Vekterli2018-02-012-0/+41
* Remove conditional enabling of protocol feature in favor of versionTor Brede Vekterli2018-02-012-2/+2
* Selectively enable multiple bucket spaces in C++ document protocolTor Brede Vekterli2018-02-011-1/+1