aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/persistence/ApplicationSerializerTest.java
Commit message (Expand)AuthorAgeFilesLines
...
* Cache deserialized applicationsMartin Polden2019-12-201-5/+3
* Remove old JobStatus, JobList and DeploymentStatusJon Marius Venstad2019-12-021-27/+6
* All applications are now deployed on internal pipelineJon Marius Venstad2019-11-071-2/+0
* Populate region names of rotations from global service id when deserialisingJon Marius Venstad2019-11-061-6/+9
* Merge pull request #10938 from vespa-engine/mpolden/rotation-status-last-updatedJon Marius Venstad2019-10-101-2/+4
|\
| * Store time of last rotation status updateMartin Polden2019-10-091-2/+4
* | Prepare to kill component job typeJon Marius Venstad2019-10-091-5/+2
|/
* Store latest submission version explicitlyJon Marius Venstad2019-10-081-0/+8
* Remove unused clusterUtilization fieldMartin Polden2019-10-071-21/+1
* Stop reading unused clusterUtils fieldMartin Polden2019-10-031-4/+1
* Construct PublicKeys from serialised keys in controllerJon Marius Venstad2019-10-021-5/+13
* Store developer keys <-> developers, and modify through application/v4Jon Marius Venstad2019-10-011-1/+4
* Support multiple headless keys per applicationJon Marius Venstad2019-09-301-2/+2
* Stop writing instance data, and removed unused codeJon Marius Venstad2019-09-301-3/+2
* Put Instances in Application, and replace ALL THE THINGS!!!Jon Marius Venstad2019-09-281-0/+250
* (Locked)?Application(Serializer|List)? renamed with InstanceJon Marius Venstad2019-09-181-248/+0
* Rename Application -> InstanceJon Marius Venstad2019-09-181-27/+27
* Move config server metrics fetching to controller-serverMartin Polden2019-09-091-2/+2
* Always use constant for empty statusMartin Polden2019-08-291-3/+3
* Remove legacy serialization format of rotation statusMartin Polden2019-08-291-24/+3
* separate zk path for application certificatesandreer2019-08-231-4/+1
* Support storing status of multiple rotations per applicationMartin Polden2019-08-221-5/+25
* Remove stale testMartin Polden2019-08-221-35/+2
* Rename RotationStatus -> RotationStateMartin Polden2019-08-221-4/+4
* Remove unnecessary getterMartin Polden2019-08-221-11/+1
* Remove unused methodMartin Polden2019-08-131-3/+1
* Moved MetricsService to metrics package. Log metrics in CDOla Aunrønning2019-07-291-1/+1
* Do not read legacy rotation/endpoint fieldsØyvind Grønnesby2019-07-111-37/+2
* Add convenience method to create AssignedRotationsØyvind Grønnesby2019-07-021-1/+1
* Merge remote-tracking branch 'origin/master' into ogronnesby/assign-multiple-...Øyvind Grønnesby2019-06-281-1/+5
|\
| * Request certificates for whitelisted apps. Send certificate reference with de...Morten Tokle2019-06-251-1/+5
* | Update tests to take into account rotation changesØyvind Grønnesby2019-06-281-7/+15
|/
* Improve serialization test coverage for AssignedRotationØyvind Grønnesby2019-06-251-1/+18
* Support AssignedRotations that track cluster, rotation, and endpoint name.Øyvind Grønnesby2019-06-251-5/+6
* Support both old rotation field and new endpoints fieldØyvind Grønnesby2019-06-031-1/+27
* Change persisted field from rotations => endpointsØyvind Grønnesby2019-05-311-1/+1
* Add test for handling both rotation and rotationsØyvind Grønnesby2019-05-311-0/+29
* Make rotations be List<> instead of Optional<>Øyvind Grønnesby2019-05-271-2/+2
* Also move UpgradePolicy, ZoneFilter, and ZoneListHåkon Hallingstad2019-04-081-1/+1
* Move ZoneId to config-provisioningHåkon Hallingstad2019-04-081-1/+1
* Store metric for warnings emitted by deploymentMartin Polden2019-04-011-1/+4
* Change to "more valid" dummy key ƪ(`▿▿▿▿´ƪ)Jon Marius Venstad2019-03-111-1/+1
* Store pemDeployKey in ApplicationJon Marius Venstad2019-03-111-1/+3
* Remove load balancers from deploymentMartin Polden2019-02-111-9/+1
* Reduce boxingMartin Polden2019-02-081-1/+2
* Maintainer updating name service for load balancersMorten Tokle2019-01-241-1/+9
* Add application level majorVersion override in application/v4Jon Bratseth2019-01-141-0/+2
* Expose build meta in ApplicationPackage and store it in ApplicationVersionJon Marius Venstad2019-01-111-3/+4
* Add isPinning to ChangeJon Marius Venstad2019-01-081-1/+1
* Ignore zones for which there are no jobs in deployment step to job mappingJon Marius Venstad2019-01-051-1/+1