Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-697: Standardize feature names with the non-hyphenated "Lombiq Hosting - Tenants" prefix in Lombiq.Hosting.Tenants #98

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Lombiq.Hosting.Tenants.Admin.Login/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

[assembly: Feature(
Id = SubTenant,
Name = "Lombiq Hosting - Tenants Admin Login - Sub-tenant",
Name = "Lombiq Hosting - Tenants Admin Login Sub-tenant",
Description = "Adds the ability to log in to the tenant from the Default tenant.",
Category = "Hosting",
IsAlwaysEnabled = true
Expand Down
4 changes: 2 additions & 2 deletions Lombiq.Hosting.Tenants.EmailQuotaManagement/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using OrchardCore.Modules.Manifest;

[assembly: Module(
Name = "Lombiq Hosting - Tenants - Email Quota Management",
Name = "Lombiq Hosting - Tenants Email Quota Management",
Author = "Lombiq Technologies",
Website = "https://github.com/Lombiq/Hosting-Tenants",
Version = "0.0.1",
Expand All @@ -12,7 +12,7 @@

[assembly: Feature(
Id = FeatureNames.EmailQuotaManagement,
Name = "Lombiq Hosting - Tenants - Email Quota Management",
Name = "Lombiq Hosting - Tenants Email Quota Management",
Category = "Hosting",
IsAlwaysEnabled = true,
Dependencies = new[]
Expand Down
4 changes: 2 additions & 2 deletions Lombiq.Hosting.Tenants.EnvironmentRobots/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using OrchardCore.Modules.Manifest;

[assembly: Module(
Name = "Lombiq Hosting - Tenants - Environment Robots",
Name = "Lombiq Hosting - Tenants Environment Robots",
Author = "Lombiq Technologies",
Website = "https://github.com/Lombiq/Hosting-Tenants",
Version = "0.0.1",
Expand All @@ -13,7 +13,7 @@

[assembly: Feature(
Id = FeatureNames.EnvironmentRobots,
Name = "Lombiq Hosting - Tenants - Environment Robots",
Name = "Lombiq Hosting - Tenants Environment Robots",
Category = "Hosting",
IsAlwaysEnabled = true
)]
4 changes: 2 additions & 2 deletions Lombiq.Hosting.Tenants.FeaturesGuard/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using OrchardCore.Modules.Manifest;

[assembly: Module(
Name = "Lombiq Hosting - Tenants - Features Guard",
Name = "Lombiq Hosting - Tenants Features Guard",
Author = "Lombiq Technologies",
Website = "https://github.com/Lombiq/Hosting-Tenants",
Version = "0.0.1",
Expand All @@ -12,7 +12,7 @@

[assembly: Feature(
Id = FeatureNames.FeaturesGuard,
Name = "Lombiq Hosting - Tenants - Features Guard",
Name = "Lombiq Hosting - Tenants Features Guard",
Category = "Hosting",
IsAlwaysEnabled = true
)]
4 changes: 2 additions & 2 deletions Lombiq.Hosting.Tenants.IdleTenantManagement/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using static Lombiq.Hosting.Tenants.IdleTenantManagement.Constants.FeatureNames;

[assembly: Module(
Name = "Lombiq Hosting - Idle Tenant Management",
Name = "Lombiq Hosting - Tenants Idle Tenant Management",
Author = "Lombiq Technologies",
Website = "https://github.com/Lombiq/Hosting-Tenants",
Version = "0.0.1",
Expand All @@ -11,7 +11,7 @@

[assembly: Feature(
Id = ShutDownIdleTenants,
Name = "Lombiq Hosting - Idle Tenant Management - Shut Down Idle Tenants",
Name = "Lombiq Hosting - Tenants Idle Tenant Management Shut Down Idle Tenants",
Description = "Shut down tenants not receiving requests after a configured amount of time to conserve computing resources.",
Category = "Hosting",
Priority = "9999",
Expand Down
10 changes: 5 additions & 5 deletions Lombiq.Hosting.Tenants.Maintenance/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

[assembly: Feature(
Id = UpdateSiteUrl,
Name = "Lombiq Hosting - Tenants Maintenance - Update Site URL",
Name = "Lombiq Hosting - Tenants Maintenance Update Site URL",
Description = "Updates the URL of the site in the site settings (e.g., when the production database is copied to staging).",
Category = "Maintenance",
Dependencies = new[] { Maintenance }
)]

[assembly: Feature(
Id = UpdateShellRequestUrls,
Name = "Lombiq Hosting - Tenants Maintenance - Update Shell Request URLs",
Name = "Lombiq Hosting - Tenants Maintenance Update Shell Request URLs",
Description = "Updates the shell request URLs of each tenant (e.g., when the production database is copied to staging)." +
" It's executed only on the default tenant.",
Category = "Maintenance",
Expand All @@ -36,7 +36,7 @@

[assembly: Feature(
Id = AddSiteOwnerPermissionToRole,
Name = "Lombiq Hosting - Tenants Maintenance - Add Site Owner Permission To Role",
Name = "Lombiq Hosting - Tenants Maintenance Add Site Owner Permission To Role",
Description = "Adds the Site Owner permission to a role (e.g., when the production database is copied to staging).",
Category = "Maintenance",
DefaultTenantOnly = true,
Expand All @@ -45,7 +45,7 @@

[assembly: Feature(
Id = RemoveUsers,
Name = "Lombiq Hosting - Tenants Maintenance - Remove Users",
Name = "Lombiq Hosting - Tenants Maintenance Remove Users",
Description = "Removes users with the configured email domain.",
Category = "Maintenance",
DefaultTenantOnly = true,
Expand All @@ -54,7 +54,7 @@

[assembly: Feature(
Id = ChangeUserSensitiveContent,
Name = "Lombiq Hosting - Tenants Maintenance - Change User Sensitive Content",
Name = "Lombiq Hosting - Tenants Maintenance Change User Sensitive Content",
Description = "Replaces the users' username, email and password with realistic but random values.",
Category = "Maintenance",
DefaultTenantOnly = true,
Expand Down
6 changes: 3 additions & 3 deletions Lombiq.Hosting.Tenants.Management/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

[assembly: Feature(
Id = ForbiddenTenantNames,
Name = "Lombiq Hosting - Tenants Management - Forbidden Tenant Names",
Name = "Lombiq Hosting - Tenants Management Forbidden Tenant Names",
Description = "Ability to configure hostnames that aren't allowed during tenant creation.",
Category = "Hosting",
DefaultTenantOnly = true,
Expand All @@ -20,7 +20,7 @@

[assembly: Feature(
Id = HideRecipesFromSetup,
Name = "Lombiq Hosting - Tenants Management - Hide Recipes From Setup",
Name = "Lombiq Hosting - Tenants Management Hide Recipes From Setup",
Description = "Adds the ability to hide recipes from the setup screen based on configurable tags.",
Category = "Hosting",
DefaultTenantOnly = true,
Expand All @@ -29,7 +29,7 @@

[assembly: Feature(
Id = ShellSettingsEditor,
Name = "Lombiq Hosting - Tenants Management - Shell Settings Editor",
Name = "Lombiq Hosting - Tenants Management Shell Settings Editor",
Description = "Adds a shell settings editor to the tenant editor page.",
Category = "Hosting",
DefaultTenantOnly = true,
Expand Down
2 changes: 1 addition & 1 deletion Lombiq.Hosting.Tenants.MediaStorageManagement/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

[assembly: Feature(
Id = MediaStorageManagement,
Name = "Lombiq Hosting - Tenants Media Storage Management - Quota Management",
Name = "Lombiq Hosting - Tenants Media Storage Management Quota Management",
Description = "Ability to configure storage quota for tenants.",
Category = "Hosting",
IsAlwaysEnabled = true,
Expand Down