aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/JobController.java
Commit message (Expand)AuthorAgeFilesLines
* More controller code to internal repo.gjoranv2023-11-061-932/+0
* Set title for existing notificationsValerij Fredriksen2023-10-231-9/+4
* Avoid wait for health check for first-time dev deploymentsjonmv2023-10-101-1/+2
* Update copyrightJon Bratseth2023-10-091-1/+1
* Rename dimension APPLICATION_ID -> INSTANCE_IDMorten Tokle2023-09-221-1/+1
* Store and show in /app/v4/ the change and dependent prod job triggering testsjonmv2023-09-081-5/+4
* Store optional dependent job and change for each run (will be used for tests)jonmv2023-09-081-1/+3
* Include message about builds being skipped when equal to the previousjonmv2023-09-061-0/+1
* Copy deployment spec to test package on submissionjonmv2023-08-311-1/+14
* Return build number with submit responsejonmv2023-08-231-2/+2
* Avoid blocking the single dispatch threadjonmv2023-06-201-5/+5
* Fix issue where deployment does not work first timeHarald Musum2023-06-091-1/+1
* When a human cancels a job, do not retry itjonmv2023-04-281-4/+5
* Mark packages as obsolete when no deployed, then prune laterjonmv2023-04-181-19/+37
* Validate all future jobs (submit) and current (deploy) have zone in accountjonmv2023-03-311-0/+1
* Revert "Merge pull request #25624 from vespa-engine/revert-25617-jonmv/privat...jonmv2023-01-181-1/+1
* Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-181-1/+1
* Revert "Merge pull request #25614 from vespa-engine/revert-25587-jonmv/privat...jonmv2023-01-181-1/+1
* Merge pull request #25614 from vespa-engine/revert-25587-jonmv/private-endpointsJon Marius Venstad2023-01-181-1/+1
|\
| * Revert "Parse, validate and use new zone endpoint syntax"Jon Marius Venstad2023-01-181-1/+1
* | Merge pull request #25610 from vespa-engine/balder/unify-on-toListHenning Baldersheim2023-01-181-3/+1
|\ \ | |/ |/|
| * Just use Streams.toList as that is unmdifiable.Henning Baldersheim2023-01-181-1/+0
| * Unify on Streams.toList()Henning Baldersheim2023-01-171-2/+1
* | Parse, validate and use new zone endpoint syntaxjonmv2023-01-171-1/+1
|/
* Merge pull request #25501 from vespa-engine/jonmv/remove-tags-wiringMartin Polden2023-01-111-2/+1
|\
| * Remove redundant tags wiringjonmv2023-01-111-2/+1
* | Set newest revision as change for any instances it createsjonmv2023-01-101-1/+5
|/
* Revert "Merge pull request #24781 from vespa-engine/revert-24777-jonmv/reappl...jonmv2022-11-071-21/+25
* Revert "Jonmv/reapply app streams"Jon Marius Venstad2022-11-071-25/+21
* Revert "Merge pull request #24763 from vespa-engine/jonmv/revert-streams"jonmv2022-11-071-21/+25
* Revert "Merge pull request #24755 from vespa-engine/jonmv/avoid-npe"jonmv2022-11-041-25/+21
* Handle no install step startedjonmv2022-11-041-21/+25
* Allow turning off jobs in a zone, optionally per applicationjonmv2022-10-271-0/+9
* Merge pull request #24406 from vespa-engine/bratseth/instance-tagsJon Bratseth2022-10-131-8/+6
|\
| * Add instance tagsJon Bratseth2022-10-121-8/+6
* | Do not retry invalid applications (for the next 100 years)jonmv2022-10-121-2/+1
|/
* Use compile version as a lower bound for platform version in dev/perfjonmv2022-10-071-2/+11
* Disable checks permanently in CD systems insteadjonmv2022-09-151-3/+4
* Temporarily disable version check until version status is recomputedjonmv2022-09-151-1/+2
* Just "abort" a job oncejonmv2022-09-151-0/+4
* Warn early when user specifies illegal platform version for devjonmv2022-09-151-3/+6
* Avoid (re-)deploying to dev on broken/forgotten versionsjonmv2022-09-151-0/+1
* Simplify warnings about old compile versionjonmv2022-09-131-12/+4
* Store allowedMajor in ApplicationVersion, and respect in DeploymentUpgraderjonmv2022-09-121-1/+1
* Refuse new apps deployments to outdated majorsjonmv2022-09-121-3/+9
* Require normal confidence also for dev versionsjonmv2022-09-121-1/+1
* Merge notifications for different "submission" sourcesjonmv2022-09-121-17/+11
* Clear controller-owned warnings on submissionJon Bratseth2022-09-121-11/+7
* Consider version confidence for fallback platforms (when no deployments/change)jonmv2022-09-121-3/+10
* Skip system with invalid packagesMartin Polden2022-09-121-1/+5