CodeAnalysis icon indicating copy to clipboard operation
CodeAnalysis copied to clipboard

Static Code Analysis - 静态代码分析

Results 183 CodeAnalysis issues
Sort by recently updated
recently updated
newest added

链接:https://tencent.github.io/CodeAnalysis/zh/quickStarted/references/install_nginx_from_source.html#%E9%85%8D%E7%BD%AE%E5%BC%80%E6%9C%BA%E8%87%AA%E5%8A%A8%E5%90%AF%E5%8A%A8 ### 错误地方1: ![image](https://user-images.githubusercontent.com/3125727/169661435-1621bfa1-6f4b-4d87-b723-719c0dd3a8aa.png) 需要添加 pid ![image](https://user-images.githubusercontent.com/3125727/169661276-80315044-b22d-406f-a5c1-7ce5294ff7a3.png) ### 错误地方2: 原文章为: ![image](https://user-images.githubusercontent.com/3125727/169661301-0f76a48d-e279-4d01-9a21-97a0fd6d7c88.png) 需要添加ExecStop 正确的为 ![image](https://user-images.githubusercontent.com/3125727/169661414-3d48b53c-a18c-425d-82ef-e2bef7c249ec.png) 此次为2出文档需要修改的地方,第一个是pid 这样systemctl start nginx与systemctl stop nginx,才能正常启动。

enhancement

每一公司环境的网络环境和代码仓大小是不一样,今天测试拉取超过4mins时,会直接报错无法执行任务。

enhancement
help wanted

![image](https://user-images.githubusercontent.com/32337791/168759514-6dcf481e-5723-4522-9c05-6477503a37fc.png)

enhancement
help wanted

![image](https://user-images.githubusercontent.com/32337791/168750599-0c87b861-95e5-4c46-b669-00a5527da902.png)

enhancement

## 需求 分析方案特别是代码检查的规则这块的调整,这个过程是有些繁琐的,所以希望搞个分析方案的导入导出功能或者其他的方便的备份恢复机制

enhancement
help wanted

1. 看了一下[docker-compose.yml](https://github.com/Tencent/CodeAnalysis/blob/852bd723ee782f78a2537f8eae9f460625612331/docker-compose.yml#L5-L8) 里面的db services 你们有注释了一段 image: mariadb:10.5.8 # For ARM,我arm就是因为db没有跑起来,mysql 没有arm版本,那么用户如果是`arm`平台,就需要手动修改docker-compose.yml文件,这样用起来有点繁琐。 2. 我个人建议将docker-compose.yml 里面的db services 就直接默认为mariadb,这样默认x86和arm都可以使用了,用户在arm平台部署的时候也不需要改了配置了,统一了一个db标准。

enhancement

1. 详情看任务已取消 ![image](https://user-images.githubusercontent.com/16657639/174577482-d1defcc1-3b47-4509-91e2-db54ead8348c.png) 2. 看状态一直是执行中 ![image](https://user-images.githubusercontent.com/16657639/174577682-7ac779f6-9758-469c-8c4c-23a7299a8b36.png) 3. 新执行分析详情一直在入库中 ![image](https://user-images.githubusercontent.com/16657639/174577874-4654240b-f065-4e1e-a677-a0e8a4523829.png) 4. 查看celery.log日志一直在等待入库【是否因之前状态一直执行中引起???】 ![image](https://user-images.githubusercontent.com/16657639/174578039-884df2c6-912b-43c1-beeb-f253a44af0ca.png)

![image](https://user-images.githubusercontent.com/16657639/174462468-d3beff37-7682-45d9-8720-a719800b30f0.png) ![image](https://user-images.githubusercontent.com/16657639/174462485-976cbbe3-1124-406b-ad7e-a44fafb464fb.png)