summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #10571 from ↵Jon Bratseth2019-09-092-1/+6
|\ | | | | | | | | vespa-engine/bratseth/access-control-in-default-only Don't enforce access control for non-default instances
| * Don't enforce access control for non-default instancesJon Bratseth2019-09-092-1/+6
| | | | | | | | | | This makes it easier to create additional instances for testing other services against it.
* | Merge pull request #10554 from ↵Geir Storli2019-09-091-0/+21
|\ \ | |/ |/| | | | | vespa-engine/yngveaasheim/add_search_protocol_metrics [VESPA-16019] Add search_protocol metrics
| * [VESPA-16019] Add search_protocol metricsYngve Aasheim2019-09-091-0/+21
| |
* | Merge pull request #10565 from vespa-engine/bratseth/variants-on-instanceJon Bratseth2019-09-094-43/+60
|\ \ | | | | | | Allow services.xml variants on application instance name
| * | Allow services.xml variants on application instance nameJon Bratseth2019-09-094-43/+60
| | |
* | | keep getDefaultHttpServerArne Juul2019-09-091-0/+4
| | |
* | | more robust container ports (second take)Arne Juul2019-09-093-78/+55
| | | | | | | | | | | | This reverts commit 093f1c566cebbb2e635f679fb8b9f88a8227cc96.
* | | Revert "Arnej/more robust container ports"Henning Baldersheim2019-09-093-55/+78
|/ /
* | Merge pull request #10557 from vespa-engine/bratseth/less-legacy-flavorsValerij Fredriksen2019-09-091-4/+4
|\ \ | | | | | | Less use of legacy flavor syntax
| * | Less use of legacy flavor syntaxJon Bratseth2019-09-081-4/+4
| | |
* | | Merge pull request #10556 from vespa-engine/arnej/more-robust-container-portsJon Bratseth2019-09-093-78/+55
|\ \ \ | |_|/ |/| | Arnej/more robust container ports
| * | do port tagging together with port allocationArne Juul2019-09-052-35/+16
| | |
| * | remove old port reservationsArne Juul2019-09-041-6/+0
| | |
| * | * try rewriting container port allocationArne Juul2019-09-043-45/+47
| | | | | | | | | | | | * simplify access to defaultHttpServer
* | | Merge pull request #10544 from vespa-engine/mortent/add-default-filter-chainMorten Tokle2019-09-091-22/+25
|\ \ \ | | | | | | | | Add default filter chain
| * | | Add default filter chainMorten Tokle2019-09-061-22/+25
| | |/ | |/|
* / | Use server id in config for singlenode zookeeper setupsHarald Musum2019-09-061-0/+2
|/ / | | | | | | | | Update tests accordingly and start numbering at 0, aw will be done by the code that creates zookeeper-server config
* | Merge pull request #10514 from vespa-engine/olaa/add-system-dimensiongjoranv2019-09-052-0/+4
|\ \ | | | | | | Added system dimension
| * | Added system dimensionOla Aunrønning2019-09-042-0/+4
| |/
* | Merge pull request #10472 from ↵Ola Aunrønning2019-09-052-0/+4
|\ \ | | | | | | | | | | | | vespa-engine/olaa/metrics-proxy-gather-node-metrics Yamas handler and system metric gatherer
| * | Separated into several classes and moved to own package. Removed use of ↵Ola Aunrønning2019-08-302-3/+2
| | | | | | | | | | | | mocking library. Other misc fixes
| * | YamasHandler uses HttpHandlerBaseOla Aunrønning2019-08-301-0/+2
| | |
| * | Added handler to metrics proxy container clusterOla Aunrønning2019-08-301-0/+2
| | |
| * | Merge branch 'gjoranv/prometheus-handler' of github.com:vespa-engine/vespa ↵Ola Aunrønning2019-08-302-8/+27
| |\ \ | | | | | | | | | | | | into metrics-proxy-gather-node-metrics
| * | | Added module to fetch misc node metricsOla Aunrønning2019-08-291-0/+1
| | | |
* | | | update shell bootstrap sectionsArne Juul2019-09-041-0/+4
| |_|/ |/| |
* | | Merge pull request #10463 from ↵Jon Bratseth2019-09-041-4/+0
|\ \ \ | | | | | | | | | | | | | | | | vespa-engine/bratseth/document-parsing-error-messages Bratseth/document parsing error messages
| * | | Nonfunctional changes onlyJon Bratseth2019-08-291-4/+0
| | | |
* | | | Merge pull request #10503 from ↵Harald Musum2019-09-046-15/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | vespa-engine/hmusum/remove-RestrictedServerCnxnFactory Do not use RestrictedServerCnxnFactory
| * | | | Do not use RestrictedServerCnxnFactoryHarald Musum2019-09-046-15/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not use it for self-hosted, feature cannot be supported with ZooKeeper 3.5 (but secure communications can be setup with ZooKeeper 3.5, which is supported from that version on)
* | | | | setup tls port in testMorten Tokle2019-09-031-1/+5
| | | | |
* | | | | Setup additional tls portMorten Tokle2019-09-037-88/+78
|/ / / /
* | | | Remove feature flag for grouping session cacheBjørn Christian Seime2019-09-0311-19/+9
| | | |
* | | | Propagate float value types from Onnx and TFJon Bratseth2019-09-022-5/+5
| | | |
* | | | Merge pull request #10466 from vespa-engine/gjoranv/prometheus-handlergjoranv2019-08-302-8/+27
|\ \ \ \ | | |_|/ | |/| | Gjoranv/prometheus handler
| * | | Avoid duplicating string constantsgjoranv2019-08-291-5/+2
| | | |
| * | | Add PrometheusHandler to metrics-proxy clusters.gjoranv2019-08-292-6/+28
| | |/ | |/| | | | | | | + Add unit test verifying that http handlers are set up.
* | | Remove use of Nullable and NotNull annotationsHarald Musum2019-08-297-23/+4
| |/ |/| | | | | | | | | Different implementations and using OSGi makes it really hard to use these annotations and the value of using them is IMHO not very high.
* | Merge pull request #10439 from ↵Henning Baldersheim2019-08-282-3/+4
|\ \ | | | | | | | | | | | | vespa-engine/balder/add-option-to-avoid-internal-fields Balder/add option to avoid internal fields.
| * | Only expose explicit fields in the document.Henning Baldersheim2019-08-282-3/+4
| | | | | | | | | | | | Also build all fieldSets when constructing the document type.
* | | Export bandwidth.limit system metricValerij Fredriksen2019-08-281-1/+3
|/ /
* | Just keep soft_doom_factor metrics.Henning Baldersheim2019-08-271-4/+0
| |
* | Add connector config onceMorten Tokle2019-08-273-7/+33
|/
* Merge pull request #10376 from vespa-engine/bratseth/handle-inherited-variantsArne H Juul2019-08-231-1/+1
|\ | | | | Handle inherited variants with different dimensions
| * Handle inherited variants with different dimensionsJon Bratseth2019-08-221-1/+1
| |
* | Deprecate getId(version) and remove usage.Henning Baldersheim2019-08-221-2/+2
| |
* | Merge pull request #10375 from vespa-engine/balder/soft_doom_factor-metricHenning Baldersheim2019-08-221-0/+8
|\ \ | | | | | | Balder/soft doom factor metric
| * | Expose backend metrics for soft_doom_factor.Henning Baldersheim2019-08-221-0/+8
| | |
* | | Merge pull request #10362 from vespa-engine/balder/remove-v6-and-v7-rebased-1Henning Baldersheim2019-08-229-55/+2
|\ \ \ | | | | | | | | Balder/remove v6 and v7 rebased 1