zll600

Results 20 issues of zll600

推荐书籍时,能否放上豆瓣读书的链接, 有部分书会有不同的出版社再版,放上豆瓣的链接可能会方便一点

enhancement

### Description Fixes https://github.com/apache/apisix/issues/6403 related PRs: - https://github.com/api7/ngx_multi_upstream_module/pull/12 - https://github.com/api7/ngx_multi_upstream_module/pull/13 - https://github.com/api7/grpc-client-nginx-module/pull/73 - https://github.com/api7/wasm-nginx-module/pull/162 - https://github.com/api7/apisix-nginx-module/pull/83 - https://github.com/api7/apisix-build-tools/pull/367 ### Checklist - [ ] I have explained the need for this...

### Current Behavior the script `./utils/install-dependencies.sh` on tag `3.7.0` will use `linux-install-luarocks.sh` which is on master. https://github.com/apache/apisix/blob/ec77fb8ca2e797aa90d6547a1e323d4f40e27527/utils/install-dependencies.sh#L115 ### Expected Behavior the script `./utils/install-dependencies.sh` on tag `3.7.0` should use `linux-install-luarocks.sh` which...

bug

### Description the `ENV_DOCKER_COMPOSE` uses `docker-compose` command which is v1 version of `docker compose`. https://github.com/apache/apisix/blob/847db2a2d9084791f6c337bbe6e7c1b9c2f43728/Makefile#L40 According to the offical doc: https://docs.docker.com/compose/. The v1 version stopped receving updates. So do we...

chore

### Description I found some script still use nodejs which has ended. I think maybe we should upgrade to a newer lts version. https://github.com/apache/apisix/blob/59d81fe0ab52fd310f2a267e4ca3c7f46a682a7e/ci/common.sh#L95 refer: https://nodejs.org/en/blog/announcements/nodejs16-eol ### Environment - APISIX...

chore

![image](https://user-images.githubusercontent.com/71714656/233627209-c01b08b5-725c-46fb-8630-3a308a9eaed6.png) 上面的命令是 `mkdir -p /mnt/boot` 下面图片中是 `mkdir -p /mnt/boot/efi`,后面部分还有几处不一致

fix: https://github.com/apache/apisix-helm-chart/issues/653, https://github.com/apache/apisix-helm-chart/issues/680 this pr only copy code from https://github.com/apache/apisix-helm-chart/pull/508

wait-for-update

The dependency should be apisix-base depends on apisix-nginx-module. ````txt build-apisix-base.sh --> apisix-nginx-module ```` So we should not use `build-apisix-base.sh` in CI https://github.com/api7/apisix-nginx-module/blob/1345603d3b04b027cdae8254877af64f753ea7f3/.github/workflows/ci.yml#L41 A better way is to refer to CI...

`Tongsuo` does not meet the http3 requirements of `nginx(openresty-1.25.3.1)`. This needs to be fixed at the right time. ref: https://github.com/api7/apisix-nginx-module/actions/runs/7986219251/job/21806166088?pr=85

Now the `build-apisix-runtime.sh` will report an error if `lua-resty-limit-traffic` does not exist. https://github.com/api7/apisix-build-tools/blob/6f1a40412fe94eca71286f0a0a91e26dd36b6c6a/build-apisix-runtime.sh#L149-L158 we can just keep the content of `else branch` and remove this check. looks like ````shell rm...