liuxiran opened a new pull request #651:
URL: https://github.com/apache/apisix-dashboard/pull/651


   Please answer these questions before submitting a pull request
   
   - Why submit this pull request?
   - [ ] Bugfix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   https://github.com/apache/apisix-dashboard/issues/605
   
   here I have two requests for help
   
   1. after checked the lib `github.com/shiningrush/droplet`, it seems that 
**there is  no api to get query from request url**, so there is a `TODO mark` 
in 
    
https://github.com/liuxiran/apisix-dashboard/blob/47348773e1e7c90250a0145053a1c3ee29c30e54/api/internal/handler/plugin/plugin.go#L51
   needs @ShiningRush `s help when you are free ,many thx~!
   
   1. An error occurred while running `api/build-tools/schema-sync.sh master` 
to update schema.json, here is the error msg
   ```shell
   lua: ./apisix/plugins/api-breaker.lua:25: attempt to index a nil value 
(field 'shared')
   stack traceback:
        ./apisix/plugins/api-breaker.lua:25: in main chunk
        [C]: in function 'require'
        schema-sync.lua:128: in main chunk
        [C]: in ?
   sync success:
   /home/liuxiran/product/apisix-dashboard/api/conf/schema.json
   ```
   and the `api-break.lua:25` is 
   
https://github.com/apache/apisix/blob/f2f5ab97663805509baf3355c37336ffa557b68c/apisix/plugins/api-breaker.lua#L25
   it seems  to be due to a lack of ngx dependency, so how to add this 
dependency?
   needs @nic-chen `s help, when you are free, many thx~!
   


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to