Skip to content

Commit

Permalink
消息队列禁消费插件初始提交
Browse files Browse the repository at this point in the history
Signed-off-by: lilai <lilai23@foxmail.com>
  • Loading branch information
lilai23 committed Dec 6, 2023
1 parent 198029d commit 599ceef
Show file tree
Hide file tree
Showing 30 changed files with 510 additions and 773 deletions.
11 changes: 6 additions & 5 deletions .github/actions/common/plugin-change-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,14 @@ runs:
run: |
echo "sermantSpringbootRegistryChanged=${{ steps.changed-sermant-springboot-registry.outputs.changed }}" >> $GITHUB_ENV
- uses: marceloprado/has-changed-path@v1.0.1
id: changed-sermant-mq-consumer-deny
id: changed-sermant-mq-consume-prohibition
with:
paths: sermant-plugins/sermant-mq-consumer-deny
- name: env sermant-sermant-mq-consumer-deny
paths: sermant-plugins/sermant-mq-consume-prohibition
- name: env sermant-sermant-mq-consume-prohibition
shell: bash
run: |
echo "sermantMqConsumerDenyChanged=${{ steps.changed-sermant-mq-consumer-deny.outputs.changed }}" >> $GITHUB_ENV
echo "sermantMqConsumeProhibitionChanged=${{ steps.changed-sermant-mq-consume-prohibition.outputs.changed
}}" >> $GITHUB_ENV
- uses: marceloprado/has-changed-path@v1.0.1
id: changed-sermant-removal
with:
Expand Down Expand Up @@ -172,7 +173,7 @@ runs:
${{ env.sermantSpringbootRegistryChanged }} == 'true' -o ${{ env.sermantServiceRegistryChanged }} == 'true' ];then
echo "enableSpringLane=true" >> $GITHUB_ENV
fi
# ==========removal is needed to test?==========
if [ ${{ env.sermantAgentCoreChanged }} == 'true' -o ${{ env.sermantServiceRemovalChanged }} == 'true' -o \
${{ env.sermantSpringbootRegistryChanged }} == 'true' -o ${{ env.sermantServiceRegistryChanged }} == 'true' ];then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins:
- dynamic-config
- monitor
- springboot-registry
- mq-consume-deny
- mq-consume-prohibition
- service-removal
- service-visibility
- tag-transmission
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins:
- dynamic-config
- monitor
- springboot-registry
- mq-consume-deny
- mq-consume-prohibition
- service-removal
- service-visibility
- tag-transmission
Expand Down
6 changes: 3 additions & 3 deletions sermant-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<module>sermant-router</module>
<module>sermant-loadbalancer</module>
<module>sermant-springboot-registry</module>
<module>sermant-mq-consume-deny</module>
<module>sermant-mq-consume-prohibition</module>
<module>sermant-monitor</module>
<module>sermant-service-visibility</module>
<module>sermant-service-removal</module>
Expand Down Expand Up @@ -69,7 +69,7 @@
<module>sermant-dynamic-config</module>
<module>sermant-monitor</module>
<module>sermant-springboot-registry</module>
<module>sermant-mq-consume-deny</module>
<module>sermant-mq-consume-prohibition</module>
<module>sermant-service-visibility</module>
<module>sermant-service-removal</module>
<module>sermant-spring-beans-deal</module>
Expand Down Expand Up @@ -101,7 +101,7 @@
<module>sermant-loadbalancer</module>
<module>sermant-monitor</module>
<module>sermant-springboot-registry</module>
<module>sermant-mq-consume-deny</module>
<module>sermant-mq-consume-prohibition</module>
<module>sermant-service-visibility</module>
<module>sermant-service-removal</module>
<module>sermant-spring-beans-deal</module>
Expand Down
3 changes: 0 additions & 3 deletions sermant-plugins/sermant-mq-consume-deny/config/config.yaml

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 599ceef

Please sign in to comment.