aboutsummaryrefslogtreecommitdiffstats
path: root/config-application-package
Commit message (Collapse)AuthorAgeFilesLines
* Replace with lambdajonmv2022-08-251-6/+2
|
* Merge pull request #23587 from vespa-engine/hmusum/qrserver-to-containerHarald Musum2022-08-091-4/+4
|\ | | | | qrserver -> container
| * qrserver -> containerHarald Musum2022-08-081-4/+4
| |
* | Cleanup xml schema validationHarald Musum2022-08-081-14/+17
|/ | | | Cleanup and throw an exception if no XML schema was found
* warn on use of deprecated xml features (#23583)Andreas Eriksen2022-08-052-1/+21
| | | | | * warn on use of deprecated xml features * ignore zip extraction issues for tests
* Remove 'user' field in application metadata and add deprecations for usageHarald Musum2022-07-042-11/+13
| | | | | | User was set in older Vespa versions when deploying locally, not set anymore and should not be used. Deprecate and add TODOs to remove in Vespa 9
* Log if not finding XML schemas in expected directoryHarald Musum2022-06-101-1/+3
|
* Fix loggingHarald Musum2022-06-101-3/+2
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+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
|
* Don't embed annotations in osgi bundlesBjørn Christian Seime2022-05-041-0/+6
|
* Validate file extension for app files, part 4Harald Musum2022-04-283-35/+38
| | | | | * Allow .gitignore files everywhere and .profile files in schemas/ directory * Move exception handling and logging to config server code
* 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
| | | | | Start validating file extension for files application package subdirectories, only a subset of subdirectories handled for now
* Move test package logic to separate class, with validation, resulting in ↵jonmv2022-04-251-7/+1
| | | | notifications
* More testjonmv2022-04-221-1/+9
|
* Unify file access in FilesApplicationPackagejonmv2022-04-222-30/+49
|
* Stricter application id patternjonmv2022-04-191-1/+2
|
* Merge pull request #21820 from vespa-engine/jonmv/better-error-messageJon Bratseth2022-03-251-2/+3
|\ | | | | Improve error message
| * Improve error messageJon Marius Venstad2022-03-251-2/+3
| |
* | Add a top layer path to virtual file systemJon Marius Venstad2022-03-246-10/+52
|/
* unify java warningsArne H Juul2022-01-071-4/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* pick up "legacy" XML tags from services.xmlArne H Juul2022-01-066-1/+90
|
* Revert "Add some logging to debug issue sometimes seen when running system ↵Harald Musum2022-01-021-21/+11
| | | | tests"
* Add some logging to debug issue sometimes seen when running system testsHarald Musum2021-12-291-11/+21
|
* Simplify testing by sticking to assertEquals/True/FalseHenning Baldersheim2021-12-191-8/+7
|
* Update Verizon Media copyright notices.gjoranv2021-10-075-5/+5
|
* Update 2017 copyright notices.gjoranv2021-10-0746-46/+46
|
* 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-242-154/+0
| | | | | - Remove PreGeneratedRegistry. - Allow files to not exist after bootstrap.
* Allow set of distributable files to change after initial deploy.Henning Baldersheim2021-08-193-34/+28
| | | | This is necessary as bootstrapping the configserver with a new version might change set of files to distribute.
* 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-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
|