summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Exclude META-INF files and module-info.class from uber jars.gjoranv2022-02-0212-48/+24
| | | | - Generate countless warnings for duplicates and breaking encapsulation.
* Merge pull request #21019 from vespa-engine/vekterli/bump-flag-expiry-feb-2022Henning Baldersheim2022-02-021-5/+5
|\ | | | | Bump feature flag expiry dates
| * Bump feature flag expiry datesTor Brede Vekterli2022-02-021-5/+5
|/
* Merge pull request #21018 from vespa-engine/mpolden/remove-attributeJon Marius Venstad2022-02-023-21/+20
|\ | | | | Do not generate deprecated attribute
| * Do not generate deprecated attributeMartin Polden2022-02-023-21/+20
| |
* | Merge pull request #21016 from vespa-engine/bratseth/inherit-in-defaultJon Bratseth2022-02-024-15/+15
|\ \ | |/ |/| Allow the default rank profile to inherit
| * Allow and ignore 'default inherits default'Jon Bratseth2022-02-022-0/+18
| |
| * Allow the default rank profile to inheritJon Bratseth2022-02-024-27/+9
| |
* | Merge pull request #21017 from vespa-engine/mpolden/fix-parsingMartin Polden2022-02-022-4/+6
|\ \ | | | | | | Strip spaces from node count range
| * | Strip spaces from resources specMartin Polden2022-02-022-2/+3
| | |
| * | Strip spaces from node count rangeMartin Polden2022-02-022-2/+3
| | |
* | | Merge pull request #21015 from ↵Jon Marius Venstad2022-02-023-8/+7
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/hmusum/minor-changes-to-checking-config-convergence Minor changes to checking config convergence before restart
| * | Minor changes to checking config convergence before restartHarald Musum2022-02-023-8/+7
| | | | | | | | | | | | Move a timeout and adjust some log messages
* | | Merge pull request #21014 from vespa-engine/bratseth/avoid-schema-dir-take-2Harald Musum2022-02-024-46/+40
|\ \ \ | | | | | | | | Bratseth/avoid schema dir take 2
| * | | Skip legacy pathsJon Bratseth2022-02-021-0/+1
| | | |
| * | | Revert "Revert "Bratseth/avoid schema dir""Jon Bratseth2022-02-023-46/+39
| |/ / | | | | | | | | | This reverts commit 41c341a302ccf641acc91c2b3afb49844a43d216.
* | | Merge pull request #21009 from vespa-engine/olaa/update-expiryØyvind Grønnesby2022-02-021-1/+1
|\ \ \ | |/ / |/| | Extend Horizon feature flag expiry
| * | Extend Horizon feature flag expiryOla Aunrønning2022-02-011-1/+1
| | |
* | | Merge pull request #21013 from vespa-engine/deprecate-config.subscriptionHarald Musum2022-02-0257-89/+166
|\ \ \ | | | | | | | | Deprecate config.subscription
| * | | Add SuppressWarnings for removal of config.subscription types.gjoranv2022-02-0231-4/+47
| | | |
| * | | Deprecate all types in config.subscription, except ConfigGetter.gjoranv2022-02-0115-2/+29
| | | |
| * | | Replace usage of deprecated ConfigGetter method and FileSource.gjoranv2022-02-015-73/+63
| | | |
| * | | Stop using deprecated ConfigGetter methodgjoranv2022-01-312-6/+11
| | | |
| * | | Remove redundant suppressiongjoranv2022-01-311-1/+0
| | | |
| * | | Add TODO to not use ConfigGettergjoranv2022-01-311-3/+2
| | | |
| * | | Deprecate ConfigGetter APIs that use ConfigSourcegjoranv2022-01-312-0/+14
| | | |
* | | | Merge pull request #21012 from ↵v7.538.1v7.537.15Jon Bratseth2022-02-013-39/+46
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-21011-bratseth/avoid-schema-dir Revert "Bratseth/avoid schema dir"
| * | | | Revert "Bratseth/avoid schema dir"Harald Musum2022-02-013-39/+46
|/ / / /
* | | | Merge pull request #21011 from vespa-engine/bratseth/avoid-schema-dirJon Bratseth2022-02-013-46/+39
|\ \ \ \ | |_|_|/ |/| | | Bratseth/avoid schema dir
| * | | Support searchdefinitions/ legacy dirJon Bratseth2022-02-011-9/+12
| | | |
| * | | Resolve once, after each changeJon Bratseth2022-02-011-10/+9
| | | |
| * | | Avoid schema dirJon Bratseth2022-02-012-28/+19
| | | |
* | | | Merge pull request #20998 from vespa-engine/arnej/add-km-distance-outputArne H Juul2022-02-017-2/+323
|\ \ \ \ | | | | | | | | | | add extra output with distance in km
| * | | | add unit tests for new featuresArne H Juul2022-01-312-1/+67
| | | | |
| * | | | add great_circle_distance featureArne H Juul2022-01-314-0/+249
| | | | |
| * | | | add extra output with distance in kmArne H Juul2022-01-311-1/+7
| | | | |
* | | | | Merge pull request #21010 from ↵Jon Marius Venstad2022-02-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/stick-to-1-thread-until-concurrency-has-been-sorted-out Stick to single thread until concurrency issue has been sorted out.
| * | | | | Stick to single thread until concurrency issue has been sorted out.Henning Baldersheim2022-02-011-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #21008 from vespa-engine/arnej/avoid-hc5-reflectionJon Marius Venstad2022-02-011-0/+6
|\ \ \ \ \ | |/ / / / |/| | | | provide TlsDetailsFactory
| * | | | provide TlsDetailsFactoryArne H Juul2022-02-011-0/+6
|/ / / /
* | | | Merge pull request #21007 from vespa-engine/mpolden/write-tempfile-to-same-pathJon Bratseth2022-02-012-5/+6
|\ \ \ \ | | | | | | | | | | Write temporary file to same directory as final file
| * | | | Write temporary file to same directory as final fileMartin Polden2022-02-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Avoids issues where the default temporary directory is on a different filesystem.
| * | | | Silence testMartin Polden2022-02-011-4/+3
| | | | |
* | | | | Merge pull request #21006 from vespa-engine/mpolden/consider-newly-activeJon Bratseth2022-02-015-76/+104
|\ \ \ \ \ | | | | | | | | | | | | Configure load balancer with nodes that will become active
| * | | | | Configure load balancer with nodes that will become activeMartin Polden2022-02-015-76/+104
| |/ / / /
* | | | | Merge pull request #21005 from vespa-engine/bratseth/hanlde-lambdasBjørn Christian Seime2022-02-0114-12/+78
|\ \ \ \ \ | |_|_|/ / |/| | | | Import types referenced in lambdas
| * | | | Import types referenced in lambdasJon Bratseth2022-02-0114-12/+78
| | | | |
* | | | | Merge pull request #21004 from vespa-engine/arnej/cleanup-vespamalloc-fallbacksHenning Baldersheim2022-02-012-7/+7
|\ \ \ \ \ | |/ / / / |/| | | | Arnej/cleanup vespamalloc fallbacks
| * | | | move fallback from default-env.txtArne H Juul2022-02-012-1/+1
| | | | |
| * | | | no need for inner quotes hereArne H Juul2022-02-011-6/+6
|/ / / /