aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application/pkg/ApplicationPackage.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Copy deployment spec to test package on submissionjonmv2023-08-311-1/+1
* Precompute zone endpoints on deploymentMartin Polden2023-08-301-0/+22
* EndpointCertificateMetadata -> EndpointCertificateMartin Polden2023-07-061-1/+1
* Fail deployment if no certificate file exists in application packageHarald Musum2023-04-221-21/+27
* Include file names in content hashjonmv2023-01-111-2/+9
* Do not trust user CRC32s in app package comparison for equalityjonmv2023-01-101-10/+6
* Add a testJon Bratseth2023-01-101-2/+0
* Remove controller certificate validationMorten Tokle2022-12-211-8/+0
* Move ArchiveStreamReader and its large dependency from vespajlib to applicati...Henning Baldersheim2022-11-261-5/+3
* Revert "Merge pull request #24781 from vespa-engine/revert-24777-jonmv/reappl...jonmv2022-11-071-19/+8
* Revert "Jonmv/reapply app streams"Jon Marius Venstad2022-11-071-8/+19
* Revert "Merge pull request #24763 from vespa-engine/jonmv/revert-streams"jonmv2022-11-071-19/+8
* Revert "Merge pull request #24725 from vespa-engine/jonmv/application-package...jonmv2022-11-041-8/+19
* Update test and clean upjonmv2022-11-031-14/+1
* Use ApplicationPackgeStream for deploymentsjonmv2022-11-031-4/+6
* Non-functional changesjonmv2022-11-031-1/+1
* Use a newer hashing function for application bundle hashesjonmv2022-10-241-9/+7
* Avoid JSON class leaks, and removed unused data/codejonmv2022-10-241-6/+0
* Add instance tagsJon Bratseth2022-10-121-1/+3
* Remove application/ subdir support on Vespa 8Jon Bratseth2022-06-081-11/+2
* Upgrade to guice 4.2.3 and guava 27.1gjoranv2022-06-081-0/+3
* Fix parse helperjonmv2022-04-291-1/+4
* Do not require all fields in build metajonmv2022-04-271-1/+1
* Warn when application is built with a parent on lower major than the systemjonmv2022-04-271-0/+5
* Move test package logic to separate class, with validation, resulting in noti...jonmv2022-04-251-3/+3
* Wrap in IAEx when package is faultyjonmv2022-04-191-2/+2
* Use ArchiveStreamReader in controller-serverMartin Polden2022-04-041-15/+28
* Don't wrap exceptions that are already RuntimeExceptionsHarald Musum2022-03-311-1/+3
* Add a top layer path to virtual file systemJon Marius Venstad2022-03-241-2/+4
* Include tests in versino hashJon Marius Venstad2022-02-241-0/+6
* Do not roll out new application package with pure deployment orchestration ch...Jon Marius Venstad2022-02-221-6/+12
* Use different hashingOla Aunrønning2022-01-281-1/+6
* Keep one old version. Don't keep hash of entire package.Ola Aunrønning2022-01-271-2/+2
* Stores all deployed app versions. Stores app/bundle hashesOla Aunrønning2022-01-271-0/+17
* Don't require build-meta.json in submitted application packagesJon Marius Venstad2021-11-241-3/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Create class to generate ApplicationPackageDiffValerij Fredriksen2021-09-091-2/+3
* Move application package related classes to own packageValerij Fredriksen2021-09-091-0/+264