summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* 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 init...Henning Baldersheim2018-09-252-25/+49
* 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 cleanupHarald Musum2018-09-203-3/+6
| * | Merge pull request #7014 from vespa-engine/lesters/model-eval-throw-on-errorLester Solbakken2018-09-201-8/+7
| |\ \ | | |/ | |/|
| | * 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
|\
| * 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
| * | Merge pull request #6971 from vespa-engine/hmusum/dont-use-deprecated-header-...Henning Baldersheim2018-09-171-4/+1
| |\ \
| | * | 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 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
* | | | Refactor: Macro -> RankingExpressionFunctionJon Bratseth2018-09-178-53/+51
* | | | Refactor: Construct using ExpressionFunctionJon Bratseth2018-09-176-42/+24
* | | | Refactor: Expose functionJon Bratseth2018-09-177-24/+24