summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix importOla Aunrønning2021-03-043-3/+2
|
* Make TenantSecretStore immutableOla Aunrønning2021-03-042-8/+15
|
* Change config namespace. Update ABI specOla Aunrønning2021-03-042-1/+102
|
* Include tenant secret stores in deploy callOla Aunrønning2021-03-0427-118/+375
| | | | | | AwsParameterStore iterates through configured stores to find secret Set up AwsParameterStore ModelContextImpl properties fetches external ID for every tenant secret store
* Add cloud secret store configOla Aunrønning2021-03-0410-17/+80
|
* Merge pull request #16781 from vespa-engine/mortent/maintain-rolesMorten Tokle2021-03-044-0/+58
|\ | | | | Add new methods to RoleService, create maintainer for maintaining roles
| * Add new methods to RoleService, create maintainer for maintaining rolesMorten Tokle2021-03-044-0/+58
| |
* | Merge pull request #16787 from ↵Henning Baldersheim2021-03-044-45/+58
|\ \ | | | | | | | | | | | | vespa-engine/balder/make-StringSearchContext-smaller Make the StringSearchContext smaller.
| * | Make the StringSearchContext smaller.Henning Baldersheim2021-03-044-45/+58
| | | | | | | | | | | | | | | - Rearrange members. - Skip std::optional on Regex.
* | | Merge pull request #16786 from ↵Jon Bratseth2021-03-041-2/+1
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/revert-16784-gjoranv/add-queries.rate-to-autoscaling Revert "Add queries.rate to the 'autoscaling' consumer."
| * | Revert "Add queries.rate to the 'autoscaling' consumer."Jon Bratseth2021-03-041-2/+1
|/ /
* | Merge pull request #16783 from vespa-engine/balder/no-need-for-copy-of-regexHenning Baldersheim2021-03-0411-147/+99
|\ \ | | | | | | Use unique_ptr for regex instead of shared_ptr to keep object small.
| * | Remove the need for friend declarations.Henning Baldersheim2021-03-046-22/+13
| | |
| * | Remove friend declarations no longer needed.Henning Baldersheim2021-03-043-5/+0
| | |
| * | Use unique_ptr for regex instead of shared_ptr to keep object small.Henning Baldersheim2021-03-045-121/+87
| | | | | | | | | | | | There is not need for it to be copied and it is used a few places where size is important.
* | | Merge pull request #16785 from ↵Jon Marius Venstad2021-03-043-13/+3
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/use-dedicated-cluster-controllers-in-all-zones Use dedicated cluster controllers in all zones (3 in production, 1 el…
| * | | Use dedicated cluster controllers in all zones (3 in production, 1 elsewhere)Harald Musum2021-03-043-13/+3
| | | |
* | | | Merge pull request #16782 from ↵Jon Marius Venstad2021-03-046-16/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/reduce-max-heap-size-for-cluster-controllers-in-tests-as-well Use 256 Mb for heap size for cluster controllers in tests and test pr…
| * | | | Use 256 Mb for heap size for cluster controllers in tests and test ↵Harald Musum2021-03-046-16/+14
| |/ / / | | | | | | | | | | | | properties as well
* | | | Merge pull request #16784 from ↵Jon Bratseth2021-03-041-1/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/gjoranv/add-queries.rate-to-autoscaling Add queries.rate to the 'autoscaling' consumer.
| * | | Add queries.rate to the 'autoscaling' consumer.gjoranv2021-03-041-1/+2
|/ / /
* | | Merge pull request #16775 from vespa-engine/balder/gc-unused-typedefsHenning Baldersheim2021-03-0410-31/+15
|\ \ \ | | | | | | | | GC unused typeddefs and params.
| * | | minBvCocFreq -> minBvDocFreqHenning Baldersheim2021-03-041-2/+2
| | | |
| * | | GC unused typeddefs and params.Henning Baldersheim2021-03-0310-31/+15
| | | |
* | | | Merge pull request #16778 from vespa-engine/bratseth/delay-initial-maintenanceJon Bratseth2021-03-044-8/+8
|\ \ \ \ | |_|/ / |/| | | Bratseth/delay initial maintenance
| * | | Add commentJon Bratseth2021-03-041-1/+1
| | | |
| * | | Let the system settle before maintenance startsJon Bratseth2021-03-041-1/+2
| | | |
| * | | Nonfunctional changesJon Bratseth2021-03-043-7/+6
| |/ /
* | | Merge pull request #16779 from vespa-engine/mpolden/stabilize-testMartin Polden2021-03-041-1/+1
|\ \ \ | | | | | | | | Stabilize test
| * | | Stabilize testMartin Polden2021-03-041-1/+1
| | | |
* | | | Merge pull request #16777 from vespa-engine/hmusum/remove-unused-flag-2Harald Musum2021-03-041-7/+0
|\ \ \ \ | | | | | | | | | | Remove unused flag
| * | | | Remove unused flagHarald Musum2021-03-041-7/+0
| | | | |
* | | | | Merge pull request #16773 from vespa-engine/mpolden/limit-sharingMartin Polden2021-03-045-5/+17
|\ \ \ \ \ | |_|_|/ / |/| | | | Limit host sharing to host node type
| * | | | Limit host sharing to host node typeMartin Polden2021-03-035-5/+17
| | |/ / | |/| |
* | | | Merge pull request #16774 from ↵Jon Bratseth2021-03-039-59/+29
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-16771-revert-16753-revert-16745-bratseth/query-rate-autoscaling-metric Revert "Revert "Revert "Add query.rate to the autoscaling metrics"""
| * | | | Revert "Revert "Revert "Add query.rate to the autoscaling metrics"""Jon Bratseth2021-03-039-59/+29
|/ / / /
* | | | Merge pull request #16767 from vespa-engine/aressem/deploy-http-client-with-depsKristian Aune2021-03-031-0/+22
|\ \ \ \ | | | | | | | | | | Deploy the vespa-http-client with dependencies.
| * | | | Deploy the vespa-http-client with dependencies.Arnstein Ressem2021-03-031-0/+22
| | | | |
* | | | | Merge pull request #16771 from ↵Jon Bratseth2021-03-039-29/+59
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | vespa-engine/revert-16753-revert-16745-bratseth/query-rate-autoscaling-metric Revert "Revert "Add query.rate to the autoscaling metrics""
| * | | | Revert "Revert "Add query.rate to the autoscaling metrics""Jon Bratseth2021-03-039-29/+59
| | |/ / | |/| |
* | | | Merge pull request #16772 from ↵Martin Polden2021-03-036-25/+10
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/revert-16765-mpolden/respect-exclusive Revert "Respect exclusive request when allocating by type"
| * | | Revert "Respect exclusive request when allocating by type"Martin Polden2021-03-036-25/+10
|/ / /
* | | Merge pull request #16770 from ↵Tor Brede Vekterli2021-03-033-12/+50
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/vekterli/guard-against-inconsistent-state-version-during-db-processing Guard against processing bucket requests with inconsistent internal state version
| * | | Guard against processing bucket requests with inconsistent internal state ↵Tor Brede Vekterli2021-03-033-12/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version There's a tiny window of time between when the bucket manager observes a new state version and when the state version actually is visible in the rest of the process. We must ensure that we don't end up processing requests when these two differ, or we might erroneously process requests for version X using a state only valid for version Y < X.
* | | | Merge pull request #16768 from vespa-engine/mpolden/add-flagHåkon Hallingstad2021-03-033-3/+17
|\ \ \ \ | | | | | | | | | | Add dynamic-config-server-provisioning flag
| * | | | Add dynamic-config-server-provisioning flagMartin Polden2021-03-033-3/+17
|/ / / /
* | | | Merge pull request #16734 from vespa-engine/arnej/add-brainfloat16-typeArne H Juul2021-03-038-3/+304
|\ \ \ \ | | | | | | | | | | add BrainFloat16 "float with less precision"
| * | | | stop worrying about FPE for nowArne Juul2021-03-031-9/+0
| | | | |
| * | | | ensure unit test works on CentOS 8 / gcc 10Arne Juul2021-03-032-2/+2
| | | | |
| * | | | make the tricky stuff privateArne Juul2021-03-021-20/+20
| | | | |