summaryrefslogtreecommitdiffstats
path: root/config-application-package/src
Commit message (Expand)AuthorAgeFilesLines
* Catch AccessDeniedException as wellHarald Musum2024-06-051-1/+2
* Revert "Revert ""Preprocess application package in temp dir, then move atomic...Harald Musum2024-06-051-10/+26
* Revert "Revert "Revert "Preprocess application package in temp dir, then move...Harald Musum2024-06-051-25/+10
* Revert "Catch correct exception"Harald Musum2024-06-051-2/+1
* Catch correct exceptionHarald Musum2024-06-051-1/+2
* Preprocess application package in temp dir, then move atomically to destinationHarald Musum2024-06-051-10/+25
* Revert "Preprocess application package in temp dir, then move atomically to d...Harald Musum2024-06-051-24/+10
* Preprocess application package in temp dir, then move atomically to destinationHarald Musum2024-06-041-10/+24
* Revert "Preprocess application package in temp dir, then move atomically to d...Harald Musum2024-06-031-11/+5
* Preprocess application package in temp dir, then move atomically to destinationHarald Musum2024-06-031-5/+11
* Simplify conditionjonmv2024-05-311-1/+1
* Match XML tags directive only with environment match (or implicit prod)jonmv2024-05-312-2/+54
* Include value of 'idref' attribute when deciding which elements to keep when ...Harald Musum2024-05-075-18/+79
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-122-4/+3
* cloud deployment variantAndreas Eriksen2024-01-1110-29/+86
* Fix more xxe preventionMorten Tokle2023-12-191-1/+3
* Expect copyright headersJon Bratseth2023-10-094-13/+13
* Update copyrightJon Bratseth2023-10-0972-68/+74
* Add `getSize()` to `ApplicationFile`Bjørn Christian Seime2023-09-221-3/+12
* Don't scale down if we are likely to scale back upJon Bratseth2023-07-201-1/+0
* Remove dead code now that Vespa 7 is goneHarald Musum2023-07-111-1/+0
* Use different exception message if services.xml is missingHarald Musum2023-07-062-8/+7
* Don't assume any environments are single-regionJon Bratseth2023-05-158-63/+106
* Pass ClusterInfoJon Bratseth2023-03-013-8/+14
* add unit testArne Juul2023-01-241-0/+34
* ignore ._foo.sd and other "resource fork" like namesArne Juul2023-01-242-2/+16
* Use text blocks, and kill xml unit test dependencyjonmv2023-01-1110-454/+453
* Reinstate removed tags method from config model apijonmv2023-01-111-1/+1
* Remove redundant tags wiringjonmv2023-01-112-9/+0
* Use FilesApplicationPackage in complex override testjonmv2023-01-111-5/+12
* Read tags from deployment spec in packagejonmv2023-01-102-11/+9
* Add a testJon Bratseth2023-01-105-2/+533
* Add more xxe preventionsMorten Tokle2022-12-081-10/+19
* Add instance tagsJon Bratseth2022-10-129-67/+355
* Replace with lambdajonmv2022-08-251-6/+2
* Merge pull request #23587 from vespa-engine/hmusum/qrserver-to-containerHarald Musum2022-08-091-4/+4
|\
| * qrserver -> containerHarald Musum2022-08-081-4/+4
* | Cleanup xml schema validationHarald Musum2022-08-081-14/+17
|/
* warn on use of deprecated xml features (#23583)Andreas Eriksen2022-08-052-1/+21
* Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-042-11/+13
* Log if not finding XML schemas in expected directoryHarald Musum2022-06-101-1/+3
* Fix loggingHarald Musum2022-06-101-3/+2
* Remove on Vespa 8Jon Bratseth2022-06-081-6/+0
* Remove unused methodHarald Musum2022-06-011-16/+0
* Support rank profile files in schemas/ and subdirsHarald Musum2022-05-193-8/+13
* Validate file extension for app files, part 4Harald Musum2022-04-283-35/+38
* Handle .profile files in subdirs of schemas/Harald Musum2022-04-2812-20/+106
* Validate files only, allow anything in models/ for nowHarald Musum2022-04-272-5/+9
* Validate file extensions for more directoriesHarald Musum2022-04-271-11/+27
* Validate file extension for files in application packageHarald Musum2022-04-278-5/+104