aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2855 from yahoo/bratseth/remove-reverse-lookupgjoranv2017-06-223-43/+11
|\ | | | | Remove ip lookup
| * Remove ip lookupJon Bratseth2017-06-223-43/+11
| | | | | | | | This was not really necessary and caused the vm to hang on Docker on Mac.
* | Allow minSlobroksPerCluster in v3 and v4 tooHarald Musum2017-06-212-0/+3
|/
* Whitelist metrics for jdisc activeContainers.gjoranv2017-06-191-0/+3
|
* import getDefaultsArne H Juul2017-06-194-15/+15
|
* use underVespaHomeArne H Juul2017-06-1912-17/+17
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-172-4/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Merge pull request #2794 from yahoo/bratseth/move-validation-overridesJon Bratseth2017-06-1628-447/+179
|\ | | | | Bratseth/move validation overrides
| * Improve APIJon Bratseth2017-06-161-1/+1
| |
| * Keep time outside ValidationOverridesJon Bratseth2017-06-1624-105/+150
| |
| * Provide xml formJon Bratseth2017-06-151-1/+1
| |
| * Make ValidationOverrides available from the outsideJon Bratseth2017-06-1528-343/+30
| |
* | Merge pull request #2793 from yahoo/hmusum/use-16-distribution-bits-in-cd-prodMorten Tokle2017-06-151-1/+2
|\ \ | |/ |/| Use 16 distribution bits in prod zones in CD
| * 16 distribution bits for all zones in CDHarald Musum2017-06-151-2/+1
| |
| * Use 16 distribution bits in prod zones in CDHarald Musum2017-06-151-1/+3
| |
* | Add deployment-removal validation idJon Bratseth2017-06-153-12/+15
|/
* Update copyright headersJon Bratseth2017-06-141301-1262/+1305
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141300-1300/+1257
|
* Update copyright headersJon Bratseth2017-06-141300-1257/+1300
|
* Remove carriage returnJon Bratseth2017-06-1417-17/+17
|
* Merge pull request #2733 from yahoo/hmusum/16-distribution-bits-only-for-prodJon Bratseth2017-06-143-69/+84
|\ | | | | Enable 16 distribution bits only for prod regions
| * Use zoneHarald Musum2017-06-141-4/+11
| |
| * Add testHarald Musum2017-06-142-60/+65
| |
| * Merge branch 'master' into hmusum/16-distribution-bits-only-for-prodHarald Musum2017-06-145-23/+14
| |\
| * | Enable 16 distribution bits only for prod regionsHarald Musum2017-06-131-9/+12
| | |
* | | Merge pull request #2755 from yahoo/hmusum/minor-cleanupgjoranv2017-06-148-69/+53
|\ \ \ | |_|/ |/| | Minor cleanup
| * | Minor cleanupHarald Musum2017-06-148-69/+53
| | | | | | | | | | | | Reindentation, added a toString(), removed unused methods, style fixes
* | | Merge pull request #2751 from yahoo/hmusum/use-only-one-deploystateGeir Storli2017-06-142-5/+3
|\ \ \ | |/ / |/| | Make sure to create DeployState only once (and simplify due to that)
| * | Make sure to create DeployState only once (and simplify due to that)Harald Musum2017-06-132-5/+3
| | |
* | | Remove last known usage of the default ctor on config classes.gjoranv2017-06-141-17/+9
|/ / | | | | | | - Do not create a config instance just to retrieve its class.
* | Revert "Remove last known usage of the default ctor on config classes."gjoranv2017-06-131-9/+17
| |
* | Revert "Copyright header"Jon Bratseth2017-06-131301-1322/+1280
| |
* | Merge with masterJon Bratseth2017-06-132-1/+2
|\ \
| * \ Merge pull request #2720 from yahoo/balder/add-zstd-compressorHenning Baldersheim2017-06-132-1/+2
| |\ \ | | | | | | | | Balder/add zstd compressor
| | * | Allow ZStandard compresion in xml schema too.Henning Baldersheim2017-06-121-1/+1
| | | |
| | * | Allow ZStandard compresion for summary store too.Henning Baldersheim2017-06-121-0/+1
| | | |
* | | | Copyright headerJon Bratseth2017-06-131301-1280/+1322
|/ / /
* | / Remove last known usage of the default ctor on config classes.gjoranv2017-06-131-17/+9
| |/ |/| | | | | - Do not create a config instance just to retrieve its class.
* | Remove unused method in InstanceResolver.gjoranv2017-06-131-18/+0
|/
* Set the default constructor on config classes private.gjoranv2017-06-121-5/+16
| | | | - Default constructors for arrays are still public.
* Revert "Set the default constructor on config classes private."Harald Musum2017-06-101-16/+5
|
* Merge pull request #2692 from yahoo/gjoranv/set-default-config-ctor-privategjoranv2017-06-091-5/+16
|\ | | | | Set the default constructor on config classes private.
| * Set the default constructor on config classes private.gjoranv2017-06-091-5/+16
| |
* | Rename config-model programs to have vespa- prefix.Tor Egge2017-06-094-10/+10
|/ | | | Temporarily add symlinks from old name to new name.
* [VESPA-5826] 16 distribution bits in us-east-3Yngve Aasheim2017-06-091-0/+1
|
* Revert "Revert "Revert "Gjoranv/remove default ctor4"""Harald Musum2017-06-081-11/+49
|
* Revert "Revert "Gjoranv/remove default ctor4""gjoranv2017-06-081-49/+11
|
* Revert "Gjoranv/remove default ctor4"Harald Musum2017-06-081-11/+49
|
* avoid trailing slash in ROOT settingArne H Juul2017-06-081-1/+1
|
* Merge with masterJon Bratseth2017-06-083-62/+28
|\