aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/maintenance/CloudTrialExpirer.java
Commit message (Expand)AuthorAgeFilesLines
* Make bold not emphasisedBjørn Christian Seime2023-10-251-3/+3
* Use markdown in trial notificationBjørn Christian Seime2023-10-251-5/+12
* Move notification queuing to separate methodsBjørn Christian Seime2023-10-251-15/+35
* Use ConsoleUrls instead of ZoneRegistryValerij Fredriksen2023-10-231-1/+1
* Move out mail templating to separate classBjørn Christian Seime2023-10-201-1/+2
* Introduce 'title' to notificationBjørn Christian Seime2023-10-201-1/+1
* Eagerly serialize to stringBjørn Christian Seime2023-10-171-1/+1
* Merge pull request #28963 from vespa-engine/bjorncs/notificationBjørn Christian Seime2023-10-171-0/+2
|\
| * Specify all required template parametersBjørn Christian Seime2023-10-171-0/+2
* | Address Javadoc warningOla Aunronning2023-10-171-1/+0
|/
* Fix NPEBjørn Christian Seime2023-10-171-1/+1
* Add feature flag to enable trial notificationsBjørn Christian Seime2023-10-161-4/+12
* Add prototype email notification for trial account eventsBjørn Christian Seime2023-10-161-2/+94
* Update copyrightJon Bratseth2023-10-091-1/+1
* Fix CloudTrialExpirer return valueOla Aunronning2023-10-041-1/+1
* Expire none tenants after three monthsØyvind Grønnesby2023-10-031-1/+1
* Expire idle tenants after 6 monthsØyvind Grønnesby2022-08-111-1/+1
* Be less fancy and easier to readØyvind Grønnesby2022-08-091-21/+25
* Make the CloudTrialExpirer less optimisticØyvind Grønnesby2022-08-091-27/+50
* Tombstone idle tenantsØyvind Grønnesby2022-06-091-8/+5
* Update CloudTrialExpirer's use of setPlanØyvind Grønnesby2022-05-031-1/+1
* Remove empy apps for expiring tenantsØyvind Grønnesby2022-04-271-5/+13
* Optimise importsjonmv2022-04-111-2/+0
* Update controller-server/src/main/java/com/yahoo/vespa/hosted/controller/main...Øyvind Grønnesby2022-04-061-1/+1
* Tombstone tenants stuck in 'none' plan for a long timeØyvind Grønnesby2022-04-061-24/+59
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Only log if we expire something, return 1 for successØyvind Grønnesby2021-06-251-6/+9
* Join in stream statementØyvind Grønnesby2021-06-181-2/+2
* Log which tenants we move to none planØyvind Grønnesby2021-06-181-1/+10
* Javadoc + @authorØyvind Grønnesby2021-06-161-1/+6
* Expire trial tenants that have not logged in for 14 daysØyvind Grønnesby2021-06-161-0/+75