aboutsummaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Add url config typeLester Solbakken2018-12-182-0/+12
|
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-1420-71/+195
|
* Merge pull request #7910 from ↵Geir Storli2018-12-103-3/+4
|\ | | | | | | | | vespa-engine/toregge/add-position-field-tech-debt-commentds Adjust some comments related to position fields.
| * Adjust some comments related to position fields.Tor Egge2018-12-073-3/+4
| |
* | Add and use cross-cluster bucket space configTor Brede Vekterli2018-12-075-2/+101
|/ | | | | | | | Adds a new config `AllClustersBucketSpacesConfig` which includes all document type to bucket space mappings across all configured content clusters. Inject this config into `RestApi` to ensure all changes to the mapping is observed. This also removes the remaining per-request config fetching during Document V1 visit ops.
* Merge pull request #7895 from ↵Henning Baldersheim2018-12-0612-42/+603
|\ | | | | | | | | vespa-engine/toregge/process-positon-summary-entries-try2 Process position summary entries. (take 2).
| * Allow position summary with no attribute if field is not imported andTor Egge2018-12-062-20/+61
| | | | | | | | summary field name matches source.
| * Process position summary entries.Tor Egge2018-12-0612-42/+562
| |
* | Revert "Add and use cross cluster bucket space config"Tor Brede Vekterli2018-12-065-101/+2
| |
* | Merge pull request #7893 from ↵Tor Brede Vekterli2018-12-065-2/+101
|\ \ | | | | | | | | | | | | vespa-engine/vekterli/add-and-use-cross-cluster-bucket-space-config Add and use cross cluster bucket space config
| * | Add and use cross-cluster bucket space configTor Brede Vekterli2018-12-055-2/+101
| | | | | | | | | | | | | | | | | | | | | | | | Adds a new config `AllClustersBucketSpacesConfig` which includes all document type to bucket space mappings across all configured content clusters. Inject this config into `RestApi` to ensure all changes to the mapping is observed. This also removes the remaining per-request config fetching during Document V1 visit ops.
* | | Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Update FastCharStream method names to follow changes in generated CharStream class. - Update expected test output due to improvements in generated code. - Improve ability to debug tests by more clearly printing out the diff between expected and actual output.
* | | Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-061-9/+0
| |/ |/| | | | | + Remove unused management for old javacc plugin.
* | Revert "Process position summary entries."Henning Baldersheim2018-12-0612-562/+42
| |
* | Process position summary entries.Tor Egge2018-12-0512-42/+562
|/
* Less use of ContainerJon Bratseth2018-12-031-1/+0
|
* 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.