summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright headerJon Bratseth2017-10-276-0/+6
|
* Read configserver hostname while constructing identityMorten Tokle2017-10-263-11/+14
|
* Add load balancer address to identity configMorten Tokle2017-10-261-0/+6
|
* Refactor identity as config producerMorten Tokle2017-10-262-24/+20
|
* Always re-read application inside lockJon Bratseth2017-10-252-28/+3
|
* Merge pull request #3877 from vespa-engine/freva/disable-log-forwardHarald Musum2017-10-251-0/+1
|\ | | | | Disable log forward in hosted vespa
| * Disable log forward in hosted vespaValerij Fredriksen2017-10-251-0/+1
| |
* | Move identity config to ContainerClusterMorten Tokle2017-10-253-16/+46
|/
* Activate disk usage sampling for docker nodes that have shared disk.Geir Storli2017-10-242-0/+16
|
* Expose domain and service from AthenzIDPMorten Tokle2017-10-241-1/+1
|
* Add copyrightMorten Tokle2017-10-241-0/+1
|
* separate interface from implementationMorten Tokle2017-10-241-1/+1
|
* Whitelist totalRestarts in VespaMetricsSetHåkon Hallingstad2017-10-231-0/+1
|
* Use correct configMorten Tokle2017-10-231-2/+2
|
* serviceproviderendpoing -> load_balancer_addressMorten Tokle2017-10-232-2/+2
|
* Merge pull request #3830 from ↵Morten Tokle2017-10-2310-12/+97
|\ | | | | | | | | vespa-engine/bjorncs/athenz-identity-provider-service Initial Athenz copper argos implementation
| * Add athenzidentityprovider componentMorten Tokle2017-10-231-0/+1
| |
| * Add fields to signed identity documentMorten Tokle2017-10-231-0/+3
| |
| * Add Athenz identity provider and configurationMorten Tokle2017-10-209-12/+93
| |
* | Config definitions moved to another location.Arnstein Ressem2017-10-201-1/+1
| |
* | Revert "Add back SslKeyStoreFactoryProvider as a temporary workaround"Bjørn Christian Seime2017-10-191-1/+0
|/
* Merge pull request #3781 from vespa-engine/arnej/add-uptime-metric-for-sentinelArne H Juul2017-10-171-0/+1
|\ | | | | Arnej/add uptime metric for sentinel
| * sentinel.uptime could be usefulArne Juul2017-10-171-0/+1
| |
* | Use ImmutableSetHarald Musum2017-10-171-3/+4
| |
* | Find reserved names when loading classHarald Musum2017-10-171-2/+2
| |
* | Remove tuning of proton background.threads, as it is replaced by ↵Geir Storli2017-10-166-61/+1
| | | | | | | | feeding.concurrency.
* | Add tuning of proton feeding concurrency.Geir Storli2017-10-164-0/+36
| |
* | Merge pull request #3769 from vespa-engine/mpolden/fix-block-upgradeJon Bratseth2017-10-162-1/+4
|\ \ | |/ |/| Let block-upgrade continue to work
| * Let block-upgrade continue to workMartin Polden2017-10-162-1/+4
| |
* | Set num cpu cores in proton config based on node flavor.Geir Storli2017-10-162-0/+7
|/
* allow splunk-home attributeArne Juul2017-10-135-5/+16
|
* Add back SslKeyStoreFactoryProvider as a temporary workaroundBjørn Christian Seime2017-10-121-0/+1
| | | | | Some applications use unsafe config features that breaks when removing a component from the config-model.
* Enforce order of block-changeJon Bratseth2017-10-111-2/+2
| | | | | | | Enforce that the block-change tag is placed after any test and staging tag and before the prod tag. This is in case we want to allow multiple block points in the future (perhaps to block rolling out to the next instance when having multiple instances) such that the placement becomes significant.
* Separate out XML readingJon Bratseth2017-10-111-1/+1
|
* Increase default value for parallel tenant loaders to 4Harald Musum2017-10-101-2/+2
|
* Merge pull request #3691 from ↵Henning Baldersheim2017-10-092-0/+17
|\ | | | | | | | | vespa-engine/geirst/directio-on-document-store-read-if-ssd Use Direct I/O on document store reads in proton when disk is fast (S…
| * Use Direct I/O on document store reads in proton when disk is fast (SSD).Geir Storli2017-10-092-0/+17
| |
* | Merge pull request #3690 from vespa-engine/balder/tag-unused-explicitHenning Baldersheim2017-10-091-0/+4
|\ \ | | | | | | Tag the ports explicit as unused.
| * | Tag the ports explicit as unused.Henning Baldersheim2017-10-091-0/+4
| | |
* | | Merge pull request #3688 from ↵Geir Storli2017-10-091-4/+28
|\ \ \ | |/ / |/| | | | | | | | vespa-engine/geirst/adding-a-doc-type-doesnt-require-restart Fix such that adding a document type in proton doesn't require a rest…
| * | Fix such that adding a document type in proton doesn't require a restart.Geir Storli2017-10-091-4/+28
| | | | | | | | | | | | The backend already handles this.
* | | Merge pull request #3687 from vespa-engine/bratseth/block-revision-changesJon Bratseth2017-10-092-3/+3
|\ \ \ | |_|/ |/| | Support blocking application changes
| * | Support blocking application changesJon Bratseth2017-10-092-3/+3
| | |
* | | Revert "Revert "Do not move the health port yet.""hakonhall2017-10-091-1/+1
| |/ |/|
* | Merge pull request #3681 from vespa-engine/bjorncs/bouncycastlegjoranv2017-10-091-1/+0
|\ \ | |/ |/| Open-source PEM keystore for JDisc
| * Open-source PEM keystore for JDiscBjørn Christian Seime2017-10-091-1/+0
| |
* | block-upgrade -> block-change to support blocking revisionsJon Bratseth2017-10-092-3/+10
| |
* | Revert "Do not move the health port yet."Henning Baldersheim2017-10-091-1/+1
| |
* | summary.log.numthreads -> background.threads.Henning Baldersheim2017-10-066-4/+44
|/
* Simplify macro shadowing warning test a bitLester Solbakken2017-10-061-5/+2
|