aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle unaligned read in PutDocumentMessage::getSequenceId() andTor Egge2022-12-092-2/+2
| | | | | UpdateDocumentMessage::getSequenceId() the same way as for RemoveDocumentMessage::getSequenceId().
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-042-2/+2
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-042-2/+2
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-022-2/+2
|
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-1/+1
|
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-1/+1
|
* - Reduce usage of guava.Henning Baldersheim2022-12-011-1/+1
| | | | - Ensure that tests relying on order are determinsitic.
* Move synchronous policy init inside lockTor Brede Vekterli2022-11-301-4/+4
| | | | | | | Avoids a race when multiple threads try to synchronously initialize a MessageBus policy. This resolves a TSan warning.
* Update ABI spec format, and update all specsjonmv2022-10-251-1134/+1134
|
* Support tracing for /document/v1/ visit requestsjonmv2022-10-121-7/+6
|
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-066-8/+12
|
* Merge pull request #24042 from vespa-engine/bratseth/cleanup-671Jon Bratseth2022-09-235-6/+7
|\ | | | | No functional changes
| * No functional changesJon Bratseth2022-09-145-6/+7
| |
* | Short circuit boolean expressionsJon Bratseth2022-09-211-1/+2
| | | | | | | | | | | | | | | | Short circuit boolean expressions by converting them to (nested) if expressions. This also fixes a bug in Java expression evaluation where evaluation of arithmetic operations with the same precedence would be from right to left rather than left to right.
* | Revert "Revert "Revert "Short circuit boolean expressions"""Henning Baldersheim2022-09-211-2/+1
| |
* | Revert "Revert "Short circuit boolean expressions""Henning Baldersheim2022-09-211-1/+2
| |
* | Revert "Short circuit boolean expressions"Arnstein Ressem2022-09-201-2/+1
| |
* | Short circuit boolean expressionsJon Bratseth2022-09-201-1/+2
| | | | | | | | | | | | | | | | Short circuit boolean expressions by converting them to (nested) if expressions. This also fixes a bug in Java expression evaluation where evaluation of arithmetic operations with the same precedence would be from right to left rather than left to right.
* | Simplify and unify the use of Timers.Henning Baldersheim2022-09-141-28/+20
|/
* remove unused doxygen setup filesArne Juul2022-08-291-1213/+0
|
* GC long gone config and som minor code cleanup.Henning Baldersheim2022-07-061-3/+2
|
* Revert "Revert "Revert "GC long gone config"""Arnstein Ressem2022-07-051-2/+3
|
* Revert "Revert "GC long gone config""Henning Baldersheim2022-07-051-3/+2
|
* Revert "GC long gone config"Henning Baldersheim2022-07-051-2/+3
|
* GC long gone configHenning Baldersheim2022-07-051-3/+2
|
* Make load balancer thread safe.Henning Baldersheim2022-06-304-33/+54
|
* Remove 'requireSequencing' as an option.Henning Baldersheim2022-06-261-1/+0
| | | | As a consequence move protocol and params resolution to common code so that it is always handled in the decoding/encoding thread.
* avoid unaligned accessHåvard Pettersen2022-06-201-1/+2
|
* Remove outdated suppressWarningsgjoranv2022-06-091-1/+0
|
* more testing (arnej)Håvard Pettersen2022-06-091-0/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-085-166/+48
|
* remove 'Storage' protocolArne H Juul2022-06-081-1/+0
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Remove maxFirstPass support on Vespa 8Jon Bratseth2022-06-085-55/+2
|
* cleanup unused second pass statsArne H Juul2022-06-087-49/+10
|
* Remove warnings and push some todosJon Bratseth2022-06-081-3/+3
|
* Bump full removal of priorities to Vespa 9Tor Brede Vekterli2022-06-084-10/+10
| | | | | Streaming search still uses this to ensure low latencies, and we don't have a replacement for priorities for this use case yet.
* Remove on Vespa 8Jon Bratseth2022-06-086-19/+0
|
* Remove config version on Vespa 8Jon Bratseth2022-06-081-4/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-12/+0
|
* Remove on Vespa 8Jon Bratseth2022-06-082-15/+0
|
* Remove <client> on Vespa 8Jon Bratseth2022-06-081-1/+0
|
* Revoke com.yahoo.config.subscription as public APIHarald Musum2022-06-083-4/+1
| | | | Also remove some deprecated methods in ConfigGetter
* Remove deprecated documentapi Response constructorsjonmv2022-06-086-99/+3
|
* Use DocumentOnly-fieldset by defaultTor Brede Vekterli2022-06-088-30/+12
| | | | Also remove deprecated and unsupported header-only visitor parameter
* Remove explicit operation priority from DocumentAPI session public APIsTor Brede Vekterli2022-06-086-292/+0
|
* Remove top-level <clients> element and LoadType conceptTor Brede Vekterli2022-06-0818-360/+21
| | | | | | | Load types have not been properly supported for some time, so remove the remaining API surfaces exposing them. Since load type config was the last remaining use of <clients> in services.xml, remove that one as well.
* Remove deprecated APIs exposing Guava typesBjørn Christian Seime2022-06-081-1/+1
|
* Remove compatibility translation Storage --> Content policyjonmv2022-06-081-2/+1
|
* Remove DocumentAccess.createDefaultjonmv2022-06-082-19/+1
|