aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #18800 from ↵Harald Musum2021-08-235-68/+18
|\ | | | | | | | | vespa-engine/musum/remove-unused-config-generation Remove generation of filereferences config, not used
| * Remove generation of filereferences config, not usedHarald Musum2021-08-195-68/+18
| |
* | Report max address space used in attribute vector components from content ↵Geir Storli2021-08-203-6/+4
| | | | | | | | | | | | | | nodes (proton) to the cluster controller. This is more generic than explicit address space values for enum store and multi value. This is used in the cluster controller to determine whether to block external feed.
* | Merge pull request #18354 from vespa-engine/bratseth/cliJon Bratseth2021-08-201-1/+2
|\ \ | | | | | | Cli WIP
| * | Cli WIPJon Bratseth2021-06-211-1/+2
| | |
* | | Merge pull request #18805 from ↵Jon Bratseth2021-08-202-7/+5
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/ogronnesby/quota-exceeded-message-update Update message to not talking about reserved quota
| * | | Update message to not talking about reserved quotaØyvind Grønnesby2021-08-182-7/+5
| | | |
* | | | Merge pull request #18798 from ↵Henning Baldersheim2021-08-206-0/+116
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/lesters/global_rankprofile_onnx_name_collision Add unit test for global rankprofile name collision from onnx models
| * | | | Add unit test for global rankprofile name collision from onnx modelsLester Solbakken2021-08-196-0/+116
| | |_|/ | |/| |
* | | | Merge pull request #18801 from vespa-engine/jonmv/configurable-upgrade-rolloutJon Marius Venstad2021-08-201-1/+2
|\ \ \ \ | | | | | | | | | | Jonmv/configurable upgrade rollout
| * | | | Allow configuring upgrade rollout in deployment.xmlJon Marius Venstad2021-08-191-1/+2
| | |/ / | |/| |
* | | | Allow set of distributable files to change after initial deploy.Henning Baldersheim2021-08-191-5/+0
| |/ / |/| | | | | | | | This is necessary as bootstrapping the configserver with a new version might change set of files to distribute.
* | | Since the automatic generation of RankProfiles from global standalone onnx ↵Henning Baldersheim2021-08-182-14/+23
|/ / | | | | | | | | | | | | models does not ensure globally unique naming, there will be models that will not resolve well in a global namespace. Hence they must be in separate namespaces (OnnxModels).
* | Handle blobs differently from normal file refs.Henning Baldersheim2021-08-171-9/+16
| |
* | Merge pull request #18525 from vespa-engine/jonmv/reapply-di-session-cacheJon Marius Venstad2021-08-172-0/+6
|\ \ | | | | | | Session cache with injected config and network [run-systemtest]
| * | Use injectable network multiplexer holder in SessionCache to bridge generationsJon Marius Venstad2021-08-161-0/+2
| | |
| * | Set up SessionCache on container level, for port configJon Marius Venstad2021-08-162-1/+3
| | |
| * | Revert "Merge pull request #18515 from ↵Jon Marius Venstad2021-08-161-0/+2
| | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-18507-jonmv/reapply-session-cache-with-injected-config" This reverts commit fdea20ac7ba02313c94246e7cf77125320147d56, reversing changes made to 7537c42fa661952916cf91eebbb75e6984505100.
* | | GC usages of fileSourceHostHenning Baldersheim2021-08-1713-57/+14
| | |
* | | Always set send all files to falseHarald Musum2021-08-171-1/+1
| | | | | | | | | | | | | | | Never send all files to aplication nodes, that should only be done for config servers
* | | Avoid FileRegistry when you only need a hostname.Henning Baldersheim2021-08-1711-27/+24
| | |
* | | Use fileregistry explicitHenning Baldersheim2021-08-176-95/+99
| | |
* | | Separate adding and sending application bundles.Henning Baldersheim2021-08-171-1/+2
| | |
* | | Do registration of references early and only use fileReferences when sending.Henning Baldersheim2021-08-177-71/+48
| | |
* | | Wire in fileregistry to RankingConstants and OnnxModels.Henning Baldersheim2021-08-178-33/+48
| | |
* | | Wire in the FileRegistry explicit and separately. Not via FileDistributor.Henning Baldersheim2021-08-1625-85/+136
|/ / | | | | | | Only wireing in, no semantic changes.
* | Remove dead codeHarald Musum2021-08-162-50/+0
| |
* | Export aggregated average valueBjørn Christian Seime2021-08-161-1/+1
| |
* | Stop sending hints about files that should be downloaded when doing prepareHarald Musum2021-08-167-76/+16
| | | | | | | | | | | | This is just an optimzation and is not today in hosted Vespa, since authorization will not allow access to any new files until application is activated anyway
* | Merge pull request #18723 from vespa-engine/balder/add-swapable-attribute-optionHenning Baldersheim2021-08-1228-25/+206
|\ \ | | | | | | Balder/add swapable attribute option
| * | swappable -> pagedHenning Baldersheim2021-08-1228-170/+170
| | |
| * | Update expected results.Henning Baldersheim2021-08-1223-6/+138
| | |
| * | Control swappableHenning Baldersheim2021-08-126-8/+57
| | |
* | | Improve sanity check for blobs.Henning Baldersheim2021-08-121-2/+10
| | |
* | | Revert "Revert "Wire in sending large rankprofiles as files controlled by ↵Henning Baldersheim2021-08-121-0/+20
|/ / | | | | | | feature flag""
* | Metric has changed nameBjørn Christian Seime2021-08-111-1/+1
| |
* | Merge pull request #18667 from ↵Bjørn Christian Seime2021-08-092-9/+1
|\ \ | | | | | | | | | | | | vespa-engine/mortent/remove-flag-custom-acl-mapping remove flag for custom acl mapping
| * | Remove unused feature flagsMorten Tokle2021-08-022-9/+1
| | |
* | | unit test with ngram alsoArne Juul2021-08-031-0/+20
| | |
* | | add unit testArne Juul2021-08-032-0/+33
| | | | | | | | | | | | * exact same expression with "normalize" should not trigger reindexing
* | | Merge pull request #18670 from ↵Arne H Juul2021-08-021-0/+24
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/arnej/info-logging-of-reindexing-change-actions add some logging to determine why an application triggers reindexing
| * | | add some logging to determine why an application triggers reindexingArne Juul2021-08-021-0/+24
| |/ /
* / / Use only 2 threads for metrics proxy.Henning Baldersheim2021-08-021-1/+1
|/ /
* | Add feature flag for min-node-ratio-per-group.Geir Storli2021-07-163-9/+28
| |
* | Remove last / from url when switching server when doing uploadHarald Musum2021-07-151-1/+1
| | | | | | | | Do this only if there exists a new config source to switch to
* | Remove last / from url when switching server when doing uploadHarald Musum2021-07-151-0/+1
| | | | | | | | Avoid empty segment in path, not conformant.
* | Remove TLS_RSA_WITH_AES_256_GCM_SHA384 from default-enabled ciphers on 4443Bjørn Christian Seime2021-07-122-27/+2
| |
* | Improve error message.Geir Storli2021-07-121-1/+2
| |
* | Add validation of attribute fields using bool type, ensuring the collection ↵Geir Storli2021-07-123-0/+86
| | | | | | | | | | | | type is supported. Currently, only the single value bool type is supported by the search backend.
* | Merge pull request #18589 from vespa-engine/remove-container-jersey-2Harald Musum2021-07-1110-518/+1
|\ \