aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/ApplicationSerializerTest.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/+2
* Pass only relevant token data, and store in Deployment what tokens were usedjonmv2023-10-021-8/+12
* Use JIRA account owners instead of usernamesjonmv2023-08-251-1/+4
* Fix one last testjonmv2023-08-231-16/+21
* Remove global-service-idMartin Polden2023-07-271-2/+2
* Revert "Remove global-service-id"Martin Polden2023-07-271-2/+2
* Remove global-service-idMartin Polden2023-07-261-2/+2
* Add submission timestamp for prod packages, and show in detail APIjonmv2023-05-151-1/+3
* Add revision pin to Changejonmv2023-04-181-1/+1
* Rename pinned to platformPinnedjonmv2023-04-181-1/+1
* Add obsoletion field to ApplicationVersion, and remove test-only factoriesjonmv2023-04-181-4/+6
* Store cloudAccount in DeploymentValerij Fredriksen2023-03-031-2/+3
* Remove redundant tags wiringjonmv2023-01-111-6/+0
* Convert AssignedRotation to recordMartin Polden2022-12-151-3/+15
* Add instance tagsJon Bratseth2022-10-121-12/+19
* Store allowedMajor in ApplicationVersion, and respect in DeploymentUpgraderjonmv2022-09-121-0/+3
* Convert controller-server to junit5Bjørn Christian Seime2022-07-281-65/+65
* JobType now always has a zone, which simplifies thingsjonmv2022-04-221-9/+9
* Revert "Merge pull request #22130 from vespa-engine/revert-22100-jonmv/remove...jonmv2022-04-191-0/+1
* Revert "Remove compatibility serialisation for revisions, and add (de-) for j...Harald Musum2022-04-191-1/+0
* Remove compatiblity serialisation of revision idsjonmv2022-04-121-0/+1
* Use RevisionId instead of ApplicationVersion as keysjonmv2022-04-111-15/+26
* Add description and risk to application versionsjonmv2022-04-111-12/+11
* Inline some accessors in Applicationjonmv2022-04-101-6/+6
* ** Add RevisionId as key for ApplicationVersion, and gather them all in Revis...jonmv2022-04-091-9/+12
* Remove unused application and instance fieldsjonmv2022-04-091-8/+2
* Remove temporary code for bootstrapping versions listJon Marius Venstad2022-02-161-3/+2
* Only store prod versions. Remove dev/perf versionsOla Aunrønning2022-02-021-2/+2
* Write bundle hashOla Aunrønning2022-01-311-0/+1
* Add all versions that are deployedOla Aunrønning2022-01-271-1/+6
* Keep one old version. Don't keep hash of entire package.Ola Aunrønning2022-01-271-2/+1
* Stores all deployed app versions. Stores app/bundle hashesOla Aunrønning2022-01-271-1/+6
* Add latestDeployed to InstanceJon Marius Venstad2022-01-201-2/+7
* Move rotation to routing packageMartin Polden2021-11-191-3/+3
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Add deployedDirectly to ApplicationVersionValerij Fredriksen2021-09-091-1/+2
* Add cost to DeploymentValerij Fredriksen2021-05-311-2/+3
* Implement equals/hashCode in DeploymentMartin Polden2021-03-191-8/+2
* Remove unnecessary constructorMartin Polden2021-03-191-1/+2
* Add fields to Deployment to record quota usageØyvind Grønnesby2020-10-081-1/+6
* Remove ClusterInfoMartin Polden2020-03-031-22/+0
* Stop reading ClusterInfoMartin Polden2020-02-271-9/+2
* Move SlimeUtils to vespajlibMartin Polden2020-02-061-1/+1
* Revert "Handle empty source revision"Harald Musum2020-02-011-56/+0
* Handle empty source revisionMartin Polden2020-01-311-0/+56
* Accept, store and display optional sourceUrl and commitJon Marius Venstad2020-01-091-1/+13
* Move changes to instancesJon Marius Venstad2020-01-071-3/+1
* Compute outstanding change, instead of keeping it in syncJon Marius Venstad2020-01-071-3/+0
* Store change per instanceJon Marius Venstad2020-01-071-2/+7