summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Address reviewJon Marius Venstad2018-09-191-21/+1
* Add modules for open-source hosted applicationsJon Marius Venstad2018-09-1910-0/+450
* Merge pull request #7000 from vespa-engine/hmusum/check-config-generation-in-...Martin Polden2018-09-192-5/+5
|\
| * Check service config generations in parallelHarald Musum2018-09-192-5/+5
* | Merge pull request #6967 from vespa-engine/ollivir/move-logic-to-fs4closeable...Henning Baldersheim2018-09-197-399/+432
|\ \
| * | FS4 interfacing code moved to FS4CloseableChannel from FastSearcherOlli Virtanen2018-09-147-399/+432
* | | Merge pull request #6997 from vespa-engine/geirst/migrate-legacy-proton-execu...Henning Baldersheim2018-09-1912-36/+77
|\ \ \
| * | | Migrate legacy proton executor metrics and add missing metrics.Geir Storli2018-09-183-11/+55
| * | | Rename proton summary executor -> shared executor.Geir Storli2018-09-188-22/+22
| * | | Remove unused code.Geir Storli2018-09-183-3/+0
* | | | Merge pull request #6977 from vespa-engine/gjoranv/remove-linguistics-bindingHenning Baldersheim2018-09-192-3/+17
|\ \ \ \
| * | | | Create SimpleLinguistics singleton lazily.gjoranv2018-09-171-1/+2
| * | | | Add binding for Linguistics to HandlersConfigurerTestWrapper.gjoranv2018-09-171-2/+16
| * | | | Remove guice binding for Linguistics.gjoranv2018-09-171-1/+0
* | | | | Merge pull request #6989 from vespa-engine/gjoranv/remove-deprecated-unused-c...Henning Baldersheim2018-09-193-87/+0
|\ \ \ \ \
| * | | | | Remove unused and deprecated classes in non-public package.gjoranv2018-09-183-87/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #6984 from vespa-engine/balder/increase-interval-from-1s-t...Henning Baldersheim2018-09-1917-62/+33
|\ \ \ \ \
| * | | | | Reduce frequency to avoid spending 1/2 core for when having many attributes.Henning Baldersheim2018-09-171-1/+1
| * | | | | GC unused code and add override and = default.Henning Baldersheim2018-09-1717-61/+32
* | | | | | Merge pull request #6999 from vespa-engine/frodelu/update-usageJon Bratseth2018-09-181-0/+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-189-19/+431
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Change return codes from 400 to 404Jon Bratseth2018-09-182-10/+14
| * | | | | AddedJon Bratseth2018-09-181-0/+4
| * | | | | Wire in model evaluation rest api handlerLester Solbakken2018-09-172-1/+24
| * | | | | Add model evaluation rest api handlerLester Solbakken2018-09-176-18/+399
* | | | | | Merge pull request #6992 from vespa-engine/bratseth/rank-type-informationJon Bratseth2018-09-18120-863/+798
|\ \ \ \ \ \
| * | | | | | Don't build rank profiles when generating document Java classesJon Bratseth2018-09-1878-157/+197
| * | | | | | Merge with masterJon Bratseth2018-09-18105-856/+676
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | 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-1710-55/+59
| * | | | | | Refactor: macro -> functionJon Bratseth2018-09-173-17/+17
| * | | | | | support 'function' in addition to 'macro' in rank profilesJon Bratseth2018-09-1721-96/+96
| * | | | | | Refactor: macro -> functionJon Bratseth2018-09-1712-59/+60
| * | | | | | Refactor: macro -> functionJon Bratseth2018-09-1723-235/+233
| * | | | | | Refactor: Macro -> RankingExpressionFunctionJon Bratseth2018-09-178-53/+51
| * | | | | | Refactor: Construct using ExpressionFunctionJon Bratseth2018-09-177-42/+35
| * | | | | | Refactor: Expose functionJon Bratseth2018-09-177-24/+24
| * | | | | | Refactor: Use ExpressionFunctionJon Bratseth2018-09-171-28/+13
| * | | | | | Refactory: Remove mutationsJon Bratseth2018-09-164-37/+9
| * | | | | | Refactor: Initialize all macros state at onceJon Bratseth2018-09-168-46/+63
| * | | | | | Remove the 'parts' sillynessJon Bratseth2018-09-164-88/+58
* | | | | | | Merge pull request #6993 from vespa-engine/olaa/filter-logs-on-timeHarald Musum2018-09-1812-39/+125
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Replace HTTP response with Log class. Other cleanupOla Aunrønning2018-09-1811-38/+62
| * | | | | | Filter on time. Flatten logs jsonOla Aunrønning2018-09-185-44/+70
| * | | | | | filter number of logsOla Aunrønning2018-09-187-12/+48