Skip to content

Commit

Permalink
chore: 移除 authing 和 qq-guild-bot-adapter 过时组件,并优化了组件目录结构,新增 ui 和 clou…
Browse files Browse the repository at this point in the history
…d 两个组件分类目录
  • Loading branch information
muxiangqiu committed May 5, 2024
1 parent 091411a commit a881ee0
Show file tree
Hide file tree
Showing 363 changed files with 163 additions and 1,193 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Build
on:
push:
branches:
- master
- main
workflow_dispatch:
pull_request:
branches:
- master
- main
# schedule:
# - cron: '0 4 * * *' # Runs every day at 4am: https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
# publish:
# needs: build
# if: github.ref == 'refs/heads/master' && github.event_name != 'schedule' # We still publish the manually dispatched workflows: 'workflow_dispatch'.
# if: github.ref == 'refs/heads/main' && github.event_name != 'schedule' # We still publish the manually dispatched workflows: 'workflow_dispatch'.
# runs-on: ubuntu-18.04

# The current approach is silly. We should be smarter and use `actions/upload-artifact` and `actions/download-artifact` instead of rebuilding
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change

## 2.56.0

- chore: 移除 authing 和 qq-guild-bot-adapter 过时组件,并优化了组件目录结构,新增 ui 和 cloud 两个组件分类目录

## 2.55.4

- fix(cli-service): 修复首次启动并访问出现 404 错误问题
Expand Down
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions cloud/cloud/compile.tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"extends": "@malagu/component/configs/base.tsconfig.json",
"compilerOptions": {
"composite": true,
"rootDir": "src",
"outDir": "lib"
},
"include": [
"src"
],
"references": [
{
"path": "../../packages/core/compile.tsconfig.json"
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"path": "../cloud/compile.tsconfig.json"
},
{
"path": "../core/compile.tsconfig.json"
"path": "../../packages/core/compile.tsconfig.json"
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
"path": "../cloud/compile.tsconfig.json"
},
{
"path": "../schedule/compile.tsconfig.json"
"path": "../../dev-packages/cli-service/compile.tsconfig.json"
},
{
"path": "../../dev-packages/cli-service/compile.tsconfig.json"
"path": "../../dev-packages/cli-common/compile.tsconfig.json"
},
{
"path": "../core/compile.tsconfig.json"
"path": "../../packages/core/compile.tsconfig.json"
},
{
"path": "../web/compile.tsconfig.json"
"path": "../../packages/schedule/compile.tsconfig.json"
},
{
"path": "../../dev-packages/cli-common/compile.tsconfig.json"
"path": "../../packages/web/compile.tsconfig.json"
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
],
"references": [
{
"path": "../web/compile.tsconfig.json"
"path": "../faas-adapter/compile.tsconfig.json"
},
{
"path": "../faas-adapter/compile.tsconfig.json"
"path": "../cloud/compile.tsconfig.json"
},
{
"path": "../core/compile.tsconfig.json"
"path": "../../packages/core/compile.tsconfig.json"
},
{
"path": "../cloud/compile.tsconfig.json"
"path": "../../packages/web/compile.tsconfig.json"
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
],
"references": [
{
"path": "../web/compile.tsconfig.json"
"path": "../faas-adapter/compile.tsconfig.json"
},
{
"path": "../faas-adapter/compile.tsconfig.json"
"path": "../cloud/compile.tsconfig.json"
},
{
"path": "../core/compile.tsconfig.json"
"path": "../../packages/core/compile.tsconfig.json"
},
{
"path": "../cloud/compile.tsconfig.json"
"path": "../../packages/web/compile.tsconfig.json"
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"path": "../cloud/compile.tsconfig.json"
},
{
"path": "../core/compile.tsconfig.json"
"path": "../../packages/core/compile.tsconfig.json"
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"path": "../cloud/compile.tsconfig.json"
},
{
"path": "../core/compile.tsconfig.json"
"path": "../../packages/core/compile.tsconfig.json"
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
],
"references": [
{
"path": "../web/compile.tsconfig.json"
"path": "../faas-adapter/compile.tsconfig.json"
},
{
"path": "../faas-adapter/compile.tsconfig.json"
"path": "../cloud/compile.tsconfig.json"
},
{
"path": "../core/compile.tsconfig.json"
"path": "../../packages/core/compile.tsconfig.json"
},
{
"path": "../cloud/compile.tsconfig.json"
"path": "../../packages/web/compile.tsconfig.json"
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"src"
],
"references": [
{
"path": "../web/compile.tsconfig.json"
},
{
"path": "../../dev-packages/cli-service/compile.tsconfig.json"
},
{
"path": "../../dev-packages/cli-common/compile.tsconfig.json"
},
{
"path": "../core/compile.tsconfig.json"
"path": "../../packages/core/compile.tsconfig.json"
},
{
"path": "../../packages/web/compile.tsconfig.json"
}
]
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
102 changes: 48 additions & 54 deletions configs/root-compilation.tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,45 +25,18 @@
{
"path": "../dev-packages/pwa/compile.tsconfig.json"
},
{
"path": "../packages/antd/compile.tsconfig.json"
},
{
"path": "../packages/authing/compile.tsconfig.json"
},
{
"path": "../packages/cache/compile.tsconfig.json"
},
{
"path": "../packages/cloud/compile.tsconfig.json"
},
{
"path": "../packages/core/compile.tsconfig.json"
},
{
"path": "../packages/cos/compile.tsconfig.json"
},
{
"path": "../packages/express-adapter/compile.tsconfig.json"
},
{
"path": "../packages/faas-adapter/compile.tsconfig.json"
},
{
"path": "../packages/fc-adapter/compile.tsconfig.json"
},
{
"path": "../packages/grommet/compile.tsconfig.json"
},
{
"path": "../packages/lambda-adapter/compile.tsconfig.json"
},
{
"path": "../packages/logger/compile.tsconfig.json"
},
{
"path": "../packages/material-ui/compile.tsconfig.json"
},
{
"path": "../packages/mvc/compile.tsconfig.json"
},
Expand All @@ -79,48 +52,24 @@
{
"path": "../packages/oidc-provider/compile.tsconfig.json"
},
{
"path": "../packages/oss/compile.tsconfig.json"
},
{
"path": "../packages/puppeteer/compile.tsconfig.json"
},
{
"path": "../packages/react/compile.tsconfig.json"
},
{
"path": "../packages/rpc/compile.tsconfig.json"
},
{
"path": "../packages/s3/compile.tsconfig.json"
},
{
"path": "../packages/scf-adapter/compile.tsconfig.json"
},
{
"path": "../packages/security/compile.tsconfig.json"
},
{
"path": "../packages/serve-static/compile.tsconfig.json"
},
{
"path": "../packages/shell/compile.tsconfig.json"
},
{
"path": "../packages/typeorm/compile.tsconfig.json"
},
{
"path": "../packages/vercel-adapter/compile.tsconfig.json"
},
{
"path": "../packages/web/compile.tsconfig.json"
},
{
"path": "../packages/widget/compile.tsconfig.json"
},
{
"path": "../packages/vue/compile.tsconfig.json"
},
{
"path": "../packages/schedule/compile.tsconfig.json"
},
Expand Down Expand Up @@ -157,9 +106,6 @@
{
"path": "../plugins/adonis-plugin/compile.tsconfig.json"
},
{
"path": "../packages/qq-guild-bot-adapter/compile.tsconfig.json"
},
{
"path": "../packages/config/compile.tsconfig.json"
},
Expand All @@ -180,6 +126,54 @@
},
{
"path": "../plugins/fc3-plugin/compile.tsconfig.json"
},
{
"path": "../cloud/cloud/compile.tsconfig.json"
},
{
"path": "../cloud/cos/compile.tsconfig.json"
},
{
"path": "../cloud/faas-adapter/compile.tsconfig.json"
},
{
"path": "../cloud/fc-adapter/compile.tsconfig.json"
},
{
"path": "../cloud/lambda-adapter/compile.tsconfig.json"
},
{
"path": "../cloud/oss/compile.tsconfig.json"
},
{
"path": "../cloud/s3/compile.tsconfig.json"
},
{
"path": "../cloud/scf-adapter/compile.tsconfig.json"
},
{
"path": "../cloud/vercel-adapter/compile.tsconfig.json"
},
{
"path": "../ui/antd/compile.tsconfig.json"
},
{
"path": "../ui/grommet/compile.tsconfig.json"
},
{
"path": "../ui/material-ui/compile.tsconfig.json"
},
{
"path": "../ui/react/compile.tsconfig.json"
},
{
"path": "../ui/shell/compile.tsconfig.json"
},
{
"path": "../ui/vue/compile.tsconfig.json"
},
{
"path": "../ui/widget/compile.tsconfig.json"
}
]
}
22 changes: 0 additions & 22 deletions examples/qq-guild-bot-app/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions examples/qq-guild-bot-app/bot-config.json

This file was deleted.

5 changes: 0 additions & 5 deletions examples/qq-guild-bot-app/malagu.yml

This file was deleted.

Loading

0 comments on commit a881ee0

Please sign in to comment.