aboutsummaryrefslogtreecommitdiffstats
path: root/config-provisioning
Commit message (Collapse)AuthorAgeFilesLines
* Add methods to easily modify FlavorValerij Fredriksen2019-08-223-9/+32
|
* Define FlavorOverridesValerij Fredriksen2019-08-214-20/+105
|
* Update default values when deserializing resourcesValerij Fredriksen2019-08-201-1/+1
|
* Deprecate NodeResources constructors without bandwidthValerij Fredriksen2019-08-203-5/+13
|
* bandwidthMbps -> bandwidthGbpsValerij Fredriksen2019-08-204-18/+18
|
* Add toSlimeValerij Fredriksen2019-08-192-2/+4
|
* Add bandwidth to NodeResourcesValerij Fredriksen2019-08-194-9/+30
|
* Revert "Merge pull request #10281 from ↵Jon Bratseth2019-08-147-242/+57
| | | | | | | vespa-engine/revert-10274-bratseth/remove-allocation-by-flavor" This reverts commit 3e7642b5f236321b299a2496098c19e7fc55843c, reversing changes made to fc6ebf45c0ef126043eb9db4cf613958ce665411.
* Revert "Bratseth/remove allocation by flavor"Harald Musum2019-08-147-57/+242
|
* Merge pull request #10274 from vespa-engine/bratseth/remove-allocation-by-flavorJon Bratseth2019-08-147-242/+57
|\ | | | | Bratseth/remove allocation by flavor
| * Preserve ABI for nowJon Bratseth2019-08-142-4/+21
| |
| * Mark unused config values as removableJon Bratseth2019-08-141-3/+3
| |
| * CleanupJon Bratseth2019-08-141-4/+2
| |
| * Remove canonical flavorJon Bratseth2019-08-143-40/+4
| |
| * Remove flavor retired conceptJon Bratseth2019-08-143-27/+2
| |
| * Remove flavor replaces conceptJon Bratseth2019-08-144-88/+10
| |
| * Remove flavor stock conceptJon Bratseth2019-08-142-8/+1
| |
| * CleanupJon Bratseth2019-08-142-2/+0
| |
| * Remove legacyNameJon Bratseth2019-08-141-19/+8
| |
| * Don't use legacyNameJon Bratseth2019-08-141-1/+1
| |
| * Don't use legacyNameJon Bratseth2019-08-142-3/+1
| |
| * Remove handling of legacy flavor allocationsJon Bratseth2019-08-143-49/+11
| |
| * Validate legacy node resource strings moreJon Bratseth2019-08-141-1/+3
| |
| * Remove support for legacy flavor stringsJon Bratseth2019-08-142-16/+13
| |
* | Add updated abi specFrode Lundgren2019-08-141-0/+1
| |
* | Revert "Revert "Add a full string representation of application ID always ↵Frode Lundgren2019-08-142-0/+19
| | | | | | | | including instance name""
* | Revert "Add a full string representation of application ID always including ↵Harald Musum2019-08-142-19/+0
| | | | | | | | instance name"
* | Merge pull request #10275 from vespa-engine/frodelu/appid-full-stringJon Bratseth2019-08-142-0/+19
|\ \ | | | | | | Add a full string representation of application ID always including instance name
| * | Add a full string representation of application ID always including instance ↵Frode Lundgren2019-08-142-0/+19
| |/ | | | | | | name.
* | Add javadocValerij Fredriksen2019-08-141-0/+1
| |
* | Add cloud region name to ZoneApiValerij Fredriksen2019-08-141-0/+2
|/
* Add compatibleWith to ABI specValerij Fredriksen2019-08-131-0/+1
|
* Ress resources is not compatible with more resourcesValerij Fredriksen2019-08-131-1/+14
|
* Return 409 with error code LOAD_BALANCER_NOT_READY if deployment fails due ↵Harald Musum2019-08-012-0/+22
| | | | | | | | | to that Move LoadBalancerServiceException to config-provisioning so that it can be used from config server as well. Return 409 and LOAD_BALANCER_NOT_READY as error code if we get a LoadBalancerServiceException. Retry deploy on LOAD_BALANCER_NOT_READY.
* Revert "Return 409 with error code TRANSIENT_ERROR when getting ↵Harald Musum2019-08-018-27/+64
| | | | TransientExce…"
* Move LoadBalancerServiceException to config-provisioning moduleHarald Musum2019-08-014-61/+15
|
* Move some exceptions to its own package (making them not part of public API)Harald Musum2019-08-016-7/+16
|
* Remove unused RotationName classMartin Polden2019-07-192-77/+0
|
* Replace usages of RotationName with EndpointIdMartin Polden2019-07-151-0/+1
|
* Add throws definition to 'identityNode'Bjørn Christian Seime2019-07-101-1/+1
| | | | This is backward compatible as NodeIdentifierException is an unchecked exception.
* Less guavaValerij Fredriksen2019-07-017-19/+12
|
* Move serialization code out of AllocatedHostsValerij Fredriksen2019-07-015-169/+205
|
* Move NetworkPortsSerializer to non-public-api serialization packageValerij Fredriksen2019-07-012-14/+2
|
* Merge pull request #9885 from ↵Andreas Eriksen2019-06-272-0/+28
|\ | | | | | | | | vespa-engine/andreer/retry-deploy-on-missing-certificate retry deployment on missing certificate
| * add CertificateNotReadyException to ABI specandreer2019-06-261-0/+11
| |
| * retry deployment on missing certificateandreer2019-06-241-0/+17
| |
* | Update ABI specMartin Polden2019-06-261-2/+0
| |
* | Remove unused rotations parameterMartin Polden2019-06-262-18/+5
| |
* | Remove test of legacy formatMartin Polden2019-06-261-20/+0
| |
* | Avoid too much use of ZoneList.ids() now that zones() is availableHåkon Hallingstad2019-06-241-2/+7
|/