aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi
Commit message (Collapse)AuthorAgeFilesLines
...
* Pass std::string variable to boost::tokenizerTor Egge2020-10-041-1/+2
|
* Await advance from test thread to next arrive is in the intended phaseJon Marius Venstad2020-09-301-2/+3
|
* Allow closures for handling document api ResponsesJon Marius Venstad2020-09-304-69/+87
|
* Add convenience for creating a LocalDocumentAccessJon Marius Venstad2020-09-301-1/+4
|
* Register operations with phaser in the caller threadJon Marius Venstad2020-09-303-14/+27
|
* Add equals and hashCode to some classesJon Marius Venstad2020-09-302-1/+31
|
* Move setPhaser to LocalDocumentAccessJon Marius Venstad2020-09-305-19/+57
|
* Revert "Revert "Jonmv/async doc v1 implementation""Jon Marius Venstad2020-09-305-78/+152
| | | | This reverts commit c6aded1606112a54969f56403085ca90d61dac8f.
* Revert "Jonmv/async doc v1 implementation"Harald Musum2020-09-295-152/+78
|
* Common metrics code and abi specJon Marius Venstad2020-09-281-1/+1
|
* Tests and the fixes they entailedJon Marius Venstad2020-09-283-16/+25
|
* Separate out delay queue, and add unit test for itJon Marius Venstad2020-09-281-9/+10
|
* Update abi spec and simplify synch i LocalAsyncSessionJon Marius Venstad2020-09-253-10/+15
|
* Make LocalAsyncSession async when asked to, and test thisJon Marius Venstad2020-09-253-72/+131
|
* FINE log level on self subscription warning ̯๏๏Jon Marius Venstad2020-09-251-1/+1
|
* Log on self-subscroption and fix copyright hreadersJon Marius Venstad2020-09-251-3/+10
|
* Eliminate config self-subscription from MessageBusDocumentAccessJon Marius Venstad2020-09-251-1/+3
|
* Non-functional changesJon Marius Venstad2020-09-251-1/+1
|
* Add copyright headerJon Marius Venstad2020-09-251-0/+1
| | | Co-authored-by: Jon Bratseth <bratseth@oath.com>
* Fix javadoc headerJon Marius Venstad2020-09-251-1/+5
| | | Co-authored-by: Jon Bratseth <bratseth@oath.com>
* Fix javadoc typoJon Marius Venstad2020-09-251-1/+1
| | | Co-authored-by: Jon Bratseth <bratseth@oath.com>
* Update abi specJon Marius Venstad2020-09-241-3/+45
|
* Remove _probably_ irrelevant case handlingJon Marius Venstad2020-09-242-14/+11
|
* Use NOT_FOUND in DocumentResponse as well — as successJon Marius Venstad2020-09-244-16/+12
|
* Use trace level from parameters, and pass on to ResponseJon Marius Venstad2020-09-248-71/+129
|
* Add DocumentOperationParameters to document session APIJon Marius Venstad2020-09-245-32/+272
|
* Update abi specJon Marius Venstad2020-09-241-0/+1
|
* Update javadoc for DocumentAccess and add convencience for outside containersJon Marius Venstad2020-09-241-2/+19
|
* Revert "Revert "Jonmv/async document v1""Jon Marius Venstad2020-09-214-5/+15
| | | | This reverts commit 7b03effca945dea607ed7a3c3debebda303992ab.
* Revert "Jonmv/async document v1"Arnstein Ressem2020-09-214-15/+5
|
* Update doc in DocumentAccessJon Marius Venstad2020-09-211-3/+3
|
* Update abi specJon Marius Venstad2020-09-211-0/+2
|
* Let successful RemoveReponse and UpdateRespone have NOT_FOUND outcomeJon Marius Venstad2020-09-212-2/+10
|
* Merge pull request #14454 from vespa-engine/jonmv/async-document-v1Jon Marius Venstad2020-09-1815-68/+247
|\ | | | | Jonmv/async document v1
| * Update abi-specJon Marius Venstad2020-09-181-3/+31
| |
| * Get more juice out of ResponseJon Marius Venstad2020-09-186-40/+141
| |
| * Add unit test to document inaccurate reply merging on TAS failedJon Marius Venstad2020-09-181-0/+20
| |
| * Deprecate and ignore impossible outcome of sending to MBusJon Marius Venstad2020-09-182-1/+1
| |
| * Non-functional changesJon Marius Venstad2020-09-187-11/+7
| |
| * Accept DocumentPut in AsyncSessionJon Marius Venstad2020-09-163-8/+40
| |
| * Deprecate DocumentAccess.createDefault which uses self subscriptionJon Marius Venstad2020-09-161-2/+4
| |
| * Non-functionalJon Marius Venstad2020-09-141-4/+4
| |
* | Basic functionality for direct RPC for StorageAPI communicationTor Brede Vekterli2020-09-141-15/+11
|/ | | | | | | | This has several advantages: * Completely bypasses all MessageBus indirections * Explicit setup of RPC thread pool * Direct dispatch from RPC thread to persistence queue pool * Better control of encoding/decoding and buffer usage
* Call deconstruct in reverse dependency orderJon Marius Venstad2020-08-211-1/+1
|
* Revert "Revert "Reduce the use of hamcrest when normal ↵Henning Baldersheim2020-08-122-47/+50
| | | | assertEquals/assertTrue does a…""
* Revert "Reduce the use of hamcrest when normal assertEquals/assertTrue does ↵Henning Baldersheim2020-08-112-50/+47
| | | | a…"
* Reduce the use of hamcrest when normal assertEquals/assertTrue does a mucj ↵Henning Baldersheim2020-08-112-47/+50
| | | | better job
* Add some more info to test and set error message.Henning Baldersheim2020-08-073-32/+26
|
* Merge pull request #13985 from vespa-engine/balder/minor-fieldset-cleanupJon Bratseth2020-08-0513-54/+40
|\ | | | | Balder/minor fieldset cleanup
| * Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-049-11/+21
| |