summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13912 from vespa-engine/hmusum/reduce-time-to-keep-expire...gjoranv2020-07-171-1/+1
|\
| * Reduce time to keep expired session from 24 to 12 hoursHarald Musum2020-07-171-1/+1
* | Merge pull request #13911 from vespa-engine/hmusum/reduce-time-to-keep-unused...gjoranv2020-07-171-1/+1
|\ \
| * | Reduce time to keep unused file references from 6 to 4 hoursHarald Musum2020-07-171-1/+1
| |/
* | Merge pull request #13910 from vespa-engine/hmusum/cleanup-temp-dir-in-case-o...gjoranv2020-07-171-5/+12
|\ \ | |/ |/|
| * 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
|\ \ | |/ |/|
| * Don't rely on FelixFramework - it's not in an exported packagegjoranv2020-07-163-2/+13
| * Start platform bundlesgjoranv2020-07-164-29/+55
| * 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
|/
* Merge pull request #13908 from vespa-engine/arnej/remove-fef-locationArne H Juul2020-07-1618-214/+87
|\
| * 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 vespa-engine/revert-13902-reapply-Load-platfor...Harald Musum2020-07-1628-362/+400
|\ \
| * | 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
|\ \
| * | 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
* | | Merge pull request #13904 from vespa-engine/mpolden/maintainer-success-metricMartin Polden2020-07-1667-235/+485
|\ \ \ | |_|/ |/| |
| * | Emit QoS metric for all maintainersMartin Polden2020-07-1667-235/+485
| |/
* | Merge pull request #13902 from vespa-engine/reapply-Load-platform-bundles-sep...gjoranv2020-07-1628-400/+362
|\ \ | |/ |/|
| * Start platform bundlesgjoranv2020-07-164-29/+55
| * 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
|/
* Merge pull request #13901 from vespa-engine/revert-13898-load-platform-bundle...Jo Kristian Bergum2020-07-1626-332/+400
|\
| * 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
|\
| * Rename installBundles -> installApplicationBundlesgjoranv2020-07-151-2/+2
| * Throw exception if platform bundles change.gjoranv2020-07-151-15/+20
| * 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
| * Remove all usage of BundleConfig and bundles.cfg test files.gjoranv2020-07-153-26/+0
| * 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
| * 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
| * Remove the now unused getInitialBundles method.gjoranv2020-07-144-17/+0
| * Simplify BundleManager so that it only handles app bundles.gjoranv2020-07-141-101/+27
* | Merge pull request #13899 from vespa-engine/arnej/add-geo-location-itemArne H Juul2020-07-1582-844/+2274
|\ \
| * | change DistanceParser API, mark as BetaArne Juul2020-07-153-10/+31
| * | use Objects.hashArne Juul2020-07-151-1/+1
| * | [lo,hi] -> [low,high]Arne Juul2020-07-155-56/+56
| * | avoid negated flagArne Juul2020-07-153-6/+7
| * | add input string in exception messagesArne Juul2020-07-152-33/+33