summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27636 from vespa-engine/revert-27635-balder/drop-check-fo...v8.190.2v8.189.22Henning Baldersheim2023-07-051-5/+12
|\
| * Sample totalHits before modifying the overflow bitvector.Henning Baldersheim2023-07-041-1/+2
| * Revert "Drop checking for valid lid temporarily"Henning Baldersheim2023-07-041-4/+10
* | Merge pull request #27629 from vespa-engine/arnej/handle-nested-array-in-blocksJon Bratseth2023-07-041-1/+3
|\ \ | |/ |/|
| * handle nested arrays also inside the "blocks" formatArne Juul2023-07-041-1/+3
* | Merge pull request #27633 from vespa-engine/jdisc-to-vespaHarald Musum2023-07-041-1/+1
|\ \
| * | Replace Jdisc->Vespa in warninggjoranv2023-07-041-1/+1
* | | Merge pull request #27625 from vespa-engine/add-stacktrace-for-id-collisionsgjoranv2023-07-041-1/+3
|\ \ \
| * | | Print stacktrace when trying to add a child producer with same id.gjoranv2023-07-041-1/+3
* | | | Merge pull request #27635 from vespa-engine/balder/drop-check-for-valid-lid-t...Henning Baldersheim2023-07-041-10/+4
|\ \ \ \
| * | | | Drop checking for valid lid temporarilyHenning Baldersheim2023-07-041-10/+4
|/ / / /
* | | | Merge pull request #27631 from vespa-engine/jonmv/vespa-athenz-gcpJon Marius Venstad2023-07-042-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Add "gcpProject" to AthenzDomainMetajonmv2023-07-042-1/+2
* | | | Merge pull request #27630 from vespa-engine/balder/double-check-removed-docs-...Henning Baldersheim2023-07-047-47/+66
|\ \ \ \
| * | | | Also check if document has been removed before returning result.Henning Baldersheim2023-07-047-47/+66
* | | | | Merge pull request #27626 from vespa-engine/hmusum/support-min-groups-up-ratioHarald Musum2023-07-046-201/+227
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename config element to groups-allowed-down-ratioHarald Musum2023-07-044-32/+38
| * | | | Change config for cluster controller to use min groups upHarald Musum2023-07-045-83/+105
| * | | | Rewrite to simplify later code changes in ClusterControllerConfig (avoid mock...Harald Musum2023-07-041-66/+61
| * | | | ReindentHarald Musum2023-07-031-70/+73
* | | | | Merge pull request #27627 from vespa-engine/balder/check-if-document-is-prese...Henning Baldersheim2023-07-0411-70/+109
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Expose bitvector of valid lids and use this when grouping.Henning Baldersheim2023-07-0411-70/+109
* | | | | Merge pull request #27616 from vespa-engine/arnej/handle-more-tensor-formatsArne H Juul2023-07-049-132/+521
|\ \ \ \ \
| * | | | | extend ConstantTensorJsonValidator.javaArne Juul2023-07-033-110/+376
| * | | | | handle even more JSON formats for tensorsArne Juul2023-07-036-22/+145
* | | | | | Merge pull request #27611 from vespa-engine/fail-on-embedded-provided-depsgjoranv2023-07-0415-55/+359
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Do not use version for allowed embedded artifacts.gjoranv2023-07-0410-82/+85
| * | | | | Depend on container-dev and allow embeddeding provided deps for now.gjoranv2023-07-035-14/+17
| * | | | | Rename function, Class-Path is no longer usedgjoranv2023-07-032-3/+3
| * | | | | Always set version for 'com.yahoo.vespa' artifacts to '*'gjoranv2023-07-032-10/+39
| * | | | | Improve error message.gjoranv2023-07-031-2/+3
| * | | | | Use a list of allowed artifacts instead of a simple switch.gjoranv2023-07-032-8/+32
| * | | | | Retrieve provided artifacts from custom header instead of Class-Pathgjoranv2023-07-032-4/+8
| * | | | | Use new bundle-plugin mojo to generate manifest header for provided deps.gjoranv2023-07-032-0/+24
| * | | | | Add new mojo to create X-JDisc-Provided-Artifact manifest header.gjoranv2023-07-031-0/+107
| * | | | | Rename ProvidedArtifact -> ArtifactInfogjoranv2023-07-033-12/+12
| * | | | | Retrive provided artifacts from Class-Path instead of custom headergjoranv2023-07-033-25/+22
| * | | | | Add classpath to manifest for container(-dev) jar files.gjoranv2023-07-032-0/+38
| * | | | | Retrieve artifacts provided by jdisc only from container(-dev).gjoranv2023-07-033-22/+26
| * | | | | Move constant to Artifacts classgjoranv2023-07-032-2/+5
| * | | | | Use early returngjoranv2023-07-031-7/+6
| * | | | | Don't warn on embedded artifacts for CORE bundles.gjoranv2023-07-031-1/+1
| * | | | | Add switch to suppress "embedded artifacts" warning.gjoranv2023-07-031-1/+3
| * | | | | Warn when provided artifacts are included in compile scope.gjoranv2023-07-031-16/+22
| * | | | | Add functions to extract and aggregate provided deps from manifestgjoranv2023-06-302-0/+30
| * | | | | Add a record representation of a provided artifact.gjoranv2023-06-303-5/+24
| * | | | | Add new header for CORE bundles: X-JDisc-Provided-Artifactgjoranv2023-06-302-2/+14
| * | | | | minor: rearrange methodsgjoranv2023-06-301-5/+5
| * | | | | Don't use the 'name' tag in pom.xml for description.gjoranv2023-06-301-2/+1
* | | | | | Merge pull request #27618 from vespa-engine/geirst/improve-complex-fields-val...Geir Storli2023-07-047-37/+96
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |