summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Add some more info to test and set error message.Henning Baldersheim2020-08-074-34/+36
|/ / / / /
* | | | | Merge pull request #14011 from vespa-engine/mortent/hide-shared-endpointBjørn Meland2020-08-073-0/+56
|\ \ \ \ \ | | | | | | | | | | | | Hide shared routing method endpoints
| * | | | | Hide shared routing methodsMorten Tokle2020-08-073-0/+56
|/ / / / /
* | | | | Merge pull request #14008 from vespa-engine/balder/move-shared-updateHenning Baldersheim2020-08-079-33/+32
|\ \ \ \ \ | | | | | | | | | | | | Use tranfer by value and std::move to avoid copying shared pointer to…
| * | | | | Use tranfer by value and std::move to avoid copying shared pointer to the ↵Henning Baldersheim2020-08-079-33/+32
|/ / / / / | | | | | | | | | | | | | | | Update.
* | | | | Merge pull request #14007 from vespa-engine/balder/improve-code-healt-for-testsHenning Baldersheim2020-08-076-138/+108
|\ \ \ \ \ | | | | | | | | | | | | Improve code health of test code.
| * | | | | Improve code health of test code.Henning Baldersheim2020-08-076-138/+108
| | | | | |
* | | | | | Merge pull request #14006 from vespa-engine/balder/add-hash-to-fieldcollectionHenning Baldersheim2020-08-0711-118/+138
|\ \ \ \ \ \ | | | | | | | | | | | | | | - Use modern enum class.
| * | | | | | - Use modern enum class.Henning Baldersheim2020-08-0711-118/+138
| |/ / / / / | | | | | | | | | | | | | | | | | | - Add hash method to FieldCollection.
* | | | | | Merge pull request #14005 from vespa-engine/balder/prepare-for-optimized-getHenning Baldersheim2020-08-073-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Balder/prepare for optimized get
| * | | | | Define the TENSOR datatype fully.Henning Baldersheim2020-08-072-0/+4
| | | | | |
| * | | | | Instatiate map externally.Henning Baldersheim2020-08-071-0/+1
|/ / / / /
* | | | | Merge pull request #14004 from vespa-engine/ogronnesby/keep-user-creating-tenantJon Marius Venstad2020-08-068-9/+30
|\ \ \ \ \ | |/ / / / |/| | | | keep which user created a tenant
| * | | | Use SlimeUtils.optionalStringØyvind Grønnesby2020-08-061-5/+1
| | | | |
| * | | | keep which user created a tenantØyvind Grønnesby2020-08-068-9/+34
| | | | |
* | | | | Merge pull request #13978 from vespa-engine/balder/optimize-metadata-only-getHåkon Hallingstad2020-08-064-7/+14
|\ \ \ \ \ | | | | | | | | | | | | Avoid doing a full get for metadata only get
| * | | | | Avoid doing a full get for metadata only getHenning Baldersheim2020-08-044-7/+14
| | | | | |
* | | | | | Merge pull request #14002 from vespa-engine/olaa/delete-billing-infoOla Aunrønning2020-08-064-82/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | BillingController deletes billing info
| * | | | | | BillingController deletes billing infoOla Aunrønning2020-08-064-82/+20
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #14001 from vespa-engine/bratseth/set-languageHarald Musum2020-08-0623-151/+228
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Move any single set_language operation to the top
| * | | | | Move any single set_language operation to the topJon Bratseth2020-08-0623-151/+228
| | | | | |
* | | | | | Merge pull request #13976 from ↵Henning Baldersheim2020-08-0615-58/+78
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/balder/do-not-retrieve-past-docidlimit When allowing weakly consistent get you might try to access attribute…
| * | | | | When allowing weakly consistent get you might try to access attributes that ↵Henning Baldersheim2020-08-0315-58/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are not yet fully populated. Now we prevent accessing uninitialized memory by guarding each attribute by checking its current commited docid limit. If not we just clear the field. Also avoid doing an inefficient Field -> string -> Field lookup.
* | | | | | Merge pull request #14000 from vespa-engine/bratseth/yql-cleanupJon Bratseth2020-08-061-412/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Cleanup comments
| * | | | | | Cleanup commentsJon Bratseth2020-08-061-412/+13
|/ / / / / /
* | | | | | Merge pull request #13999 from vespa-engine/bratseth/yql-numeric-referencesJon Bratseth2020-08-064-29/+46
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow references when expecting numbers
| * | | | | | Allow references when expecting numbersJon Bratseth2020-08-064-29/+46
| | | | | | |
* | | | | | | Include client ip dimension for ssl handshake failure metrics (#13998)Morten Tokle2020-08-053-3/+52
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #13997 from ↵Henning Baldersheim2020-08-0518-191/+184
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/cleanup-test-code-before-api-change Cleanup code by following clion advise an move some classes to its pr…
| * | | | | | Cleanup code by following clion advise an move some classes to its proper home.Henning Baldersheim2020-08-0518-191/+184
| | | | | | |
* | | | | | | Merge pull request #13994 from vespa-engine/ogronnesby/stop-reading-billing-infoJon Marius Venstad2020-08-056-31/+14
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Stop reading BillingInfo but write the default value
| * | | | | | Stop reading BillingInfo but write the default valueØyvind Grønnesby2020-08-056-31/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preparing to completely remove BillingInfo as it was never used. First step is to stop reading it. Once that has propagated we can remove the class completely.
* | | | | | | Merge pull request #13995 from ↵Henning Baldersheim2020-08-0510-88/+88
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/balder/disable-lint-for-test-macro-definitions Turn off lint for test marco definitions we can actually use clang-ti…
| * | | | | | Turn off lint for test marco definitions we can actually use clang-tidy to ↵Henning Baldersheim2020-08-0510-88/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup our code.
* | | | | | | Merge pull request #13996 from vespa-engine/bratseth/expose-summary-dataJon Bratseth2020-08-053-4/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Expose raw summary data
| * | | | | | Expose raw summary dataJon Bratseth2020-08-053-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to serialize hits.
* | | | | | | Merge pull request #13992 from vespa-engine/bratseth/remove-incorrect-provenanceJon Bratseth2020-08-055-10/+41
|\| | | | | | | | | | | | | | | | | | | | Remove incorrect provenance info
| * | | | | | Remove incorrect provenance infoJon Bratseth2020-08-055-10/+41
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we combine all resolutions of some value the provenance information carried by the value becomes ptoentially incorrect. Since we do this for efficiency and tracking provenance info is just helper functionality, we remove the provenance info in these cases.
* | | | | | Merge pull request #13993 from ↵Jon Marius Venstad2020-08-051-24/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/flush-log-handler-output-stream-more-often Flush output from log handler more often
| * | | | | | Flush output from log handler more oftenJon Marius Venstad2020-08-051-24/+20
| | | | | | |
* | | | | | | Merge pull request #13991 from vespa-engine/balder/remove-double-slashHenning Baldersheim2020-08-051-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Only single slash
| * | | | | | Only single slashHenning Baldersheim2020-08-051-1/+1
|/ / / / / /
* | | | | | Merge pull request #13981 from vespa-engine/bratseth/compactJon Bratseth2020-08-058-51/+106
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bratseth/compact
| * | | | | | Update abi specJon Bratseth2020-08-041-3/+4
| | | | | | |
| * | | | | | Compact single valuesJon Bratseth2020-08-047-48/+102
| | | | | | |
* | | | | | | Merge pull request #13985 from vespa-engine/balder/minor-fieldset-cleanupJon Bratseth2020-08-0555-512/+233
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Balder/minor fieldset cleanup
| * | | | | | Update abispecHenning Baldersheim2020-08-041-3/+9
| | | | | | |
| * | | | | | Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-0422-62/+78
| | | | | | |
| * | | | | | Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-0421-103/+84
| | | | | | |
| * | | | | | Remove the unused [header] and [body] fieldsets to simplify backend ↵Henning Baldersheim2020-08-0420-349/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | optimization during get.