aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Clearer serialisation code for ItemJon Marius Venstad2022-03-181-16/+14
|
* Avoid invalid escape sequenceJon Marius Venstad2022-03-181-1/+1
|
* Fix more abi specJon Marius Venstad2022-03-181-1/+1
|
* Update abi-spec, and some more non-functional changesJon Marius Venstad2022-03-184-22/+12
|
* Non-functional changesJon Marius Venstad2022-03-184-8/+8
|
* Avoid unnecessary copy when wrapped map has a single ownerJon Marius Venstad2022-03-182-11/+17
|
* Walk down tree trunk, rather than to all leaves, to check for cyclesJon Marius Venstad2022-03-181-6/+2
|
* Fix typoJon Marius Venstad2022-03-184-8/+7
|
* Merge pull request #21736 from ↵Jon Bratseth2022-03-189-21/+26
|\ | | | | | | | | vespa-engine/hmusum/consider-architecture-when-calculating-with-NodeResources Consider architecture when calculating with NodeResources
| * Consider architecture when calculating with NodeResourcesHarald Musum2022-03-189-21/+26
| |
* | Merge pull request #21737 from vespa-engine/mpolden/fix-todoMartin Polden2022-03-182-5/+1
|\ \ | | | | | | Remove cleanup of old layer 7 files
| * | Remove cleanup of old layer 7 filesMartin Polden2022-03-172-5/+1
| | |
* | | Merge pull request #21634 from vespa-engine/bjorncs/fix-grouping-result-mergingHenning Baldersheim2022-03-182-39/+29
|\ \ \ | | | | | | | | Fix grouping result merging
| * | | Fix grouping result mergingBjørn Christian Seime2022-03-102-39/+29
| | | | | | | | | | | | | | | | | | | | Ensure query is propagated to aggregated grouping result. Populate grouping hit as context to hits inside each grouping in grouping result aggregator prior to postMerge().
* | | | Merge pull request #21731 from vespa-engine/toregge/use-backing-store-with-lockHenning Baldersheim2022-03-181-1/+2
|\ \ \ \ | |_|_|/ |/| | | Use backing store with lock
| * | | Use backing store with lock.Tor Egge2022-03-171-1/+2
| | | |
* | | | Merge pull request #21735 from vespa-engine/truncate-to-microsHarald Musum2022-03-181-2/+3
|\ \ \ \ | | | | | | | | | | Truncate Instant.now() precision to micros
| * | | | clean up importsgjoranv2022-03-181-2/+1
| | | | |
| * | | | Truncate Instant.now() precision to microsgjoranv2022-03-181-1/+3
|/ / / / | | | | | | | | | | | | | | | | | | | | - The ObjectMapper used by EntityBindingsMapper.toAttestationData() is limited to microseconds, while some Java 17 jvms yield nanos, causing the test to fail.
* | | | Merge pull request #21734 from vespa-engine/jonmv/shard-all-actionsJon Bratseth2022-03-171-11/+13
|\ \ \ \ | | | | | | | | | | Shard all issue actions
| * | | | Shard all issue actionsJon Marius Venstad2022-03-171-11/+13
|/ / / /
* | | | Merge pull request #21730 from ↵Geir Storli2022-03-1722-79/+145
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/geirst/shared-attribute-enum-interlock Make the attribute enum change interlock shared between all document …
| * | | | Make the attribute enum change interlock shared between all document dbs.Geir Storli2022-03-1722-79/+145
| | |_|/ | |/| | | | | | | | | | This is to avoid a potential deadlock when using imported attributes in parent/child.
* | | | Merge pull request #21725 from ↵Geir Storli2022-03-179-57/+73
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/toregge/use-atomic-entry-ref-and-atomic-value-wrapper-in-reference-attribute Use AtomicEntryRef and AtomicValueWrapper<uint32_t> in reference attribute.
| * | | | Always use array of AtomicEntryRef in unique store remapper.Tor Egge2022-03-172-18/+13
| | | | |
| * | | | Use AtomicEntryRef and AtomicValueWrapper<uint32_t> in reference attribute.Tor Egge2022-03-178-44/+65
| |/ / /
* | | | Merge pull request #21729 from vespa-engine/havardpe/less-large-query-for-tsanTor Brede Vekterli2022-03-171-2/+14
|\ \ \ \ | | | | | | | | | | reduce large query size when running with tsan
| * | | | reduce large query size when running with tsanHåvard Pettersen2022-03-171-2/+14
| | |/ / | |/| |
* | | | Merge pull request #21723 from vespa-engine/arnej/apply-field-rank-normalArne H Juul2022-03-172-6/+10
|\ \ \ \ | | | | | | | | | | add conversion of "isNormal"
| * | | | add conversion of "isNormal"Arne H Juul2022-03-172-6/+10
| | |/ / | |/| |
* | | | Merge pull request #21728 from ↵Jon Bratseth2022-03-1725-90/+203
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/arnej/new-document-reference-data-type Arnej/new document reference data type
| * | | | track model class changeArne H Juul2022-03-171-4/+4
| | | | |
| * | | | switch to NewDocumentReferenceDataTypeArne H Juul2022-03-1723-86/+87
| | | | |
| * | | | more compatibleArne H Juul2022-03-171-8/+42
| | | | |
| * | | | add new datatype modelArne H Juul2022-03-171-0/+78
| | | | |
* | | | | Merge pull request #21727 from vespa-engine/olaa/decide-membershipOla Aunrønning2022-03-173-2/+17
|\ \ \ \ \ | | | | | | | | | | | | Membership decision includes 'approved' field.
| * | | | | Membership decision includes 'approved' field. Only trigger athenz sync on ↵Ola Aunrønning2022-03-173-2/+17
| | |_|/ / | |/| | | | | | | | | | | | | approval
* | | | | Merge pull request #21726 from vespa-engine/export-packages-for-controllerHarald Musum2022-03-176-0/+36
|\ \ \ \ \ | | | | | | | | | | | | Export packages for controller
| * | | | | Add package exports for jersey packages used by controller.gjoranv2022-03-175-0/+25
| | | | | |
| * | | | | Add jersey-media-multipart (+ mimepull) for controller.gjoranv2022-03-171-0/+5
| | | | | |
| * | | | | Remove unneeded jersey-media-jaxb.gjoranv2022-03-171-0/+6
| | | | | |
* | | | | | Merge pull request #21711 from vespa-engine/jonmv/major-upgrade-orchestrationJon Marius Venstad2022-03-177-51/+120
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Move ownership of target major to ApplicationController, and use for …
| * | | | | Fix assertion in testJon Marius Venstad2022-03-171-3/+3
| | | | | |
| * | | | | Change compile version computation to account for incompatibilitiesJon Marius Venstad2022-03-175-42/+77
| | | | | |
| * | | | | Move ownership of target major to ApplicationController, and use for ↵Jon Marius Venstad2022-03-173-9/+43
| | |/ / / | |/| | | | | | | | | | | | | compileVersion
* | | | | Merge pull request #21724 from ↵Håvard Pettersen2022-03-171-15/+24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/havardpe/fix-tsan-warnings-in-maintenancecontroller-test fix tsan warnings in maintenancecontroller test
| * | | | | fix tsan warnings in maintenancecontroller testHåvard Pettersen2022-03-171-15/+24
|/ / / / /
* | | | | Merge pull request #21722 from vespa-engine/bratseth/deprecate-some-orgjsonJon Bratseth2022-03-173-15/+14
|\ \ \ \ \ | | | | | | | | | | | | Deprecate public org.json
| * | | | | Decprecate public org.jsonJon Bratseth2022-01-313-15/+14
| | | | | |
* | | | | | Merge pull request #21721 from vespa-engine/bratseth/parse-operators-properlyJon Bratseth2022-03-173-18/+31
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Parse operators properly