aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Add serialization for bool fields.Henning Baldersheim2019-01-103-1/+4
* Extend vespa document serializer test to serialize twice.Tor Egge2018-10-091-1/+5
* Handle serialization of empty struct field value.Tor Egge2018-10-081-0/+14
* Reverse iteration over selection result in an attempt toTor Egge2018-08-151-0/+28
* Remove whitespaceHenning Baldersheim2018-08-121-2/+2
* Pass stringref by valueHenning Baldersheim2018-08-101-2/+2
* Consider parse error as invalid selection expression.Tor Egge2018-08-061-0/+13
* Remove stringref::c_str()Tor Brede Vekterli2018-07-251-2/+2
* Ignore array element update with index out of boundsTor Brede Vekterli2018-07-232-0/+36
* Remove unused version from apiHenning Baldersheim2018-06-141-4/+2
* ByteBuffer -> nbostreamHenning Baldersheim2018-06-141-15/+8
* 1 - Use a backing buffer for the DocumentUpdate that always is source of truth.Henning Baldersheim2018-06-124-214/+148
* Last style changes before lazy documentupdate PR.Henning Baldersheim2018-06-121-22/+14
* Reduce code visibilityHenning Baldersheim2018-06-123-1/+4
* Fix deserialization of MapValueUpdates for array fields in C++Tor Brede Vekterli2018-06-111-0/+54
* Revert "Revert "Balder/sameelement in streaming""Henning Baldersheim2018-06-061-5/+11
* Revert "Balder/sameelement in streaming"Henning Baldersheim2018-06-061-11/+5
* Test iterations with arryIndexHenning Baldersheim2018-06-051-5/+11
* Remove unused code, and code only used in unit tests for obsolete features.Henning Baldersheim2018-05-291-33/+19
* Remove unused code, and code only used in unit tests for obsolete features.Henning Baldersheim2018-05-292-11/+0
* Remove DocumentTypeRepo::UP typedef.Tor Egge2018-04-051-1/+0
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-0412-0/+12
* Merge pull request #5455 from vespa-engine/toregge/use-shared-ptr-to-const-do...Geir Storli2018-04-042-2/+2
|\
| * Use shared pointer to const DocumentTypeRepo.Tor Egge2018-04-042-2/+2
* | Adjust test name.Tor Egge2018-04-041-1/+1
* | Add DocumentTypeRepoFactory. If config is equal to config for existing repoTor Egge2018-04-042-0/+62
|/
* Route document removes only to the recipient(s) handling the document type (a...Geir Storli2018-02-131-0/+15
* Define and use fixed bucket spaces names.Geir Storli2018-02-021-0/+2
* Move FixedBucketSpaces to document module.Tor Egge2018-02-012-0/+63
* Always set document type repo during deserializationTor Brede Vekterli2018-01-031-0/+28
* Use new C++ document selection parserTor Brede Vekterli2017-11-142-94/+418
* Do not require that fields in a field set must be part of the document type.Geir Storli2017-10-181-11/+19
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-204-27/+6
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-286-57/+3
* Include what you need.Henning Baldersheim2017-08-184-6/+4
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-1/+1
* Include only what you need.Henning Baldersheim2017-08-184-4/+8
* Avoid including more than you need.Henning Baldersheim2017-07-312-0/+3
* Use a presence vector to avoid expensive remove, an to lay the grouds for a f...Henning Baldersheim2017-07-311-0/+1
* Avoid copyingHenning Baldersheim2017-07-311-2/+2
* Make FieldPath non-copyable.Henning Baldersheim2017-07-311-8/+8
* Optimize multiple FieldPathUpdates by using a transaction concept.Henning Baldersheim2017-07-311-3/+3
* Removed unused parameters.Henning Baldersheim2017-07-311-34/+25
* remove unused repo.Henning Baldersheim2017-07-311-77/+47
* Provide the repo when you need it.Henning Baldersheim2017-07-311-6/+4
* Remove DocumentTypeRepo from interfaces where it is not needed.Henning Baldersheim2017-07-311-218/+121
* Unify error handling to using exceptions only, not in combination with nullptr.Henning Baldersheim2017-07-313-19/+16
* Avoid copy by stealing allocation, and by presizing buffer.Henning Baldersheim2017-07-311-3/+4
* We are not java so we do not need these sanity checks. valgrind will do them ...Henning Baldersheim2017-07-312-20/+0
* Serialize structs lazy as we do with documents..Henning Baldersheim2017-07-311-4/+4