From 184ee5d636ea453b5ef790aad3c35b0ca84624b2 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Thu, 21 Mar 2024 00:11:36 -0400 Subject: [PATCH] pretend we don't have a webapp yet because we don't --- go.mod | 2 +- {webapp => webapp-WIP}/.eslintrc.json | 0 {webapp => webapp-WIP}/.gitignore | 0 {webapp => webapp-WIP}/.npmrc | 0 {webapp => webapp-WIP}/babel.config.js | 0 {webapp => webapp-WIP}/i18n/en.json | 0 {webapp => webapp-WIP}/package-lock.json | 0 {webapp => webapp-WIP}/package.json | 0 {webapp => webapp-WIP}/src/Plugin.tsx | 0 {webapp => webapp-WIP}/src/components/rhs_sidebar/index.js | 0 .../src/components/rhs_sidebar/mattermost_gitlab.jsx | 0 .../src/components/rhs_sidebar/no_subscriptions.jsx | 0 .../src/components/rhs_sidebar/rhs_sidebar.css | 0 .../src/components/rhs_sidebar/rhs_sidebar.jsx | 0 {webapp => webapp-WIP}/src/index.tsx | 0 {webapp => webapp-WIP}/src/manifest.test.tsx | 0 {webapp => webapp-WIP}/src/types/mattermost-webapp/index.d.ts | 0 {webapp => webapp-WIP}/tests/i18n_mock.json | 0 {webapp => webapp-WIP}/tests/setup.tsx | 0 {webapp => webapp-WIP}/tsconfig.json | 0 {webapp => webapp-WIP}/webpack.config.js | 0 21 files changed, 1 insertion(+), 1 deletion(-) rename {webapp => webapp-WIP}/.eslintrc.json (100%) rename {webapp => webapp-WIP}/.gitignore (100%) rename {webapp => webapp-WIP}/.npmrc (100%) rename {webapp => webapp-WIP}/babel.config.js (100%) rename {webapp => webapp-WIP}/i18n/en.json (100%) rename {webapp => webapp-WIP}/package-lock.json (100%) rename {webapp => webapp-WIP}/package.json (100%) rename {webapp => webapp-WIP}/src/Plugin.tsx (100%) rename {webapp => webapp-WIP}/src/components/rhs_sidebar/index.js (100%) rename {webapp => webapp-WIP}/src/components/rhs_sidebar/mattermost_gitlab.jsx (100%) rename {webapp => webapp-WIP}/src/components/rhs_sidebar/no_subscriptions.jsx (100%) rename {webapp => webapp-WIP}/src/components/rhs_sidebar/rhs_sidebar.css (100%) rename {webapp => webapp-WIP}/src/components/rhs_sidebar/rhs_sidebar.jsx (100%) rename {webapp => webapp-WIP}/src/index.tsx (100%) rename {webapp => webapp-WIP}/src/manifest.test.tsx (100%) rename {webapp => webapp-WIP}/src/types/mattermost-webapp/index.d.ts (100%) rename {webapp => webapp-WIP}/tests/i18n_mock.json (100%) rename {webapp => webapp-WIP}/tests/setup.tsx (100%) rename {webapp => webapp-WIP}/tsconfig.json (100%) rename {webapp => webapp-WIP}/webpack.config.js (100%) diff --git a/go.mod b/go.mod index 7203b5e..40c40ed 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/mattermost/mattermost-plugin-community-toolkit +module github.com/rocky-linux/mattermost-plugin-community-toolkit go 1.21 diff --git a/webapp/.eslintrc.json b/webapp-WIP/.eslintrc.json similarity index 100% rename from webapp/.eslintrc.json rename to webapp-WIP/.eslintrc.json diff --git a/webapp/.gitignore b/webapp-WIP/.gitignore similarity index 100% rename from webapp/.gitignore rename to webapp-WIP/.gitignore diff --git a/webapp/.npmrc b/webapp-WIP/.npmrc similarity index 100% rename from webapp/.npmrc rename to webapp-WIP/.npmrc diff --git a/webapp/babel.config.js b/webapp-WIP/babel.config.js similarity index 100% rename from webapp/babel.config.js rename to webapp-WIP/babel.config.js diff --git a/webapp/i18n/en.json b/webapp-WIP/i18n/en.json similarity index 100% rename from webapp/i18n/en.json rename to webapp-WIP/i18n/en.json diff --git a/webapp/package-lock.json b/webapp-WIP/package-lock.json similarity index 100% rename from webapp/package-lock.json rename to webapp-WIP/package-lock.json diff --git a/webapp/package.json b/webapp-WIP/package.json similarity index 100% rename from webapp/package.json rename to webapp-WIP/package.json diff --git a/webapp/src/Plugin.tsx b/webapp-WIP/src/Plugin.tsx similarity index 100% rename from webapp/src/Plugin.tsx rename to webapp-WIP/src/Plugin.tsx diff --git a/webapp/src/components/rhs_sidebar/index.js b/webapp-WIP/src/components/rhs_sidebar/index.js similarity index 100% rename from webapp/src/components/rhs_sidebar/index.js rename to webapp-WIP/src/components/rhs_sidebar/index.js diff --git a/webapp/src/components/rhs_sidebar/mattermost_gitlab.jsx b/webapp-WIP/src/components/rhs_sidebar/mattermost_gitlab.jsx similarity index 100% rename from webapp/src/components/rhs_sidebar/mattermost_gitlab.jsx rename to webapp-WIP/src/components/rhs_sidebar/mattermost_gitlab.jsx diff --git a/webapp/src/components/rhs_sidebar/no_subscriptions.jsx b/webapp-WIP/src/components/rhs_sidebar/no_subscriptions.jsx similarity index 100% rename from webapp/src/components/rhs_sidebar/no_subscriptions.jsx rename to webapp-WIP/src/components/rhs_sidebar/no_subscriptions.jsx diff --git a/webapp/src/components/rhs_sidebar/rhs_sidebar.css b/webapp-WIP/src/components/rhs_sidebar/rhs_sidebar.css similarity index 100% rename from webapp/src/components/rhs_sidebar/rhs_sidebar.css rename to webapp-WIP/src/components/rhs_sidebar/rhs_sidebar.css diff --git a/webapp/src/components/rhs_sidebar/rhs_sidebar.jsx b/webapp-WIP/src/components/rhs_sidebar/rhs_sidebar.jsx similarity index 100% rename from webapp/src/components/rhs_sidebar/rhs_sidebar.jsx rename to webapp-WIP/src/components/rhs_sidebar/rhs_sidebar.jsx diff --git a/webapp/src/index.tsx b/webapp-WIP/src/index.tsx similarity index 100% rename from webapp/src/index.tsx rename to webapp-WIP/src/index.tsx diff --git a/webapp/src/manifest.test.tsx b/webapp-WIP/src/manifest.test.tsx similarity index 100% rename from webapp/src/manifest.test.tsx rename to webapp-WIP/src/manifest.test.tsx diff --git a/webapp/src/types/mattermost-webapp/index.d.ts b/webapp-WIP/src/types/mattermost-webapp/index.d.ts similarity index 100% rename from webapp/src/types/mattermost-webapp/index.d.ts rename to webapp-WIP/src/types/mattermost-webapp/index.d.ts diff --git a/webapp/tests/i18n_mock.json b/webapp-WIP/tests/i18n_mock.json similarity index 100% rename from webapp/tests/i18n_mock.json rename to webapp-WIP/tests/i18n_mock.json diff --git a/webapp/tests/setup.tsx b/webapp-WIP/tests/setup.tsx similarity index 100% rename from webapp/tests/setup.tsx rename to webapp-WIP/tests/setup.tsx diff --git a/webapp/tsconfig.json b/webapp-WIP/tsconfig.json similarity index 100% rename from webapp/tsconfig.json rename to webapp-WIP/tsconfig.json diff --git a/webapp/webpack.config.js b/webapp-WIP/webpack.config.js similarity index 100% rename from webapp/webpack.config.js rename to webapp-WIP/webpack.config.js