summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoid deprecation warnings.Henning Baldersheim2022-11-041-0/+2
|
* Leave the existing interface as is and add 2 accessors for accessing the ↵Henning Baldersheim2022-11-046-19/+38
| | | | tensors directly.
* model-integration is not provided, but included in config models.Henning Baldersheim2022-11-041-6/+0
|
* Avoid converting tensor to strings and back again.Henning Baldersheim2022-11-046-16/+15
|
* Add the model-integration code to the fat model too.Henning Baldersheim2022-11-041-0/+5
|
* Use model importer code from config-model-fatHenning Baldersheim2022-11-041-2/+11
|
* Merge pull request #24742 from vespa-engine/geirst/global-filter-upper-limitGeir Storli2022-11-041-1/+1
|\ | | | | The range of the global filter upper limit is [0.0, 1.0].
| * The range of the global filter upper limit is [0.0, 1.0].Geir Storli2022-11-041-1/+1
| | | | | | | | Adjust the default value to reflect this.
* | Merge pull request #24729 from vespa-engine/arnej/add-fix-dirs-and-filesArne H Juul2022-11-044-1/+264
|\ \ | |/ |/| * add utility for directory/file fixups
| * ensure expected exception even when running as super-userArne Juul2022-11-041-1/+1
| |
| * disallow symlinks, add more testsArne Juul2022-11-032-11/+63
| |
| * * add utility for directory/file fixupsArne Juul2022-11-034-1/+212
| | | | | | | | | | * use "sudo go test" to exercise chown/chmod in test * also add test for IsExecutableFile
* | Merge pull request #24739 from ↵Henning Baldersheim2022-11-046-15/+16
|\ \ | | | | | | | | | | | | vespa-engine/revert-24736-balder/avoid-crossing-the-creek-for-water Revert "Since large constants are always tensors avoid creating a string just…"
| * | Revert "Since large constants are always tensors avoid creating a string ↵Harald Musum2022-11-046-15/+16
|/ / | | | | | | just…"
* | Merge pull request #24738 from vespa-engine/balder/add-cluster-info-providerJon Marius Venstad2022-11-046-2/+43
|\ \ | | | | | | Add a provider for cluster information.
| * | Add a provider for cluster information.Henning Baldersheim2022-11-036-2/+43
| | |
* | | Merge pull request #24725 from vespa-engine/jonmv/application-package-streamsValerij Fredriksen2022-11-0416-218/+632
|\ \ \ | | | | | | | | Draft streamed application package
| * | | Update test and clean upjonmv2022-11-033-21/+14
| | | |
| * | | Change to delegation and input stream suppliers to close correctlyjonmv2022-11-037-179/+186
| | | |
| * | | Enforce input suppliers in http clientjonmv2022-11-032-8/+1
| | | |
| * | | Create multi-part streams lazilyjonmv2022-11-031-4/+7
| | | |
| * | | Use ApplicationPackgeStream for deploymentsjonmv2022-11-0311-176/+286
| | | |
| * | | Use a dedicated interface for replacing content, and add docjonmv2022-11-031-10/+44
| | | |
| * | | Add option to get application package streams from ApplicationStorejonmv2022-11-032-9/+31
| | | |
| * | | Add ApplicationPackageStreamjonmv2022-11-032-0/+255
| | | |
| * | | Non-functional changesjonmv2022-11-035-90/+87
| | | |
* | | | Merge pull request #24730 from vespa-engine/freva/extend-reservationJon Bratseth2022-11-041-0/+2
|\ \ \ \ | | | | | | | | | | Re-reserve nodes in activate()
| * | | | Re-reserve nodes in activate()Valerij Fredriksen2022-11-031-0/+2
| | | | |
* | | | | Merge pull request #24736 from ↵Jon Bratseth2022-11-046-16/+15
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | vespa-engine/balder/avoid-crossing-the-creek-for-water Since large constants are always tensors avoid creating a string just…
| * | | | Handle small and large Constants in a uniform way.Henning Baldersheim2022-11-035-7/+6
| | | | |
| * | | | Since large constants are always tensors avoid creating a string just to ↵Henning Baldersheim2022-11-036-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | convert it back to tensors. That is a lot of work for nothing.
* | | | | Merge pull request #24737 from ↵Henning Baldersheim2022-11-031-0/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/slow-down-when-getting-to-far-ahead-of-server Slow down when getting too far ahead of server.
| * | | | | Slow down when getting too far ahead of server.Tor Egge2022-11-031-0/+7
|/ / / / /
* | | | | Merge pull request #24734 from ↵Geir Storli2022-11-031-2/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/avoid-ambiguity-when-calling-fill-array-member-function Avoid ambiguity when calling fill_array member function in attribute …
| * | | | | Avoid ambiguity when calling fill_array member function in attribute builder.Tor Egge2022-11-031-2/+4
| | | | | |
* | | | | | Merge pull request #24732 from vespa-engine/aressem/populate-m2-in-imageHarald Musum2022-11-031-1/+1
|\ \ \ \ \ \
| * | | | | | Poplulate .m2 repo.Arnstein Ressem2022-11-031-1/+1
| | | | | | |
* | | | | | | Merge pull request #24735 from vespa-engine/freva/fix-lockingHåkon Hallingstad2022-11-031-10/+11
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Do not take application lock(s) after unallocated lock
| * | | | | | Do not take application lock(s) after unallocated lockValerij Fredriksen2022-11-031-10/+11
|/ / / / / /
* | | | | | Merge pull request #24731 from ↵Geir Storli2022-11-0316-33/+125
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | vespa-engine/toregge/add-search-tensor-doc-vector-access-get-vectors-member-function Add search::tensor::DocVectorAccess::get_vectors() member function.
| * / / / Add search::tensor::DocVectorAccess::get_vectors() member function.Tor Egge2022-11-0316-33/+125
|/ / / /
* | | | Merge pull request #24728 from vespa-engine/arnej/add-simple-md5-wrapperHenning Baldersheim2022-11-032-0/+30
|\ \ \ \ | |/ / / |/| | | add wrapper for simple MD5 hash
| * | | add wrapper for simple MD5 hashArne Juul2022-11-032-0/+30
| | | |
* | | | Merge pull request #24724 from vespa-engine/freva/cloud-deprovisionValerij Fredriksen2022-11-0321-420/+659
|\ \ \ \ | |_|_|/ |/| | | Split up DynamicProvisioningMaintainer
| * | | Take application lock, then unallocatedLockValerij Fredriksen2022-11-031-18/+25
| | | |
| * | | Trigger quick redeployment for changes by HostResumeProvisioner agentValerij Fredriksen2022-11-034-119/+115
| | | |
| * | | Remove references to DynamicProvisioningMaintainerValerij Fredriksen2022-11-029-21/+25
| | | |
| * | | Split DynamicProvisioningMaintainer into HostCapacityMaintainer and ↵Valerij Fredriksen2022-11-024-123/+201
| | | | | | | | | | | | | | | | HostDeprovisioner
| * | | Move resume provisioning to separate maintainerValerij Fredriksen2022-11-026-105/+203
| | | |
| * | | Move disk replacer to separate maintainerValerij Fredriksen2022-11-026-54/+107
| | | |