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 up
Pinned
594 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in apache/apisix that received 4 comments
fix(prometheus): don't provide etcd metrics when you don't use it
What this PR does / why we need it: Pre-submission checklist: Did you explain what problem does this PR solve? Or what new features have been added?
- WIP: fix: plugin hot reload should work on node
- doc: correct the doc of plugin ip-restriction
- change: use 405 as the error code for unsupported HTTP method
- feat: use interceptors to protect plugin's route
- style: tweak error log in kafka-logger
- change(hmac-auth): split schema to adapt different occasions
- change: refactor router
- doc(ip-restriction): IPv6 already supported
- feat: add referer-restriction plugin
- improve: refactor apisix command line tool
- style: move localized require in front of directives which calling it.
- style: fixed some code style problems
- CI: turn off the Lua code coverage check in CI.
- bugfix: empty `allow_admin` means that any IP is allowed to access Admin API and Dashboard
- feat(http-logger): support for specified the log formats via admin API
- CI: run the APISIX instance in an empty folder.
- bugfix: install the Lua files in `apisix/ssl/router` .
- bugfix: check every etcd version, rather than only check the first one
- bugfix: set random seed for each worker process at `init_worker` phase, only `init` phase is not enough.
- feat: add new filed `meta_style`, collect the request information with `original` style.
- bugfix: only set one response header when enabled `enable_debug=true`
- CI: skip run tengine test cases.
Created an issue in apache/apisix that received 2 comments
Proposal: sync plugin/plugin attr to node
Targets: make plugins hot load work on node allow user to configure plugin attributes from admin allow adding intercepts like IP-restriction to pl…