summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiTest.java
Commit message (Expand)AuthorAgeFilesLines
* Correctly count number of nodes that finished dropping documentsValerij Fredriksen2023-04-211-1/+1
* Code review fixesValerij Fredriksen2023-04-211-1/+1
* Create API to trigger and view status for dropping documentsValerij Fredriksen2023-04-211-0/+40
* Allow pinning to a revision, set and read through APIsjonmv2023-04-181-9/+33
* proton metrics -> searchnode metricsHarald Musum2023-03-201-15/+15
* Normalise connection status for UI displayjonmv2023-03-071-1/+1
* Add "type" to private services infojonmv2023-01-251-1/+1
* Rename private service endpoint and response fieldjonmv2023-01-251-2/+2
* Revert "Merge pull request #25624 from vespa-engine/revert-25617-jonmv/privat...jonmv2023-01-181-1/+1
* Revert "Jonmv/private endpoints"Jon Marius Venstad2023-01-181-1/+1
* Revert "Merge pull request #25614 from vespa-engine/revert-25587-jonmv/privat...jonmv2023-01-181-1/+1
* Revert "Parse, validate and use new zone endpoint syntax"Jon Marius Venstad2023-01-181-1/+1
* Parse, validate and use new zone endpoint syntaxjonmv2023-01-171-1/+1
* Revert "Revert "Maintain roles for 5 tenants at a time""Øyvind Grønnesby2022-12-131-1/+1
* Revert "Maintain roles for 5 tenants at a time"Henning Baldersheim2022-12-131-1/+1
* Add timestamp for last role maintenance runØyvind Grønnesby2022-12-131-1/+1
* Store and display reindexing causejonmv2022-12-071-1/+1
* Get and show vpc endpoints for clusters with servicejonmv2022-12-061-1/+2
* Instance before env/regionjonmv2022-12-061-1/+1
* Use camel-case in API responsejonmv2022-12-051-1/+1
* Store and share private service namesjonmv2022-12-031-0/+4
* Nicer deploy errorsJon Bratseth2022-11-201-1/+1
* Support legacy regional app-endpoint URLs, to be revertedjonmv2022-11-161-4/+6
* Applications must be created in console in hostedØyvind Grønnesby2022-09-231-3/+33
* Merge pull request #24086 from vespa-engine/bratseth/make-validation-messages...Jon Bratseth2022-09-161-3/+3
|\
| * Make validation messages clearer given multiple instancesJon Bratseth2022-09-151-3/+3
* | Do not say deleted tenants already existØyvind Grønnesby2022-09-161-1/+2
|/
* Convert controller-server to junit5Bjørn Christian Seime2022-07-281-565/+565
* Support retrieval of latest deployed package in APIMartin Polden2022-06-301-0/+10
* Update testsjonmv2022-06-151-4/+4
* Handle failures when triggering individual jobsjonmv2022-06-151-1/+1
* Use 'schemas'Harald Musum2022-06-081-1/+1
* JobType now always has a zone, which simplifies thingsjonmv2022-04-221-12/+12
* Merge branch 'master' into jonmv/no-more-serviceview/v1Jon Marius Venstad2022-04-171-0/+11
|\
| * Proxy orchestrator/v1/ for a deploymentjonmv2022-04-131-0/+5
* | No more /serviceview/v1/jonmv2022-04-131-41/+0
|/
* Proxy state/v1/ requests with hostjonmv2022-04-121-0/+6
* Use RevisionId instead of ApplicationVersion as keysjonmv2022-04-111-13/+13
* Fix static test controller versionjonmv2022-04-111-0/+1
* Mark builds with equal hash as non-deployable upon accepting themjonmv2022-04-111-2/+2
* Allow cancelling rollout of builds, through /application/v4/jonmv2022-04-111-0/+5
* Optimise importsjonmv2022-04-111-5/+0
* Add more data to builds table in deployment overviewjonmv2022-04-111-1/+2
* Use a fixed time in controller rest api testsjonmv2022-04-111-0/+3
* Revert "Merge pull request #22072 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-091-2/+2
* Revert "Merge pull request #22068 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-081-2/+2
* Revert "Merge pull request #22065 from vespa-engine/revert-22049-jonmv/unify-...jonmv2022-04-081-2/+2
* Revert "Jonmv/unify hostname classes"Jon Marius Venstad2022-04-081-2/+2
* Use DomainName for routing names, and fix invalid unit test namesjonmv2022-04-081-2/+2
* Merge branch 'master' into jonmv/more-http-urlJon Marius Venstad2022-04-061-21/+1
|\