summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14158 from vespa-engine/bjorncs/improved-bindings-and-acc...Bjørn Christian Seime2020-08-2735-473/+812
|\
| * Expose access control details needed by the internal model amenderBjørn Christian Seime2020-08-271-1/+7
| * Allow user bindings with wildcard portBjørn Christian Seime2020-08-272-1/+6
| * Add missing whitespaceBjørn Christian Seime2020-08-271-1/+1
| * Rename 'configure' -> 'configureHttpFilterChains'Bjørn Christian Seime2020-08-273-4/+3
| * Component spec in FilterBinding refers to a chain not filterBjørn Christian Seime2020-08-275-17/+17
| * Don't duplicate container element in all unit testsBjørn Christian Seime2020-08-271-29/+18
| * Rename 'fromPortAndPath' -> 'fromHttpPortAndPath'Bjørn Christian Seime2020-08-272-3/+3
| * Delegate configuration of noop filter to amenderBjørn Christian Seime2020-08-272-23/+1
| * Ensure that access control chain has unique bindingsBjørn Christian Seime2020-08-272-5/+41
| * Implement equals/hashCode for FilterBindingBjørn Christian Seime2020-08-271-0/+15
| * Use 'createModelAndGetHttp' in all test methods for AccessControlBjørn Christian Seime2020-08-271-50/+25
| * Bind access control filter to all paths on port 4443Bjørn Christian Seime2020-08-274-216/+133
| * Add static builder taking port and pathBjørn Christian Seime2020-08-271-0/+1
| * Improve error messageBjørn Christian Seime2020-08-271-1/+1
| * Model user-generated and non user-generated bindings as separate sub-classesBjørn Christian Seime2020-08-2723-127/+153
| * Allow 'https' in schemeBjørn Christian Seime2020-08-272-3/+3
| * Remove logging on https scheme from FilterBindingBjørn Christian Seime2020-08-274-27/+13
| * Restrict uri bindings for hosted applicationsBjørn Christian Seime2020-08-274-0/+186
| * Use BindingPattern to represent all types of binding in config modelBjørn Christian Seime2020-08-2727-179/+224
| * Remove unused methodBjørn Christian Seime2020-08-271-6/+1
| * Rename 'Binding' -> 'FilterBinding'Bjørn Christian Seime2020-08-276-24/+24
| * Introduce type for binding patternsBjørn Christian Seime2020-08-272-0/+180
* | andreer/quota budget in dollars (#14169)Andreas Eriksen2020-08-272-6/+35
|/
* Propagate use interleaved features to consolidated index.Tor Egge2020-08-262-0/+28
* Quotas in the configuration server (#14088)Øyvind Grønnesby2020-08-265-3/+114
* Remove unused fileJon Bratseth2020-08-251-14/+0
* Test bolding on arrayJon Bratseth2020-08-251-13/+42
* Model eval: handle unambiguous outputs and models converted from tensorflow t...Lester Solbakken2020-08-241-0/+7
* Revert "Bjorncs/validate binding patterns"Bjørn Christian Seime2020-08-1935-671/+253
* Merge pull request #14102 from vespa-engine/revert-13942-bjorncs/improve-athe...Bjørn Christian Seime2020-08-198-193/+283
|\
| * Revert "Bjorncs/improve athenz access control"Bjørn Christian Seime2020-08-198-193/+283
* | Revert "Add missing whitespace"Bjørn Christian Seime2020-08-191-1/+1
|/
* Merge pull request #14085 from vespa-engine/hmusum/remove-use-of-flavors-from...Jon Bratseth2020-08-181-1/+1
|\
| * Add back optionalNodeResourcesFromSlimeHarald Musum2020-08-181-1/+1
* | Merge pull request #13942 from vespa-engine/bjorncs/improve-athenz-access-con...Bjørn Christian Seime2020-08-188-283/+193
|\ \
| * | 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
| * | Ensure that access control chain has unique bindingsBjørn Christian Seime2020-08-182-5/+41
| * | Implement equals/hashCode for FilterBindingBjørn Christian Seime2020-08-181-0/+15
| * | Use 'createModelAndGetHttp' in all test methods for AccessControlBjørn Christian Seime2020-08-181-50/+25
| * | Bind access control filter to all paths on port 4443Bjørn Christian Seime2020-08-184-216/+133
| * | Add static builder taking port and pathBjørn Christian Seime2020-08-181-0/+1
| |/
* | Add missing whitespaceBjørn Christian Seime2020-08-181-1/+1
* | Merge pull request #14077 from vespa-engine/bratseth/exceptionsJon Bratseth2020-08-181-3/+2
|\ \ | |/ |/|
| * Catch parent exception>Jon Bratseth2020-08-181-2/+2
| * Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-2/+1