summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/application
Commit message (Expand)AuthorAgeFilesLines
* Use a newer hashing function for application bundle hashesjonmv2022-10-241-9/+7
* Avoid JSON class leaks, and removed unused data/codejonmv2022-10-242-40/+0
* Unit-test-compatible too ...jonmv2022-10-201-1/+1
* Extract constantjonmv2022-10-201-1/+1
* Throw the right exception insteadjonmv2022-10-201-1/+4
* Add commentjonmv2022-10-201-1/+1
* Use right cloud name in verificationjonmv2022-10-201-1/+1
* Allow multiple regions and instances in app endpoints, part model + testsjonmv2022-10-191-11/+32
* Add instance tagsJon Bratseth2022-10-121-1/+3
* Allow GCP endpointsValerij Fredriksen2022-10-101-7/+2
* No need to reserved memory for Maven, when it is not usedjonmv2022-09-142-4/+14
* Add legacy confidence, which lets upgrade move apps across majorsjonmv2022-09-121-6/+18
* Validate cloud account at deployment timeMartin Polden2022-09-121-42/+4
* Allow cloud-account attribute on non-production elementsMartin Polden2022-09-121-2/+2
* Revert "Allow setting cloud account for non-production environments"Jon Marius Venstad2022-09-091-4/+42
* Validate cloud account at deployment timeMartin Polden2022-09-091-42/+4
* Allow cloud-account attribute on non-production elementsMartin Polden2022-09-091-2/+2
* Merge pull request #23906 from vespa-engine/jonmv/simplify-compile-version-se...Jon Marius Venstad2022-09-051-6/+9
|\
| * Remove curator-backed platform target overridesjonmv2022-09-021-6/+9
| * Consider only dep.spec. variables when computing compile versionjonmv2022-09-021-1/+1
* | Disallow GCP endpoints in global routingHåkon Hallingstad2022-09-011-1/+6
|/
* Merge pull request #23420 from vespa-engine/bratseth/quotaØyvind Grønnesby2022-08-261-6/+1
|\
| * Remove misleading comment and simplifyJon Bratseth2022-07-081-6/+1
* | Avoid scheduling an upgrade to a platform with which no known build is compat...jonmv2022-08-181-4/+9
* | Require that requested region is configured in cloud accountMartin Polden2022-08-171-6/+17
|/
* Simplify and clean up some code related to ordering jobs/deploymentsjonmv2022-06-171-10/+8
* Correctly remove availability zone from GCP regionValerij Fredriksen2022-06-091-2/+3
* SimplifyMartin Polden2022-06-091-21/+22
* Remove unused SystemApplication endpoint handlingMartin Polden2022-06-092-26/+0
* 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
* Remove unnecessary compile version checkMartin Polden2022-06-011-1/+0
* Consider additional sources of major versionMartin Polden2022-05-311-2/+10
* Reject deployment spec using elements deprecated on previous majorMartin Polden2022-05-301-0/+10
* Use cloud account from deployment specMartin Polden2022-05-121-0/+28
* Revert "Merge pull request #22393 from vespa-engine/revert-22386-jonmv/remove...jonmv2022-05-031-1/+3
* Revert "Remove another HTTP client wrapper"Harald Musum2022-05-021-3/+1
* Handle null header valuejonmv2022-05-021-1/+3
* Merge pull request #22354 from vespa-engine/jonmv/fix-parent-versionValerij Fredriksen2022-04-291-1/+4
|\
| * Fix parse helperjonmv2022-04-291-1/+4
* | Handle no suites betterjonmv2022-04-281-1/+1
|/
* 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-253-7/+340
* JobType now always has a zone, which simplifies thingsjonmv2022-04-221-1/+1
* Wrap in IAEx when package is faultyjonmv2022-04-191-2/+2
* Allow -1 as project id to indicate NO project id, which disabled dep orchjonmv2022-04-131-2/+3
* Use RevisionId instead of ApplicationVersion as keysjonmv2022-04-113-43/+44
* Remove unused codejonmv2022-04-111-50/+0
* Optimise importsjonmv2022-04-111-1/+1