aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Add "gcpProject" to AthenzDomainMetajonmv2023-07-042-1/+2
| | |_|/ | |/| |
* | | | Merge pull request #27630 from ↵Henning Baldersheim2023-07-047-47/+66
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/balder/double-check-removed-docs-when-generating-result Also check if document has been removed before returning result.
| * | | | 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
|\ \ \ \ \ | |/ / / / |/| | | | Support groups-allowed-down-ratio
| * | | | 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
| | | | | | | | | | | | | | | | | | | | max-groups-allowed-down -> min-group-up-ratio
| * | | | Rewrite to simplify later code changes in ClusterControllerConfig (avoid ↵Harald Musum2023-07-041-66/+61
| | | | | | | | | | | | | | | | | | | | mock content cluster)
| * | | | ReindentHarald Musum2023-07-031-70/+73
| | | | |
* | | | | Merge pull request #27627 from ↵Henning Baldersheim2023-07-0411-70/+109
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | vespa-engine/balder/check-if-document-is-present-when-grouping Expose bitvector of valid lids and use this when grouping.
| * | | | 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
|\ \ \ \ \ | | | | | | | | | | | | Arnej/handle more tensor formats
| * | | | | 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
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fail on embedded provided deps
| * | | | | Do not use version for allowed embedded artifacts.gjoranv2023-07-0410-82/+85
| | | | | | | | | | | | | | | | | | | | | | | | - Rename ArtifactInfo -> ArtifactId and simply ignore versions.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Simplify by implementing toString + Trim input string
| * | | | | Improve error message.gjoranv2023-07-031-2/+3
| | | | | |
| * | | | | Use a list of allowed artifacts instead of a simple switch.gjoranv2023-07-032-8/+32
| | | | | | | | | | | | | | | | | | | | | | | | - Suppress warning for embedding jaxb-api in test bundle.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | - Move generic jar file processing to util/JarFiles
| * | | | | Add classpath to manifest for container(-dev) jar files.gjoranv2023-07-032-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | - To be used by bundle-plugin to detect embedding provided jars.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | - Replaces the broken "unnecessary packages" logic.
| * | | | | 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 ↵Geir Storli2023-07-047-37/+96
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | vespa-engine/geirst/improve-complex-fields-validator Improve validation of complex fields using struct field attributes.
| * | | | | Only log warning when the stricter validation triggers.Geir Storli2023-07-047-43/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The stricter validation will eventually be made default after all cloud applications are upgraded.
| * | | | | Improve validation of complex fields using struct field attributes.Geir Storli2023-07-033-2/+47
| | |/ / / | |/| | | | | | | | | | | | | With this more unsupported (and rare setups) are caught by the validator.
* | | | | Merge pull request #27624 from vespa-engine/balder/various-refactoringHenning Baldersheim2023-07-046-46/+52
|\ \ \ \ \ | | | | | | | | | | | | - Move shared_ptr
| * | | | | Fix constructor styleHenning Baldersheim2023-07-041-6/+6
| | | | | |
| * | | | | - Move shared_ptrHenning Baldersheim2023-07-046-40/+46
| | |_|_|/ | |/| | | | | | | | | | | | | - Refactor for readability.
* | | | | Merge pull request #27617 from vespa-engine/freva/fix-exclusiveMartin Polden2023-07-042-5/+20
|\ \ \ \ \ | | | | | | | | | | | | Avoid allocating non-exclusive children to exclusive hosts of differe…
| * | | | | Avoid allocating non-exclusive children to exclusive hosts of different ↵Valerij Fredriksen2023-07-032-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | application
* | | | | | Merge pull request #27620 from vespa-engine/hmusum/rename-methodHåkon Hallingstad2023-07-049-37/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rename method to reflect better what it actually returns
| * | | | | | Rename method to reflect better what it actually returnsHarald Musum2023-07-039-37/+37
| | | | | | |
* | | | | | | Merge pull request #27623 from vespa-engine/toregge/add-sort-blob-writersGeir Storli2023-07-0410-0/+583
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Add sort blob writers.
| * | | | | | Use size_t for string length.Tor Egge2023-07-041-1/+1
| | | | | | |
| * | | | | | Adjust value type to match what is tested.Tor Egge2023-07-041-4/+4
| | | | | | |