aboutsummaryrefslogtreecommitdiffstats
path: root/container-integration-test
Commit message (Collapse)AuthorAgeFilesLines
* Update 2018 copyright notices.gjoranv2021-10-073-4/+4
|
* Reduce access loggingHåkon Hallingstad2020-02-051-0/+1
| | | | | | | | | | | | Avoids writing access logs in various tests. 1. Disables by-default access logging with Application, since it is used in unit tests. 2. However many tests create additional DeployState which renders this ineffective, and so this PR also explicitly disables access logging in services.xml of some tests. (1) might be unnecessary if we anyway have to do (2) everywhere, but this is not clear to me.
* Replace 'jdisc' with 'container' in container-integration-testgjoranv2019-07-111-2/+2
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-3/+3
|
* Add missing newline.gjoranv2018-07-121-1/+1
|
* Minimal .gitignore files (originally copied from container-search).gjoranv2018-07-121-29/+0
|
* Add more detailed README in md format.gjoranv2018-07-122-1/+9
|
* Reapply "Adding handler and binding when services.xml has <search>-field"gjoranv2018-07-125-0/+161
|
* Revert "Adding handler and binding when services.xml has <search>-field"Harald Musum2018-07-125-161/+0
|
* Revert "Update README for container-integration-test"Harald Musum2018-07-121-6/+1
|
* Update README for container-integration-testgjoranv2018-07-111-1/+6
|
* Changed import to staticHenrik2018-07-111-7/+7
|
* Moved GUIHandlerTest to own module that can use JDisc-components. GUIHandler ↵Henrik2018-07-105-0/+161
now reads from built .jar instead of resources. Vespa builds successfully