aboutsummaryrefslogtreecommitdiffstats
path: root/document/src
Commit message (Expand)AuthorAgeFilesLines
* Drop 'hasMapped' condition as it is always true.Henning Baldersheim45 hours1-1/+1
* libc++ 18 still needs workarounds.Tor Egge2024-05-211-1/+2
* Use const auto* to indicate that variable is a pointer.Tor Egge2024-05-195-8/+8
* Avoid methods deprecated in jackson 2.17.1Henning Baldersheim2024-05-064-11/+12
* Revert "Update jackson2.vespa.version to v2.17.0"Henning Baldersheim2024-05-064-12/+11
* Avoid deprecated methods.Henning Baldersheim2024-05-064-11/+12
* Cleanup: No functional changesJon Bratseth2024-05-022-8/+2
* Use full author nameHarald Musum2024-04-241-1/+1
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-124-25/+17
* Unify on List.ofHenning Baldersheim2024-04-112-4/+13
* Unify on Set.ofHenning Baldersheim2024-04-111-2/+2
* Fix failing annotator test and singletonMap => Map.ofHenning Baldersheim2024-04-111-12/+11
* Update expected dependencies.Henning Baldersheim2024-04-081-1/+1
* Fix document serialization of weighted set add updateHarald Musum2024-03-261-33/+46
* Add (failing) unit test of document update of weighted set serializationHarald Musum2024-03-261-6/+25
* Merge pull request #30611 from vespa-engine/vekterli/handle-imported-attribut...Tor Brede Vekterli2024-03-131-0/+10
|\
| * Trace children of branching selection nodes, not just their resultTor Brede Vekterli2024-03-121-0/+10
* | Add support for serializing document update to jsonHarald Musum2024-03-124-8/+16
|/
* Support serializing document remove operation to json formatHarald Musum2024-03-114-0/+23
* Merge pull request #30545 from vespa-engine/toregge/rewrite-struct-anno-unit-...Tor Egge2024-03-112-23/+12
|\
| * Fix typo in struct anno unit test.Tor Egge2024-03-111-1/+1
| * Rewrite struct anno unit test to gtest.Tor Egge2024-03-092-23/+12
* | Rewrite annotation serializer unit test to gtest.Tor Egge2024-03-092-76/+62
|/
* Strip invalid unicode based on system propertyjonmv2024-03-081-5/+9
* Minor cleanups of serialization versions and buffer sizesTor Brede Vekterli2024-03-044-8/+5
* Explicitly use HEAD serializer for document update instancesTor Brede Vekterli2024-02-231-0/+1
* Merge pull request #30300 from vespa-engine/vekterli/documentapi-over-protobufTor Brede Vekterli2024-02-214-1/+11
|\
| * Add new Protobuf-based MessageBus DocumentAPI protocolTor Brede Vekterli2024-02-164-1/+11
* | Use auto, braced initialiser and noexceptHenning Baldersheim2024-02-192-3/+3
|/
* - Drop the optimization from long to int and just use long throughout.Henning Baldersheim2024-02-101-1/+1
* - Use numericLabel over label for address manipulation.Henning Baldersheim2024-02-011-1/+1
* Deinline document::config_builder::DatatypeConfig destructor.Tor Egge2024-01-292-1/+2
* Revert "Revert "Jonmv/reapply leaner token buffer""Tor Brede Vekterli2024-01-269-329/+757
* Revert "Jonmv/reapply leaner token buffer"Jon Marius Venstad2024-01-269-757/+329
* Check for "fields" fieldjonmv2024-01-262-1/+11
* Handle other fields in streaming document JSON parsingjonmv2024-01-264-21/+100
* Revert "Merge pull request #30067 from vespa-engine/revert-30038-jonmv/leaner...jonmv2024-01-269-327/+666
* Revert "Jonmv/leaner token buffer"Jon Marius Venstad2024-01-259-666/+327
* Apply suggestions from code reviewJon Marius Venstad2024-01-252-2/+5
* Revert "Improve error detection"jonmv2024-01-241-4/+1
* Add new LazyTokenBuffer, and wire it into existing tensor parse testsjonmv2024-01-246-10/+277
* More test blocksjonmv2024-01-241-196/+312
* Remove redundant branchjonmv2024-01-241-10/+0
* Simplify a bitjonmv2024-01-242-39/+19
* Improve error detectionjonmv2024-01-231-1/+4
* Remove backwards token buffer APIsjonmv2024-01-234-79/+62
* Restore unit test JSONJon Marius Venstad2024-01-231-3/+6
* Use more text blocks in json parser unit testjonmv2024-01-231-565/+837
* Improve readabilityjonmv2024-01-231-3/+5
* Test morejonmv2024-01-231-0/+25