summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #28937 from vespa-engine/andreer/extend-wip-feature-flagsv8.243.29Henning Baldersheim2023-10-161-5/+5
|\ | | | | extend wip feature flags
| * extend wip feature flagsAndreas Eriksen2023-10-161-5/+5
| |
* | Merge pull request #28936 from vespa-engine/arnej/fix-ws-2Henning Baldersheim2023-10-165-10/+10
|\ \ | | | | | | fix some trailing whitespace MERGEOK
| * | fix some trailing whitespaceArne Juul2023-10-165-10/+10
| | |
* | | Merge pull request #28954 from ↵Henning Baldersheim2023-10-162-3/+22
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/balder/avoid-gcc12plus-xxhash-incorrect-warning Avoid incorrect gcc warning compiling inlined XXH3 code. Also stick t…
| * | | Avoid incorrect gcc warning compiling inlined XXH3 code. Also stick to ↵Henning Baldersheim2023-10-162-3/+22
| | | | | | | | | | | | | | | | including official interface.
* | | | Merge pull request #28951 from vespa-engine/balder/require-ivybridge-as-minimumHenning Baldersheim2023-10-161-1/+2
|\ \ \ \ | |/ / / |/| | | Use ivybridge as default for x86-64
| * | | Use ivybridge as default for x86-64Henning Baldersheim2023-10-161-1/+2
|/ / /
* | | Merge pull request #28943 from vespa-engine/toregge/add-linguistics-tokens-dfwTor Egge2023-10-1623-30/+196
|\ \ \ | | | | | | | | Add linguistics tokens document field writer.
| * | | Adjust class comment.Tor Egge2023-10-161-1/+1
| | | |
| * | | Add linguistics tokens document field writer.Tor Egge2023-10-1623-30/+196
| | | |
* | | | Merge pull request #28948 from ↵Henning Baldersheim2023-10-161-2/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/baledr/use-default-compiler-options-for-pr-build Just use default cpu architechture for PR builds
| * | | | Just use default cpu architechture for PR buildsHenning Baldersheim2023-10-161-2/+1
| | | | |
* | | | | Merge pull request #28938 from vespa-engine/bjorncs/email-notificationØyvind Grønnesby2023-10-1611-6/+236
|\ \ \ \ \ | | | | | | | | | | | | Bjorncs/email notification
| * | | | | Test that trial notifications are triggeredBjørn Christian Seime2023-10-161-0/+38
| | | | | |
| * | | | | Add feature flag to enable trial notificationsBjørn Christian Seime2023-10-162-4/+18
| | | | | |
| * | | | | Add prototype email notification for trial account eventsBjørn Christian Seime2023-10-163-2/+98
| | | | | |
| * | | | | Track trial account lifecycle in ZKBjørn Christian Seime2023-10-162-0/+68
| | | | | |
| * | | | | Add notification type for account relatedBjørn Christian Seime2023-10-163-1/+8
| | | | | |
| * | | | | Add additional overload taking email contentBjørn Christian Seime2023-10-161-3/+10
| | |_|/ / | |/| | |
* | | | | Merge pull request #28945 from ↵Tor Brede Vekterli2023-10-167-103/+132
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/vekterli/wire-communication-manager-config-from-its-owner Wire `CommunicationManager` config from its owner rather than self-subscribing
| * | | | | Wire `CommunicationManager` config from its owner rather than self-subscribingTor Brede Vekterli2023-10-167-103/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves the responsibility for bootstrapping and updating config for the `CommunicationManager` component to its owner. By doing this, a dedicated `ConfigFetcher` can be removed. Since this is a component used by both the distributor and storage nodes, this reduces total thread count by 2 on a host.
* | | | | | Merge pull request #28939 from ↵Henning Baldersheim2023-10-162-3/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | vespa-engine/hmusum/use-only-warn-and-fail-for-flag Make 'warn' and 'fail' the only valid values for UNKNOWN_CONFIG_DEFIN…
| * | | | | Make 'warn' and 'fail' the only valid values for UNKNOWN_CONFIG_DEFINITIONHarald Musum2023-10-162-3/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #28941 from ↵Jon Marius Venstad2023-10-162-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/jonmv/discard-sequenced-tasks-if-not-run Discard sequenced messages if task destroyed before run
| * | | | | Discard sequenced messages if task destroyed before runjonmv2023-10-162-4/+4
| | | | | |
* | | | | | Merge pull request #28944 from ↵Harald Musum2023-10-166-34/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/stop-using-name-per-application Stop using name for each application
| * | | | | | Stop using name for each applicationHarald Musum2023-10-166-34/+15
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #28940 from vespa-engine/mpolden/read-endpoint-config-flagMartin Polden2023-10-166-74/+62
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Read endpoint-config flag
| * | | | | Add javadocMartin Polden2023-10-161-12/+13
| | | | | |
| * | | | | Enable testMartin Polden2023-10-161-20/+21
| | | | | |
| * | | | | Read endpoint-config flagMartin Polden2023-10-165-42/+28
| | |/ / / | |/| | |
* | | | | Merge pull request #28935 from ↵Tor Egge2023-10-161-4/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/simplify-include-of-onnxruntime-header-file Simplify include of onnxruntime header file.
| * | | | | Simplify include of onnxruntime header file.Tor Egge2023-10-151-4/+0
| |/ / / /
* | | | | Merge pull request #28934 from vespa-engine/toregge/remove-unused-local-variableGeir Storli2023-10-161-1/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove unused local variable.
| * | | | | Remove unused local variable.Tor Egge2023-10-151-1/+0
| |/ / / /
* | | | | Merge pull request #28908 from vespa-engine/jonmv/read-node-exclusive-toJon Marius Venstad2023-10-163-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Read and write exclusiveTo and provisionedFor separately
| * | | | Read and write exclusiveTo and provisionedFor separatelyjonmv2023-10-123-4/+4
| | | | |
* | | | | Merge pull request #28926 from vespa-engine/hmusum/pricing-cleanupHarald Musum2023-10-162-114/+106
|\ \ \ \ \ | |_|/ / / |/| | | | Minor test cleanup and add enclave() method to ApplicationResources
| * | | | Minor test cleanup and add enclave() method to ApplicationResourcesHarald Musum2023-10-142-114/+106
| | | | |
* | | | | Merge pull request #28930 from ↵Harald Musum2023-10-142-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/go-directly-to-onnxruntime-1.16.1 Balder/go directly to onnxruntime 1.16.1 MERGEOK
| * | | | | Update searchlib/src/vespa/searchlib/attribute/postinglistsearchcontext.hppHarald Musum2023-10-141-1/+1
| | | | | |
| * | | | | Require vespa-onnxruntime 1.16.1Henning Baldersheim2023-10-143-3/+3
| | | | | |
| * | | | | bump onnxruntimeArne Juul2023-10-141-2/+2
|/ / / / /
* | | | | Merge pull request #28929 from ↵Henning Baldersheim2023-10-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/renovate/major-org.json.vespa.version Update dependency org.json:json to v20231013 MERGEOK
| * | | | | Update dependency org.json:json to v20231013renovate[bot]2023-10-141-1/+1
| | | | | |
* | | | | | Merge pull request #28928 from ↵Henning Baldersheim2023-10-142-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/renovate/github.com-klauspost-compress-1.x Update module github.com/klauspost/compress to v1.17.1
| * | | | | Update module github.com/klauspost/compress to v1.17.1renovate[bot]2023-10-142-1/+3
| | | | | |
* | | | | | Merge pull request #28927 from ↵Henning Baldersheim2023-10-141-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | vespa-engine/renovate/dropwizard.metrics.vespa.version Update dependency io.dropwizard.metrics:metrics-core to v4.2.21
| * | | | | Update dependency io.dropwizard.metrics:metrics-core to v4.2.21renovate[bot]2023-10-141-1/+1
|/ / / / /