aboutsummaryrefslogtreecommitdiffstats
path: root/config-application-package/src/main/java/com/yahoo/config/model/application
Commit message (Expand)AuthorAgeFilesLines
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-122-4/+3
* cloud deployment variantAndreas Eriksen2024-01-111-0/+1
* Fix more xxe preventionMorten Tokle2023-12-191-1/+3
* Update copyrightJon Bratseth2023-10-0916-16/+16
* Add `getSize()` to `ApplicationFile`Bjørn Christian Seime2023-09-221-3/+12
* 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-061-1/+3
* Pass ClusterInfoJon Bratseth2023-03-011-4/+11
* ignore ._foo.sd and other "resource fork" like namesArne Juul2023-01-242-2/+16
* Remove redundant tags wiringjonmv2023-01-112-9/+0
* Read tags from deployment spec in packagejonmv2023-01-101-2/+9
* Add instance tagsJon Bratseth2022-10-122-12/+14
* Cleanup xml schema validationHarald Musum2022-08-081-14/+17
* 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-191-8/+8
* Validate file extension for app files, part 4Harald Musum2022-04-281-27/+30
* Handle .profile files in subdirs of schemas/Harald Musum2022-04-281-17/+46
* Validate files only, allow anything in models/ for nowHarald Musum2022-04-271-5/+6
* Validate file extensions for more directoriesHarald Musum2022-04-271-11/+27
* Validate file extension for files in application packageHarald Musum2022-04-271-4/+39
* Move test package logic to separate class, with validation, resulting in noti...jonmv2022-04-251-7/+1
* Unify file access in FilesApplicationPackagejonmv2022-04-221-30/+40
* Stricter application id patternjonmv2022-04-191-1/+2
* Improve error messageJon Marius Venstad2022-03-251-2/+3
* pick up "legacy" XML tags from services.xmlArne H Juul2022-01-062-1/+46
* Revert "Add some logging to debug issue sometimes seen when running system te...Harald Musum2022-01-021-21/+11
* Add some logging to debug issue sometimes seen when running system testsHarald Musum2021-12-291-11/+21
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-0714-14/+14
* Write blobs (large rank expression files) for model evaluator testerLester Solbakken2021-09-091-2/+0
* Provide the blob name externallyHenning Baldersheim2021-08-251-3/+2
* - Add testing of FileDBRegistry.Henning Baldersheim2021-08-241-114/+0
* Allow set of distributable files to change after initial deploy.Henning Baldersheim2021-08-192-33/+28
* Factor out blob -> hash genrating code so it is common to all file registries.Henning Baldersheim2021-08-171-2/+11
* Do registration of references early and only use fileReferences when sending.Henning Baldersheim2021-08-171-1/+3
* Be more specific when verifying application dirHarald Musum2021-07-161-4/+9
* Add option for adding blobsHenning Baldersheim2021-06-092-0/+16
* 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
* GC some unused methods and simplifyHenning Baldersheim2021-05-234-50/+35
* More lazy debug log message generationJon Marius Venstad2021-04-283-12/+11
* 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
* Print that XML is invalid according to schemaHarald Musum2021-01-071-1/+1
* Remove debugging code, not needed anymoreHarald Musum2021-01-071-8/+0