summaryrefslogtreecommitdiffstats
path: root/documentapi
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Get rid of very complicated and inherently thread unsafe code as external ↵Henning Baldersheim2019-04-2611-320/+110
| | | | slobrok/configserver support is long gone.
* And then some more finalHenning Baldersheim2019-04-263-25/+36
|
* Group volatiles together and use more final members.Henning Baldersheim2019-04-261-21/+33
|
* Use syncronized and ordinary boolean firstTryHenning Baldersheim2019-04-261-10/+12
|
* Add some more synchronized to ensure thread visibilityHenning Baldersheim2019-04-262-14/+19
|
* And then there were more.....Henning Baldersheim2019-04-261-11/+19
|
* Also protect oldClusterVersionGottenCountHenning Baldersheim2019-04-261-3/+4
|
* Make cachedClusterState thread safe.Henning Baldersheim2019-04-261-5/+9
|
* Make validRandomTargets thread safe.Henning Baldersheim2019-04-261-2/+5
|
* Change interface from Mirror.Entry[] to List<Mirror.Entry> as you already ↵Henning Baldersheim2019-04-2213-52/+108
| | | | | | have a list. Avoid having to do an array copy that is not necessary.
* Remove some unused metrics code and dewire it.Henning Baldersheim2019-04-1320-226/+86
|
* Follow intellij advise.Henning Baldersheim2019-04-138-102/+60
|
* Avoid '*' imports.Henning Baldersheim2019-04-121-5/+28
|
* Merge pull request #9078 from vespa-engine/balder/avoid-map2list2map-conversionJon Bratseth2019-04-101-1/+0
|\ | | | | Balder/avoid map2list2map conversion.
| * GC unused importHenning Baldersheim2019-04-101-1/+0
| |
* | GC unused import and code.Henning Baldersheim2019-04-101-4/+8
|/
* add "sum" output for gauge metricsArne Juul2019-03-221-0/+1
|
* Merge pull request #8681 from vespa-engine/balder/trace-backendHenning Baldersheim2019-03-071-1/+1
|\ | | | | Balder/trace backend
| * Update abiHenning Baldersheim2019-03-061-1/+1
| |
* | Don't use custom (old) version of ph-javacc-maven-plugingjoranv2019-03-071-1/+0
|/
* Don't use gmock for now as it triggers valgrind.Geir Storli2019-03-042-5/+1
|
* Add '()' to macro definition.Geir Storli2019-03-011-1/+1
|
* Rewrite only cppunit test in documentapi to use gtest.Geir Storli2019-03-013-42/+26
|
* Eliminate some gcc 9 warnings.Tor Egge2019-02-251-1/+1
|
* Cleanup after removal of old unit test runner.Tor Egge2019-02-213-5/+0
|
* Remove files used by old unit test runner.Tor Egge2019-02-198-8/+0
|
* Remove old unit test runner.Tor Egge2019-02-191-74/+0
| | | | Remove unmaintained scripts to generate old style unit test skeletons.
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-8/+0
|
* Eliminate clang warnings in documentapiTor Egge2019-02-082-2/+2
|
* Revert "Revert "Generate default-get route for document retrievals""Olli Virtanen2019-02-015-12/+49
|
* Revert "Generate default-get route for document retrievals"Olli Virtanen2019-01-315-49/+12
|
* Generate default-get route for document retrievalsOlli Virtanen2019-01-315-12/+49
|
* Nonfunctional changes onlyJon Bratseth2019-01-251-0/+1
|
* Update abi specs for 7.gjoranv2019-01-211-142/+92
|
* provide defaults, making it easier to mock up an implementationArne Juul2019-01-212-6/+18
|
* remove misleading usage of DocumentSerializerFactoryArne Juul2019-01-211-5/+4
|
* remove unused class and importsArne Juul2019-01-214-32/+0
|
* avoid using a dynamic documentlist just to hold a single operationArne Juul2019-01-213-20/+40
|
* Deprecation cleanupJon Bratseth2019-01-214-5/+5
|
* Require methods with timeout to be implementedJon Bratseth2019-01-212-16/+11
|
* remove unused "headersonly" functionalityArne Juul2019-01-212-9/+0
|
* ignore headersonly flagArne Juul2019-01-214-3/+35
| | | | * methods taking the flag are now deprecated, added new variants not taking the flag
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Remove cross language test files for old document api version.Tor Egge2019-01-2187-0/+0
|