summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Imported ML model robustnessJon Bratseth2018-09-2721-22/+13425
| | | | | | | | | - Handle properly that compiling an expression leads to adding new expressions - Don't load rank profile models as global when reading stored models - Proper verification of model pseudofeature arguments before taking an action - Handle missing models and missing models in existing paths properly - Don't require return types to be resolved for all functions yet (they won't be for those added during comppilation)
* Skip return type info if defaultJon Bratseth2018-09-254-75/+8
|
* Revert "Merge pull request #7094 from ↵Jon Bratseth2018-09-2522-158/+284
| | | | | | | vespa-engine/revert-7070-bratseth/rank-type-information-2" This reverts commit 0246064bbfb9657515f516e2fea12d593cd13016, reversing changes made to f627463a8100090ec109d27c3aeb439a3395a34f.
* Revert "Bratseth/rank type information 2"Arnstein Ressem2018-09-2522-284/+158
|
* Set useDedicatedNodeForLogserver to true, but enable only for dev in CD (#7083)Harald Musum2018-09-252-3/+4
|
* Allow mutable fields to be modifiable in indexing docproc and to have an ↵Henning Baldersheim2018-09-252-25/+49
| | | | initial value.
* Merge with masterJon Bratseth2018-09-2446-1805/+98
|\
| * Add dedicated logserver node only for application type default (#7056)Harald Musum2018-09-241-0/+1
| |
| * Fix missing wiring and enable testHarald Musum2018-09-213-4/+15
| |
| * Merge pull request #7027 from vespa-engine/hmusum/minor-schema-validator-cleanupValerij Fredriksen2018-09-213-3/+6
| |\ | | | | | | Minor schema validator cleanup
| | * Minor schema validator cleanupHarald Musum2018-09-203-3/+6
| | |
| * | Merge pull request #7014 from vespa-engine/lesters/model-eval-throw-on-errorLester Solbakken2018-09-201-8/+7
| |\ \ | | |/ | |/| Lesters/model eval throw on error
| | * Remove code dependencies on model evaluation handlerLester Solbakken2018-09-201-8/+7
| | |
| * | Add feature flag for using dedicated node for logserver (#7023)Harald Musum2018-09-204-5/+28
| | |
| * | Remove orphan test filesJon Bratseth2018-09-1913-1353/+0
| | |
| * | Remove test of dead codeJon Bratseth2018-09-191-87/+0
| | |
| * | Merge branch 'master' into bratseth/remove-dead-codeJon Bratseth2018-09-194-1/+20
| |\ \
| * | | Rename classJon Bratseth2018-09-194-15/+10
| | | |
| * | | Remove dead codeJon Bratseth2018-09-1918-337/+32
| | | |
* | | | Serialize argument type information when availableJon Bratseth2018-09-241-1/+4
| | | |
* | | | Carry over type infoJon Bratseth2018-09-231-6/+2
| | | |
* | | | Use ExpressionFunctionJon Bratseth2018-09-232-32/+33
| | | |
* | | | Move types to ExpressionFunctionJon Bratseth2018-09-233-17/+11
| | | |
* | | | Propagate input type informationJon Bratseth2018-09-213-54/+71
| | | |
* | | | Test non-empty tensor type outputJon Bratseth2018-09-202-2/+10
| | | |
* | | | Output type informationJon Bratseth2018-09-205-11/+82
| | | |
* | | | Resolve types of all argument-less functionsJon Bratseth2018-09-2016-96/+126
| |/ / |/| |
* | | Warn on deprecated 'metric-consumers' in services.xml.gjoranv2018-09-191-0/+4
| |/ |/|
* | Use logserver when it is running on its own node in hostedHarald Musum2018-09-192-1/+8
| |
* | Added more options to usage outputFrode Lundgren2018-09-181-0/+8
|/
* Merge pull request #6981 from vespa-engine/lesters/add-model-eval-rest-apiJon Bratseth2018-09-182-1/+24
|\ | | | | Lesters/add model eval rest api
| * Wire in model evaluation rest api handlerLester Solbakken2018-09-172-1/+24
| |
* | Don't build rank profiles when generating document Java classesJon Bratseth2018-09-1877-149/+192
| |
* | Merge with masterJon Bratseth2018-09-1818-29/+158
|\ \
| * | Separate the processing.Processors into a minimal set and the rest. Only use ↵Henning Baldersheim2018-09-179-15/+51
| | | | | | | | | | | | the minimal set when generating the concrete document types.
| * | Merge pull request #6971 from ↵Henning Baldersheim2018-09-171-4/+1
| |\ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/dont-use-deprecated-header-statement-for-fields Stop using deprecated header statement for sd fields
| | * | Stop using deprecated header statement for sd fieldsHarald Musum2018-09-151-4/+1
| | | |
| * | | Call prepare() on logserver container cluster (#6970)Harald Musum2018-09-176-7/+97
| | | |
| * | | Merge pull request #6943 from vespa-engine/bjorncs/ssl-provider-public-apiBjørn Christian Seime2018-09-172-2/+2
| |\ \ \ | | |/ / | |/| | Make SslContextFactoryProvider public api
| | * | Make SslContextFactoryProvider public apiBjørn Christian Seime2018-09-132-2/+2
| | | |
| * | | Add base handlers to container on logserver host (#6953)Harald Musum2018-09-141-1/+7
| | | |
* | | | Nonfunctional changes onlyJon Bratseth2018-09-171-8/+12
| | | |
* | | | Refactor: No separate string accessorsJon Bratseth2018-09-172-24/+4
| | | |
* | | | Don't store expression stringsJon Bratseth2018-09-173-21/+15
| | | |
* | | | Refactor: Don't reparseJon Bratseth2018-09-174-31/+0
| | | |
* | | | Refactor: Eagerly parse first and second phaseJon Bratseth2018-09-173-20/+24
| | | |
* | | | Refactor: macro -> functionJon Bratseth2018-09-171-14/+14
| | | |
* | | | support 'function' in addition to 'macro' in rank profilesJon Bratseth2018-09-1714-72/+72
| | | |
* | | | Refactor: macro -> functionJon Bratseth2018-09-1712-59/+60
| | | |
* | | | Refactor: macro -> functionJon Bratseth2018-09-1718-219/+217
| | | |