summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | |
| * | | | | | Add nodeResources accessorJon Bratseth2019-05-062-5/+7
| | | | | | |
| * | | | | | Follow API changeJon Bratseth2019-05-061-1/+1
| | | | | | |
| * | | | | | Merge branch 'master' into bratseth/user-flavorsJon Bratseth2019-05-06161-2128/+3708
| |\ \ \ \ \ \
| * | | | | | | Create nodes by resourcesJon Bratseth2019-05-0614-63/+65
| | | | | | | |
| * | | | | | | Test allocation by resourcesJon Bratseth2019-05-061-24/+88
| | | | | | | |
| * | | | | | | Make host prioritization explicitJon Bratseth2019-05-068-78/+116
| | | | | | | |
| * | | | | | | Allow node allocation by resource specJon Bratseth2019-05-0644-397/+521
| | | | | | | |
| * | | | | | | Add methodsJon Bratseth2019-05-032-2/+28
| | | | | | | |
| * | | | | | | Allow continuous node resource specsJon Bratseth2019-05-0261-505/+732
| | | | | | | |
* | | | | | | | Merge pull request #9286 from ↵Jon Marius Venstad2019-05-066-84/+116
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/open-source-controller-client-with-athenz Jvenstad/open source controller client with athenz
| * | | | | | | | Remove traces of AthenzJon Marius Venstad2019-05-062-12/+7
| | | | | | | | |
| * | | | | | | | Allow key/cert identity for submit pluginJon Marius Venstad2019-05-062-4/+7
| | | | | | | | |
| * | | | | | | | Move overloading of request data variants to clientJon Marius Venstad2019-05-064-91/+39
| | | | | | | | |
| * | | | | | | | Support key/certificate based authentication in ControllerHttpClientJon Marius Venstad2019-05-062-42/+129
| | | | | | | | |
| * | | | | | | | Name change, doc change, unused import GCJon Marius Venstad2019-05-062-4/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #9287 from ↵Jon Marius Venstad2019-05-061-5/+10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jvenstad/detect-compile-version-for-build-meta Use override value of vespaversion when this is set
| * | | | | | | | | Use override value of vespaversion when this is setJon Marius Venstad2019-05-061-5/+10
| | |_|_|_|/ / / / | |/| | | | | | |