summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7830 from ↵gjoranv2018-12-036-7/+6
|\ | | | | | | | | vespa-engine/bratseth/build-method-on-config-builder Add build() method to config builders
| * Add build() method to config buildersJon Bratseth2018-11-306-7/+6
| |
* | Revert "Merge pull request #7837 from ↵Jon Bratseth2018-12-025-16/+1
| | | | | | | | | | | | | | vespa-engine/revert-7836-bratseth/remove-unused-rpc-server-take-3" This reverts commit 0c39992b60e6103a85fa00362df74930a660e51c, reversing changes made to a8277a3a486f7fd174e562bf174cfa72aede9cee.
* | Merge pull request #7832 from ↵Harald Musum2018-12-025-18/+36
|\ \ | | | | | | | | | | | | vespa-engine/bratseth/deprecate-provisioning-version Deprecate com.yahoo.config.provision.Version
| * | Deprecate com.yahoo.config.provision.VersionJon Bratseth2018-12-015-18/+36
| |/ | | | | | | We have com.yahoo.component.Version, and one is enough.
* | Revert "Bratseth/remove unused rpc server take 3"Jon Bratseth2018-12-015-1/+16
| |
* | Revert "Merge pull request #7835 from ↵Jon Bratseth2018-12-015-16/+1
| | | | | | | | | | | | | | vespa-engine/revert-7833-bratseth/remove-unused-rpc-server-take-2" This reverts commit ce9f57d123d835cc698adf2febe4aae47128031d, reversing changes made to c2af67b3d11da53655a0750d2e288b584c7b938c.
* | Revert "Bratseth/remove unused rpc server take 2"Jon Bratseth2018-12-015-1/+16
| |
* | Register the container with SlobrokJon Bratseth2018-12-011-1/+1
| | | | | | | | This allows us to orchestrate restarts.
* | Revert "Merge pull request #7831 from ↵Jon Bratseth2018-12-015-15/+0
| | | | | | | | | | | | | | vespa-engine/revert-7818-bratseth/remove-unused-rpc-server" This reverts commit 0aeda846a4dd36c03f49e4504e91ee2c813bde87, reversing changes made to c0513ac34d2c438e9f97e699659855029e1f06e8.
* | Revert "Remove zombie code"Håkon Hallingstad2018-12-015-0/+15
|/
* Merge pull request #7823 from ↵Geir Storli2018-11-3011-7/+221
|\ | | | | | | | | vespa-engine/toregge/derive-config-for-imported-pos-field Derive config for imported position field.
| * Remove irrelevant derived config.Tor Egge2018-11-301-8/+0
| |
| * Trim down unit tests.Tor Egge2018-11-301-36/+3
| |
| * Derive config for imported position field.Tor Egge2018-11-3012-7/+262
| |
* | Merge pull request #7824 from vespa-engine/ollivir/adaptive-timeout-fixesJon Bratseth2018-11-301-1/+1
|\ \ | | | | | | Fixes to adaptive timeout handling
| * | Fixes to adaptive timeout handlingOlli Virtanen2018-11-291-1/+1
| | |
* | | Expect the right handlersJon Bratseth2018-11-291-1/+0
| | |
* | | Remove zombie codeJon Bratseth2018-11-294-14/+0
| |/ |/|
* | Revert "Revert "Always output tensor type in toString""Jon Bratseth2018-11-291-6/+6
|/
* Merge pull request #7811 from vespa-engine/toregge/fail-duplicate-importGeir Storli2018-11-293-1/+21
|\ | | | | Fail duplicate import of field.
| * Fail duplicate import of field.Tor Egge2018-11-293-1/+21
| |
* | Revert "Always output tensor type in toString"Håkon Hallingstad2018-11-291-6/+6
|/
* Merge pull request #7808 from ↵Lester Solbakken2018-11-291-6/+6
|\ | | | | | | | | vespa-engine/bratseth/always-output-tensor-type-in-tostring Always output tensor type in toString
| * Always output tensor type in toStringJon Bratseth2018-11-281-6/+6
| | | | | | | | | | This allows us to always restore a tensor accurately from its toString form.
* | Merge pull request #7805 from vespa-engine/bratseth/allow-zero-arg-parenthesisLester Solbakken2018-11-291-1/+1
|\ \ | | | | | | Allow no-arg function invocations to use parentheses
| * | Allow no-arg function invocations to use parenthesesJon Bratseth2018-11-281-1/+1
| |/
* | Don't emit unneeded index-info config for inner struct in map of struct.Tor Egge2018-11-282-20/+4
| |
* | Generate index info config for imported complex fields.Tor Egge2018-11-282-1/+39
| |
* | Improve attribute detection when generating index-info config.Tor Egge2018-11-282-18/+47
| |
* | Fix typo.Tor Egge2018-11-272-31/+25
| | | | | | | | | | | | Factor out logic to check for nested field name. Use camel case instead of underscore for compound function name. Simplify test.
* | Handle import of array of struct fields, map of struct fields, and map ofTor Egge2018-11-2717-30/+676
|/ | | | primitive fields as long as required attributes are present.
* Create a config model view (api) package under model-integrationJon Bratseth2018-11-2626-30/+30
| | | | | | This is to avoid having to install config-mode and dependencies in the container at startup as a consequence of wanting model-integration there to make TensorFlow available.
* Merge pull request #7766 from ↵Tor Egge2018-11-261-0/+1
|\ | | | | | | | | vespa-engine/toregge/do-not-add-imported-struct-fields-to-default-summary Don't add imported array of struct/map of struct/map of primitive to default summary.
| * Don't add imported array of struct/map of struct/map of primitiveTor Egge2018-11-261-0/+1
| | | | | | | | to default summary.
* | Model the config model view of model-integrationJon Bratseth2018-11-2626-116/+117
|/ | | | | This is to make it clearer that these methods are part of the config model API.
* Merge pull request #7758 from vespa-engine/ollivir/adaptive-timeoutJon Bratseth2018-11-261-0/+9
|\ | | | | Adaptive timeout support in java dispatch
| * Adaptive timeout support in java dispatchOlli Virtanen2018-11-231-0/+9
| |
* | Java type only interface between imported-models and config modelsJon Bratseth2018-11-251-15/+36
| | | | | | | | | | | | | | This avoids class incompatibility problems when passing an imported model across bundle boundaries to a config model. Tensor string parsing has been sped up as this relies on it more.
* | Remove unused importHenning Baldersheim2018-11-241-2/+0
| |
* | Remove experimental enable-multiple-bucket-spaces flag.Geir Storli2018-11-234-69/+13
|/ | | | The feature has been default on since late May 2018.
* Merge pull request #7744 from vespa-engine/bratseth/move-tf-out-of-config-modelJon Bratseth2018-11-2327-66/+113
|\ | | | | Bratseth/move tf out of config model
| * Move all importing to model-integrationJon Bratseth2018-11-2227-35/+35
| |
| * Restore old package nameJon Bratseth2018-11-2226-29/+29
| |
| * Separate model integration into a separate moduleJon Bratseth2018-11-2127-64/+111
| | | | | | | | | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* | Add unit test for position zcurve field not being part of [document] fieldsetTor Brede Vekterli2018-11-224-1/+53
| | | | | | | | Should work as expected when the field is defined in a parent document type.
* | exclude "extra" fields from [document] field-setArne Juul2018-11-226-22/+11
| |
* | Keep the old default until tested in a full zone.Henning Baldersheim2018-11-214-11/+4
| |
* | Avoid * importsHenning Baldersheim2018-11-211-2/+11
| |
* | Follow api change.Henning Baldersheim2018-11-212-4/+2
| |