aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove use of common-lang in predicate-searchBjørn Christian Seime2020-01-063-7/+6
* Remove use of common libraries in config-modelBjørn Christian Seime2020-01-0610-27/+39
* Remove use of commons-lang in predicate-search-coreBjørn Christian Seime2020-01-061-2/+1
* Remove use of commons-lang in vespajlibBjørn Christian Seime2020-01-062-7/+10
* Remove use of commons-lang from vespaclient-container-pluginBjørn Christian Seime2020-01-063-16/+11
* Remove use of commons-lang from contrainer-accessloggingBjørn Christian Seime2020-01-062-8/+28
* Remove use of commons-lang from documentBjørn Christian Seime2020-01-065-15/+11
* Remove use of commons-io from configserverBjørn Christian Seime2020-01-065-16/+8
* Use vespajlib's ExceptionUtils in clustercontroller-coreBjørn Christian Seime2020-01-062-13/+4
* Add ExceptionUtils to vespajlibBjørn Christian Seime2020-01-062-0/+48
* Merge pull request #11656 from vespa-engine/bjorncs/flagdata-validationHåkon Hallingstad2020-01-061-12/+22
|\
| * Validate flag data against definition (if known for controller)Bjørn Christian Seime2020-01-061-12/+22
|/
* Merge pull request #11655 from vespa-engine/hmusum/use-lower-min-heap-size-fo...Henning Baldersheim2020-01-061-1/+1
|\
| * Use lower min heap size for logserverHarald Musum2020-01-061-1/+1
* | Merge pull request #11649 from vespa-engine/bjorncs/apache-commons-libraries-...Henning Baldersheim2020-01-0623-142/+115
|\ \
| * | Remove use of apache commons libraries in jdisc_http_serviceBjørn Christian Seime2020-01-032-16/+20
| * | Remove use of apache commons libraries in metricsBjørn Christian Seime2020-01-031-6/+0
| * | Remove use of apache commons libraries in indexinglanguageBjørn Christian Seime2020-01-034-11/+7
| * | Remove use of apache commons libraries in config-application-packageBjørn Christian Seime2020-01-031-2/+1
| * | Remove use of apache commons libraries in bundle-pluginBjørn Christian Seime2020-01-031-22/+22
| * | Remove use of apache commons libraries in config-class-pluginBjørn Christian Seime2020-01-032-9/+11
| * | Remove use of apache commons libraries from cluster-controller modulesBjørn Christian Seime2020-01-036-24/+45
| * | Remove use of apache commons libraries in applicationBjørn Christian Seime2020-01-033-34/+6
| * | Remove use of apache commons libraries in container-searchBjørn Christian Seime2020-01-033-18/+3
* | | Merge pull request #11631 from vespa-engine/hakonhall/add-steps-to-the-run-re...Jon Marius Venstad2020-01-068-11/+112
|\ \ \ | |_|/ |/| |
| * | Remove ClockHåkon Hallingstad2020-01-064-15/+12
| * | Adds steps to the run REST APIHåkon Hallingstad2020-01-0210-21/+125
* | | Merge pull request #11638 from vespa-engine/bjorncs/configserver-authz-loggingHåkon Hallingstad2020-01-062-5/+26
|\ \ \
| * | | Don't log warning when peer is not in host registryBjørn Christian Seime2020-01-032-5/+26
* | | | Merge pull request #11648 from vespa-engine/bratseth/add-headersgjoranv2020-01-06342-437/+366
|\ \ \ \
| * | | | Skip headers hereJon Bratseth2020-01-035-5/+0
| * | | | Add/corect copyright headersJon Bratseth2020-01-03346-437/+371
| | |_|/ | |/| |
* | | | Merge pull request #11637 from vespa-engine/bratseth/tensor-short-form-tostringJon Bratseth2020-01-0615-42/+124
|\ \ \ \
| * | | | Expect short formJon Bratseth2020-01-031-1/+1
| * | | | Expect short formJon Bratseth2020-01-031-1/+1
| * | | | More tensor short forms in Tensor.toString()Jon Bratseth2020-01-0313-40/+122
* | | | | Merge pull request #11620 from vespa-engine/bratseth/tensor-mergeJon Bratseth2020-01-0613-66/+213
|\ \ \ \ \
| * | | | | Remove tabJon Bratseth2020-01-061-1/+1
| * | | | | Up to date copyright headingJon Bratseth2020-01-061-1/+1
| * | | | | Require equal lengths if specifiedJon Bratseth2020-01-034-35/+18
| * | | | | Add mergeJon Bratseth2020-01-0213-70/+234
* | | | | | Merge pull request #11647 from vespa-engine/gjoranv/host-config-idgjoranv2020-01-061-1/+1
|\ \ \ \ \ \
| * | | | | | Use configId for the host, not the container.gjoranv2020-01-031-1/+1
* | | | | | | Merge pull request #11644 from vespa-engine/mpolden/lb-combined-clusterMartin Polden2020-01-0622-83/+252
|\ \ \ \ \ \ \
| * | | | | | | Ignore files generated by testsMartin Polden2020-01-031-0/+2
| * | | | | | | Use static factory method instead of constructor to signal copyingMartin Polden2020-01-0310-21/+25
| * | | | | | | Avoid changing allocation when switching to combined cluster typeMartin Polden2020-01-038-21/+83
| * | | | | | | Require redundancy for combined clusterMartin Polden2020-01-031-2/+5
| * | | | | | | Provision load balancer for combined clusterMartin Polden2020-01-033-3/+20
| * | | | | | | Provision correct cluster type for combined clusterMartin Polden2020-01-033-36/+105