aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* re-implement delayed restartArne Juul2019-05-074-34/+97
* Merge pull request #9294 from vespa-engine/hmusum/remove-methodHarald Musum2019-05-074-40/+7
|\
| * 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.pyBjørn Christian Seime2019-05-021-391/+0
* | | Merge pull request #9284 from vespa-engine/bjorncs/jrt-security-contextBjørn Christian Seime2019-05-078-3/+108
|\ \ \ | |_|/ |/| |
| * | 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 vespa-engine/freva/move-job-controller-to-node-...Valerij Fredriksen2019-05-0747-181/+136
|\ \ \
| * \ \ 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 vespa-engine/balder/use-templated-helpers-to-en...Henning Baldersheim2019-05-076-57/+60
|\ \ \ \ \
| * | | | | 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
* | | | | | Merge pull request #9289 from vespa-engine/havardpe/preserve-simple-tensor-ce...Arne H Juul2019-05-072-93/+113
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | preserve cell type during encode decodeHåvard Pettersen2019-05-062-93/+113
* | | | | | Merge pull request #9288 from vespa-engine/hakonhall/recycle-failed-nodes-wit...Martin Polden2019-05-072-21/+25
|\ \ \ \ \ \
| * | | | | | 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
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | 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 vespa-engine/jvenstad/open-source-controller-cl...Jon Marius Venstad2019-05-066-84/+116
|\ \ \ \ \ \ \
| * | | | | | | 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 vespa-engine/jvenstad/detect-compile-version-fo...Jon Marius Venstad2019-05-061-5/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | Use override value of vespaversion when this is setJon Marius Venstad2019-05-061-5/+10
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #9285 from vespa-engine/hmusum/remove-unused-method-2Jon Marius Venstad2019-05-065-25/+10
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Remove unused method (keep it in config model API for now)Harald Musum2019-05-065-25/+10
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #9280 from vespa-engine/balder/use-final-to-improve-inliningHenning Baldersheim2019-05-068-30/+37
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Deinline test code.Henning Baldersheim2019-05-066-12/+9
| * | | | | | Deinline test code.Henning Baldersheim2019-05-061-0/+17
| * | | | | | Make final to improve inlining.Henning Baldersheim2019-05-064-28/+21
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #9283 from vespa-engine/geirst/posting-list-benchmark-refa...Geir Storli2019-05-066-371/+302
|\ \ \ \ \ \
| * | | | | | Avoid code duplication in fake match loop implementations.Geir Storli2019-05-065-248/+183
| * | | | | | Style changes and simplifications.Geir Storli2019-05-062-75/+66