[GitHub] [apisix] membphis closed issue #2138: test case: log-rotate.t is unstable

2020-09-05 Thread GitBox
membphis closed issue #2138: URL: https://github.com/apache/apisix/issues/2138 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[apisix] branch master updated: fix: log-rotate.t is unstable (#2164)

2020-09-05 Thread membphis
This is an automated email from the ASF dual-hosted git repository. membphis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git The following commit(s) were added to refs/heads/master by this push: new d421683 fix: log-rotate.t is unstable

[GitHub] [apisix] membphis merged pull request #2164: fix:log-rotate.t is unstable

2020-09-05 Thread GitBox
membphis merged pull request #2164: URL: https://github.com/apache/apisix/pull/2164 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [apisix-dashboard] juzhiyuan commented on a change in pull request #432: Feat: manage api support route group

2020-09-05 Thread GitBox
juzhiyuan commented on a change in pull request #432: URL: https://github.com/apache/apisix-dashboard/pull/432#discussion_r483949519 ## File path: api/route/route.go ## @@ -209,6 +223,15 @@ func updateRoute(c *gin.Context) { } }()

[GitHub] [apisix-dashboard] juzhiyuan commented on pull request #443: enhancement: add paging to the listUpstreamName

2020-09-05 Thread GitBox
juzhiyuan commented on pull request #443: URL: https://github.com/apache/apisix-dashboard/pull/443#issuecomment-687608519 cc @nic-chen @gxthrj This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #443: enhancement: add paging to the listUpstreamName

2020-09-05 Thread GitBox
juzhiyuan merged pull request #443: URL: https://github.com/apache/apisix-dashboard/pull/443 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[apisix-dashboard] branch master updated: feat: add paging to the listUpstreamName (#443)

2020-09-05 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git The following commit(s) were added to refs/heads/master by this push: new ce06449 feat: add paging to the

[GitHub] [apisix-website] moonming opened a new issue #72: add reference to "Apache APISIX software"

2020-09-05 Thread GitBox
moonming opened a new issue #72: URL: https://github.com/apache/apisix-website/issues/72 Please review and ensure that the project website meets these requirements. http://www.apache.org/foundation/marks/pmcs For example, I don't see a reference to "Apache APISIX software" on

[GitHub] [apisix] Yiyiyimu commented on pull request #2173: optimize output of check-plugins-code

2020-09-05 Thread GitBox
Yiyiyimu commented on pull request #2173: URL: https://github.com/apache/apisix/pull/2173#issuecomment-687573035 ### Original output Success ```bash + sudo sh ./utils/check-plugins-code.sh apisix/plugins/authz-keycloak.lua ./utils/check-plugins-code.sh: 23:

[GitHub] [apisix] Yiyiyimu opened a new pull request #2173: optimize output of check-plugins-code

2020-09-05 Thread GitBox
Yiyiyimu opened a new pull request #2173: URL: https://github.com/apache/apisix/pull/2173 ### What this PR does / why we need it: fix #2172 ### Pre-submission checklist: * [x] Did you explain what problem does this PR solve? Or what new features have been added? * [ ]

[GitHub] [apisix] Yiyiyimu opened a new issue #2172: bug: check-plugins-code not correctly configured

2020-09-05 Thread GitBox
Yiyiyimu opened a new issue #2172: URL: https://github.com/apache/apisix/issues/2172 ### Issue description Currently check-plugins-code.sh use `sh` rather than `bash` so it would output errors as following. ### What's the actual result? ``` + sudo sh