aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/src/main
Commit message (Expand)AuthorAgeFilesLines
* LogLevel -> Level for isLoggable()gjoranv2020-04-253-25/+25
* LogLevel.CONFIG -> Level.CONFIGgjoranv2020-04-251-1/+1
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-255-17/+17
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-253-4/+4
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
* LogLevel.SPAM -> Level.FINESTgjoranv2020-04-252-4/+4
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-255-37/+37
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-2512-12/+12
* Nonfunctional changes onlyJon Bratseth2020-04-152-34/+31
* Non-functional changes onlyJon Bratseth2020-01-103-8/+8
* Less unusable options.Henning Baldersheim2019-09-301-164/+0
* Cleanup - no functional changesJon Bratseth2019-09-201-75/+49
* Handle edges when cached StoragePolicy cluster state has no distributorsTor Brede Vekterli2019-09-131-2/+9
* Update to require atleast vespa 6 version.Henning Baldersheim2019-08-211-19/+23
* Remove v6 and v7 from java side.Henning Baldersheim2019-08-211-6/+1
* Follow up from review comments.Henning Baldersheim2019-08-151-1/+1
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-096-33/+8
* Remove the use and testing of legacy groupdoc/userdoc/orderdoc document ids.Henning Baldersheim2019-08-091-2/+1
* Rename constant dimensionsJon Bratseth2019-07-282-12/+12
* Only implicitly override routes for Get operations if the non-Get routeTor Brede Vekterli2019-07-191-1/+9
* 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 resolvi...Jon Bratseth2019-06-131-1/+1
* Revert "Require constant() for large constants and fix a type resolving bug (...Harald Musum2019-06-121-1/+1
* Require constant() for large constants and fix a type resolving bug (#9769)Jon Bratseth2019-06-121-1/+1
* Keep the spec final.Henning Baldersheim2019-05-284-5/+5
* - Use double checked locking to ensure that we do not create Policies that we...Henning Baldersheim2019-05-161-6/+15
* Update copyright.Henning Baldersheim2019-04-261-1/+1
* Get rid of very complicated and inherently thread unsafe code as external slo...Henning Baldersheim2019-04-268-311/+100
* And then some more finalHenning Baldersheim2019-04-261-21/+31
* 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 hav...Henning Baldersheim2019-04-228-27/+29
* Remove some unused metrics code and dewire it.Henning Baldersheim2019-04-1315-150/+43
* Follow intellij advise.Henning Baldersheim2019-04-137-62/+53
* Avoid '*' imports.Henning Baldersheim2019-04-121-5/+28
* Merge pull request #9078 from vespa-engine/balder/avoid-map2list2map-conversionJon Bratseth2019-04-101-1/+0
|\
| * 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
* Revert "Revert "Generate default-get route for document retrievals""Olli Virtanen2019-02-012-10/+44
* Revert "Generate default-get route for document retrievals"Olli Virtanen2019-01-312-44/+10
* Generate default-get route for document retrievalsOlli Virtanen2019-01-312-10/+44
* Nonfunctional changes onlyJon Bratseth2019-01-251-0/+1
* provide defaults, making it easier to mock up an implementationArne Juul2019-01-212-6/+18