summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Extend log message when bucket space for document type has changed.Tor Egge2020-07-171-1/+1
| | | | | |
| * | | | | Detect changed bucket space for document type.Tor Egge2020-07-164-69/+109
| | |/ / / | |/| | |
* | | | | Merge pull request #13913 from vespa-engine/gjoranv/allow-preinstall-per-bundlegjoranv2020-07-175-5/+7
|\ \ \ \ \ | | | | | | | | | | | | Gjoranv/allow preinstall per bundle
| * | | | | Allow 'discPreinstallBundle' per module, not in parent.gjoranv2020-07-174-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | - New Vespa bundles should not preinstall other bundles from disk.
| * | | | | Emphasize that preinstalling bundles is a legacy thing.gjoranv2020-07-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - A bundle should depend on apis, not implementations, and definitely not implementations on a specific location on local disk.
* | | | | | Merge pull request #13906 from vespa-engine/mpolden/remove-weighted-dns-flagMartin Polden2020-07-173-784/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove weighted-dns-per-region flag
| * | | | | | Remove weighted-dns-per-region flagMartin Polden2020-07-163-784/+9
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13912 from ↵gjoranv2020-07-171-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/reduce-time-to-keep-expired-sessions Reduce time to keep expired session from 24 to 12 hours
| * | | | | | Reduce time to keep expired session from 24 to 12 hoursHarald Musum2020-07-171-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13911 from ↵gjoranv2020-07-171-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/reduce-time-to-keep-unused-file-references-4 Reduce time to keep unused file references from 6 to 4 hours
| * | | | | | Reduce time to keep unused file references from 6 to 4 hoursHarald Musum2020-07-171-1/+1
| |/ / / / /
* | | | | | Merge pull request #13910 from ↵gjoranv2020-07-171-5/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/hmusum/cleanup-temp-dir-in-case-of-failure Clean up temp dir in case of failures
| * | | | | Clean up temp dir in case of failuresHarald Musum2020-07-171-5/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #13909 from vespa-engine/load-platform-bundles-separately_3gjoranv2020-07-1730-400/+373
|\ \ \ \ \ | |/ / / / |/| | | | Load platform bundles separately 3
| * | | | Don't rely on FelixFramework - it's not in an exported packagegjoranv2020-07-163-2/+13
| | | | |
| * | | | Start platform bundlesgjoranv2020-07-164-29/+55
| | | | | | | | | | | | | | | | | | | | - Extract BundleStarter class from ApplicationBundleLoader.
| * | | | Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-1610-9/+13
| | | | |
| * | | | Reapply "Load platform bundles separately"gjoranv2020-07-1626-400/+332
|/ / / / | | | | | | | | | | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* | | | Merge pull request #13908 from vespa-engine/arnej/remove-fef-locationArne H Juul2020-07-1618-214/+87
|\ \ \ \ | |/ / / |/| | | Arnej/remove fef location
| * | | remove fef/location.h as wellArne Juul2020-07-1610-22/+3
| | | |
| * | | remove fef::Location, use common::GeoLocationSpec insteadArne Juul2020-07-1616-194/+86
| | | |
* | | | Merge pull request #13905 from ↵Harald Musum2020-07-1628-362/+400
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-13902-reapply-Load-platform-bundles-separately Revert "Reapply load platform bundles separately"
| * | | | Revert "Reapply load platform bundles separately"Harald Musum2020-07-1628-362/+400
| |/ / /
* | | | Merge pull request #13903 from vespa-engine/vekterli/misc-cleanupTor Brede Vekterli2020-07-166-42/+44
|\ \ \ \ | | | | | | | | | | Miscellaneous content layer code cleanup
| * | | | C++11 style updates and cleanupTor Brede Vekterli2020-07-162-32/+34
| | | | |
| * | | | Fix variable name typoTor Brede Vekterli2020-07-161-3/+3
| | | | |
| * | | | Fix typo in function nameTor Brede Vekterli2020-07-162-5/+5
| | | | |
| * | | | Don't pretend process ID is thread ID in log messageTor Brede Vekterli2020-07-161-2/+2
| | | | | | | | | | | | | | | | | | | | Logging subsystem includes the correct thread ID either way.
* | | | | Merge pull request #13904 from vespa-engine/mpolden/maintainer-success-metricMartin Polden2020-07-1667-235/+485
|\ \ \ \ \ | |_|/ / / |/| | | | Emit QoS metric for all maintainers
| * | | | Emit QoS metric for all maintainersMartin Polden2020-07-1667-235/+485
| |/ / /
* | | | Merge pull request #13902 from ↵gjoranv2020-07-1628-400/+362
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/reapply-Load-platform-bundles-separately Reapply load platform bundles separately
| * | | Start platform bundlesgjoranv2020-07-164-29/+55
| | | | | | | | | | | | | | | | - Extract BundleStarter class from ApplicationBundleLoader.
| * | | Move new config defs to already exported package, and add to CMakeListsgjoranv2020-07-1610-9/+13
| | | |
| * | | Reapply "Load platform bundles separately"gjoranv2020-07-1626-400/+332
|/ / / | | | | | | | | | This reverts commit 0355cb740fe498abc03861bcb64de5e418c2fa88.
* | | Merge pull request #13901 from ↵Jo Kristian Bergum2020-07-1626-332/+400
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-13898-load-platform-bundles-separately Revert "Load platform bundles separately"
| * | | Revert "Load platform bundles separately"Harald Musum2020-07-1626-332/+400
|/ / /
* | | Merge pull request #13898 from vespa-engine/load-platform-bundles-separatelygjoranv2020-07-1626-400/+332
|\ \ \ | |/ / |/| | Load platform bundles separately
| * | Rename installBundles -> installApplicationBundlesgjoranv2020-07-151-2/+2
| | |
| * | Throw exception if platform bundles change.gjoranv2020-07-151-15/+20
| | | | | | | | | | | | + extract method for duplicate string creation
| * | Rename use -> useBundlesgjoranv2020-07-153-7/+7
| | |
| * | Add comment about platform bundles.gjoranv2020-07-151-0/+1
| | |
| * | Rename bundle loader classes and fields for consistency.gjoranv2020-07-154-17/+15
| | | | | | | | | | | | | | | * BundleManager -> ApplicationBundleLoader * PlatformBundleInstaller -> PlatformBundleLoader
| * | Remove all usage of BundleConfig and bundles.cfg test files.gjoranv2020-07-153-26/+0
| | | | | | | | | | | | | | | | | | - The latter were not even used by the tests. - The bundles.def file itself will be removed when the last model using it has rolled out of hosted Vespa.
| * | Add author, no functional changesgjoranv2020-07-153-0/+3
| | |
| * | Remove unused PredicateSplit classgjoranv2020-07-152-70/+0
| | |
| * | Rename useBundles -> useApplicationBundlesgjoranv2020-07-154-5/+4
| | |
| * | Don't throw when using a test osgi frameworkgjoranv2020-07-153-1/+13
| | | | | | | | | | | | | | | - ClassloaderOsgiFramework returns all installed bundles upon each call to install().
| * | Separate installation for platform and application bundles.gjoranv2020-07-157-10/+82
| | |
| * | Split bundles.def into platform-bundles and application-bundlesgjoranv2020-07-1410-26/+55
| | | | | | | | | | | | - The new configs are only generated, but not used.
| * | Remove the now unused getInitialBundles method.gjoranv2020-07-144-17/+0
| | |