Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
114 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 8 commits in 2 repositories
Created 2 repositories
- tokers/apisix-dashboard TypeScript
- tokers/tokers
Created a pull request in apache/apisix that received 5 comments
refactor: moved etcd initialiation to apisix/cli/etcd.lua
Signed-off-by: Alex Zhang zchao1995@gmail.com
What this PR does / why we need it: Move the etcd initialization into apisix/cli/etcd.lua, some auxil…
Opened 8 other pull requests in 3 repositories
apache/apisix
1
open
3
merged
api7/lua-resty-etcd
3
merged
apache/apisix-dashboard
1
open
Reviewed 23 pull requests in 2 repositories
apache/apisix 19 pull requests
- fix: validate plugin configuration in the DP
- feat: How to distinguish whether the 5xx status code (eg 500) comes from upstream or apisix
- test: increase waiting time to make plugins reload test stable
- docs: uses etcd to implement millisecond configuration sync
- feat: enable access log or not
- feat: the request parameter participating in the signature can be the parameter name
- fix: we should keep 'enable_websocket' for compatibility
- feat: support '.' in id definition
- chore: remove stale access to modifiedIndex_org
- feat(kafka-logger): the key field should be optional.
- fix: check decrypt key to prevent lua thread aborted
- docs: fix stream proxy example
- feat: allow whitespace-wrapped variables in config.yaml
- docs: add missing fields in SSL API
- docs: remove non existing image
- refactor: separate admin and proxy port in default config
- modify balancer.lua to solve issue that discovery Eureka cannot autom…
- fix(etcd): avoid getting with prefix
- chore: sort the request headers output by the _M.uri and _M.old_uri function in t/lib/server.lua
Created an issue in apache/apisix-dashboard that received 18 comments
backend APISIX instance status API
Feature request Please describe your feature We have already some discussions about this topic: https://lists.apache.org/thread.html/re3097f7e88d63…
Opened 13 other issues in 4 repositories
apache/apisix-dashboard
6
open
1
closed
- frontend APISIX instance status page
- Bugs in GenericStore.Create and GenericStore.Update
- Record some videos to demonstrate some basic operations on dashboard
- [DISCUSS] Config items through configuration file or command line options or both?
- Implmement sub-command like stop, restart for manager-api
- Use cobra instead of flags for better CLI interactive feeling
- Install signal handler for graceful shutdown