summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic commit of package [vespa] release [7.274.2-1].vespa-7.274.2-1sd-buildbot2020-08-254-1/+2
| | | | | | Created by command: /usr/bin/tito tag --use-version=7.274.2 --no-auto-changelog
* Merge pull request #14091 from vespa-engine/gjoranv/update-commentgjoranv2020-08-201-2/+2
|\ | | | | Update comment mentioning jdisc_http_filters
| * Update comment mentioning jdisc_http_filtersgjoranv2020-08-191-2/+2
| |
* | Merge pull request #14106 from ↵Henning Baldersheim2020-08-1950-427/+539
|\ \ | | | | | | | | | | | | vespa-engine/revert-14051-balder/use-an-actual-fieldset-repo Revert "Balder/use an actual fieldset repo"
| * | Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-1950-427/+539
| | |
* | | Merge pull request #14107 from ↵Håkon Hallingstad2020-08-191-0/+9
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/hmusum/log-and-skip-when-application-with-wrong-tenant-exists Log and skip application entries that have wrong tenant
| * | Log and skip application entries that have wrong tenantHarald Musum2020-08-191-0/+9
| | |
* | | Merge pull request #14097 from vespa-engine/havardpe/onnx-wrapperHåvard Pettersen2020-08-197-0/+448
|\ \ \ | |/ / |/| | onnx wrapper
| * | onnx wrapperHåvard Pettersen2020-08-197-0/+448
| | |
* | | Merge pull request #14095 from ↵Jon Marius Venstad2020-08-1910-26/+72
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/revert-14094-revert-14092-hmusum/throw-instead-of-returning-null Reapply "Throw exception instead of returning null when reading application id"
| * | | Return Optional when reading application id from zookeeperHarald Musum2020-08-196-10/+15
| | | |
| * | | Fix commentHarald Musum2020-08-191-2/+2
| | | |
| * | | Add test of expiring a local session that has no zookeeper dataHarald Musum2020-08-191-2/+28
| | | |
| * | | Add and use getOptionalApplicationId in some placesHarald Musum2020-08-195-9/+25
| | | | | | | | | | | | | | | | | | | | In some scenarios data might be missing in ZooKeeper, in those cases handle that instead of failing
| * | | Revert "Revert "Throw exception instead of returning null when reading ↵Harald Musum2020-08-192-7/+6
| | | | | | | | | | | | | | | | application id…""
* | | | Merge pull request #14103 from ↵Bjørn Christian Seime2020-08-1935-671/+253
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-13930-bjorncs/validate-binding-patterns Revert "Bjorncs/validate binding patterns"
| * | | | Revert "Bjorncs/validate binding patterns"Bjørn Christian Seime2020-08-1935-671/+253
|/ / / /
* | | | Merge pull request #14102 from ↵Bjørn Christian Seime2020-08-198-193/+283
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/revert-13942-bjorncs/improve-athenz-access-control Revert "Bjorncs/improve athenz access control"
| * | | | Revert "Bjorncs/improve athenz access control"Bjørn Christian Seime2020-08-198-193/+283
| | | | |
* | | | | Merge pull request #14101 from vespa-engine/revert-14090-bjorncs/fixBjørn Christian Seime2020-08-191-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Revert "Add missing whitespace"
| * | | | Revert "Add missing whitespace"Bjørn Christian Seime2020-08-191-1/+1
|/ / / /
* | | | Merge pull request #14100 from vespa-engine/lesters/tf2onnx-wrapperJon Bratseth2020-08-193-1/+63
|\ \ \ \ | | | | | | | | | | Wrap tf2onnx to add output aliases
| * | | | Wrap tf2onnx to add output aliasesLester Solbakken2020-08-193-1/+63
|/ / / /
* | | | Merge pull request #14096 from ↵Henning Baldersheim2020-08-1918-71/+64
|\ \ \ \ | |/ / / |/| | | | | | | | | | | vespa-engine/balder/cleanup-prior-inflight-lid-handling Some cleanup and refactoring.
| * | | Some cleanup and refactoring.Henning Baldersheim2020-08-1918-71/+64
| | | |
* | | | Merge pull request #14094 from ↵Jon Marius Venstad2020-08-192-6/+7
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | vespa-engine/revert-14092-hmusum/throw-instead-of-returning-null Revert "Throw exception instead of returning null when reading application id…"
| * | | Revert "Throw exception instead of returning null when reading application ↵Harald Musum2020-08-192-6/+7
|/ / / | | | | | | | | | id…"
* | | Merge pull request #14093 from vespa-engine/hmusum/configserver-refactoring-27Harald Musum2020-08-1918-87/+94
|\ \ \ | |/ / |/| | Config server refactoring, part 27
| * | Uset getTenant method in ApplicationRepository in some placesHarald Musum2020-08-199-43/+33
| | |
| * | Move logic away from handlerHarald Musum2020-08-192-23/+26
| | |
| * | Remove duplicate code in Session constructorsHarald Musum2020-08-193-7/+9
| | |
| * | Use just one constructor for SessionZooKeeperClientHarald Musum2020-08-195-15/+26
| |/
* | Merge pull request #14092 from ↵Jon Marius Venstad2020-08-192-7/+6
|\ \ | |/ |/| | | | | vespa-engine/hmusum/throw-instead-of-returning-null Throw exception instead of returning null when reading application id…
| * Throw exception instead of returning null when reading application id failsHarald Musum2020-08-192-7/+6
|/
* Merge pull request #14051 from vespa-engine/balder/use-an-actual-fieldset-repoHenning Baldersheim2020-08-1850-539/+427
|\ | | | | Balder/use an actual fieldset repo
| * Avoid renaming a simple shared_ptr.Henning Baldersheim2020-08-182-4/+3
| |
| * Build the FieldSetRepo up front with all configured fieldsets to avoid ↵Henning Baldersheim2020-08-1421-181/+171
| | | | | | | | building them for every get() call."
| * Change api so that we can drop clone from the interface and prepare for ↵Henning Baldersheim2020-08-1432-358/+257
| | | | | | | | using a true repo.
* | Merge pull request #14086 from vespa-engine/bratseth/return-failure@Jon Bratseth2020-08-182-2/+5
|\ \ | | | | | | Return failure when capacity problems cannot be mitigated
| * | Return failure when capacity problems cannot be mitigatedJon Bratseth2020-08-182-2/+5
| | |
* | | Merge pull request #14085 from ↵Jon Bratseth2020-08-189-80/+47
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-use-of-flavors-from-allocated-hosts-serialization Remove use of flavors from allocated hosts serialization
| * | | Add back optionalNodeResourcesFromSlimeHarald Musum2020-08-184-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't serialize requested resources (Noderesources) when they are empty (as they are when they are created with unspecified()), so cannot remove optionalNodeResourcesFromSlime before that is done in some other way
| * | | Rename node test node resourcesHarald Musum2020-08-181-15/+15
| | | |
| * | | Remove use of flavors from allocated hosts serializationHarald Musum2020-08-188-74/+44
| | | |
* | | | Merge pull request #13942 from ↵Bjørn Christian Seime2020-08-188-283/+193
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/bjorncs/improve-athenz-access-control Bjorncs/improve athenz access control
| * | | | Rename 'configure' -> 'configureHttpFilterChains'Bjørn Christian Seime2020-08-183-4/+3
| | | | |
| * | | | Component spec in FilterBinding refers to a chain not filterBjørn Christian Seime2020-08-185-17/+17
| | | | |
| * | | | Don't duplicate container element in all unit testsBjørn Christian Seime2020-08-181-29/+18
| | | | |
| * | | | Rename 'fromPortAndPath' -> 'fromHttpPortAndPath'Bjørn Christian Seime2020-08-182-3/+3
| | | | |
| * | | | Delegate configuration of noop filter to amenderBjørn Christian Seime2020-08-182-23/+1
| | | | | | | | | | | | | | | | | | | | The open-source model cannot configure the the noop filter, otherwise unit tests using application framework will fail when 'access-control' is in services.xml.