summaryrefslogtreecommitdiffstats
path: root/config-model-api
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Change default endpoint-id to be "default"Øyvind Grønnesby2019-06-262-4/+5
| | | | | | | | | | | | | | | | Previously this defaulted to the value of the container-id, but using "default" makes the feature behave more closely to the existing global-service-id feature. Previously you needed to write: <endpoint endpoint-id="default" container-id="qrs" /> to mirror the existing behavior. Now you can do <endpoint container-id="qrs" /> to get the same behavior.
* Reapply api changes for tls configMorten Tokle2019-06-242-0/+32
|
* Revert "mortent/tls config from deploy params"Morten Tokle2019-06-212-31/+0
|
* Merge branch 'master' into mortent/tls-config-from-deploy-paramsMorten Tokle2019-06-212-0/+52
|\
| * Merge pull request #9827 from ↵Martin Polden2019-06-202-0/+52
| |\ | | | | | | | | | | | | vespa-engine/ogronnesby/update-container-model-with-container-endpoints Update ContainerModelBuilder to add rotations
| | * Make ContainerEndpoints part of the ModelContextØyvind Grønnesby2019-06-141-0/+1
| | |
| | * Move ContainerEndpoint from configserver => config-model-apiØyvind Grønnesby2019-06-141-0/+51
| | |
* | | Read from secret storeMorten Tokle2019-06-192-1/+31
| | |
* | | Propagate deploy params to modelMorten Tokle2019-06-191-0/+1
|/ /