summaryrefslogtreecommitdiffstats
path: root/config-model
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5636 from ↵Harald Musum2018-04-195-6/+31
|\ | | | | | | | | vespa-engine/bratseth/load-models-in-use-only-in-dev Load the minimal set of models needed in dev
| * Load the minimal set of models needed in devJon Bratseth2018-04-195-6/+31
| |
* | Move identity provider client to new Java packageBjørn Christian Seime2018-04-181-1/+1
|/
* Merge pull request #5591 from ↵Arne H Juul2018-04-171-2/+2
|\ | | | | | | | | vespa-engine/arnej/handle-new-varname-for-configservers handle VESPA_CONFIGSERVERS
| * handle VESPA_CONFIGSERVERSArne Juul2018-04-161-2/+2
| | | | | | | | | | | | | | | | * also some refactoring * also, make C++ code (in defaults) handle same variable variants, like services__addr_configserver * also, update some error messages to indicate that VESPA_CONFIGSERVERS is the variable we expected to use
* | Merge with masterJon Bratseth2018-04-172-42/+108
|\ \
| * | Add a unit testJon Bratseth2018-04-172-42/+107
| |/
* | Fix error messageJon Bratseth2018-04-171-1/+1
| |
* | Make error messages understandableJon Bratseth2018-04-162-2/+49
|/
* Merge pull request #5570 from vespa-engine/gjoranv/validate-secret-storegjoranv2018-04-133-0/+131
|\ | | | | Add validator for secret-store vs athenz in deployment.xml.
| * Add validator for secret-store vs athenz in deployment.xml.gjoranv2018-04-133-0/+131
| |
* | Merge pull request #5571 from vespa-engine/mortent/enable-athenz-write-protect-gjoranv2018-04-132-7/+2
|\ \ | |/ |/| Require access-control in all systems
| * Put back zone setting without 'cd', as we need 'prod' environment.gjoranv2018-04-131-0/+4
| |
| * Revert "Temporarily validate apps only in CD zones."Morten Tokle2018-04-132-10/+1
| | | | | | | | This reverts commit 0d95d5e3cfce0c4a30f377e100bf22fdecd7733b.
* | Merge pull request #5565 from vespa-engine/arnej/remember-deploystate-lessJon Bratseth2018-04-128-52/+32
|\ \ | | | | | | refactor, saving just the state we need to
| * | refactor, saving just the state we need toArne Juul2018-04-128-52/+32
| |/ | | | | | | | | * avoid caching DeployState since we want to free those resources after the model is completely built.
* / update schema with new keywordArne Juul2018-04-121-0/+1
|/ | | | | * allow compressOnRotation overrides explicitly, for configserver itself for example.
* also require DeployState in simple constructor for AccessLogComponentArne Juul2018-04-113-4/+5
|
* Make flush-on-shutdown (on search nodes) default on for non-hosted Vespa.Geir Storli2018-04-102-33/+75
|
* Rename ClusterTest.java -> ContentClusterTest.java.Geir Storli2018-04-101-2/+1
|
* Merge pull request #5503 from vespa-engine/balder/report-raw-data-insteadYngve Aasheim2018-04-091-2/+2
|\ | | | | Report raw numbers instead of a percentage.
| * Report raw aggregated count instead. Beware large numbersHenning Baldersheim2018-04-091-4/+2
| |
| * Report raw numbers instead of a percentage.Henning Baldersheim2018-04-091-2/+4
| |
* | Merge pull request #5484 from vespa-engine/bratseth/nonfunctional-changesgjoranv2018-04-093-4/+3
|\ \ | |/ |/| Nonfunctional changes
| * Nonfunctional changesJon Bratseth2018-04-063-4/+3
| |
* | Merge pull request #5488 from ↵Henning Baldersheim2018-04-067-28/+362
|\ \ | | | | | | | | | | | | vespa-engine/geirst/add-validation-of-changes-in-streaming-search-clusters-during-deploy Validate changes between current and next streaming search clusters.
| * | Don't use wildcard imports.Geir Storli2018-04-061-1/+9
| | |
| * | Validate changes between current and next streaming search clusters.Geir Storli2018-04-067-36/+362
| |/
* | Update testHenning Baldersheim2018-04-061-2/+2
| |
* | Remove stor-memfilepersistence configHenning Baldersheim2018-04-063-28/+8
| |
* | Remove stor-devicesHenning Baldersheim2018-04-063-47/+6
| |
* | Remove some vds leftoversHenning Baldersheim2018-04-065-21/+2
|/
* Remove some even older unused test data.Henning Baldersheim2018-04-059-139/+0
|
* No more engine=vds in config-modelHenning Baldersheim2018-04-0518-600/+34
|
* Move it to a less general namespaceHenning Baldersheim2018-04-052-2/+2
|
* Revert "Revert "Balder/quick restart of slobrok""Henning Baldersheim2018-04-052-7/+19
|
* Revert "Balder/quick restart of slobrok"Henning Baldersheim2018-04-052-19/+7
|
* Produce stateserver config for slobrokHenning Baldersheim2018-04-052-7/+19
|
* Merge pull request #5449 from ↵Henning Baldersheim2018-04-032-35/+52
|\ | | | | | | | | vespa-engine/geirst/changing-attribute-rank-filter-requires-restart-of-content-nodes Geirst/changing attribute rank filter requires restart of content nodes
| * Changing attribute rank filter requires restart of content nodes.Geir Storli2018-04-032-22/+39
| |
| * Cleanup test function names.Geir Storli2018-04-031-13/+13
| |
* | minor refactoringArne Juul2018-04-031-10/+18
| |
* | remove method that only works sometimesArne Juul2018-04-038-23/+68
|/ | | | | | | * instead save the deploy state in those components where we want to detect isHostedVespa(), and use that directly. * also require a copy of deploy state in AccessLogComponent, instead of the useless now-removed method.
* Remove DummyFileDistributionConfigProducer, not needed anymoreHarald Musum2018-04-027-67/+28
| | | | Simplify and move code that produces config
* Merge pull request #5351 from vespa-engine/gjoranv/validate-access-controlMorten Tokle2018-03-237-2/+247
|\ | | | | Require access-control write protection for first deployments.
| * Temporarily validate apps only in CD zones.gjoranv2018-03-202-1/+10
| |
| * Skip validation of non-user applications.gjoranv2018-03-192-16/+30
| |
| * Store application type in Admin.gjoranv2018-03-192-0/+10
| |
| * Add test for mbus handler.gjoranv2018-03-191-0/+15
| |
| * Rename test to clarify intention.gjoranv2018-03-191-1/+1
| |