aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/Application.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use JIRA account owners instead of usernamesjonmv2023-08-251-6/+13
* Add instance tagsJon Bratseth2022-10-121-6/+3
* Fix javadoc, and remove unused pathjonmv2022-09-051-1/+1
* Support retrieval of latest deployed package in APIMartin Polden2022-06-301-9/+21
* Use RevisionId instead of ApplicationVersion as keysjonmv2022-04-111-13/+4
* Inline some accessors in Applicationjonmv2022-04-101-15/+0
* ** Add RevisionId as key for ApplicationVersion, and gather them all in Revis...jonmv2022-04-091-24/+15
* Inline and simplifyjonmv2022-04-091-1/+1
* Remove unused application and instance fieldsjonmv2022-04-091-4/+2
* Merge pull request #21584 from vespa-engine/jonmv/deployment-playgroundJon Marius Venstad2022-03-081-0/+1
|\
| * Prune packages and versions the same wayJon Marius Venstad2022-03-071-0/+1
* | consider quota used by manual deployments when deploying to prodandreer2022-03-041-1/+6
|/
* Provide list of available versionosJon Marius Venstad2022-02-231-1/+1
* Split assignment and equals check in loopJon Marius Venstad2022-02-221-5/+5
* Do not roll out new application package with pure deployment orchestration ch...Jon Marius Venstad2022-02-221-0/+17
* Remove temporary code for bootstrapping versions listJon Marius Venstad2022-02-161-3/+4
* Add all versions that are deployedOla Aunrønning2022-01-271-4/+6
* Stores all deployed app versions. Stores app/bundle hashesOla Aunrønning2022-01-271-3/+11
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Less copyingMartin Polden2021-05-141-2/+11
* Tester instance are not listed under each applicationJon Marius Venstad2021-03-161-5/+3
* exclude temporary deployments when calculating quotaandreer2021-02-081-2/+4
* divide application quota among deploymentsandreer2020-10-251-1/+7
* extract class for deployment quota calculationandreer2020-10-231-4/+5
* sum usage across tenant, not applicationandreer2020-10-221-0/+9
* Reduce application readsMartin Polden2020-03-121-1/+1
* Remove unused importsMartin Polden2020-03-041-2/+0
* Allow production-only filter on recursive listingsJon Marius Venstad2020-02-141-0/+6
* Move changes to instancesJon Marius Venstad2020-01-071-10/+3
* Compute outstanding change, instead of keeping it in syncJon Marius Venstad2020-01-071-10/+2
* Show what application has the missing instanceJon Marius Venstad2019-12-171-1/+1
* All applications are now deployed on internal pipelineJon Marius Venstad2019-11-071-8/+2
* Remove instance dimension where it should not beJon Marius Venstad2019-10-081-1/+1
* Use Application.latestVersion instead of last component job successJon Marius Venstad2019-10-081-1/+10
* Store latest submission version explicitlyJon Marius Venstad2019-10-081-3/+8
* Construct PublicKeys from serialised keys in controllerJon Marius Venstad2019-10-021-4/+5
* Store developer keys <-> developers, and modify through application/v4Jon Marius Venstad2019-10-011-6/+8
* Support multiple headless keys per applicationJon Marius Venstad2019-09-301-10/+7
* Simplify using ImmutableSortedMapJon Marius Venstad2019-09-301-5/+3
* Stop writing instance data, and removed unused codeJon Marius Venstad2019-09-301-28/+1
* Make instance iteration order stable, and fix javadocJon Marius Venstad2019-09-281-2/+6
* Put Instances in Application, and replace ALL THE THINGS!!!Jon Marius Venstad2019-09-281-69/+84
* Change of plans (update doc) and optimize importsJon Marius Venstad2019-09-281-3/+0
* Use both Application and Instance when rendering application responseJon Marius Venstad2019-09-281-14/+0
* Duplicate Instance to ApplicationJon Marius Venstad2019-09-281-0/+244
* Rename Application -> InstanceJon Marius Venstad2019-09-181-243/+0
* Move config server metrics fetching to controller-serverMartin Polden2019-09-091-2/+1
* separate zk path for application certificatesandreer2019-08-231-11/+4
* Support storing status of multiple rotations per applicationMartin Polden2019-08-221-21/+8