This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/next by this push:
new f19215cc chore: remove unused files (#2489)
f19215cc is described below
commit f19215ccbc93cb0cdb25f996686d8a82eaf193f9
Author: Zeping Bai <[email protected]>
AuthorDate: Wed Jun 29 15:34:13 2022 +0800
chore: remove unused files (#2489)
---
.actions/ASF-Release.cfg | 116 ----------------------------------
.actions/ASFLicenseHeaderMarkdown.txt | 18 ------
.vscode/settings.json | 8 ---
netlify.toml | 9 ---
4 files changed, 151 deletions(-)
diff --git a/.actions/ASF-Release.cfg b/.actions/ASF-Release.cfg
deleted file mode 100644
index 2693e5e0..00000000
--- a/.actions/ASF-Release.cfg
+++ /dev/null
@@ -1,116 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
contributor
-# license agreements; and to You under the Apache License, Version 2.0.
-
-# scanCode.py configuration file
-
-# List of filenames containing the text of valid license (headers)
-# These files SHOULD be in the same directory path where scanCode.py
-# resides.
-[Licenses]
-ASFLicenseHeader.txt
-ASFLicenseHeaderBash.txt
-ASFLicenseHeaderMarkdown.txt
-ASFLicenseHeaderLua.txt
-
-# Filters (path/filename) with wildcards and associated scan checks
-# that are to be run against them. The checks are actual valid
-# function names found in scanCode.py.
-[Includes]
-*=is_not_symlink, regex_check
-*.conf=has_block_license, eol_at_eof, regex_check
-*.go=has_block_license, eol_at_eof, regex_check
-*.gradle=has_block_license, eol_at_eof, regex_check
-*.groovy=has_block_license, eol_at_eof, regex_check
-*.html=has_block_license, regex_check
-*.java=no_tabs, has_block_license, eol_at_eof, regex_check
-*.js=has_block_license, regex_check
-*.md=no_tabs, has_block_license, eol_at_eof, regex_check
-*.properties=no_tabs, has_block_license, eol_at_eof, regex_check
-*.py=no_tabs, has_block_license, eol_at_eof, regex_check
-*.scala=has_block_license, no_tabs, eol_at_eof, regex_check
-*.sh=has_block_license, eol_at_eof, regex_check
-*.swift=no_tabs, has_block_license, eol_at_eof, regex_check
-*.yaml=has_block_license, eol_at_eof, regex_check
-*.yml=has_block_license, eol_at_eof, regex_check
-*.css=has_block_license, eol_at_eof, regex_check
-*.tsx=has_block_license, eol_at_eof, regex_check
-*.ts=has_block_license, eol_at_eof, regex_check
-*.less=has_block_license, eol_at_eof, regex_check
-*.toml=has_block_license, eol_at_eof, regex_check
-*Dockerfile*=has_block_license
-*.lua=has_block_license
-
-# Sanity check files not required to have ASF headers because either they
-# are excluded or are not packaged with the Apache source release.
-*.cfg=regex_check
-*.ini=regex_check
-*.j2=regex_check
-*.json=regex_check
-*.txt=regex_check
-*.xml=regex_check
-
-# List of paths (inclusive of subdirectories) to exclude from code scanning
-[Excludes]
-
-# General tooling & binary file exclusions
-.bin
-.dockerignore
-.eslintrc.*
-.git
-.gitattributes
-.github
-.gitignore
-.gradle
-.idea
-.jshintrc
-.pydevproject
-.rat-excludes
-.tox
-
-# Skip files containing MIT License
-web/src/components/HeaderDropdown
-web/src/components/NoticeIcon
-web/src/components/PageLoading/index.tsx
-web/src/components/RightContent
-web/src/components/PluginFlow/components/ConfigPanel
-web/src/components/PluginFlow/components/Toolbar
-web/src/e2e/__mocks__/antd-pro-merge-less.js
-web/src/e2e/baseLayout.e2e.js
-web/src/pages/404.tsx
-web/src/libs/iconfont.js
-api/build-tools/json.lua
-
-# Skip files containing Apache 2.0 License
-api/internal/core/store/query.go
-api/internal/core/store/selector.go
-api/internal/core/store/selector_test.go
-
-# Skip temporarily for CI -- TODO: fix license issue
-api/internal/core/store/validate_mock.go
-api/internal/core/storage/storage_mock.go
-
-# Skip other necessary files
-netlify.toml
-
-
-# Skip the "build.sh" file. Because "license" is not at the beginning of the
file
-api/build.sh
-
-# Exclude Apache standard legal files
-CREDITS.txt
-DISCLAIMER.txt
-LICENSE*.txt
-NOTICE.txt
-
-conf
-.actions/openwhisk-utilities
-
-[Options]
-# Not all code files allow licenses to appear starting at the first character
-# of the file. This option tells the scan to allow licenses to appear starting
-# within the first 'x' characters of each code file (as provided by this
option's
-# value).
-LICENSE_SLACK_LENGTH=500
-
-# List of regular expressions for forbidden strings, e.g. \[email protected]
-[Regex]
diff --git a/.actions/ASFLicenseHeaderMarkdown.txt
b/.actions/ASFLicenseHeaderMarkdown.txt
deleted file mode 100644
index c4748142..00000000
--- a/.actions/ASFLicenseHeaderMarkdown.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-<!--
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
--->
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index e521849f..00000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "eslint.validate": [
- "javascript",
- "javascriptreact",
- { "language": "typescript", "autoFix": true },
- { "language": "typescriptreact", "autoFix": true }
- ]
-}
diff --git a/netlify.toml b/netlify.toml
deleted file mode 100644
index 944163d9..00000000
--- a/netlify.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[[redirects]]
- from = "/apisix/*"
- to = "http://139.217.190.60/apisix/:splat"
- status = 200
-
-[[redirects]]
- from = "/*"
- to = "/index.html"
- status = 200