aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/persistence/ApplicationSerializer.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Track used tokens with freshness in Deployment, and use for re-triggering job...jonmv2023-10-021-2/+14
* Pass only relevant token data, and store in Deployment what tokens were usedjonmv2023-10-021-1/+5
* Use JIRA account owners instead of usernamesjonmv2023-08-251-4/+8
* Return build number with submit responsejonmv2023-08-231-1/+1
* Add submission timestamp for prod packages, and show in detail APIjonmv2023-05-151-1/+4
* Add revision pin to Changejonmv2023-04-181-3/+8
* Rename pinned to platformPinnedjonmv2023-04-181-2/+2
* Add obsoletion field to ApplicationVersion, and remove test-only factoriesjonmv2023-04-181-1/+4
* Store cloudAccount in DeploymentValerij Fredriksen2023-03-031-0/+4
* Remove redundant tags wiringjonmv2023-01-111-6/+0
* Add instance tagsJon Bratseth2022-10-121-1/+6
* Store allowedMajor in ApplicationVersion, and respect in DeploymentUpgraderjonmv2022-09-121-2/+5
* JobType now always has a zone, which simplifies thingsjonmv2022-04-221-13/+6
* Serialise JobType with zone+test, and eliminate last == usagesjonmv2022-04-191-3/+2
* Revert "Merge pull request #22130 from vespa-engine/revert-22100-jonmv/remove...jonmv2022-04-191-8/+13
* Revert "Remove compatibility serialisation for revisions, and add (de-) for j...Harald Musum2022-04-191-13/+8
* Remove compatiblity serialisation of revision idsjonmv2022-04-121-8/+13
* avoid duplicate deserialisationJon Marius Venstad2022-04-111-1/+1
* Use RevisionId instead of ApplicationVersion as keysjonmv2022-04-111-36/+48
* Add description and risk to application versionsjonmv2022-04-111-2/+8
* Use correct default value for hasPackagejonmv2022-04-101-1/+2
* ** Add RevisionId as key for ApplicationVersion, and gather them all in Revis...jonmv2022-04-091-12/+48
* Remove unused application and instance fieldsjonmv2022-04-091-14/+2
* Remove temporary code for bootstrapping versions listJon Marius Venstad2022-02-161-10/+0
* Only store prod versions. Remove dev/perf versionsOla Aunrønning2022-02-021-1/+3
* Write bundle hashOla Aunrønning2022-01-311-0/+1
* Add all versions that are deployedOla Aunrønning2022-01-271-6/+16
* Keep one old version. Don't keep hash of entire package.Ola Aunrønning2022-01-271-3/+1
* Stores all deployed app versions. Stores app/bundle hashesOla Aunrønning2022-01-271-2/+19
* Add latestDeployed to InstanceJon Marius Venstad2022-01-201-1/+5
* Move rotation to routing packageMartin Polden2021-11-191-3/+3
* Simplify deployedDirectly serializationValerij Fredriksen2021-11-151-4/+1
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Fix directlyDeployed default value deserialization bugValerij Fredriksen2021-09-101-1/+1
* Add deployedDirectly to ApplicationVersionValerij Fredriksen2021-09-091-1/+7
* Move helper methods to SlimeUtilsMartin Polden2021-06-211-22/+22
* Add cost to DeploymentValerij Fredriksen2021-05-311-1/+5
* Extract and use Serializers#instantMartin Polden2021-03-191-12/+5
* Use ZK node version as cache, instead of reading all bytes and computing hashJon Marius Venstad2021-03-171-13/+1
* Add fields to Deployment to record quota usageØyvind Grønnesby2020-10-081-1/+7
* Read rotation regions from ZKMartin Polden2020-03-041-23/+9
* Remove ClusterInfoMartin Polden2020-03-031-34/+0
* Write rotation regions to ZKMartin Polden2020-03-031-4/+9
* Stop reading ClusterInfoMartin Polden2020-02-271-20/+2
* Move SlimeUtils to vespajlibMartin Polden2020-02-061-1/+1
* Don't write empty latestVersions, and clear any existing emptyJon Marius Venstad2020-02-011-13/+9
* Revert "Handle empty source revision"Harald Musum2020-02-011-13/+12
* Handle empty source revisionMartin Polden2020-01-311-12/+13
* All fields except build number are optional nowJon Marius Venstad2020-01-311-9/+3