summaryrefslogtreecommitdiffstats
path: root/config-application-package
Commit message (Collapse)AuthorAgeFilesLines
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Revert "Wire in deployment so that we can copy the file in when the ↵Henning Baldersheim2017-11-133-31/+5
| | | | old way i…""
* Revert "Wire in deployment so that we can copy the file in when the old way ↵Henning Baldersheim2017-11-103-5/+31
| | | | i…"
* Wire in deployment so that we can copy the file in when the old way is gone.Henning Baldersheim2017-11-093-31/+5
|
* Config definitions moved to another location.Arnstein Ressem2017-10-202-2/+2
|
* Update error message for bundled defs without package or namespacegjoranv2017-10-181-1/+1
|
* Merge pull request #3234 from ↵Jon Bratseth2017-08-302-3/+2
|\ | | | | | | | | vespa-engine/bratseth/store-provisioninfo-without-version Bratseth/store provisioninfo without version
| * Allocation consistency between model versionsJon Bratseth2017-08-281-2/+1
| |
| * Nonfunctional changes onlyJon Bratseth2017-08-231-1/+1
| |
* | Merge two identical methodsHarald Musum2017-08-292-9/+6
| |
* | Refactor schema validation setupHarald Musum2017-08-285-207/+251
|/ | | | | * Try to avoid hardcoding and having to specify version several times * Make sure to only copy schema files once
* Validate validation-overrides.xml filesJon Bratseth2017-07-312-23/+12
|
* import getDefaultsArne H Juul2017-06-191-3/+3
|
* use underVespaHomeArne H Juul2017-06-192-3/+3
|
* Update copyright headersJon Bratseth2017-06-1447-47/+47
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1447-47/+47
|
* Update copyright headersJon Bratseth2017-06-1447-47/+47
|
* Remove carriage returnJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-1347-48/+48
|
* Copyright headerJon Bratseth2017-06-1347-48/+48
|
* 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.
* Default to prod only if env is not givenJon Bratseth2017-04-201-2/+10
|
* Merge branch 'master' into bratseth/receive-wanted-versionJon Bratseth2017-04-183-4/+15
|\
| * Merge pull request #2167 from yahoo/gjoranv/add-flavor-to-zk-appgjoranv2017-04-071-0/+6
| |\ | | | | | | Gjoranv/add flavor to zk app
| | * Add configdefinitions dep in test scope.gjoranv2017-04-071-0/+6
| | | | | | | | | | | | - Needed to compile FilesApplicationPackageTest.
| * | Make nicerJon Bratseth2017-04-061-4/+7
| | |
| * | Region overrides implies environment=prodJon Bratseth2017-04-062-2/+4
| |/
* / Pass wanted node Vespa version aroundJon Bratseth2017-04-075-29/+42
|/
* SimplifyHarald Musum2017-01-261-37/+8
|
* Handle overrides correctlyHarald Musum2017-01-262-35/+61
| | | | * Make sure to process all elements before deciding which to retain
* Revert "Revert "Handle overrides where multiple elements with same tag have ↵Harald Musum2017-01-262-37/+126
| | | | overrides""
* Revert "Handle overrides where multiple elements with same tag have overrides"Harald Musum2017-01-262-126/+37
|
* Simplify code and change order of attributes in testHarald Musum2017-01-242-13/+9
|
* Handle elements with same name correctlyHarald Musum2017-01-242-11/+40
|
* Process by elements that have equal attribute namesHarald Musum2017-01-231-15/+55
|
* Handle overrides where multiple elements with same tag have overridesHarald Musum2017-01-192-33/+57
| | | | VESPA-6219
* Validate constant file names and bypass cointent validation for compressed filesJon Bratseth2017-01-171-0/+1
|
* Remove unused methodsHarald Musum2016-12-082-28/+2
|
* Revert "Disable validation of deployment.xml"Harald Musum2016-11-171-2/+1
|
* Require capacity that is explicitly specifiedJon Bratseth2016-10-054-2/+144
|
* Remove fault injectionJon Bratseth2016-10-051-1/+0
|
* Nonfunctional changes onlyJon Bratseth2016-10-054-5/+10
|
* Disable vlidation of deployment.xmlHarald Musum2016-10-031-1/+2
|
* Merge pull request #738 from yahoo/bratseth/support-document-api-in-applicationsJon Bratseth2016-09-292-9/+0
|\ | | | | Bratseth/support document api in applications