summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Minor code healthHenning Baldersheim2023-09-262-4/+5
|
* Merge pull request #28666 from vespa-engine/olaa/move-consumer-creationGjøran Voldengen2023-09-263-2/+8
|\ | | | | Add Vespa9 consumer
| * Add Vespa9 consumerOla Aunronning2023-09-263-2/+8
| |
* | Merge pull request #28669 from vespa-engine/jonmv/delay-dns-challenge-cleanupJon Marius Venstad2023-09-265-17/+35
|\ \ | | | | | | Jonmv/delay dns challenge cleanup
| * | Avoid code duplicationjonmv2023-09-261-4/+1
| | |
| * | Delay deletion of DNS challenge TXT records until deactivationjonmv2023-09-264-14/+28
| | |
| * | Add comment for endpoint service generationjonmv2023-09-261-3/+10
| |/
* | Merge pull request #28654 from vespa-engine/balder/return-early-on-matchHenning Baldersheim2023-09-269-48/+60
|\ \ | | | | | | - Return early in doSeek if docId found.
| * | Ensure all iterators are at or past current docid.Henning Baldersheim2023-09-261-1/+13
| | |
| * | If tfmd is not needed, use the optimized simple OR filter.Henning Baldersheim2023-09-252-9/+7
| | |
| * | Ensure children are sorted by falling tree size.Henning Baldersheim2023-09-251-0/+2
| | |
| * | Add noexceptHenning Baldersheim2023-09-253-19/+17
| | |
| * | Clean up code based on clions's adviseHenning Baldersheim2023-09-251-9/+9
| | |
| * | - Return early in doSeek if docId found.Henning Baldersheim2023-09-253-12/+14
| | | | | | | | | | | | | | | - get_hits should not match anything before its current position. - Cache bitvector size as a atomic does not optimize that well.
* | | Merge pull request #28653 from vespa-engine/balder/use-stashHenning Baldersheim2023-09-2613-233/+68
|\ \ \ | | | | | | | | - Use stash instead of the single use of VariableSizeVector.
| * | | Reorder members to reflect required lifetime, and remove incorrect noexcept.Henning Baldersheim2023-09-263-7/+9
| | | |
| * | | - Use stash instead of the single use of VariableSizeVector.Henning Baldersheim2023-09-2513-232/+65
| |/ /
* | | Merge pull request #28665 from vespa-engine/hmusum/remove-unused-flag-7Harald Musum2023-09-261-15/+3
|\ \ \ | | | | | | | | Remove two unused flags, update expiry date for some others
| * | | Remove two unusede flags, update expiry date for some othersHarald Musum2023-09-261-15/+3
| | |/ | |/|
* | | Merge pull request #28661 from vespa-engine/freva/cloud-account-maintainerValerij Fredriksen2023-09-2623-59/+276
|\ \ \ | |/ / |/| | Expose enclave template version
| * | Expose tenant cloud accounts in /application/v4 tenant responseValerij Fredriksen2023-09-263-2/+49
| | |
| * | Maintain tenant cloud accountsValerij Fredriksen2023-09-266-5/+76
| | |
| * | Store cloud accounts in TenantValerij Fredriksen2023-09-2612-52/+128
| | |
| * | Add method to extract enclave template versionValerij Fredriksen2023-09-262-0/+23
| | |
* | | Merge pull request #28651 from ↵Tor Brede Vekterli2023-09-263-78/+32
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/vekterli/generate-successor-prefix-as-we-go Generate Levenshtein successor prefix "as we go" during match loop
| * | | Fix printing of sparse statesTor Brede Vekterli2023-09-251-3/+3
| | | |
| * | | Generate Levenshtein successor prefix "as we go" during match loopTor Brede Vekterli2023-09-252-75/+29
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving from an on-demand generation means that we only decode (and possibly normalize) UTF-8 characters _once_ instead of twice in the case of UTF-32 output or non-normalized input. These changes also make it much more easy to add future support for preserving a caller-supplied successor prefix, which would be used for prefix-locked dictionary matching. Note: this subtly changes the API to potentially _always_ mutate the input successor string. The API documentation has been updated to reflect this. No current users of the API should be affected.
* | | Merge pull request #28664 from vespa-engine/hmusum/fix-typoHarald Musum2023-09-261-1/+1
|\ \ \ | | | | | | | | Fix typo
| * | | Fix typoHarald Musum2023-09-261-1/+1
| | | |
* | | | Merge pull request #28659 from ↵Henning Baldersheim2023-09-261-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/renovate/org.openrewrite.maven-rewrite-maven-plugin-5.x Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.6.0
| * | | | Update dependency org.openrewrite.maven:rewrite-maven-plugin to v5.6.0renovate[bot]2023-09-261-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #28640 from ↵Håkon Hallingstad2023-09-267-17/+40
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/hakonhall/add-ipv6-to-public-zonal-endpoints-in-gcp-2nd-attempt Add IPv6 to public zonal endpoints in GCP, 2nd attempt
| * | | Merge branch 'master' into ↵Håkon Hallingstad2023-09-25106-610/+1696
| |\ \ \ | | | | | | | | | | | | | | | hakonhall/add-ipv6-to-public-zonal-endpoints-in-gcp-2nd-attempt
| * | | | Revert "Revert "Add IPv6 to public zonal endpoints in GCP""Håkon Hallingstad2023-09-257-17/+40
| | | | |
* | | | | Merge pull request #28663 from ↵Jon Marius Venstad2023-09-263-6/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/log-tenant-with-session-not-found Log tenant name when session not found
| * | | | | Log tenant name when session not foundjonmv2023-09-263-6/+6
| | | | | |
* | | | | | Merge pull request #28660 from ↵Bjørn Christian Seime2023-09-262-2/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | vespa-engine/revert-28656-hmusum/fix-onnx-model-cost Revert "Try to add back method removed from API but still in use"
| * | | | | Revert "Try to add back method removed from API but still in use"Harald Musum2023-09-262-2/+1
|/ / / / /
* | | | | Merge pull request #28658 from ↵Harald Musum2023-09-261-3/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/log-as-warning-with-failure-when-skipping-model Log more and as warning when skipping config model versions
| * | | | | Log more and as warning when skipping config model versionsHarald Musum2023-09-251-3/+4
| | | | | |
* | | | | | Merge pull request #28655 from vespa-engine/geirst/integrate-dfa-fuzzy-matcherv8.232.19Geir Storli2023-09-265-11/+54
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Integrate DFA-based fuzzy matching.
| * | | | | Integrate DFA-based fuzzy matching.Geir Storli2023-09-255-11/+54
| | |_|_|/ | |/| | |
* | | | | Merge pull request #28647 from vespa-engine/hmusum/add-feature-flag-3Harald Musum2023-09-256-7/+31
|\ \ \ \ \ | |_|_|_|/ |/| | | | Add feature flag to control how we handle user config for unknown con…
| * | | | Merge branch 'master' into hmusum/add-feature-flag-3Harald Musum2023-09-2518-93/+455
| |\ \ \ \
| * | | | | Add feature flag to control how we handle user config for unknown config ↵Harald Musum2023-09-256-6/+27
| | | | | | | | | | | | | | | | | | | | | | | | definitions
* | | | | | Merge pull request #28656 from vespa-engine/hmusum/fix-onnx-model-costHarald Musum2023-09-252-1/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Try to add back method removed from API but still in use
| * | | | | Try to add back method removed from API but still in useHarald Musum2023-09-252-1/+2
| | | | | |
* | | | | | Merge pull request #28649 from ↵Geir Storli2023-09-253-27/+172
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/add-another-is_match-member-function-to-dfa-fuzzy-matcher Add another is_match member function to dfa fuzzy matcher that doesn't
| * | | | | | Add another is_match member function to dfa fuzzy matcher that doesn'tTor Egge2023-09-253-27/+172
| |/ / / / / | | | | | | | | | | | | | | | | | | try to update directory iterator.
* | | | | | Merge pull request #28650 from vespa-engine/mortent/update-lastreq-from-poolMorten Tokle2023-09-252-2/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update last requested when fetching from pool