summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use a map from uppercase names instead, dohJon Marius Venstad2018-08-161-17/+19
|
* Revert "Look for upper case log levels by modifying the search term"Jon Marius Venstad2018-08-162-10/+18
| | | | This reverts commit a62a3b47817ebb52f8ea4413d37804d4da459171.
* Look for upper case log levels by modifying the search termJon Marius Venstad2018-08-162-18/+10
|
* Remove list of work itemsJon Marius Venstad2018-08-161-30/+0
|
* Update expected test resultJon Marius Venstad2018-08-162-11/+12
|
* Add serialisation of LogRecord objects, with Vespa log levelsJon Marius Venstad2018-08-164-2/+153
|
* Make LogLevel implementation obey its doc, which seems reasonableJon Marius Venstad2018-08-165-3/+31
|
* Store information about last test log record received in RunJon Marius Venstad2018-08-156-14/+49
|
* Merge pull request #6578 from vespa-engine/bjorncs/si-ssl-socket-factoryBjørn Christian Seime2018-08-1517-456/+167
|\ | | | | Bjorncs/si ssl socket factory
| * Use 'uncheck'Bjørn Christian Seime2018-08-151-6/+2
| |
| * Remove listener interface from ServiceIdentityProviderBjørn Christian Seime2018-08-144-76/+0
| |
| * Simplify HealthClient by using ServiceIdentitySslSocketFactoryBjørn Christian Seime2018-08-146-72/+14
| |
| * Use ServiceIdentitySslSocketFactory in ConfigServerApiImplBjørn Christian Seime2018-08-144-115/+51
| | | | | | | | - Also remove SelfCloseableHttpClient
| * Remove SiaBackedApacheHttpClientBjørn Christian Seime2018-08-141-189/+0
| |
| * Use ServiceIdentitySslSocketFactory in DefaultZtsClientBjørn Christian Seime2018-08-141-4/+6
| |
| * Add SSLSocketFactory backed by ServiceIdentityProviderBjørn Christian Seime2018-08-141-0/+100
| |
* | Merge pull request #6577 from grace-lam/add-xgboost-converterJon Bratseth2018-08-158-2/+315
|\ \ | | | | | | Add XGBoost converter
| * | Add XGBoost to Vespa converterGrace Lam2018-08-148-2/+315
| | |
* | | Merge pull request #6557 from ↵Jon Bratseth2018-08-15133-443/+1704
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-6553-revert-6512-henrhoi/object-structured-grouping Revert "Revert "Added a object structure for GroupingRequest objects, accessable from…""
| * | | Fix Select and grouping bugsJon Bratseth2018-08-14132-406/+1679
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Deep copy the grouping structure on query copy. It is mutable but we have neglected doing this right until now. - Fix a bug in the previous commit where the last constructed Query.Model was shared between all instances. - Fix a bug in the previous commit where the query string instead of the query tree was reset when a new select expression is set. - Don't use deprecated method. - Clean up Javadoc and formatting.
| * | | Revert "Revert "Added a object structure for GroupingRequest objects, ↵Jon Bratseth2018-08-136-48/+36
| | | | | | | | | | | | | | | | accessable from…""
* | | | Merge pull request #6575 from vespa-engine/jvenstad/allow-sd-to-submitJon Marius Venstad2018-08-152-0/+5
|\ \ \ \ | | | | | | | | | | Let SD submit to the new pipeline
| * | | | Add new path to unit testsJon Marius Venstad2018-08-141-0/+4
| | | | |
| * | | | Let SD submit to the new pipelineJon Marius Venstad2018-08-141-0/+1
| | | | |
* | | | | Merge pull request #6570 from vespa-engine/jvenstad/deploymentsJon Marius Venstad2018-08-1521-405/+456
|\ \ \ \ \ | |_|_|/ / |/| | | | Jvenstad/deployments
| * | | | Made `RunStatus status` an explicit, set-once, serialised fieldJon Marius Venstad2018-08-1417-154/+210
| | | | |
| * | | | Rename RunResult to RunStatus -- it will not imply terminationJon Marius Venstad2018-08-143-34/+37
| | | | |
| * | | | Allow step status to be set only onceJon Marius Venstad2018-08-142-9/+8
| | | | |
| * | | | Remove TODO which won't be doneJon Marius Venstad2018-08-141-3/+1
| | | | |
| * | | | Rename RunStatus to RunJon Marius Venstad2018-08-1414-113/+108
| | | | |
* | | | | Merge pull request #6574 from ↵Harald Musum2018-08-144-18/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/delete-expired-remote-sessions-in-all-zones Delete expired remote sessions in all zones
| * | | | | Delete expired remote sessions in all zonesHarald Musum2018-08-144-18/+8
| | |_|_|/ | |/| | |
* | | | | Merge pull request #6573 from ↵Jon Bratseth2018-08-141-14/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | vespa-engine/hmusum/use-new-delete-application-in-all-zones Use non-legacy method deleteApplication in all zones
| * | | | Use non-legacy method deleteApplication in all zonesHarald Musum2018-08-141-14/+1
| | | | |
* | | | | Merge pull request #6569 from vespa-engine/freva/extend-NodeAttributesValerij Fredriksen2018-08-143-8/+83
|\ \ \ \ \ | |_|/ / / |/| | | | Extend NodeAttributes to include hardwareFailureDescription and wantToDeprovision
| * | | | Add wantToDeprovision and hardwareFailureDescription to NodeSpecValerij Fredriksen2018-08-142-5/+53
| | | | |
| * | | | Extend NodeAttributes to include hardwareFailureDescription and ↵Valerij Fredriksen2018-08-142-3/+30
| | | | | | | | | | | | | | | | | | | | wantToDeprovision
* | | | | Merge pull request #6571 from vespa-engine/bjorncs/sia-closeable-http-clientBjørn Christian Seime2018-08-142-56/+137
|\ \ \ \ \ | | | | | | | | | | | | Bjorncs/sia closeable http client
| * | | | | Rename 'refer' -> 'acquire'Bjørn Christian Seime2018-08-141-5/+5
| | | | | |
| * | | | | Update DefaultZtsClient to use new http client interfaceBjørn Christian Seime2018-08-141-8/+21
| | | | | |
| * | | | | Make SiaBackedApacheHttpClient a CloseableHttpClientBjørn Christian Seime2018-08-141-48/+116
| | |/ / / | |/| | |
* | | | | Merge pull request #6572 from vespa-engine/smorgrav/appstoreTorbjørn Smørgrav2018-08-141-0/+22
|\ \ \ \ \ | |/ / / / |/| | | | Add application store interface for app and tester app
| * | | | Add application store interface for app and tester apptoby2018-08-141-0/+22
| | | | |
* | | | | Merge pull request #6567 from ↵Henning Baldersheim2018-08-145-32/+66
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/havardpe/use-mutable-owned-value-for-rendezvous-input use non-const copy of input in rendezvous
| * | | | | use non-const copy of input in rendezvousHåvard Pettersen2018-08-135-32/+66
| | | | | |
* | | | | | Merge pull request #6568 from vespa-engine/hmusum/reduce-log-levelValerij Fredriksen2018-08-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Reduce log level
| * | | | | | Reduce log levelHarald Musum2018-08-141-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #6566 from vespa-engine/hmusum/upgrade-zookeeperHarald Musum2018-08-141-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Upgrade to newest 3.4 ZooKeeper
| * | | | | Upgrade to newest 3.4 ZooKeeperHarald Musum2018-08-141-1/+1
| | | | | |
* | | | | | Merge pull request #6565 from vespa-engine/hmusum/cleanup-testsJon Bratseth2018-08-146-83/+86
|\ \ \ \ \ \ | | | | | | | | | | | | | | Hmusum/cleanup tests