aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused private member variables.Tor Egge2020-01-242-6/+4
|
* Use a single chunkHenning Baldersheim2020-01-231-2/+2
|
* c_str -> dataHenning Baldersheim2020-01-211-1/+1
|
* Unify and factor out common code.Henning Baldersheim2020-01-212-8/+15
|
* Make it known that getting serialized size will always be expensive.Henning Baldersheim2020-01-202-19/+14
|
* GC a load of unused code. ByteBuffer towards read only.Henning Baldersheim2020-01-206-106/+49
|
* Unify towards nbostreamHenning Baldersheim2020-01-162-25/+20
|
* Non-functional changes onlyJon Bratseth2020-01-103-8/+8
|
* Merge branch 'master' into ↵Henning Baldersheim2019-12-053-6/+9
|\ | | | | | | balder/use-duration-in-messagebus-and-storageapi-rebased-1
| * FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-043-6/+9
| | | | | | | | | | Renamed Timer -> ScheduledExecutor. Do not include thread.h when not needed in header files.
* | timeout as durationHenning Baldersheim2019-12-044-45/+51
|/ | | | | Conflicts: messagebus/src/vespa/messagebus/testlib/testserver.cpp
* Use timeouts typed with unit.Henning Baldersheim2019-11-201-2/+4
|
* Remove unused codeHenning Baldersheim2019-11-011-1/+0
|
* Use mockito-core 3.1.0Håkon Hallingstad2019-10-182-13/+13
|
* Update abi.Henning Baldersheim2019-09-301-22/+0
|
* Less unusable options.Henning Baldersheim2019-09-302-213/+0
|
* Cleanup - no functional changesJon Bratseth2019-09-201-75/+49
|
* Re-enable subset of dusty old StoragePolicy simulation testsTor Brede Vekterli2019-09-131-0/+17
|
* Handle edges when cached StoragePolicy cluster state has no distributorsTor Brede Vekterli2019-09-132-4/+38
| | | | | * Avoid division by zero in `getRandomTargetSpec()` * Ensure policy context is set when `NoDistributorsAvailableException` is thrown
* Update to require atleast vespa 6 version.Henning Baldersheim2019-08-211-19/+23
|
* Remove v6 and v7 from java side.Henning Baldersheim2019-08-212-18/+1
|
* Remove DocIdString outside of documentHenning Baldersheim2019-08-191-6/+4
|
* doc: -> id:Henning Baldersheim2019-08-161-1/+1
|
* Update routing config instead of expected result.Henning Baldersheim2019-08-161-2/+2
|
* Update routing config instead of expected result.Henning Baldersheim2019-08-161-2/+2
|
* Update testsHenning Baldersheim2019-08-161-3/+3
|
* Update tests since id: locks document type.Henning Baldersheim2019-08-161-4/+4
|
* Update java expected files.Henning Baldersheim2019-08-166-4/+4
|
* Update expected lengthHenning Baldersheim2019-08-167-43/+43
|
* doc: -> id:Henning Baldersheim2019-08-164-38/+38
|
* doc: -> id:Henning Baldersheim2019-08-161-9/+9
|
* doc: -> id:Henning Baldersheim2019-08-166-56/+56
|
* Follow up from review comments.Henning Baldersheim2019-08-151-1/+1
|
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-0911-49/+12
|
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-0912-72/+8
|
* Rename constant dimensionsJon Bratseth2019-07-282-12/+12
|
* Add short circuit evaluation to the selection engine in java for AND and OR.Henning Baldersheim2019-07-221-1/+0
|
* Add failing test for missing short-circuit of and.Henning Baldersheim2019-07-221-5/+32
|
* Only implicitly override routes for Get operations if the non-Get routeTor Brede Vekterli2019-07-191-1/+9
| | | | | is the default one. Otherwise we can't override the route used for Gets with the current API functionality.
* Nonfunctional changes onlyJon Bratseth2019-06-281-26/+9
|
* Increase timeout in async testJon Bratseth2019-06-182-15/+14
|
* Revert "Revert "Require constant() for large constants and fix a type ↵Jon Bratseth2019-06-131-1/+1
| | | | resolving bug""
* Revert "Require constant() for large constants and fix a type resolving bug ↵Harald Musum2019-06-121-1/+1
| | | | | | (#9769)" This reverts commit cee1c3a3804d5d3c25407b3c4ac64228e9d194e3.
* Require constant() for large constants and fix a type resolving bug (#9769)Jon Bratseth2019-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Require constant() for large constants and fix a type resolving bug * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise * Remove noise
* Keep the spec final.Henning Baldersheim2019-05-284-5/+5
| | | | | | Create the address when needed in the async connect thread. Implement hash/equal/compareTo for Spec to avoid toString. Use Spec as key and avoid creating it every time.
* - Use double checked locking to ensure that we do not create Policies that ↵Henning Baldersheim2019-05-161-6/+15
| | | | | | we forget to destroy. - Catch exceptions and close/destroy when necessary.
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-104-15/+27
|
* mockito-all => mockito-coreHenning Baldersheim2019-04-291-1/+1
|
* Update copyright.Henning Baldersheim2019-04-261-1/+1
|
* Update ABI.Henning Baldersheim2019-04-261-68/+26
|