summaryrefslogtreecommitdiffstats
path: root/config-application-package
Commit message (Collapse)AuthorAgeFilesLines
* Be more specific when verifying application dirHarald Musum2021-07-161-4/+9
|
* Add option for adding blobsHenning Baldersheim2021-06-093-5/+23
|
* Move methods and do not hardcodeHarald Musum2021-06-072-14/+13
|
* Revert "Revert "Searchdefinition/schemas cleanup""Harald Musum2021-06-051-6/+1
|
* Revert "Searchdefinition/schemas cleanup"Arnstein Ressem2021-06-041-1/+6
|
* Add getSchemas methodsHarald Musum2021-06-041-6/+1
| | | | Deprecate two methods where one should use getSchemas instead
* searchdefinitions -> schemasHarald Musum2021-06-033-0/+0
|
* GC some unused methods and simplifyHenning Baldersheim2021-05-234-50/+35
|
* More lazy debug log message generationJon Marius Venstad2021-04-284-13/+12
|
* Log application package warnings using logApplicationPackage()Valerij Fredriksen2021-04-261-1/+1
|
* Make sure we are able to output context for validation errorsHarald Musum2021-04-231-6/+24
|
* Add copyright headersJon Bratseth2021-03-181-0/+1
|
* Use RegionName.defaultName()Martin Polden2021-03-151-11/+5
|
* Print that XML is invalid according to schemaHarald Musum2021-01-071-1/+1
|
* Remove debugging code, not needed anymoreHarald Musum2021-01-071-8/+0
|
* Throw exception if services.xml is emptyHarald Musum2021-01-062-3/+27
|
* Revert "Copy to temp dir and move"Harald Musum2021-01-051-7/+2
|
* Copy to temp dir and move directoryHarald Musum2021-01-051-2/+7
|
* Create transformer factory only onceHarald Musum2020-11-121-5/+7
|
* Merge pull request #15225 from vespa-engine/hmusum/remove-unused-codeJon Bratseth2020-11-091-23/+4
|\ | | | | Cleanup, bundled search definition support has been removed
| * Bundled search dedinition support has been removedHarald Musum2020-11-091-23/+4
| |
* | Debug preprocessing issueHarald Musum2020-11-091-0/+8
|/ | | | Catch exception actually thrown by preprocessing code
* Revert "Revert "Add required="true" for override without node children""Håkon Hallingstad2020-11-032-4/+63
|
* Revert "Add required="true" for override without node children"Håkon Hallingstad2020-11-022-63/+4
|
* Extract methodHåkon Hallingstad2020-11-021-11/+12
|
* Add required="true" for override without node childrenHåkon Hallingstad2020-11-022-4/+62
|
* Log more when preprocessing failsHarald Musum2020-10-302-17/+18
|
* Wrap xml files in a file(system)wrapper in preprocessingJon Marius Venstad2020-09-033-9/+72
|
* Use SlimeUtils in more placesHarald Musum2020-08-211-1/+1
|
* Minor unification of tests.Henning Baldersheim2020-08-124-27/+16
|
* Move any single set_language operation to the topJon Bratseth2020-08-061-3/+2
|
* 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.