aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/container/component
Commit message (Expand)AuthorAgeFilesLines
...
* minor: move commentgjoranv2022-07-111-0/+1
* Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-113-12/+8
* Remove comment about "Vespa handlers" (pre-jdisc handlers)gjoranv2022-07-111-2/+0
* Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-112-7/+43
* Add test for ProcessingHandler bundle.gjoranv2022-07-111-0/+2
* Revert "Inject default threadpool to handlers [run-systemtest]"Håkon Hallingstad2022-07-113-48/+18
* Simplify by removing the not-so-useful generic param for Handlergjoranv2022-07-093-12/+8
* Remove comment about "Vespa handlers" (pre-jdisc handlers)gjoranv2022-07-091-2/+0
* Inject a default threadpool for all handlers that don't declare their own.gjoranv2022-07-092-7/+43
* Load ProcessingHandler from correct bundle (container-disc)Bjørn Christian Seime2022-06-301-2/+9
* use new feature flag for compression formatArne H Juul2022-06-141-3/+3
* Remove on Vespa 8Jon Bratseth2022-06-081-1/+1
* Remove support for jdisc tag in services.xmlHarald Musum2022-06-081-1/+1
* GC deprecated statistics moduleHenning Baldersheim2022-06-081-33/+0
* Hosted: Do not use clusterId as part of filename for ConnectionLogbjormel2022-05-111-2/+7
* Handle Vespa 8bjormel2022-05-101-2/+5
* Hosted: Stop using clusterName as part of log files for application containersbjormel2022-05-051-5/+13
* Classify exceptions better to avoid unnecessary stack tracesJon Bratseth2022-01-211-4/+4
* Remove support for 'servlet' from config-model.gjoranv2021-12-022-60/+0
* Update Verizon Media copyright notices.gjoranv2021-10-074-4/+4
* Update 2017 copyright notices.gjoranv2021-10-0722-22/+22
* Scale queue size for access/connection log locallyBjørn Christian Seime2021-09-302-35/+7
* Discourage usage of vcpu() in config modelBjørn Christian Seime2021-09-302-0/+2
* No functional changesJon Bratseth2021-09-241-0/+6
* Add control of buffer size and queue size of accesslog.Henning Baldersheim2021-05-282-7/+8
* - Use 256k buffer for connection log as it is low volume.Henning Baldersheim2021-04-161-0/+8
* Update all component specs to use the container-disc bundlegjoranv2021-03-231-1/+1
* Override directory name for connection logs in configserver/controllerBjørn Christian Seime2021-02-041-3/+6
* Increase default queue sizeBjørn Christian Seime2021-02-032-2/+2
* Make queue size of log file handler configurableBjørn Christian Seime2021-02-032-5/+41
* Make compression format configurableBjørn Christian Seime2021-01-271-11/+17
* Add feature flag for enabling zstd compression of access logsBjørn Christian Seime2021-01-201-3/+11
* Code review fixesMorten Tokle2021-01-191-1/+1
* Write connection log to fileMorten Tokle2021-01-191-0/+22
* Add method to check if pattern will match independently of portBjørn Christian Seime2020-08-271-0/+3
* Add missing whitespaceBjørn Christian Seime2020-08-271-1/+1
* Rename 'fromPortAndPath' -> 'fromHttpPortAndPath'Bjørn Christian Seime2020-08-271-1/+1
* 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-273-53/+66
* Restrict uri bindings for hosted applicationsBjørn Christian Seime2020-08-271-0/+2
* Use BindingPattern to represent all types of binding in config modelBjørn Christian Seime2020-08-273-12/+19
* Remove unused methodBjørn Christian Seime2020-08-271-6/+1
* Introduce type for binding patternsBjørn Christian Seime2020-08-271-0/+127
* Revert "Bjorncs/validate binding patterns"Bjørn Christian Seime2020-08-196-162/+18
* Merge pull request #14102 from vespa-engine/revert-13942-bjorncs/improve-athe...Bjørn Christian Seime2020-08-191-1/+0
|\
| * Revert "Bjorncs/improve athenz access control"Bjørn Christian Seime2020-08-191-1/+0
* | Revert "Add missing whitespace"Bjørn Christian Seime2020-08-191-1/+1
|/
* Merge pull request #13942 from vespa-engine/bjorncs/improve-athenz-access-con...Bjørn Christian Seime2020-08-181-0/+1
|\
| * Rename 'fromPortAndPath' -> 'fromHttpPortAndPath'Bjørn Christian Seime2020-08-181-1/+1