summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [6.281.43-1].vespa-6.281.43-1by-screwdriver2018-08-304-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=6.281.43 --no-auto-changelog
* Merge pull request #6724 from ↵Harald Musum2018-08-292-2/+2
|\ | | | | | | | | vespa-engine/revert-6710-hmusum/use-legacy-format-option-for-vespa-get-config Revert "Explicitly use legacy format option to vespa-get-config"
| * Revert "Explicitly use legacy format option to vespa-get-config"Arnstein Ressem2018-08-292-2/+2
|/
* Merge pull request #6687 from ↵Håkon Hallingstad2018-08-294-19/+580
|\ | | | | | | | | vespa-engine/hakonhall/add-version-locking-to-yum-commands Add version locking to YUM commands
| * Use YumPackageName internallyHåkon Hallingstad2018-08-294-120/+353
| | | | | | | | | | - Make install, remove, etc also work with YumPackageName. - adds hashCode and equals
| * Extract YumPackageNameHåkon Hallingstad2018-08-284-146/+218
| |
| * Require digit in version and releaseHåkon Hallingstad2018-08-282-10/+18
| |
| * Add version locking to YUM commandsHåkon Hallingstad2018-08-272-5/+253
| |
* | Merge pull request #6722 from ↵Jon Bratseth2018-08-2913-335/+274
|\ \ | | | | | | | | | | | | vespa-engine/revert-6713-bratseth/generate-rank-profiles-for-all-models-part-10 Revert "Read stored models from Zk package for global rank profiles"
| * | Revert "Read stored models from Zk package for global rank profiles"Jon Bratseth2018-08-2913-335/+274
|/ /
* | Merge pull request #6718 from ↵Henning Baldersheim2018-08-297-105/+144
|\ \ | | | | | | | | | | | | vespa-engine/geirst/relax-validation-of-complex-attribute-fields Relax validation of complex attribute fields by only considering the …
| * | Improve function name.Geir Storli2018-08-291-3/+3
| | |
| * | Relax validation of complex attribute fields by only considering the defined ↵Geir Storli2018-08-297-105/+144
| | | | | | | | | | | | | | | | | | | | | struct field attributes. The struct type itself can contain fields of any type, but only primitive struct field attributes are supported in the complex field (array or map) using the struct type.
* | | Merge pull request #6717 from vespa-engine/balder/add-mutable-attributesJon Bratseth2018-08-297-8/+108
|\ \ \ | | | | | | | | Add control over attribute mutability
| * | | Add control over attribute mutabilityHenning Baldersheim2018-08-297-8/+108
| |/ /
* | | Merge pull request #6720 from ↵Henning Baldersheim2018-08-294-2/+25
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/toregge/add-move-assignment-and-move-constructor-to-cloneable-ptr-and-identifiable-ptr Reduce use of raw pointers
| * | Reduce use of raw pointers.Tor Egge2018-08-292-2/+2
| | |
| * | Add move assignment and move constructor to CloneablePtr and IdentifiablePtr.Tor Egge2018-08-292-0/+23
|/ / | | | | | | | | This allows for use of std::unique_ptr rhs value instead of temporary raw pointer.
* | Merge pull request #6712 from vespa-engine/mpolden/clear-os-targetMartin Polden2018-08-298-34/+58
|\ \ | | | | | | Allow clearing target OS version
| * | Allow clearing target OS versionMartin Polden2018-08-294-10/+33
| | |
| * | Remove printlnMartin Polden2018-08-291-1/+0
| | |
| * | Remove unused constantMartin Polden2018-08-281-3/+0
| | |
| * | Reduce number of containers threads in node repo testsMartin Polden2018-08-241-20/+22
| | |
| * | Reduce number of container threads in controller testsMartin Polden2018-08-241-0/+3
| | |
* | | Merge pull request #6716 from vespa-engine/toregge/use-llvm-7-on-fedora-29Arnstein Ressem2018-08-291-3/+13
|\ \ \ | | | | | | | | Use llvm 7 on Fedora 29 and Fedora 30.
| * | | Use llvm 7 on Fedora 29 and Fedora 30.Tor Egge2018-08-291-3/+13
| | | |
* | | | Merge pull request #6714 from ↵Henning Baldersheim2018-08-292-6/+36
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/refactor-attribute-node-replacement Refactor replacement of grouping expression attribute nodes.
| * | | | Refactor replacement of grouping expression attribute nodes.Tor Egge2018-08-292-6/+36
| | | | |
* | | | | Merge pull request #6715 from ↵Valerij Fredriksen2018-08-291-2/+9
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/hmusum/try-and-catch-close-to-avoid-bundle-loading-issues Avoid class loading issues by doing try and catch when closing
| * | | | Avoid class loading issues by doing try and catch when closingHarald Musum2018-08-291-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Make sure to not use something from a class that might have been unloaded by catching exception and rethrowing.
* | | | | Merge pull request #6710 from ↵Arne H Juul2018-08-292-2/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | vespa-engine/hmusum/use-legacy-format-option-for-vespa-get-config Explicitly use legacy format option to vespa-get-config
| * | | | Explicitly use legacy format option to vespa-get-configHarald Musum2018-08-292-2/+2
| | | | |
* | | | | Merge pull request #6713 from ↵Lester Solbakken2018-08-2913-274/+335
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-10 Read stored models from Zk package for global rank profiles
| * | | | Read stored models from Zk package for global rank profilesJon Bratseth2018-08-2913-274/+335
| | | | |
* | | | | Merge pull request #6711 from ↵Henning Baldersheim2018-08-291-59/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/remove-old-code-to-update-tests-so-there-is-only-one-way Remove the old way of forcing update of tests.
| * | | | | Remove th eold way of forcing updat eof tests.Henning Baldersheim2018-08-291-59/+0
|/ / / / / | | | | | | | | | | | | | | | The preferred way will now write array the correct way too.
* | | | | Merge pull request #6680 from vespa-engine/balder/update-attributesHenning Baldersheim2018-08-2957-456/+630
|\ \ \ \ \ | |_|/ / / |/| | | | Balder/update attributes
| * | | | Keep full name where no extra type information is visible to enhance meaning.Henning Baldersheim2018-08-293-12/+9
| | | | | | | | | | | | | | | | | | | | Use short where definition is in scope and gives meaning.
| * | | | Expose constness in interface to avoid cheating.Henning Baldersheim2018-08-2910-21/+25
| | | | |
| * | | | Merge branch 'balder/update-attributes' of github.com:vespa-engine/vespa ↵Henning Baldersheim2018-08-28297-14922/+14485
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into balder/update-attributes
| | * \ \ \ Merge branch 'master' into balder/update-attributesHenning Baldersheim2018-08-28297-14922/+14485
| | |\ \ \ \
| * | | | | | shared_ptr -> unique_ptrHenning Baldersheim2018-08-2823-31/+28
| |/ / / / /
| * | | | | Remove redundant cast. clion tricked me.Henning Baldersheim2018-08-281-2/+2
| | | | | |
| * | | | | Reduce scope to inside if() {}Henning Baldersheim2018-08-282-6/+3
| | | | | |
| * | | | | Use explicit before moveHenning Baldersheim2018-08-283-4/+6
| | | | | |
| * | | | | Use explicit template instantiation to reduce code bloatHenning Baldersheim2018-08-276-28/+31
| | | | | |
| * | | | | Only allow query time modification of attributes marked mutable.Henning Baldersheim2018-08-275-31/+50
| | | | | |
| * | | | | Move smartpointersHenning Baldersheim2018-08-274-6/+8
| | | | | |
| * | | | | Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-2751-469/+463
| | | | | | | | | | | | | | | | | | | | | | | | Also execution in a task for containment.
| * | | | | - Add option to increment an attribute for every doc matched.Henning Baldersheim2018-08-2718-47/+207
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add option to increment an attribute for every doc reranked. - Add option to increment an attribute for every doc fetched. Conflicts: searchcore/src/vespa/searchcore/proton/matching/attribute_operation.cpp Conflicts: searchlib/src/vespa/searchlib/attribute/i_attribute_functor.h