aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #9743 from vespa-engine/balder/remove-sync-not-necessaryHenning Baldersheim2019-06-114-52/+39
|\ \ \ \ \ \ \
| * | | | | | | Need to do a last enqueue, but the sync is not required.Henning Baldersheim2019-06-113-6/+13
| * | | | | | | Remove redundant code not needed after we added explicit wait.Henning Baldersheim2019-06-111-9/+2
| * | | | | | | Avoid some temporaries and some typedefs.Henning Baldersheim2019-06-111-14/+8
| * | | | | | | No need to sync when we wait for it to be confirmed anyway.Henning Baldersheim2019-06-111-1/+0
| * | | | | | | NULL -> nullptrHenning Baldersheim2019-06-111-6/+6
| * | | | | | | Use lambda over closure.Henning Baldersheim2019-06-111-4/+1
| * | | | | | | NULL -> nullptr and std::make_unique.Henning Baldersheim2019-06-111-19/+16
* | | | | | | | Merge pull request #9746 from vespa-engine/balder/remove-strict-seek-assertHenning Baldersheim2019-06-118-95/+27
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Nested namespaceHenning Baldersheim2019-06-117-69/+21
| * | | | | | | Remove assert no longer necessary.Henning Baldersheim2019-06-111-26/+6
* | | | | | | | Merge pull request #9749 from vespa-engine/toregge/extend-query-environment-t...Geir Storli2019-06-1113-11/+48
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Extend query environment with method to get average field length.Tor Egge2019-06-1113-11/+48
* | | | | | | | Merge pull request #9744 from vespa-engine/mpolden/remove-rotations-serializa...Martin Polden2019-06-1110-88/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Update ABI specMartin Polden2019-06-111-1/+0
| * | | | | | | Fix exception messageMartin Polden2019-06-111-1/+1
| * | | | | | | Remove serialization of ClusterSpec rotationsMartin Polden2019-06-119-86/+17
| |/ / / / / /
* | | | | | | Merge pull request #9694 from vespa-engine/balder/use-all-memory-we-gotHenning Baldersheim2019-06-118-33/+48
|\ \ \ \ \ \ \
| * | | | | | | Remove debug codeHenning Baldersheim2019-06-061-3/+0
| * | | | | | | Let capacity be set based on amount of memory allocated.Henning Baldersheim2019-06-057-32/+50
| * | | | | | | clear till iactual end of buffer.Henning Baldersheim2019-06-051-1/+1
* | | | | | | | Merge pull request #9731 from vespa-engine/jvenstad/tenant-cdJon Marius Venstad2019-06-1136-63/+1178
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Move tenant authentication to new module tenant-auth, to override internallyJon Marius Venstad2019-06-0711-64/+140
| * | | | | | | Restructure tenant-base/pom.xml to reuse surefire configurationJon Marius Venstad2019-06-074-88/+37
| * | | | | | | Split reading and parsing of test config, and read properties to set up contr...Jon Marius Venstad2019-06-072-15/+52
| * | | | | | | Propagate properties to testsJon Marius Venstad2019-06-061-1/+33
| * | | | | | | Expose system to package, and _the_ deployment to test, in TestConfigJon Marius Venstad2019-06-062-3/+16
| * | | | | | | Support creating controller client from key/cert stringsJon Marius Venstad2019-06-061-3/+30
| * | | | | | | Deprecate test categories which won't continueJon Marius Venstad2019-06-063-1/+9
| * | | | | | | Add dependenciesJon Marius Venstad2019-06-062-3/+15
| * | | | | | | Rename package ai.vespa.hosted.cd.metrics to .metricJon Marius Venstad2019-06-067-7/+7
| * | | | | | | Remove unused dependencyJon Marius Venstad2019-06-062-7/+1
| * | | | | | | Move to ai.vespa.hostedJon Marius Venstad2019-06-0625-47/+41
| * | | | | | | Stash first part of HttpEndpointJon Marius Venstad2019-06-063-2/+84
| * | | | | | | Trimmed down TestConfig, which depends on config-provisioningJon Marius Venstad2019-06-062-0/+81
| * | | | | | | Get SSLContext from key and certificate set in propertiesJon Marius Venstad2019-06-061-0/+38
| * | | | | | | Depend on security-utilsJon Marius Venstad2019-06-062-1/+12
| * | | | | | | Fill QueryJon Marius Venstad2019-06-063-2/+45
| * | | | | | | Fill SelectionJon Marius Venstad2019-06-061-1/+49
| * | | | | | | Add Space for convenience construction of pointsJon Marius Venstad2019-06-061-0/+45
| * | | | | | | Add aggregation to metricsJon Marius Venstad2019-06-063-19/+49
| * | | | | | | Initial dumpJon Marius Venstad2019-06-0622-1/+596
* | | | | | | | Merge pull request #9732 from vespa-engine/gjoranv/ensure-same-hostgjoranv2019-06-118-14/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Use hostname instead of index in configIdgjoranv2019-06-075-8/+13
| * | | | | | | | Remove unused constructor params.gjoranv2019-06-073-6/+3
* | | | | | | | | Merge pull request #9745 from vespa-engine/bratseth/execution-factory-followupArne H Juul2019-06-112-2/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove unnecessary importJon Bratseth2019-06-111-1/+0
| * | | | | | | | | Fix comment typoJon Bratseth2019-06-111-1/+1
* | | | | | | | | | Merge pull request #9727 from vespa-engine/vekterli/convert-remaining-bucketd...Geir Storli2019-06-119-1722/+622
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Convert LockableMapTest from CppUnit to GTestTor Brede Vekterli2019-06-073-629/+199