summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Bjorncs/java deps cleanup"Harald Musum2020-01-1016-31/+66
|
* Merge pull request #11733 from ↵Harald Musum2020-01-103-22/+6
|\ | | | | | | | | vespa-engine/revert-11725-bjorncs/access-control-element-opensource Revert "Fail if using 'access-control' in non-hosted context"
| * Revert "Fail if using 'access-control' in non-hosted context"Arnstein Ressem2020-01-103-22/+6
|/
* Merge pull request #11723 from vespa-engine/bratseth/rank-features-are-tensorsJon Bratseth2020-01-0910-86/+117
|\ | | | | Treat rank features as tensors (or doubles)
| * Treat rank features as tensors (or doubles)Jon Bratseth2020-01-0910-86/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of this is to prepare to disallow rank feature strings (which can't be parsed to doubles or tensors) on Vespa 8. Currently, such strings will be converted to numbers by hashing them during evaluation, but this is not useful (as the hash can be computed before setting if desired), and leads to confusion when a feature is intended set from a tensor string but ends up as a hash due to missing type information in the configuration. Changes: - Parse numeric rank features into doubles as soon as possible - Deprecate the methods accessing rank features as strings - Allow double features to be accessible as tensors
* | Merge pull request #11729 from ↵Arnstein Ressem2020-01-091-0/+13
|\ \ | | | | | | | | | | | | vespa-engine/toregge/add-default-cpu-arch-flags-when-using-clang-on-fedora Add default VESPA_CPU_ARCH_FLAGS setting when using clang on Fedora.
| * | Add default VESPA_CPU_ARCH_FLAGS setting when using clang on Fedora.Tor Egge2020-01-091-0/+13
| | |
* | | Merge pull request #11732 from ↵Harald Musum2020-01-093-6/+77
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/gjoranv/disallow-systemname-for-hosted_2 Disallow the admin/monitoring element for hosted Vespa.
| * | | Disallow the admin/monitoring element for hosted Vespa.gjoranv2020-01-093-6/+77
| | | | | | | | | | | | | | | | - Except for hosted-infrastructure applications.
* | | | Merge pull request #11731 from vespa-engine/hmusum/fix-curator-setupHarald Musum2020-01-093-22/+23
|\ \ \ \ | |/ / / |/| | | Create zookeeper client config file only when necessary
| * | | Create zookeeper client config file only when necessaryHarald Musum2020-01-093-22/+23
|/ / /
* | | Merge pull request #11720 from vespa-engine/bjorncs/java-deps-cleanupBjørn Christian Seime2020-01-0916-66/+31
|\ \ \ | | | | | | | | Bjorncs/java deps cleanup
| * | | Upgrade Apache httpclient and httpcore to newest versionBjørn Christian Seime2020-01-096-8/+8
| | | |
| * | | Use commons-cli 1.4Bjørn Christian Seime2020-01-092-2/+1
| | | |
| * | | Add TODOBjørn Christian Seime2020-01-091-1/+1
| | | |
| * | | Remove use of commons-collections from documentBjørn Christian Seime2020-01-096-24/+22
| | | | | | | | | | | | | | | | Also remove the library from parent pom as no other module is using it.
| * | | Remove commons-configuration from parent pom and container-testBjørn Christian Seime2020-01-092-9/+0
| | | |
| * | | Remove unused commons-codecBjørn Christian Seime2020-01-094-23/+0
| | | |
* | | | Merge pull request #11725 from ↵Bjørn Christian Seime2020-01-093-6/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/bjorncs/access-control-element-opensource Fail if using 'access-control' in non-hosted context
| * | | | Add explanation why 'isHosted' is assigned in constructorBjørn Christian Seime2020-01-091-0/+1
| | | | |
| * | | | Don't fail when using 'access-control' in non-hosted contextBjørn Christian Seime2020-01-091-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hosted Vespa applications may use the 'application' framework in their unit tests. These applications must be allowed to use 'access-control' in tests, where the config model is running in non-hosted context.
| * | | | Fail if using 'access-control' in non-hosted contextBjørn Christian Seime2020-01-093-3/+17
| | | | |
* | | | | Merge pull request #11728 from vespa-engine/gjoranv/move-node-id-out-of-nodeOla Aunrønning2020-01-096-12/+11
|\ \ \ \ \ | |_|_|/ / |/| | | | Move node name out of the 'node' object.
| * | | | Move node name out of the 'node' object.gjoranv2020-01-096-12/+11
| |/ / / | | | | | | | | | | | | | | | | - The 'node' object is for node metrics, so it makes more sense to have the node name as a sibling to 'node' and 'services'.
* | | | Merge pull request #11727 from vespa-engine/mpolden/read-status-onceJon Marius Venstad2020-01-092-4/+11
|\ \ \ \ | | | | | | | | | | Read version status only once
| * | | | Read version status only onceMartin Polden2020-01-092-4/+11
| | | | |
* | | | | Merge pull request #11724 from ↵Valerij Fredriksen2020-01-092-5/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/bratseth/increase-cpu-speedup-factor-to-one Complete cpu speed rollout
| * | | | | Complete cpu speed rolloutJon Bratseth2020-01-092-5/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #11719 from vespa-engine/jvenstad/support-sourceUrlJon Marius Venstad2020-01-0926-332/+645
|\ \ \ \ \ | |_|/ / / |/| | | | Accept, store and display optional sourceUrl and commit
| * | | | Set commit and sourceUrl fields when present, in submit mojoJon Marius Venstad2020-01-093-2/+12
| | | | |
| * | | | Accept, store and display optional sourceUrl and commitJon Marius Venstad2020-01-0923-330/+633
| | |_|/ | |/| |
* | | | Merge pull request #11722 from ↵Jon Marius Venstad2020-01-092-3/+7
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | vespa-engine/mpolden/improve-deployment-v1-performance Avoid re-reading version status for every application
| * | | Avoid re-reading version status for every applicationMartin Polden2020-01-091-2/+7
| | | |
| * | | Remove unused fieldMartin Polden2020-01-091-1/+0
| | | |
* | | | Merge pull request #11705 from vespa-engine/arnej/use-visit-rangesArne H Juul2020-01-091-49/+27
|\ \ \ \ | | | | | | | | | | use vespalib::visitRanges
| * | | | use vespalib::visitRangesArne Juul2020-01-081-49/+27
| | | | |
* | | | | Merge pull request #11718 from ↵Jon Bratseth2020-01-097-14/+122
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | vespa-engine/bratseth/warn-on-missing-query-type-declaration Warn on missing query feature type declarations
| * | | | Optimize importsJon Bratseth2020-01-091-3/+0
| | | | |
| * | | | Warn on missing query feature type declarationsJon Bratseth2020-01-097-14/+125
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Warn on missing query feature type declarations in rank profiles which use tensors. This may help users to remember to declare them to avoid running into confuson as tensors are interpreted as string which are hashed to scalars.
* | | | Merge pull request #11715 from vespa-engine/hmusum/fix-logd-start-and-stopHarald Musum2020-01-092-3/+2
|\ \ \ \ | | | | | | | | | | Check VESPA_CONFIGSERVER_MULTITENANT as well for starting and stoppin…
| * | | | Check VESPA_CONFIGSERVER_MULTITENANT as well for starting and stopping logdHarald Musum2020-01-092-3/+2
| | | | |
* | | | | Merge pull request #11717 from ↵Arnstein Ressem2020-01-091-14/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | vespa-engine/toregge/check-cmake-cxx-compiler-id-when-selecting-default-vespa-deps-prefix Check CMAKE_CXX_COMPILER_ID when selecting default vespa-deps prefix
| * | | | Check CMAKE_CXX_COMPILER_ID when selecting default vespa-deps prefixTor Egge2020-01-091-14/+6
|/ / / / | | | | | | | | | | | | and llvm version on Darwin.
* | | | Merge pull request #11701 from ↵Bjørn Christian Seime2020-01-0914-64/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-11693-revert-11681-bjorncs/apache-commons-libraries-cleanup Reapply "Bjorncs/apache commons libraries cleanup""
| * | | | Specify commons-io versionBjørn Christian Seime2020-01-081-0/+1
| | | | |
| * | | | Revert "Remove use of commons-io from vespa-application-maven-plugin"Bjørn Christian Seime2020-01-082-19/+7
| | | | | | | | | | | | | | | | | | | | This reverts commit 757fd816af18f6cdd018accc2205ed074117e868.
| * | | | Revert "Revert "Bjorncs/apache commons libraries cleanup""Bjørn Christian Seime2020-01-0815-71/+36
| | | | |
* | | | | Merge pull request #11704 from ↵Tor Brede Vekterli2020-01-097-7/+57
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/support-config-disabling-of-merges Support config disabling of merges
| * | | | | Upgrade log level to error for detected update inconstenciesTor Brede Vekterli2020-01-081-7/+7
| | | | | |
| * | | | | Add distributor configuration for disabling merges for testingTor Brede Vekterli2020-01-086-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If config is set, all merges will be completely inhibited. This is useful for letting system tests operate against a bucket replica state that is deterministically out of sync. This relates to issue #11686