Sydow

Results 17 issues of Sydow

Please make sure your issue is not addressed in the [FAQ](https://fbinfer.com/docs/support#troubleshooting). Please include the following information: - [x] 1.0.0. - [x] macOS 11.2 - [x] infer -- javac Hello.java -...

好未来+http://www.100tal.com

documentation

### Feature Request `run-sonar.sh` [脚本](https://github.com/tal-tech/sonar-swift/blob/master/objclang/src/main/shell/run-sonar.sh)增加对 infer 工具的支持,现在支持 OCLint/Lizard/Swiftlint,缺少 Infer #### Motivation Behind Feature #### Feature Description 执行Infer的命令为 ``` infer -- run [--skip-analysis-in-path path] --compilation-database compile_commands.json ``` compile_commands.json 是 xcpretty 对...

enhancement

针对`Orange使用`的提问,对于简单几句话描述不清的问题,请使用以下格式,不符合格式或描述含糊不清的issue将不予回复。根据问题模板填写好后,提问之前请去除模板的无用内容。 ##### 使用的Orange版本 v.0.8.1 ##### 需求或场景 使用分流插件,创建选择器,然后创建规则, 在规则内,添加多个or条件,到一定条件后发现不能保存。 ##### 使用的插件 divide ##### 错误的结果 ![image](https://user-images.githubusercontent.com/3363787/77052751-42ba2700-6a08-11ea-8c9e-5f7ba12b2fbf.png) ![image](https://user-images.githubusercontent.com/3363787/77052518-e48d4400-6a07-11ea-934b-c4e7b5c2dda9.png)

针对`Orange使用`的提问,对于简单几句话描述不清的问题,请使用以下格式,不符合格式或描述含糊不清的issue将不予回复。根据问题模板填写好后,提问之前请去除模板的无用内容。 ##### 使用的Orange版本 v0.8.1 ##### 需求或场景 使用分流插件,获取使用 Header 中的key来判断是否要分流 ##### 使用的插件 分流插件-divide ##### 具体的配置 ```json { "name": "hello1", "judge": { "type": 0, "conditions": [ { "type": "Header", "name": "work_code", "operator":...

##### 使用的Orange版本 v0.8.1 ##### 需求或场景 使用分流插件按照 Cookie 里的值进行分流,发现获取不到数据 ##### 使用的插件 分流插件 ##### 具体的配置 ![image](https://user-images.githubusercontent.com/3363787/71803678-696cf080-309c-11ea-9ad7-d7f9397217e8.png) ``` upstream baidu { server baidu.com; } ``` ``` ➜ GitHub curl --cookie "env=test1" www.baidu.com Host:...

orange版本:0.8.0 接口请求: ``` curl http://xx.xx.xx.xx:7777/divide/selectors -X POST -H "Authorization:xxxx" -d '"selector": { "name": "add-by-api", "type": 0, "judge": {}, "handle": { "continue": true, "log": false }, "enable": true }' ``` ![image](https://user-images.githubusercontent.com/3363787/69530794-a8902800-0fad-11ea-9cea-a2fef3e681cc.png)...

##### 使用的Orange版本 v0.8.0 ##### 需求或场景 安装完成之后访问 80 端口显示 500 Internal Server Error ,正常吗? 页面显示 ``` 500 Internal Server Error openresty/1.15.8.2 ``` log ``` 2019/11/05 15:27:39 [error] 4367#4367: *184 invalid URL...

##### 使用的Orange版本 0.8.0 ##### 需求或场景 关于“节点管理”功能,没有在官网上看到文档,这个可以补一下吗?

##### 使用的Orange版本 v0.8.0 ##### 需求或场景 经过观察,发现dashboard里的请求时间统计数值过大(如图所示),再查看 `access.log`,发现接口平均响应时间都在 200ms 以下,所以这里的响应时间的统计可能有问题。 ![image](https://user-images.githubusercontent.com/3363787/68932123-e7172d00-07cc-11ea-8a30-7fe28c0d5f9b.png) ##### 使用的插件 全局统计 ##### 具体的配置 在默认配置(nginx.conf)的基础上新增的配置信息 ``` upstream nginx_default { server 192.168.0.102; keepalive 65; } ``` ``` proxy_set_header Host $host:$server_port;...