aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/deployment/ApplicationVersion.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Include message about builds being skipped when equal to the previousjonmv2023-09-061-2/+2
|
* Return build number with submit responsejonmv2023-08-231-4/+4
|
* Add submission timestamp for prod packages, and show in detail APIjonmv2023-05-151-7/+18
|
* Add obsoletion field to ApplicationVersion, and remove test-only factoriesjonmv2023-04-181-17/+17
|
* Store allowedMajor in ApplicationVersion, and respect in DeploymentUpgraderjonmv2022-09-121-12/+17
|
* Use RevisionId instead of ApplicationVersion as keysjonmv2022-04-111-59/+30
|
* Allow cancelling rollout of builds, through /application/v4/jonmv2022-04-111-3/+4
|
* Add description and risk to application versionsjonmv2022-04-111-20/+34
|
* Fix invalid javadoc (。☉︵ ಠ╬)jonmv2022-04-101-1/+1
|
* ** Add RevisionId as key for ApplicationVersion, and gather them all in ↵jonmv2022-04-091-11/+43
| | | | RevisionHistory
* Rename ApplicationVersion id to stringIdjonmv2022-04-091-2/+3
|
* Differentiate deployment method when clearing old app versionsOla Aunrønning2022-02-021-1/+1
|
* Keep one old version. Don't keep hash of entire package.Ola Aunrønning2022-01-271-13/+6
|
* Stores all deployed app versions. Stores app/bundle hashesOla Aunrønning2022-01-271-6/+24
|
* Fix comparison between manually deployed package and not, and remove ↵Jon Marius Venstad2022-01-131-1/+1
| | | | outdated safeguard
* Accept optional build to roll outJon Marius Venstad2021-11-291-3/+3
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Unknown versions are deployed directlyValerij Fredriksen2021-09-101-1/+1
|
* Direct deployments are "before" submitted versionsJon Marius Venstad2021-09-091-0/+3
|
* Increment build number for direct deploymentsValerij Fredriksen2021-09-091-9/+6
|
* Add deployedDirectly to ApplicationVersionValerij Fredriksen2021-09-091-15/+17
|
* SimplifyMartin Polden2020-03-061-1/+1
|
* Remove unused importsMartin Polden2020-03-061-1/+0
|
* Move verification to handler, only for explicit URLsJon Marius Venstad2020-01-201-5/+0
|
* Require scheme and host as wellJon Marius Venstad2020-01-201-1/+4
|
* Validate sourceUrl parametersJon Marius Venstad2020-01-201-0/+3
|
* Make ApplicationVersion id depend on number and commit, and make revision ↵Jon Marius Venstad2020-01-201-26/+25
| | | | optional
* Accept, store and display optional sourceUrl and commitJon Marius Venstad2020-01-091-8/+43
|
* ApplicationVersion equality on id parts onlyJon Marius Venstad2019-11-041-5/+2
|
* Expose build meta in ApplicationPackage and store it in ApplicationVersionJon Marius Venstad2019-01-111-9/+43
|
* Let author be a proper part of ApplicationVersionJon Marius Venstad2018-12-191-1/+2
|
* Add author email to ApplicationVersion, and store it with submissionsJon Marius Venstad2018-12-191-6/+22
|
* Move SourceRevision and ApplicationVersion to controller-apiJon Marius Venstad2018-11-081-0/+99