summaryrefslogtreecommitdiffstats
path: root/config-model-api
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Remove globalRotations from DeploymentSpec"Martin Polden2019-10-242-2/+29
| | | | This reverts commit 6ecafcfac3008e9363e8f8a10509993ed6a839ea.
* Revert "Change usages of upgradePolicy to use instance, and remove root level"Martin Polden2019-10-245-0/+27
| | | | This reverts commit 8fa49a36ea271defde88e149046880ff6eedea15.
* Revert "Validate that instances have increasing conservativeness"Martin Polden2019-10-242-88/+3
| | | | This reverts commit 2725b89a0b7e86422919b942d73de23f338848bf.
* Validate that instances have increasing conservativenessJon Marius Venstad2019-10-242-3/+88
|
* Change usages of upgradePolicy to use instance, and remove root levelJon Marius Venstad2019-10-245-27/+0
|
* Remove globalRotations from DeploymentSpecJon Marius Venstad2019-10-242-29/+2
|
* Remove unused methodHarald Musum2019-10-231-1/+0
|
* Create new instances as per spec, and clean up removed onesJon Marius Venstad2019-10-212-0/+6
|
* Require validation override for destructive endpoint changesMartin Polden2019-10-173-5/+15
|
* Merge pull request #10951 from vespa-engine/hmusum/remove-unused-methodsHenning Baldersheim2019-10-141-2/+0
|\ | | | | Remove unused methods
| * Remove unused methodsHarald Musum2019-10-111-2/+0
| |
* | Merge pull request #10961 from ↵Martin Polden2019-10-141-1/+1
|\ \ | | | | | | | | | | | | vespa-engine/mpolden/remove-legacy-rotation-handling Remove legacy rotation handling in configserver
| * | Stop reading rotations property in config modelMartin Polden2019-10-111-1/+1
| | |
| * | Stop writing to old rotations cacheMartin Polden2019-10-111-1/+1
| |/
* | Support legacy API with instance and global test/stagingJon Bratseth2019-10-112-9/+73
| |
* | Propagate Athenz serviceJon Bratseth2019-10-116-5/+132
|/
* Revert "Merge pull request #10923 from ↵Jon Bratseth2019-10-087-534/+2387
| | | | | | | vespa-engine/revert-10912-bratseth/instances-in-deployment-xml-rebased-take-2" This reverts commit 72ae113d501035bc51a25045d3d916aa7bb5507a, reversing changes made to 0514a2a133a194f5e9454fcc60e56d01730f9019.
* Revert "Bratseth/instances in deployment xml rebased take 2"Jon Bratseth2019-10-087-2387/+534
|
* Allow non-existing instances when appropriateJon Bratseth2019-10-085-205/+252
|
* Revert "Merge pull request #10909 from ↵Jon Bratseth2019-10-087-536/+2342
| | | | | | | vespa-engine/revert-10891-bratseth/instances-in-deployment-xml-rebased" This reverts commit 6474f43ba04731e8bd38d2613ad5098e3cfce90d, reversing changes made to 6ff782a0eb830f2382185a1efd7d0830b3208fae.
* Revert "Bratseth/instances in deployment xml rebased"Jon Bratseth2019-10-077-2342/+536
|
* Multiple instances short formJon Bratseth2019-10-072-1/+24
|
* SimplifyJon Bratseth2019-10-071-5/+3
|
* Inherit/use defaults in instancesJon Bratseth2019-10-075-124/+441
|
* Avoid deprecated methodsJon Bratseth2019-10-046-90/+151
|
* Don't use deprecated APIJon Bratseth2019-10-033-185/+194
|
* Remove redundant testsJon Bratseth2019-10-031-44/+0
|
* Basic support for explicit instanceJon Bratseth2019-10-034-161/+231
|
* Deployment instances spec WIPJon Bratseth2019-10-032-144/+791
|
* Extract instance settingsJon Bratseth2019-10-033-75/+774
|
* Deployment instances WIPJon Bratseth2019-10-032-145/+171
|
* Remove feature flag USE_DEDICATED_NODE_FOR_LOGSERVERHarald Musum2019-09-231-1/+2
| | | | | Make useDedicatedNodeForLogserver be a default implmentation that returns true. This is just to remove the feature flag, more work needed to update tests etc.
* Use default implementation instead.Henning Baldersheim2019-09-231-2/+2
|
* Clean up the dispatch protobuf flag too.Henning Baldersheim2019-09-221-1/+1
|
* Fdispatch is now gone - no mor eneed for this flag.Henning Baldersheim2019-09-211-1/+1
|
* Update abi specJon Bratseth2019-09-091-0/+1
|
* Don't enforce access control for non-default instancesJon Bratseth2019-09-091-0/+3
| | | | | This makes it easier to create additional instances for testing other services against it.
* Minor fixesJon Bratseth2019-09-091-0/+3
|
* Allow services.xml variants on application instance nameJon Bratseth2019-09-092-39/+63
|
* Remove feature flag for grouping session cacheBjørn Christian Seime2019-09-031-1/+1
|
* Add feature flag for controlling termwise limit default.Henning Baldersheim2019-08-191-0/+1
|
* Merge pull request #10271 from ↵Martin Polden2019-08-151-6/+4
|\ | | | | | | | | vespa-engine/mpolden/disallow-cross-cloud-endpoints Disallow endpoints containing different clouds
| * Less GuavaMartin Polden2019-08-141-6/+4
| |
* | Add the CA certificates to configuration and read it from application packageØyvind Grønnesby2019-08-123-9/+15
|/
* Introduce feature flag for enabling grouping session cacheBjørn Christian Seime2019-07-251-0/+1
|
* Update abi-spec to contain withRegions method on EndpointsØyvind Grønnesby2019-07-081-1/+2
|
* Default to all declared prod zones for endpoints without regionsØyvind Grønnesby2019-07-083-1/+60
| | | | | | - Extract all production zones in the DeploymentSpec constructor and update all Endpoints instances without regions to these zones - Add more tests to validate that this does what we want it to.
* Remove feature flag for new metrics-proxy.gjoranv2019-07-041-2/+0
| | | | - Oldest vespa in hosted is now 7.67
* Do not allow duplicate IDs of endpoints when reading deployments.xmlØyvind Grønnesby2019-06-271-5/+6
|
* Update javadoc to explain new behavior on default endpoint IDØyvind Grønnesby2019-06-271-1/+1
|