Skip to content

Commit

Permalink
废弃 imi-access-control,移出主仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Oct 20, 2023
1 parent df729a6 commit 6c58828
Show file tree
Hide file tree
Showing 41 changed files with 0 additions and 2,642 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
run: |
docker exec ${ENV_SERVICE} ./dev/phpstan.sh core
- name: Analyse access-control
if: ${{ env.test_prepared && always() }}
run: |
docker exec ${ENV_SERVICE} ./dev/phpstan.sh access-control
- name: Analyse amqp
if: ${{ env.test_prepared && always() }}
run: |
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/rector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ jobs:
run: |
docker exec ${ENV_SERVICE} ./vendor/bin/rector process --dry-run
- name: Analyse access-control
if: ${{ env.test_prepared && always() }}
run: |
docker exec -w /imi/src/Components/access-control ${ENV_SERVICE} /imi/vendor/bin/rector process --dry-run
- name: Analyse amqp
if: ${{ env.test_prepared && always() }}
run: |
Expand Down
1 change: 0 additions & 1 deletion dev/phpstan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ __DIR__=$(pwd)

components=(
# "core" 默认不处理
"access-control"
"amqp"
"apidoc"
"fpm"
Expand Down
1 change: 0 additions & 1 deletion dev/rector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ __DIR__=$(pwd)

components=(
# "core" 默认不处理
"access-control"
"amqp"
"apidoc"
"fpm"
Expand Down
1 change: 0 additions & 1 deletion doc/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@
* [AMQP](components/mq/amqp.md)
* [Kafka](components/mq/kafka.md)
* [JWT](components/httpserver/jwt.md)
* [权限控制](components/access-control.md)
* [Smarty 模版引擎](components/smarty.md)
* [限流](components/rate-limit.md)
* [跨进程变量共享](components/shared-memory.md)
Expand Down
197 changes: 0 additions & 197 deletions doc/components/access-control.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/components/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* [AMQP](/components/mq/amqp.html)
* [Kafka](/components/mq/kafka.html)
* [JWT](/components/httpserver/jwt.html)
* [权限控制](/components/access-control.html)
* [Smarty 模版引擎](/components/smarty.html)
* [限流](/components/rate-limit.html)
* [跨进程变量共享](/components/shared-memory.html)
Expand Down
3 changes: 0 additions & 3 deletions split-repository/release.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ function getBranch(): string
'src/Components/workerman-gateway' => [
'[email protected]:imiphp/imi-workerman-gateway',
],
'src/Components/access-control' => [
'[email protected]:imiphp/imi-access-control',
],
'src/Components/amqp' => [
'[email protected]:imiphp/imi-amqp',
],
Expand Down
3 changes: 0 additions & 3 deletions split-repository/split.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@ function saveConfig(): void
'src/Components/workerman-gateway' => [
'[email protected]:imiphp/imi-workerman-gateway',
],
'src/Components/access-control' => [
'[email protected]:imiphp/imi-access-control',
],
'src/Components/amqp' => [
'[email protected]:imiphp/imi-amqp',
],
Expand Down
8 changes: 0 additions & 8 deletions src/Components/access-control/.gitattributes

This file was deleted.

13 changes: 0 additions & 13 deletions src/Components/access-control/.github/workflows/pr.yml

This file was deleted.

3 changes: 0 additions & 3 deletions src/Components/access-control/.gitignore

This file was deleted.

87 changes: 0 additions & 87 deletions src/Components/access-control/LICENSE

This file was deleted.

Loading

0 comments on commit 6c58828

Please sign in to comment.