[DISCUSS] allow 3rd-party plugin by allowing user to customize lua_package_path

2021-01-06 Thread Zexuan Luo
We can allow user to append their path to "lua_package_path", so that they can load their plugins and other code. For instance, Let the "lua_package_path" to be `"/opt/mycode/?.lua;original_path..."`, then user can put their plugin "my-plugin" as `/opt/mycode/apisix/plugins/my-plugin.lua`, and load

Re: [VOTE] Relase Apache APISIX 2.2

2021-01-06 Thread dabue
+1 binding I checked: 1. Download links are valid; 2. Checksums and PGP signatures are valid; 3. License and NOTICE files are good; 4. All files have the necessary License header; 5. Build successfully on Centos7 and run normally. dabue From: Zexuan Luo Date: 2021-01-05 14:30 To: dev Sub

[VOTE] Release Apache APISIX Dashboard 2.3

2021-01-06 Thread Chao Zhang
Hello, Community, This is a call for the vote to release Apache APISIX Dashboard version 2.3. Release notes: github.com/apache/apisix-dashboard/blob/v2.3/CHANGELOG.md The release candidates: https://dist.apache.org/repos/d

Re: [VOTE] Relase Apache APISIX 2.2

2021-01-06 Thread Linsir Wu
+1 binding I checked: 1. Download links are valid; 2. Checksums and PGP signatures are valid; 3. License and NOTICE files are good; 4. All files have the necessary License header; 5. Build successfully on Debian 9 and it works fine. Zexuan Luo 于2021年1月7日周四 上午9:08写道: > > Oh no, the `core` secti

Re: [VOTE] Relase Apache APISIX 2.2

2021-01-06 Thread Zexuan Luo
Oh no, the `core` section has an extra `#` which makes it a level below. Will fix the template issue after this release. Wo Soyoung 于2021年1月6日周三 下午10:50写道: > Hi Zexuan, > > The weird thing is right now the title `core` part is one level below > `deprecated`, so it would look like those core feat

Re: [VOTE] Relase Apache APISIX 2.2

2021-01-06 Thread Wo Soyoung
Hi Zexuan, The weird thing is right now the title `core` part is one level below `deprecated`, so it would look like those core features are deprecated... It seems we need to change the template. Besides imo it would be better to directly remove the title where no items belong, to make it more cl