summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-302-2/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-302-0/+2
|
* Merge pull request #3273 from vespa-engine/revert-3265-jvenstad/fix-unit-testHarald Musum2017-08-301-3/+3
|\ | | | | Revert "Update unit test with "libvespamallocd""
| * Revert "Update unit test with "libvespamallocd""Arnstein Ressem2017-08-301-3/+3
| |
* | Merge pull request #3274 from ↵Harald Musum2017-08-301-1/+1
|\ \ | |/ |/| | | | | vespa-engine/revert-3264-balder/use-malloc-library-that-has-better-detection-of-error-usage Revert "Since we are having so many issues with libyell we need to use an all…"
| * Revert "Since we are having so many issues with libyell we need to use an ↵Arnstein Ressem2017-08-301-1/+1
| | | | | | | | all…"
* | Merge pull request #3260 from vespa-engine/hmusum/remove-version-from-def-filesgjoranv2017-08-302-2/+0
|\ \ | |/ |/| version in def files are deprecated
| * version in def files are deprecatedHarald Musum2017-08-302-2/+0
| |
* | Merge pull request #3265 from vespa-engine/jvenstad/fix-unit-testJon Bratseth2017-08-301-3/+3
|\ \ | | | | | | Update unit test with "libvespamallocd"
| * | Update unit test with "libvespamallocd"Jon Marius Venstad2017-08-301-3/+3
| | |
* | | Since we are having so many issues with libyell we need to use an allocator ↵Henning Baldersheim2017-08-301-1/+1
| |/ |/| | | | | that has earlier detection of missuse.
* | Merge pull request #3234 from ↵Jon Bratseth2017-08-307-21/+28
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/store-provisioninfo-without-version Bratseth/store provisioninfo without version
| * \ Merge with masterJon Bratseth2017-08-285-38/+203
| |\ \
| * | | Add one wimphy testJon Bratseth2017-08-281-4/+14
| | | |
| * | | Track API changes, remove warningsJon Bratseth2017-08-281-2/+3
| | | |
| * | | ProvisionInfo -> AllocatedHostsJon Bratseth2017-08-282-8/+8
| | | |
| * | | Allocation consistency between model versionsJon Bratseth2017-08-281-1/+1
| | | |
| * | | Allocation consistency between model versionsJon Bratseth2017-08-284-11/+8
| | | |
| * | | Nonfunctional changes onlyJon Bratseth2017-08-231-1/+0
| | | |
* | | | Avoid validating XML twiceHarald Musum2017-08-291-1/+0
| | | |
* | | | Merge two identical methodsHarald Musum2017-08-293-7/+5
| | | |
* | | | Merge pull request #3233 from vespa-engine/hmusum/refactor-schema-validationgjoranv2017-08-296-16/+19
|\ \ \ \ | |_|_|/ |/| | | Refactor schema validation setup
| * | | Refactor schema validation setupHarald Musum2017-08-286-16/+19
| | |/ | |/| | | | | | | | | | * Try to avoid hardcoding and having to specify version several times * Make sure to only copy schema files once
* | | Merge pull request #3232 from vespa-engine/arnej/move-slobrokArnstein Ressem2017-08-281-1/+1
|\ \ \ | |/ / |/| | move slobrok binary to sbin/
| * | move slobrok binary to sbin/Arne Juul2017-08-161-1/+1
| | |
* | | Remove assert.Geir Storli2017-08-251-1/+0
| | |
* | | Simplify return statement.Geir Storli2017-08-251-2/+2
| | |
* | | Use forEach() directly, no need to go via stream.Geir Storli2017-08-251-2/+2
| | |
* | | Sort list of document types in topological order (according to document ↵Geir Storli2017-08-244-1/+144
| | | | | | | | | | | | | | | | | | references) when producing proton config. This is to ensure that config is applied in the right order in the search backend.
* | | Merge pull request #3195 from ↵Tor Egge2017-08-232-37/+60
|\ \ \ | |_|/ |/| | | | | | | | vespa-engine/geirst/zero-visibility-delay-for-global-doc-types Geirst/zero visibility delay for global doc types
| * | Set visibility delay to zero for all global document types.Geir Storli2017-08-232-5/+31
| | | | | | | | | | | | | | | This is to ensure consistency between parent and child document types in the search core when using parent-child features.
| * | Rewrite to use joinLines().Geir Storli2017-08-231-33/+30
| | |
* | | Merge pull request #3182 from vespa-engine/bratseth/cleanupJon Bratseth2017-08-223-10/+9
|\ \ \ | | | | | | | | Nonfunctional changes only
| * | | Nonfunctional changes onlyJon Bratseth2017-08-223-10/+9
| | | |
* | | | Handle host being null in toString methodHarald Musum2017-08-221-1/+1
| | | |
* | | | Merge pull request #3185 from ↵Geir Storli2017-08-225-3/+48
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/vekterli/clear-summary-transform-for-reference-summary-fields Clear summary transforms for reference summary fields
| * | | Clear summary transforms for reference summary fieldsTor Brede Vekterli2017-08-215-3/+48
| |/ / | | | | | | | | | | | | Prevents confusing Proton into thinking it can fetch the field value directly from the attribute.
* | | Use 'package' as namespace for config-application-package:Bundle.DefEntrygjoranv2017-08-214-14/+32
| | | | | | | | | | | | | | | - If both 'package' and 'namespace' are present, the package will be used as namespace.
* | | Refactor test to prepare for adding more bundles.gjoranv2017-08-211-27/+31
|/ / | | | | | | + Rename methods to make comments redundant.
* | Add a new metric set for network metrics.gjoranv2017-08-173-2/+38
| |
* | Fix bug in deriving of attributes config for imported fields.Geir Storli2017-08-162-9/+9
|/
* Merge pull request #3119 from ↵Tor Egge2017-08-164-33/+159
|\ | | | | | | | | vespa-engine/geirst/add-imported-attribute-fields-to-attributes-config Geirst/add imported attribute fields to attributes config
| * Add imported attributes fields to attributes.cfg and remove data/collection ↵Geir Storli2017-08-164-33/+159
| | | | | | | | type info from imported-fields.cfg.
* | Merge pull request #3116 from ↵Harald Musum2017-08-163-65/+37
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/set-default-slobroks-per-container-cluster-to-2 Set default number of slobroks per container cluster to 2
| * | Set default number of slobroks per container cluster to 2Harald Musum2017-08-163-65/+37
| |/
* / Remove files that are not used anymore (config does not exist anymore)Harald Musum2017-08-165-54/+0
|/
* Merge pull request #3033 from vespa-engine/bratseth/validate-validation-overridegjoranv2017-08-154-0/+27
|\ | | | | Validate validation-overrides.xml files
| * Validate validation-overrides.xml filesJon Bratseth2017-07-314-0/+27
| |
* | Add imported flag to attributes config.Geir Storli2017-08-1114-13/+107
| |
* | https does not work with custom domainsJon Bratseth2017-08-111-1/+1
| |