summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #23496 from vespa-engine/bjorncs/capabilitiesv8.21.11Bjørn Christian Seime2022-07-1921-195/+196
|\ | | | | Bjorncs/capabilities
| * Rename method/variable names to match new class nameBjørn Christian Seime2022-07-192-9/+9
| |
| * Include mode in log messageBjørn Christian Seime2022-07-151-3/+4
| |
| * Rename 'toCapabilityNames()' to 'toNames()'Bjørn Christian Seime2022-07-153-3/+3
| |
| * Always run PeerAutorizerBjørn Christian Seime2022-07-159-45/+44
| | | | | | | | | | Interpret empty AuthorizedPeers as granting all capabilities unconditionally. Assume AuthorizedPeers as always present.
| * Rename 'hasAllCapabilities()' => 'hasAll()'Bjørn Christian Seime2022-07-152-2/+2
| |
| * Change type from SortedSet to SetBjørn Christian Seime2022-07-153-9/+5
| |
| * Rename 'succeeded' => 'authorized'Bjørn Christian Seime2022-07-154-6/+6
| |
| * Include full certificate chain in auth contextBjørn Christian Seime2022-07-155-18/+29
| |
| * Return granted capabilities from PeerAuthorizerBjørn Christian Seime2022-07-1515-131/+125
| | | | | | | | Introduce new ConnectionAuthContext as replacement for AuthorizationResult/SecurityContext.
* | Merge pull request #23525 from ↵Tor Brede Vekterli2022-07-191-2/+2
|\ \ | | | | | | | | | | | | vespa-engine/vekterli/avoid-holding-ref-to-generated-op Avoid holding ref to last generated operation
| * | Avoid holding ref to last generated operationTor Brede Vekterli2022-07-191-2/+2
|/ / | | | | | | | | Move ref away to avoid an unneeded refcount bump and avoid leaving behind a lingering strong reference to the last generated operation.
* | Merge pull request #23523 from vespa-engine/aressem/update-rpm-build-vespa8Jo Kristian Bergum2022-07-198-110/+23
|\ \ | | | | | | Remove old rpm build system. Update repo definition.
| * | Point to Vespa 8 development environment.Arnstein Ressem2022-07-191-13/+13
| | |
| * | Remove old rpm build system. Update repo definition.Arnstein Ressem2022-07-187-97/+10
| | |
* | | Merge pull request #23524 from vespa-engine/verify-installed-platform-bundlesJon Bratseth2022-07-193-33/+70
|\ \ \ | | | | | | | | Verify installed platform bundles
| * | | Add reminder for an obvious fact that is still easy to forget.gjoranv2022-07-191-0/+1
| | | |
| * | | Rename and rearrange test helpers, and declare static.gjoranv2022-07-191-36/+35
| | | |
| * | | Add tests for (non-)installed platform bundles.gjoranv2022-07-192-3/+40
|/ / /
* | | Merge pull request #23521 from vespa-engine/bratseth/autoscaling-test-cleanupv8.20.14Jon Bratseth2022-07-189-591/+587
|\ \ \ | | | | | | | | Bratseth/autoscaling test cleanup
| * | | CleanupJon Bratseth2022-07-181-4/+0
| | | |
| * | | Use fixtureJon Bratseth2022-07-182-33/+33
| | | |
| * | | Use fixture and handle just 1 nodeJon Bratseth2022-07-183-17/+12
| | | |
| * | | Use fixtureJon Bratseth2022-07-181-56/+42
| | | |
| * | | Use fixtureJon Bratseth2022-07-183-47/+47
| | | |
| * | | Use fixtureJon Bratseth2022-07-183-32/+22
| | | |
| * | | Use fixtureJon Bratseth2022-07-183-43/+37
| | | |
| * | | Use fixtureJon Bratseth2022-07-171-25/+8
| | | |
| * | | Use fixtureJon Bratseth2022-07-171-17/+12
| | | |
| * | | Use fixtureJon Bratseth2022-07-172-18/+19
| | | |
| * | | Use fixtureJon Bratseth2022-07-171-22/+19
| | | |
| * | | Use fixtureJon Bratseth2022-07-173-19/+23
| | | |
| * | | Use fixtureJon Bratseth2022-07-171-17/+12
| | | |
| * | | Use fixtureJon Bratseth2022-07-172-31/+20
| | | |
| * | | Use fixtureJon Bratseth2022-07-171-15/+6
| | | |
| * | | Use fixtureJon Bratseth2022-07-171-15/+8
| | | |
| * | | Use fixtureJon Bratseth2022-07-171-39/+30
| | | |
| * | | Use fixtureJon Bratseth2022-07-171-27/+14
| | | |
| * | | Use fixtureJon Bratseth2022-07-173-58/+88
| | | |
| * | | Use fixtureJon Bratseth2022-07-171-42/+22
| | | |
| * | | Introduce fixtureJon Bratseth2022-07-179-95/+194
| | | |
* | | | Merge pull request #23522 from vespa-engine/arnej/bump-onnxruntime-versiongjoranv2022-07-182-2/+2
|\ \ \ \ | |_|/ / |/| | | use same onnxruntime version for Java as for C++
| * | | use same onnxruntime version for Java as for C++Arne Juul2022-07-182-2/+2
|/ / /
* | | Merge pull request #23520 from vespa-engine/balder/gc-typedef-not-neededTor Brede Vekterli2022-07-183-10/+8
|\ \ \ | | | | | | | | GC typedef not needed anymore.
| * | | Use standard return value.Henning Baldersheim2022-07-173-6/+6
| | | |
| * | | GC typedef not needed anymore.Henning Baldersheim2022-07-172-4/+2
| | | |
* | | | Merge pull request #23519 from vespa-engine/simplify-setup-of-ExecutionFactoryJon Bratseth2022-07-185-62/+66
|\ \ \ \ | | | | | | | | | | Make ExecutionFactory a child of SearchHandler for correct chains config [run-systemtest]
| * | | | Make ExecutionFactory a child of SearchHandler for correct chains config.gjoranv2022-07-155-62/+66
| |/ / / | | | | | | | | | | | | + Simpifly and unify platform bundles setup.
* | | | Merge pull request #23518 from rafan/patch-1Jon Bratseth2022-07-181-1/+1
|\ \ \ \ | |/ / / |/| | | Need Java 17 for Vespa 8 now
| * | | Need Java 17 for Vespa 8 nowRong-En Fan2022-07-151-1/+1
|/ / /