aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/restapi/application/ApplicationApiHandler.java
Commit message (Expand)AuthorAgeFilesLines
* More controller code to internal repo.gjoranv2023-11-061-3479/+0
* Add method to remove ToS approvalBjørn Christian Seime2023-11-031-0/+12
* Extend `/application/v4` with API for approving terms of serviceBjørn Christian Seime2023-11-021-0/+25
* Make tax id optional for some countriesBjørn Christian Seime2023-10-301-4/+0
* Add country to tax id definitionBjørn Christian Seime2023-10-301-2/+6
* Validate tax-id on update in `/application/v4`Bjørn Christian Seime2023-10-271-4/+6
* Split `TaxId` into type and codeBjørn Christian Seime2023-10-271-5/+18
* Rename TaxCode -> TaxIdOla Aunronning2023-10-241-7/+7
* Wrap attributes in StringWrapperOla Aunronning2023-10-241-16/+19
* Add tax code/purchase order/invoice emailOla Aunronning2023-10-241-2/+25
* Include verification status in info/billing API. Empty email is not verifiedOla Aunronning2023-10-231-0/+1
* Introduce 'title' to notificationBjørn Christian Seime2023-10-201-0/+1
* Remove unnecessary argumentOla Aunronning2023-10-171-6/+4
* Merge pull request #28949 from vespa-engine/olaa/billing-verificationOla Aunrønning2023-10-171-8/+10
|\
| * Billing mail verificationOla Aunronning2023-10-161-8/+10
* | Add notification type for account relatedBjørn Christian Seime2023-10-161-0/+1
|/
* Update copyrightJon Bratseth2023-10-091-1/+1
* Merge pull request #28774 from vespa-engine/mpolden/legacy-endpointsMorten Tokle2023-10-041-15/+11
|\
| * Simplify endpoint filtering in APIMartin Polden2023-10-031-14/+10
| * Mark old endpoints as legacy if generated existMartin Polden2023-10-031-1/+1
| * Revert "Expose legacy endpoints in API"Harald Musum2023-10-031-4/+11
| * Merge pull request #28762 from vespa-engine/mpolden/show-legacy-endpointsMartin Polden2023-10-021-11/+4
| |\
| | * Expose legacy endpoints in APIMartin Polden2023-10-021-10/+3
| | * Mark old endpoints as legacy if generated existMartin Polden2023-10-021-1/+1
* | | Say tokens are "expired" in /app/v4 when they arejonmv2023-10-021-1/+4
|/ /
* | Track used tokens with freshness in Deployment, and use for re-triggering job...jonmv2023-10-021-0/+1
* | Count unreferenced tokens not seen anywhere as "unused", and rename "deactiva...jonmv2023-10-021-4/+3
* | Aggregate token version status, and show in app-v4 handlerjonmv2023-10-021-7/+21
|/
* Expose tenant cloud accounts in /application/v4 tenant responseValerij Fredriksen2023-09-261-0/+9
* Include endpoint ID in API responseMartin Polden2023-09-141-0/+4
* Filter generated endpoints before other filtersMartin Polden2023-09-061-5/+5
* Merge pull request #28416 from vespa-engine/ogronnesby/gpu-resourcesLeandro Alves2023-09-061-0/+2
|\
| * Add GPU resources to Application APIØyvind Grønnesby2023-09-051-0/+2
* | Do not hide non-generated when listing all endpointsMartin Polden2023-09-051-5/+5
* | Add parameter for listing all endpointsMartin Polden2023-09-051-11/+11
|/
* Precompute zone endpoints on deploymentMartin Polden2023-08-301-2/+2
* Use JIRA account owners instead of usernamesjonmv2023-08-251-2/+2
* Consistent representation of no expirationBjørn Christian Seime2023-08-021-2/+2
* Accept both timestamp and duration for token expiration parameterBjørn Christian Seime2023-07-311-3/+17
* Include expiration in responseBjørn Christian Seime2023-07-141-0/+1
* Add expiration concept to data plane tokensBjørn Christian Seime2023-07-121-1/+7
* Include clusterMartin Polden2023-07-101-6/+8
* Rename methodMartin Polden2023-07-071-1/+1
* Add API for searching deployments by endpointMartin Polden2023-07-071-0/+67
* Show only generated endpoints if presentMartin Polden2023-07-061-18/+19
* Support anonymized endpointsMartin Polden2023-07-051-1/+4
* Revert "Revert "Bjorncs/endpoint auth type" MERGEOK"Morten Tokle2023-06-231-4/+6
* Revert "Bjorncs/endpoint auth type"Morten Tokle2023-06-231-6/+4
* Order tokensBjørn Christian Seime2023-06-221-4/+6
* Merge pull request #27505 from vespa-engine/mortent/rename-fingerprintMorten Tokle2023-06-221-3/+3
|\