summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reapply Gjoranv/New metrics proxygjoranv2019-05-0788-40/+6574
| | | | This reverts commit 8b0272c3104080d1f293e6a709208d2ea149fc03.
* Merge pull request #9305 from ↵Olli Virtanen2019-05-0788-6574/+40
|\ | | | | | | | | vespa-engine/revert-9266-gjoranv/new-metrics-proxy_rebased2 Revert "Gjoranv/New metrics proxy"
| * Revert "Gjoranv/New metrics proxy"gjoranv2019-05-0788-6574/+40
|/
* Merge pull request #9295 from vespa-engine/jvenstad/open-source-deploy-pluginJon Marius Venstad2019-05-0711-90/+400
|\ | | | | Jvenstad/open source deploy plugin
| * Add CompileVersion mojoJon Marius Venstad2019-05-072-2/+29
| |
| * Default to "default" instance if set neither in pom.xml nor as propertyJon Marius Venstad2019-05-071-1/+1
| |
| * Add projectId as an optional argument to SubmitMojoJon Marius Venstad2019-05-073-8/+12
| |
| * Add DeployMojoJon Marius Venstad2019-05-071-0/+58
| |
| * Factor out common Mojo code into AbstractVespaMojoJon Marius Venstad2019-05-072-51/+84
| |
| * Support deployments through the ControllerHttpClientJon Marius Venstad2019-05-073-0/+171
| |
| * Refactor out some common codeJon Marius Venstad2019-05-072-25/+32
| |
| * s/! isPresent()/isEmpty()/gJon Marius Venstad2019-05-061-2/+2
| |
| * Separate development and production restartsJon Marius Venstad2019-05-062-6/+16
| |
* | Merge pull request #9302 from vespa-engine/andreer/silly-routing-flagAndreas Eriksen2019-05-071-0/+6
|\ \ | | | | | | feature flag for "silly routing" dummy feature
| * | feature flag for "silly routing" dummy featureandreer2019-05-071-0/+6
|/ /
* | Merge pull request #9299 from ↵Olli Virtanen2019-05-071-1/+18
|\ \ | | | | | | | | | | | | vespa-engine/ollivir/disable-compression-on-hit-only-reply Disable compression when search reply doesn't contain grouping data
| * | Disable compression when search result doesn't contain grouping dataOlli Virtanen2019-05-071-1/+18
| | |
* | | Merge pull request #9266 from vespa-engine/gjoranv/new-metrics-proxy_rebased2gjoranv2019-05-0788-40/+6574
|\ \ \ | | | | | | | | Gjoranv/New metrics proxy
| * | | Require consecutive ports and add tests for port allocation.gjoranv2019-05-073-7/+63
| | | |
| * | | Use compile scope for metrics-proxy (not provided runtime).gjoranv2019-05-032-6/+1
| | | |
| * | | Revert file that was modified by accident.gjoranv2019-05-031-5/+0
| | | |
| * | | Add groupId for compiler plugin, even if optional.gjoranv2019-05-031-0/+1
| | | |
| * | | Resolve test files from class loader.gjoranv2019-05-037-36/+20
| | | |
| * | | Add tests for metrics proxy model.gjoranv2019-05-033-26/+377
| | | |
| * | | Add metrics-proxy to aggregator pom.gjoranv2019-05-021-0/+1
| | | |
| * | | Install metrics-proxy on MetricsProxyContainerClusters.gjoranv2019-05-0210-7/+410
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add metrics-proxy dep to config-model. * Install metrics-proxy bundle for MPConatinerClusters. * Add metrics-proxy components and generate configs. * Put node specific components to the Container, not the cluster.
| * | | New metrics-proxygjoranv2019-05-0275-1/+5749
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Configs for services, monitoring, consumers, dimensions, rpc-connector * Add a provider for SystemPoller to simplify migration to DI. * Add test and test utils for ConfigSentinelClient. * Add package-info files. * Add MetricsConsumers class. * Extract separate classes and configs for app and node dims. * Add RpcConnector as a long-lived owner of the rpc Supervisor. * Move service updating from VespaMetrics to MetricsManager. * Move service dimensions to VespaService. * Rename service.id to 'configId' in vespa-services.def.
* | | | Merge pull request #9294 from vespa-engine/hmusum/remove-methodHarald Musum2019-05-074-40/+7
|\ \ \ \ | |_|/ / |/| | | Remove method that has no use anymore
| * | | Remove method that has no use anymoreHarald Musum2019-05-074-40/+7
| | | |
* | | | Merge pull request #9262 from vespa-engine/bjorncs/python-cleanupHenning Baldersheim2019-05-071-391/+0
|\ \ \ \ | | | | | | | | | | Remove fbench-formatter.py
| * | | | Remove fbench-formatter.pyBjørn Christian Seime2019-05-021-391/+0
| | | | | | | | | | | | | | | | | | | | Not linted, packaged or referred from doc.
* | | | | Merge pull request #9284 from vespa-engine/bjorncs/jrt-security-contextBjørn Christian Seime2019-05-078-3/+108
|\ \ \ \ \ | |_|/ / / |/| | | | Add security context to target
| * | | | Rename 'securityContext' to 'getSecurityContext'. Add default implementationBjørn Christian Seime2019-05-066-10/+6
| | | | |
| * | | | Add security context to targetBjørn Christian Seime2019-05-069-3/+112
| | | | |
* | | | | Merge pull request #9290 from ↵Valerij Fredriksen2019-05-0747-181/+136
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/freva/move-job-controller-to-node-repo Move JobController and InfrastructureVersions to NodeRepository
| * \ \ \ \ Merge branch 'master' into freva/move-job-controller-to-node-repoValerij Fredriksen2019-05-07120-1471/+1989
| |\ \ \ \ \
| * | | | | | Non-functional cleanupValerij Fredriksen2019-05-069-14/+11
| | | | | | |
| * | | | | | Remove unused variableValerij Fredriksen2019-05-061-4/+0
| | | | | | |
| * | | | | | Move JobControl and InfrastructureVersions to NodeRepositoryValerij Fredriksen2019-05-0641-160/+124
| | | | | | |
| * | | | | | Move MetricsReporterTest to the same package as the class it testsValerij Fredriksen2019-05-061-3/+1
| | | | | | |
* | | | | | | Merge pull request #9292 from ↵Henning Baldersheim2019-05-076-57/+60
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/use-templated-helpers-to-ensure-proper-inlining Use a templated helper method to get proper inlining by allowing the …
| * | | | | | | Use final and std::make_unique.Henning Baldersheim2019-05-073-43/+31
| | | | | | | |
| * | | | | | | Use a templated helper method to get proper inlining by allowing the correct ↵Henning Baldersheim2019-05-063-14/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type to be known at the right place.
* | | | | | | | Merge pull request #9289 from ↵Arne H Juul2019-05-072-93/+113
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | vespa-engine/havardpe/preserve-simple-tensor-cell-type-during-binary-encode-decode preserve cell type during encode decode
| * | | | | | | preserve cell type during encode decodeHåvard Pettersen2019-05-062-93/+113
| | | | | | | |
* | | | | | | | Merge pull request #9288 from ↵Martin Polden2019-05-072-21/+25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hakonhall/recycle-failed-nodes-without-allocation Recycle failed nodes without allocation
| * | | | | | | | Recycle failed nodes without allocationHåkon Hallingstad2019-05-062-21/+25
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #9291 from vespa-engine/bratseth/user-flavorsJon Bratseth2019-05-0788-723/+1206
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Bratseth/user flavors
| * | | | | | | Java isn't mathJon Bratseth2019-05-063-12/+11
| | | | | | | |
| * | | | | | | Expect the correct capacity valuesJon Bratseth2019-05-061-9/+10
| | | | | | | |