summaryrefslogtreecommitdiffstats
path: root/config-model-api
Commit message (Collapse)AuthorAgeFilesLines
* Fix deployment spec cast in container cluster modelMartin Polden2017-09-081-3/+4
|
* Move zones() up to simplifyJon Marius Venstad2017-08-311-8/+11
|
* Restore indentationMartin Polden2017-08-311-2/+2
|
* Simplify testJon Bratseth2017-08-301-4/+0
|
* Remove dead codeJon Bratseth2017-08-301-27/+0
|
* SimplifyJon Bratseth2017-08-302-3/+25
|
* Read parallel tag from deployment.xmlMartin Polden2017-08-302-15/+133
|
* Merge pull request #3234 from ↵Jon Bratseth2017-08-306-27/+35
|\ | | | | | | | | vespa-engine/bratseth/store-provisioninfo-without-version Bratseth/store provisioninfo without version
| * ProvisionInfo -> AllocatedHostsJon Bratseth2017-08-282-13/+12
| |
| * Allocation consistency between model versionsJon Bratseth2017-08-284-20/+28
| |
| * Nonfunctional changes onlyJon Bratseth2017-08-232-1/+2
| |
* | Remove stale data on deployJon Marius Venstad2017-08-281-5/+0
|/
* use underVespaHomeArne H Juul2017-06-191-1/+1
|
* Improve APIJon Bratseth2017-06-162-9/+7
|
* Keep time outside ValidationOverridesJon Bratseth2017-06-163-60/+60
|
* Provide xml formJon Bratseth2017-06-152-19/+57
|
* rename methodJon Bratseth2017-06-151-1/+1
|
* Make ValidationOverrides available from the outsideJon Bratseth2017-06-154-0/+285
|
* Update copyright headersJon Bratseth2017-06-1434-34/+34
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1434-34/+34
|
* Update copyright headersJon Bratseth2017-06-1434-34/+34
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-1334-35/+35
|
* Copyright headerJon Bratseth2017-06-1334-35/+35
|
* Add more backwards compatibilityJon Bratseth2017-06-051-1/+6
|
* Revert "Revert "Revert "Revert "Bratseth/deployment delay""""Jon Bratseth2017-06-052-65/+222
|
* Revert "Revert "Revert "Bratseth/deployment delay"""Harald Musum2017-06-032-222/+65
|
* Maintain backwards compatibility with earlier config modelsJon Bratseth2017-06-022-21/+29
|
* Revert "Revert "Bratseth/deployment delay""Jon Bratseth2017-06-022-66/+215
|
* Revert "Bratseth/deployment delay"Jon Bratseth2017-06-022-215/+66
|
* Actually parse long. Ensure unique deploymentsJon Bratseth2017-06-022-3/+23
|
* Validate max total delayJon Bratseth2017-06-012-26/+66
|
* Parse delayJon Bratseth2017-06-011-13/+32
|
* Allow delay steps in modelJon Bratseth2017-06-012-45/+60
|
* Add required steps at constructionJon Bratseth2017-06-012-40/+95
|
* always compile testsArne H Juul2017-05-181-0/+1
|
* add comment about ugly workaroundArne H Juul2017-05-181-0/+1
|
* force building test-jarsArne H Juul2017-05-171-0/+3
| | | | | | | * maven requires installed jar files for dependencies marked with scope "test" even when specifying -Dmaven.test.skip=true - this is a known bug. So we need to build test-jar files even when not compiling tests.
* Support creating from an XML stringJon Bratseth2017-05-111-25/+33
|
* Add serial formJon Bratseth2017-05-112-27/+56
|
* Whitespace change onlyJon Bratseth2017-05-111-1/+1
|
* Add DelpoymentSpec.emptyJon Bratseth2017-05-111-1/+6
|
* Fix wacky testsJon Bratseth2017-05-092-23/+18
|
* Use ImmutableListJon Bratseth2017-05-091-3/+3
|
* Add upgrade policyJon Bratseth2017-05-092-9/+64
|
* Always pass wanted Vespa versionJon Bratseth2017-04-191-0/+3
|
* Pass wanted node Vespa version aroundJon Bratseth2017-04-073-8/+20
|
* Remove unused methodsHarald Musum2017-03-061-13/+2
|
* Stop using 3-arg getConfig method (will be removed)Harald Musum2017-02-261-4/+5
|
* Clean up interfaceHarald Musum2017-02-112-11/+4
| | | | | | | * Remove 'throws IOException now that no implementors use it and handle getConfig now returning null instead of exception when no config found * Remove getConfig method with InnerCNode as 2nd argument * Prepare for removing 3-argument getConfig()