aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/LockedTenant.java
Commit message (Expand)AuthorAgeFilesLines
* Setup structure needed to give a GCP member archive bucket accessEirik Nygaard2022-05-251-14/+14
* Preserve reentrancyjonmv2022-04-171-1/+2
* Update contact in tenant info when creating a tenantLeandro Alves2022-01-241-1/+1
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Handle deleted tenantsValerij Fredriksen2021-09-151-3/+31
* add archive access role to tenant (#16986)Andreas Eriksen2021-03-161-9/+17
* Delete tenant secret storeOla Aunrønning2021-03-021-0/+6
* Allow configuration of secret storesOla Aunrønning2021-02-041-7/+18
* Store last login info in tenantValerij Fredriksen2021-01-201-16/+31
* Default tenant createdAt to zk node ctimeValerij Fredriksen2021-01-191-4/+4
* Store createdAt for tenant in ZKValerij Fredriksen2021-01-191-16/+20
* Revert splitting out code from handlerssmorgrav2020-11-031-0/+3
* Add TenantInfo classes and wire them in CloudTenant and serialization codesmorgrav2020-10-291-6/+8
* keep which user created a tenantØyvind Grønnesby2020-08-061-5/+7
* Stop reading BillingInfo but write the default valueØyvind Grønnesby2020-08-051-11/+5
* Remove user tenantsJon Marius Venstad2020-02-211-28/+0
* Construct PublicKeys from serialised keys in controllerJon Marius Venstad2019-10-021-25/+23
* Store developer keys <-> developers, and modify through application/v4Jon Marius Venstad2019-10-011-4/+28
* Add some more scaffoldingJon Marius Venstad2019-03-181-1/+1
* Optimise importsJon Marius Venstad2019-03-111-4/+1
* Subclass LockedTenant like TenantJon Marius Venstad2019-03-111-53/+110
* Split Organization to two classes. Add contact info for all tenants. Add queu...olaaun2018-11-091-7/+24
* Periodically update and store tenant contact informationMartin Polden2018-09-041-7/+21
* Implement application lock pattern for tenantsMartin Polden2018-09-041-0/+62