summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Henning Baldersheim2019-01-141-1/+1
* Implement docsum generation for bool fields too.Henning Baldersheim2019-01-141-42/+39
* Implement the various conversions tooHenning Baldersheim2019-01-112-0/+32
* Correct copyright yearHenning Baldersheim2019-01-112-2/+5
* Update api spec.Henning Baldersheim2019-01-111-2/+4
* Also implement on Head so that 7 branch can be merged too.Henning Baldersheim2019-01-112-0/+13
* Update api spec.Henning Baldersheim2019-01-101-0/+6
* Add serialization for bool fields.Henning Baldersheim2019-01-1015-16/+112
* Brief implementation skeleton for bool field type.Henning Baldersheim2019-01-0916-40/+163
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+5358
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-5358/+0
* Merge pull request #8015 from vespa-engine/bratseth/add-hw-divergence-metricValerij Fredriksen2019-01-041-1/+0
|\
| * Nonfunctional changes onlyJon Bratseth2019-01-041-1/+0
* | Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
* | Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+5370
|/
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-1420-212/+405
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-1/+1
* Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-061-9/+0
* Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+1
* Deprecation cleanupJon Bratseth2018-11-206-37/+29
* some TODOs cannot be done in time for Vespa 7Arne Juul2018-11-124-4/+4
* do reserialization in more casesArne Juul2018-11-091-23/+18
* Merge pull request #7540 from vespa-engine/balder/use-templated-find-take-2Henning Baldersheim2018-11-021-10/+16
|\
| * Use template args for the class, not on the find method.Henning Baldersheim2018-11-011-10/+16
* | Merge pull request #7538 from vespa-engine/toregge/narrow-down-routing-of-doc...Tor Egge2018-11-015-1/+65
|\ \ | |/ |/|
| * Throw UnsupportedOperationException.Tor Egge2018-11-011-1/+1
| * Fixup local variable name.Tor Egge2018-11-011-2/+2
| * Narrow down routing of Document API GetDocument messages.Tor Egge2018-11-015-1/+65
* | Merge pull request #7517 from vespa-engine/balder/deprecate-header-body-relat...Henning Baldersheim2018-11-0114-40/+78
|\ \
| * | getContentType -> contentStruct and java doc.Henning Baldersheim2018-11-014-11/+15
| * | Deprecating a whole lot of body/header related methods that should have been ...Henning Baldersheim2018-10-3114-40/+74
| |/
* | deserialize into both header and body structsArne Juul2018-11-011-3/+95
* | ensure we write both chunks if they were presentArne Juul2018-11-011-1/+9
|/
* Fix javadocJon Bratseth2018-10-301-5/+1
* Keep binary compatibility.Henning Baldersheim2018-10-301-0/+9
* Follow up code comments from @vekterliHenning Baldersheim2018-10-263-10/+6
* Remove use of deprecated methods.Henning Baldersheim2018-10-262-11/+54
* Only deprecate the badly scaling methods.Henning Baldersheim2018-10-252-44/+38
* Use hashmap for faster access.Henning Baldersheim2018-10-259-98/+182
* Revert "Revert "Disallow complex types as keys for nested types in arrays""Lester Solbakken2018-10-231-1/+8
* Revert "Disallow complex types as keys for nested types in arrays"Harald Musum2018-10-231-8/+1
* Disallow complex types as keys for nested types in arraysLester Solbakken2018-10-221-1/+8
* Use maven-shade-plugin to assemble fat jarBjørn Christian Seime2018-10-191-11/+19
* Nonfunctional changes onlyJon Bratseth2018-10-181-18/+8
* Rember that you did not have any constructor for this class and this paramete...Henning Baldersheim2018-10-161-5/+11
* Extend vespa document serializer test to serialize twice.Tor Egge2018-10-091-1/+5
* Handle serialization of empty struct field value.Tor Egge2018-10-082-2/+16
* Remove end tagHarald Musum2018-10-036-6/+6
* Use full nameHarald Musum2018-10-036-6/+6
* add empty string in array unit testArne Juul2018-09-271-1/+5