aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11471 from ↵Arnstein Ressem2019-12-021-79/+0
|\ | | | | | | | | vespa-engine/toregge/remove-vespa-deploy-application Remove unused perl script vespa-deploy-application.
| * Remove unused perl script vespa-deploy-application.Tor Egge2019-12-021-79/+0
| |
* | Remove vespa-validate-application.Tor Egge2019-12-022-103/+0
|/
* Revert "Revert "Jvenstad/test steps in deployment spec""Jon Marius Venstad2019-12-028-9/+196
| | | | This reverts commit 12fcbd278a5fadb085456f0cde9059755c0fe231.
* Revert "Jvenstad/test steps in deployment spec"Valerij Fredriksen2019-11-298-196/+9
|
* Merge pull request #11456 from ↵Jon Bratseth2019-11-298-9/+196
|\ | | | | | | | | vespa-engine/jvenstad/test-steps-in-deployment-spec Jvenstad/test steps in deployment spec
| * update test nameJon Marius Venstad2019-11-291-1/+1
| |
| * Verify deployment.rnc, and allow athenz-service on region thereJon Marius Venstad2019-11-296-1/+174
| |
| * Update deployment.rncJon Marius Venstad2019-11-293-7/+21
| |
| * Rename deploysTo -> concerns in DeploymentSpec.Step, and includes -> deploysToJon Marius Venstad2019-11-281-1/+1
| |
* | Merge pull request #11394 from vespa-engine/hmusum/remove-unused-configHarald Musum2019-11-282-18/+0
|\ \ | |/ |/| Remove code for generating unused score-board config
| * Remove generation of unused score-board configHarald Musum2019-11-242-18/+0
| | | | | | | | | | Config definition can be removed when no config models generate this config anymore
* | Test exporting reshape functionJon Bratseth2019-11-272-0/+29
| |
* | Support index generating expressions in tensor value functionsJon Bratseth2019-11-271-4/+4
| |
* | FixHarald Musum2019-11-241-1/+0
| |
* | FixHarald Musum2019-11-241-0/+6
| |
* | Prepare for removing unused/unnecessary options payloadCompressionType and ↵Harald Musum2019-11-234-23/+4
|/ | | | numParallelTenantLoaders
* Add XGBoost if-inversion for missing featuresLester Solbakken2019-11-204-9/+9
|
* Remove stale assert, RoutingConfigProvider has been removedHarald Musum2019-11-201-1/+0
|
* Merge pull request #11330 from vespa-engine/bratseth/smarter-rebalancingJon Bratseth2019-11-181-0/+2
|\ | | | | Bratseth/smarter rebalancing
| * Do rebalancing deployments in the RebalancerJon Bratseth2019-11-181-0/+2
| | | | | | | | | | | | | | This avoids cases where the Rebalancer chooses a move which turns out to not be legal when actually making the redeployment, causing another node to be selected as target.
* | Merge pull request #11327 from ↵Geir Storli2019-11-1815-552/+0
|\ \ | | | | | | | | | | | | vespa-engine/balder/fdispatch-is-really-gone-rebased Balder/fdispatch is really gone rebased
| * | Now fdispatch reliques can goHenning Baldersheim2019-11-1615-552/+0
| |/
* / link to security model dockkraune2019-11-182-2/+2
|/
* Remove dead codeHarald Musum2019-11-151-2/+0
|
* Correct install dir for config model schemas.Tor Egge2019-11-141-1/+1
|
* Merge pull request #11294 from ↵Andreas Eriksen2019-11-142-4/+7
|\ | | | | | | | | vespa-engine/andreer/do-not-enforce-client-auth-outside-public do not enforce client auth outside public system (yet)
| * do not enforce client auth outside public system (yet)andreer2019-11-142-4/+7
| |
* | Merge pull request #11288 from vespa-engine/bratseth/storage-typeJon Bratseth2019-11-144-25/+35
|\ \ | |/ |/| Add NodeResources.storageType
| * Explicit NodeResources defaultsJon Bratseth2019-11-131-2/+2
| |
| * Add NodeResources.storageTypeJon Bratseth2019-11-134-24/+34
| |
* | Don't pretend hosts can have multiple membershipsJon Bratseth2019-11-136-92/+16
|/
* Carry spec throughJon Bratseth2019-11-123-14/+6
|
* Don't delegateJon Bratseth2019-11-112-8/+4
|
* Get requested resources from HostResourcesJon Bratseth2019-11-113-18/+3
|
* No need to patch in flavor#Jon Bratseth2019-11-111-4/+0
|
* Construct HostResources from a HostSpecJon Bratseth2019-11-112-18/+11
|
* Always try to build config model for old versionsHarald Musum2019-11-111-4/+10
| | | | | | | Try to build old config models, but do not fail deployment if skip-old-config-models validation override is true and building an old model fails. In manually deployed zones we previously did not build old config models, since skip-old-config-models was always true. With this change we will try to build those old models, but not fail if building one or more old models fails.
* Merge pull request #11259 from ↵Lester Solbakken2019-11-085-1/+82
|\ | | | | | | | | vespa-engine/bratseth/dynamic-tensors-in-verbose-form Bratseth/dynamic tensors in verbose form
| * Serialize scalar functions with contextJon Bratseth2019-11-082-0/+29
| |
| * Always serialize dynamic tensors in verbose formJon Bratseth2019-11-085-1/+53
| |
* | Merge pull request #11247 from ↵Jon Marius Venstad2019-11-081-7/+2
|\ \ | | | | | | | | | | | | vespa-engine/hmusum/create-copy-of-all-files-to-send Create a copy of all files to send
| * | Create a copy of all files to sendHarald Musum2019-11-081-7/+2
| |/
* | Merge pull request #11243 from vespa-engine/bratseth/pick-slobroks-by-index-onlyJon Bratseth2019-11-083-42/+14
|\ \ | |/ |/| Pick all slobroks by index
| * Pick all slobroks by indexJon Bratseth2019-11-073-42/+14
| |
* | YQL parsing/serialization improvementsJon Bratseth2019-11-072-4/+6
|/ | | | | | - Serialize annotated range and weightedset with bracing - Parse Infinity in ranges - Better error messages in range parsing
* Pass requestedResources through HostResourcesJon Bratseth2019-11-063-17/+30
|
* Merge pull request #11222 from vespa-engine/bratseth/dynamic-tensorsLester Solbakken2019-11-061-2/+2
|\ | | | | Literal tensors with value expressions
| * Literal tensors with value expressionsJon Bratseth2019-11-051-2/+2
| |
* | Use minCpuCores where we care about the number, not the performanceJon Bratseth2019-11-063-3/+3
| |