Harry

Results 12 issues of Harry

spring注入bean的时候,获取了系统环境(SystemEnvironment)覆盖了从配置文件中读取到的git的username。我这边是修改了(SccaGitProperties类中的的字段名)。 ![tim 20180919170325](https://user-images.githubusercontent.com/37059529/45743370-7018ef80-bc2e-11e8-8e74-1b7cb173773a.jpg)

![image](https://user-images.githubusercontent.com/37059529/49496389-c2b68f00-f8a0-11e8-9cdd-936a5bd7465d.png)

用户体验

启动时配置了 ![image](https://user-images.githubusercontent.com/37059529/47498539-1e4c3080-d890-11e8-9ed3-533850ce4bbd.png) 如果配置多个注册中心地址,源代码中直接拿url了,没有进行判断是否多个eureka

功能增强

yml格式有问题时,第一次可以将文件保存到git仓库,但是读取的时候解析会出问题,导致文件解析失败,但是仍然能点击保存按钮,导致保存了空文件,即删除了git仓库中对应文件的内容。yml或者properties文件有问题时,应该给出提示,并且不能再进行保存。

目前git pattern配置是 application-{profile}.properties,application-{profile}.yaml,application-{profile}.yml 但其实很多情况下我们的配置文件是 {application}-{profile}.properties,{application}-{profile}.yaml,{application}-{profile}.yml

问题咨询
文档问题

加密之后的配置,保存到git仓库之后,spring cloud config 通过 rest api的方式不能读取。

问题咨询

希望可以判断文件有没有改变,再去提交仓库。

功能增强

skywalking 的 chart ,我这边 chartmuseum 是可以显示的

#### helm repo list ``` stable https://kubernetes-charts.storage.googleapis.com harbor http://xx/chartrepo/library ``` #### helm push harbor-1.1.1.tgz harbor ``` Pushing harbor-1.1.1.tgz to harbor... Error: Post http://xx/api/chartrepo/library/charts: net/http: request canceled (Client.Timeout exceeded while awaiting...

建议完善使用文档,很多地方不太明白具体的作用