aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #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
| |
| * Simplify BundleManager so that it only handles app bundles.gjoranv2020-07-141-101/+27
| | | | | | | | - Fail if an app bundle tries to pre-install other bundles.
* | Merge pull request #13899 from vespa-engine/arnej/add-geo-location-itemArne H Juul2020-07-1582-844/+2274
|\ \ | | | | | | Arnej/add geo location item
| * | 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
| | |
| * | utility -> UtilityArne Juul2020-07-154-5/+5
| | |
| * | remove WIP not ready for prime timeArne Juul2020-07-151-19/+0
| | |
| * | cleanup remains of removed APIArne Juul2020-07-154-7/+1
| | |
| * | added comments and fixed styleArne Juul2020-07-151-4/+14
| | |
| * | remove now-duplicate testArne Juul2020-07-152-102/+0
| | |
| * | style fixesArne Juul2020-07-151-12/+9
| | |
| * | style fixed and cleanupArne Juul2020-07-153-13/+6
| | |
| * | avoid un-needed changeArne Juul2020-07-151-1/+1
| | |
| * | add TODOArne Juul2020-07-151-0/+1
| | |
| * | fix copyright and commentsArne Juul2020-07-151-12/+16
| | |
| * | style fixesArne Juul2020-07-152-4/+6
| | |
| * | use camelCaseArne Juul2020-07-152-23/+23
| | |
| * | add comments; remove unused codeArne Juul2020-07-153-62/+9
| | |
| * | refactor unit testArne Juul2020-07-151-93/+31
| | |
| * | add files for GeoLocationParser classArne Juul2020-07-152-0/+310
| | |
| * | refactor and require unit for distanceArne Juul2020-07-158-61/+118
| | |
| * | separate finding and processing of ProtonLocationTermArne Juul2020-07-151-12/+18
| | |
| * | fix TODOsArne Juul2020-07-153-10/+14
| | |
| * | remove debug printingArne Juul2020-07-152-6/+0
| | |
| * | fix bugsArne Juul2020-07-157-14/+37
| | |
| * | finish rewrite to use GeoLocationArne Juul2020-07-1526-642/+306
| | |