From 9e8edc213e9f0a3a9cebd00f94f409bcf7128a18 Mon Sep 17 00:00:00 2001 From: Travis Baka Date: Fri, 19 May 2023 08:14:47 -0500 Subject: [PATCH 1/4] deprecate unifi network manager --- packages/manager/src/features/StackScripts/stackScriptUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/manager/src/features/StackScripts/stackScriptUtils.ts b/packages/manager/src/features/StackScripts/stackScriptUtils.ts index 7335f41d0de..a4787a6614e 100644 --- a/packages/manager/src/features/StackScripts/stackScriptUtils.ts +++ b/packages/manager/src/features/StackScripts/stackScriptUtils.ts @@ -116,7 +116,7 @@ export const baseApps = { '1037036': 'Budibase', '1037037': 'HashiCorp Nomad', '1037038': 'HashiCorp Vault', - '1051711': 'UniFi Network Application', + // '1051711': 'UniFi Network Application', '1051714': 'Microweber', '1096122': 'Mastodon', '1102900': 'Apache Airflow', From ba0f9cee7f461a63f7f90fd23ff2756f66ef52cf Mon Sep 17 00:00:00 2001 From: Travis Baka Date: Mon, 22 May 2023 10:44:10 -0500 Subject: [PATCH 2/4] comment out fakespec, delete .svgs --- packages/manager/public/assets/unifi.svg | 4 -- .../manager/public/assets/white/unifi.svg | 3 -- .../src/features/OneClickApps/FakeSpec.ts | 44 +++++++++---------- 3 files changed, 22 insertions(+), 29 deletions(-) delete mode 100644 packages/manager/public/assets/unifi.svg delete mode 100644 packages/manager/public/assets/white/unifi.svg diff --git a/packages/manager/public/assets/unifi.svg b/packages/manager/public/assets/unifi.svg deleted file mode 100644 index 78fb7987ecc..00000000000 --- a/packages/manager/public/assets/unifi.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/packages/manager/public/assets/white/unifi.svg b/packages/manager/public/assets/white/unifi.svg deleted file mode 100644 index a380f02cce5..00000000000 --- a/packages/manager/public/assets/white/unifi.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/packages/manager/src/features/OneClickApps/FakeSpec.ts b/packages/manager/src/features/OneClickApps/FakeSpec.ts index 4ed7561958f..37ad0f6dc6c 100644 --- a/packages/manager/src/features/OneClickApps/FakeSpec.ts +++ b/packages/manager/src/features/OneClickApps/FakeSpec.ts @@ -2099,28 +2099,28 @@ export const oneClickApps: OCA[] = [ end: '873d0c', }, }, - { - name: 'UniFi Network Application', - alt_name: 'Networking control panel', - alt_description: 'Interface for UniFi networking devices and software.', - categories: ['Control Panels'], - description: `UniFi Network Application is a versatile control panel that simplifies network management across regions, customizes access to wifi networks, and more. Manage and apply updates to UniFi networking devices to ensure your networks are performant and secure.`, - summary: `Multi-use networking control panel`, - related_guides: [ - { - title: - 'Deploy the UniFi Network Application through the Linode Marketplace', - href: - 'https://www.linode.com/docs/products/tools/marketplace/guides/unifi-network-application/', - }, - ], - website: 'https://www.ui.com/', - logo_url: 'unifi.svg', - colors: { - start: '1681FC', - end: '63666A', - }, - }, + //{ + // name: 'UniFi Network Application', + // alt_name: 'Networking control panel', + // alt_description: 'Interface for UniFi networking devices and software.', + // categories: ['Control Panels'], + // description: `UniFi Network Application is a versatile control panel that simplifies network management across regions, customizes access to wifi networks, and more. Manage and apply updates to UniFi networking devices to ensure your networks are performant and secure.`, + // summary: `Multi-use networking control panel`, + // related_guides: [ + // { + // title: + // 'Deploy the UniFi Network Application through the Linode Marketplace', + // href: + // 'https://www.linode.com/docs/products/tools/marketplace/guides/unifi-network-application/', + // }, + // ], + // website: 'https://www.ui.com/', + // logo_url: 'unifi.svg', + // colors: { + // start: '1681FC', + // end: '63666A', + // }, + //}, { name: 'Uptime Kuma', alt_name: 'Infrastructure monitoring', From 48c1333e1dc9cf2a6936bb9c10895560e6557788 Mon Sep 17 00:00:00 2001 From: Jaalah Ramos Date: Mon, 22 May 2023 11:47:44 -0400 Subject: [PATCH 3/4] Added changeset: deprecate unifi marketplace app --- packages/manager/.changeset/pr-9145-removed-1684770464653.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/manager/.changeset/pr-9145-removed-1684770464653.md diff --git a/packages/manager/.changeset/pr-9145-removed-1684770464653.md b/packages/manager/.changeset/pr-9145-removed-1684770464653.md new file mode 100644 index 00000000000..391ae3a6a9f --- /dev/null +++ b/packages/manager/.changeset/pr-9145-removed-1684770464653.md @@ -0,0 +1,5 @@ +--- +"@linode/manager": Removed +--- + +deprecate unifi marketplace app ([#9145](https://github.com/linode/manager/pull/9145)) From 4fd132bdb8029def7749cda5d3b1b0411793af1c Mon Sep 17 00:00:00 2001 From: Hana Xu Date: Mon, 22 May 2023 14:46:35 -0400 Subject: [PATCH 4/4] remove commented out code --- .../src/features/OneClickApps/FakeSpec.ts | 22 ------------------- .../features/StackScripts/stackScriptUtils.ts | 1 - 2 files changed, 23 deletions(-) diff --git a/packages/manager/src/features/OneClickApps/FakeSpec.ts b/packages/manager/src/features/OneClickApps/FakeSpec.ts index 37ad0f6dc6c..cbb69347e53 100644 --- a/packages/manager/src/features/OneClickApps/FakeSpec.ts +++ b/packages/manager/src/features/OneClickApps/FakeSpec.ts @@ -2099,28 +2099,6 @@ export const oneClickApps: OCA[] = [ end: '873d0c', }, }, - //{ - // name: 'UniFi Network Application', - // alt_name: 'Networking control panel', - // alt_description: 'Interface for UniFi networking devices and software.', - // categories: ['Control Panels'], - // description: `UniFi Network Application is a versatile control panel that simplifies network management across regions, customizes access to wifi networks, and more. Manage and apply updates to UniFi networking devices to ensure your networks are performant and secure.`, - // summary: `Multi-use networking control panel`, - // related_guides: [ - // { - // title: - // 'Deploy the UniFi Network Application through the Linode Marketplace', - // href: - // 'https://www.linode.com/docs/products/tools/marketplace/guides/unifi-network-application/', - // }, - // ], - // website: 'https://www.ui.com/', - // logo_url: 'unifi.svg', - // colors: { - // start: '1681FC', - // end: '63666A', - // }, - //}, { name: 'Uptime Kuma', alt_name: 'Infrastructure monitoring', diff --git a/packages/manager/src/features/StackScripts/stackScriptUtils.ts b/packages/manager/src/features/StackScripts/stackScriptUtils.ts index a4787a6614e..0c529f5a160 100644 --- a/packages/manager/src/features/StackScripts/stackScriptUtils.ts +++ b/packages/manager/src/features/StackScripts/stackScriptUtils.ts @@ -116,7 +116,6 @@ export const baseApps = { '1037036': 'Budibase', '1037037': 'HashiCorp Nomad', '1037038': 'HashiCorp Vault', - // '1051711': 'UniFi Network Application', '1051714': 'Microweber', '1096122': 'Mastodon', '1102900': 'Apache Airflow',