summaryrefslogtreecommitdiffstats
path: root/config-application-package
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for search definitions in docproc bundlesHarald Musum2020-08-041-95/+23
|
* Merge branch 'master' into hmusum/less-hardcoding-in-mockHarald Musum2020-07-291-13/+9
|\
| * Use try-with-resources, rename some variables, improve some messagesHarald Musum2020-07-281-13/+9
| |
* | Do the obvious thing in MockFileRegistry when adding a fileHarald Musum2020-07-122-3/+3
| |
* | Do not hardcode entries and source host in mockHarald Musum2020-07-122-29/+18
|/ | | | | * Use hostname of localhost if host not found and equal to localhost instead of hardcoded name for tests
* Use java Files class for creating temp dirHarald Musum2020-05-281-1/+0
|
* Remove unnecessary dependencies to vespalog.gjoranv2020-04-271-6/+0
|
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-253-3/+3
|
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-2/+2
|
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-254-12/+12
|
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-257-7/+7
|
* Remove dead codeHarald Musum2020-04-173-37/+0
|
* Correctly read expression files from both schemas/ and searchdefinitions/Jon Bratseth2020-03-171-2/+4
|
* Revert "Merge pull request #12565 from ↵Jon Bratseth2020-03-173-95/+76
| | | | | | | vespa-engine/revert-12563-bratseth/search-to-schema" This reverts commit ea5fe1bf8c0d389a3964d2e5c490994920d21a4e, reversing changes made to 7e92c3852e893d09f0aa821e04e4e9dbe83b4ab2.
* Revert "Bratseth/search to schema"Jon Bratseth2020-03-133-76/+95
|
* searchdefinitions -> schemasJon Bratseth2020-03-133-95/+76
|
* Non-functional changesJon Bratseth2020-01-061-0/+1
|
* Remove use of apache commons libraries in config-application-packageBjørn Christian Seime2020-01-031-2/+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.
* Allow services.xml variants on application instance nameJon Bratseth2019-09-099-78/+184
|
* Remove use of Nullable and NotNull annotationsHarald Musum2019-08-291-2/+0
| | | | | | Different implementations and using OSGi makes it really hard to use these annotations and the value of using them is IMHO not very high.
* Remove unintended commitHarald Musum2019-08-141-121/+0
|
* Cleanup of config definition name and namespaceHarald Musum2019-08-142-4/+121
| | | | | Config definition name and namespace are mandatory, so no need to fallback to default namespace anymore
* Replace 'jdisc' with 'container' in config-application-packagegjoranv2019-07-115-32/+32
|
* Expression file references in Vespa modelsJon Bratseth2019-06-061-1/+0
|
* Revert "Merge pull request #8370 from ↵Jon Bratseth2019-02-041-0/+1
| | | | | | | vespa-engine/revert-8308-bratseth/disallow-dash-rebased" This reverts commit 43cf4fd1ec196cb0543af73db8e3bd1f6774f0a8, reversing changes made to 14172aa5cd890445980202909d1277429e4c5a3a.
* Revert "Bratseth/disallow dash rebased"Jon Bratseth2019-02-041-1/+0
|
* Disallow dash in search definition, document, field and function namesJon Bratseth2019-01-311-0/+1
|
* Output context when schema validation failsHarald Musum2019-01-241-4/+35
|
* disallow absolute pathsArne Juul2019-01-211-5/+4
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Bratseth/disallow dash "Jon Bratseth2019-01-161-1/+0
|
* Merge pull request #8110 from vespa-engine/bratseth/disallow-dashJon Bratseth2019-01-151-0/+1
|\ | | | | Bratseth/disallow dash
| * Disallow dash in search definition, document, field and function namesJon Bratseth2019-01-111-0/+1
| |
* | Make pre-processing respect region for dev environmentsMartin Polden2019-01-113-12/+42
|/
* Deprecate com.yahoo.config.provision.VersionJon Bratseth2018-12-011-7/+5
| | | | We have com.yahoo.component.Version, and one is enough.
* Complete testJon Bratseth2018-11-231-5/+57
|
* Add a testJon Bratseth2018-11-183-2/+87
|
* Support any major version when looking for XML schemasHarald Musum2018-11-121-17/+19
|
* Merge pull request #7337 from vespa-engine/bratseth/allow-subset-matchesHarald Musum2018-10-223-36/+43
|\ | | | | Allow subset matches
| * Allow subset matchesJon Bratseth2018-10-173-36/+43
| |
* | Move major-version from services to deployJon Bratseth2018-10-185-0/+54
|/
* Use full nameHarald Musum2018-10-036-6/+6
|
* Allow multiple regions and environments in a single attributeJon Bratseth2018-09-258-88/+133
|
* Minor schema validator cleanupHarald Musum2018-09-204-28/+12
|
* Revert "Merge pull request #6635 from ↵Jon Bratseth2018-08-211-1/+2
| | | | | | | vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-2-4" This reverts commit 3f91e18528b4982398332a30728eed8f7d2b580c, reversing changes made to 8e3ba08f1d3b79e573864726c6c03e58862feee6.
* Revert "Revert "Merge pull request #6626 from ↵Jon Bratseth2018-08-201-2/+1
| | | | | | vespa-engine/revert-6625-bratseth/generate-rank-profiles-for-all-models-part-2-3"" This reverts commit c7cfd9f4742f398331839ed0f2ceeee55c68a791.
* Revert "Merge pull request #6626 from ↵Jon Bratseth2018-08-201-1/+2
| | | | | | | vespa-engine/revert-6625-bratseth/generate-rank-profiles-for-all-models-part-2-3" This reverts commit c6d642b55558203a6eddd79efbc232bb34ec8e52, reversing changes made to 59ffc5091b8246674843deea81a11a917abf801e.
* Revert "Bratseth/generate rank profiles for all models part 2 3"Jon Bratseth2018-08-201-2/+1
|
* Revert "Merge pull request #6619 from ↵Jon Bratseth2018-08-201-1/+2
| | | | | | | vespa-engine/revert-6611-revert-6596-revert-6584-bratseth/generate-rank-profiles-for-all-models-part-2" This reverts commit 0437e8cc1d550fb8c6d24ffe4da813067c542f62, reversing changes made to 1715b8393827c159f8709033075066b29932f852.