summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Billing handler and maintainerOla Aunrønning2019-06-146-1/+73
* Merge pull request #9779 from vespa-engine/jvenstad/tenant-cdHåkon Hallingstad2019-06-1316-164/+384
|\
| * New endpoints not yet readyJon Marius Venstad2019-06-132-5/+5
| * Configure vespa-maven-pluginJon Marius Venstad2019-06-131-0/+8
| * Allow using the built-in authentication to search, returning a raw resultJon Marius Venstad2019-06-133-9/+18
| * Implement HttpDeployment, allowing the most basic of testing to commenceJon Marius Venstad2019-06-134-11/+32
| * Separate API and deployment authenticatorsJon Marius Venstad2019-06-138-42/+69
| * Wrap TestConfig in TestRuntime, which includes and Authenticator, and obtain ...Jon Marius Venstad2019-06-1310-141/+296
* | Merge pull request #9781 from vespa-engine/jvenstad/fix-endpoints-for-testsJon Marius Venstad2019-06-132-5/+5
|\ \
| * | New endpoints not yet readyJon Marius Venstad2019-06-132-5/+5
|/ /
* | Merge pull request #9778 from vespa-engine/hmusum/make-unused-interface-metho...Harald Musum2019-06-132-57/+34
|\ \
| * | Prepare for removing unused methods, change to be empty default methodsHarald Musum2019-06-132-57/+34
|/ /
* | Merge pull request #9776 from vespa-engine/mpolden/log-ns-requestHarald Musum2019-06-131-0/+1
|\ \
| * | Log name service requestMartin Polden2019-06-131-0/+1
* | | Merge pull request #9775 from vespa-engine/mpolden/api-cleanupMartin Polden2019-06-134-21/+18
|\ \ \
| * | | Remove artificial distinction between cnames and rotation namesMartin Polden2019-06-134-21/+18
| |/ /
* | | Merge pull request #9766 from vespa-engine/vekterli/convert-more-storage-test...Geir Storli2019-06-1335-2848/+1391
|\ \ \ | |_|/ |/| |
| * | Convert persistence tests from CppUnit to GTestTor Brede Vekterli2019-06-1225-2573/+1254
| * | Convert BucketOwnershipNotifierTest from CppUnit to GTestTor Brede Vekterli2019-06-122-42/+18
| * | Convert StatusTest from CppUnit to GTestTor Brede Vekterli2019-06-123-52/+21
| * | Convert tests in 'common' module from CppUnit to GTestTor Brede Vekterli2019-06-129-188/+105
* | | Merge pull request #9770 from vespa-engine/hakonhall/dockeroperationsHåkon Hallingstad2019-06-136-4/+47
|\ \ \
| * | | Add noManagedContainersRunning() that hides impl in DockerImplHåkon Hallingstad2019-06-138-89/+51
| * | | Revert moving deleteUnusedDockerImages impl to DockerOperationsImplHåkon Hallingstad2019-06-127-43/+27
| * | | Add systemctl is-activeHåkon Hallingstad2019-06-121-1/+11
| * | | Move DockerImageGarbageCollector to node-adminHåkon Hallingstad2019-06-127-28/+35
| * | | Add deleteUnusedDockerImages to DockerOperationsHåkon Hallingstad2019-06-122-0/+9
| * | | List containers on DockerOperationsHåkon Hallingstad2019-06-128-29/+100
* | | | Merge pull request #9759 from vespa-engine/jvenstad/tenant-cdJon Marius Venstad2019-06-1325-113/+377
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'jvenstad/tenant-cd' of github.com:vespa-engine/vespa into jvens...Jon Marius Venstad2019-06-134-15/+17
| |\ \ \
| | * | | Avoid Optional<Collection<...>>Jon Marius Venstad2019-06-124-15/+17
| * | | | Add missing (skeleton) classJon Marius Venstad2019-06-131-0/+30
| |/ / /
| * | | Sort on zone to ensure consistent order in unit testJon Marius Venstad2019-06-121-2/+3
| * | | Expose test config under application/v4Jon Marius Venstad2019-06-1210-26/+67
| * | | Filter on emptiness of endpoint mapJon Marius Venstad2019-06-121-2/+3
| * | | Move things aroundJon Marius Venstad2019-06-126-80/+138
| * | | Use cluster endpoints in test config, and test serialisationJon Marius Venstad2019-06-123-24/+66
| * | | Expose endpoints per cluster in ApplicationController and test it for policiesJon Marius Venstad2019-06-122-1/+41
| * | | Expose routing endpoints per cluster in RoutingGeneratorJon Marius Venstad2019-06-122-0/+18
| * | | Use timeout from query when setJon Marius Venstad2019-06-122-1/+12
| * | | Use Default SSLContext when none is setJon Marius Venstad2019-06-121-1/+9
| * | | Docs and TODOJon Marius Venstad2019-06-125-4/+18
| * | | Assume private key authentication against controllerJon Marius Venstad2019-06-112-13/+11
* | | | Merge pull request #9760 from vespa-engine/mpolden/store-container-endpointsMartin Polden2019-06-138-19/+108
|\ \ \ \
| * | | | Fix log conditionMartin Polden2019-06-121-4/+6
| * | | | Write container endpoints to cacheMartin Polden2019-06-124-8/+45
| * | | | Write rotations as containers endpoints to ContainerEndpointsCacheMartin Polden2019-06-125-8/+65
| * | | | Remove unused methodMartin Polden2019-06-121-7/+0
| | |_|/ | |/| |
* | | | Merge pull request #9768 from vespa-engine/havardpe/float-cases-in-encode-dec...Arne H Juul2019-06-132-175/+234
|\ \ \ \
| * | | | add float cases to encode/decode conformance testHåvard Pettersen2019-06-122-175/+234