summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6297 from vespa-engine/hmusum/run-tenants-maintainer-only...Martin Polden2018-06-272-5/+24
|\
| * Run TenantsMaintainer only in CDHarald Musum2018-06-272-5/+24
* | Merge pull request #6296 from vespa-engine/hmusum/cleanup-2Jon Bratseth2018-06-271-5/+0
|\ \ | |/ |/|
| * Remove unused methodHarald Musum2018-06-271-5/+0
|/
* Merge pull request #6294 from vespa-engine/gjoranv/verify-activation-packagesHarald Musum2018-06-271-51/+2
|\
| * Remove commented packages from test.gjoranv2018-06-271-51/+0
| * Add com.sun.activation packages to integration test.gjoranv2018-06-271-0/+2
* | Merge pull request #6293 from vespa-engine/bratseth/increase-application-lock...Jon Bratseth2018-06-271-1/+1
|\ \ | |/ |/|
| * We're doing more than before and things take longerJon Bratseth2018-06-271-1/+1
|/
* Merge pull request #6284 from vespa-engine/arnej/try-more-than-one-configserverTor Brede Vekterli2018-06-271-12/+18
|\
| * loop over all config serversArne Juul2018-06-261-12/+18
* | Merge pull request #6286 from vespa-engine/mpolden/rewrite-statuspage-proxyMartin Polden2018-06-2713-177/+389
|\ \
| * | Avoid transitive dependency on undeclared libraryMartin Polden2018-06-261-7/+5
| * | Remove container-jersey2Martin Polden2018-06-261-7/+0
| * | Remove mockito-coreMartin Polden2018-06-261-6/+0
| * | Rewrite StatusPage proxyMartin Polden2018-06-2612-157/+384
* | | Merge pull request #6291 from vespa-engine/hmusum/rename-variableHarald Musum2018-06-271-5/+5
|\ \ \
| * | | Rename variableHarald Musum2018-06-271-5/+5
* | | | Merge pull request #6290 from vespa-engine/hmusum/cleanupJon Bratseth2018-06-273-53/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Simplify and clean upHarald Musum2018-06-273-53/+11
|/ / /
* | | Merge pull request #6287 from vespa-engine/bratseth/dont-fail-allocation-on-b...Harald Musum2018-06-2749-180/+279
|\ \ \
| * | | Don't fail on out of capacity on bootstrapJon Bratseth2018-06-2641-168/+261
| * | | Nonfunctional changes onlyJon Bratseth2018-06-261-1/+1
| * | | Nonfunctional changes onlyJon Bratseth2018-06-267-11/+17
* | | | Merge pull request #6289 from vespa-engine/gjoranv/java9-prep-12_3Harald Musum2018-06-278-28/+72
|\ \ \ \
| * | | | Exclude jaxb-api from config-model-fat.gjoranv2018-06-271-0/+7
| * | | | Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-276-24/+41
| * | | | Java 9: Support extension bundles in integration tests.gjoranv2018-06-261-4/+24
|/ / / /
* | | | Merge pull request #6282 from vespa-engine/gjoranv/cleanup-fat-model-depsHarald Musum2018-06-261-55/+0
|\ \ \ \
| * | | | Remove unnecessary dependencies.gjoranv2018-06-261-55/+0
| | |_|/ | |/| |
* | | | Merge pull request #6280 from vespa-engine/gjoranv/obtain-bundle-timeoutHarald Musum2018-06-261-1/+1
|\ \ \ \
| * | | | Increase timeout when waiting for bundles to one week.gjoranv2018-06-261-1/+1
* | | | | Merge pull request #6288 from vespa-engine/revert-6279-gjoranv/java9-prep-12_2gjoranv2018-06-268-72/+28
|\ \ \ \ \
| * | | | | Revert "Gjoranv/java9 prep 12 2"Harald Musum2018-06-268-72/+28
|/ / / / /
* | | | | Merge pull request #6283 from vespa-engine/mpolden/check-zone-app-convergenceMartin Polden2018-06-266-3/+81
|\ \ \ \ \
| * | | | | Require zone-application config to converge when upgradingMartin Polden2018-06-266-3/+81
| | |/ / / | |/| | |
* | | | | Merge pull request #6277 from vespa-engine/geirst/ensure-fast-search-struct-f...Geir Storli2018-06-269-97/+166
|\ \ \ \ \
| * | | | | Ensure that all attribute iterators expose the search context creating the it...Geir Storli2018-06-259-97/+166
* | | | | | Merge pull request #6272 from vespa-engine/ovirtanen/remove-scala-from-pomsOlli Virtanen2018-06-269-153/+0
|\ \ \ \ \ \
| * | | | | | Remove Scala remnants from Maven build filesOlli Virtanen2018-06-259-153/+0
| |/ / / / /
* | | | | | Merge pull request #6279 from vespa-engine/gjoranv/java9-prep-12_2gjoranv2018-06-268-28/+72
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Exclude jaxb-api from config-model-fat.gjoranv2018-06-251-0/+7
| * | | | | Java 9: Add dependencies and exports needed for jaxb support.gjoranv2018-06-256-24/+41
| * | | | | Java 9: Support fragment bundles in integration tests.gjoranv2018-06-251-4/+24
| | |/ / / | |/| | |
* | | | | Merge pull request #6276 from vespa-engine/arnej/doubleformatter-not-neededJon Bratseth2018-06-2517-722/+50
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | slight changes in JSON formatting of doubles nowArne Juul2018-06-253-9/+9
| * | | | mark obsolete classes as DeprecatedArne Juul2018-06-255-3/+5
| * | | | stop using DoubleParserArne Juul2018-06-252-6/+2
| * | | | stop using DoubleFormatterArne Juul2018-06-257-17/+13
| * | | | use standard methods in Double Parser and FormatterArne Juul2018-06-253-687/+21