Jason Song
Jason Song
I think it's a good idea to start by adding some basic types and attach some basic validation with it.
This sounds a good idea to me. We may submit a standalone pr to format the current codes first.
创建namespace应该也是大小写不敏感的
恩,从功能上来说应该是需要支持大小写不敏感的,看上去是在某些分支上有漏洞,不知对你这边的场景是什么样的,我们看看是否可以重现
normalizeNamespace这个确实是一个问题,不过我测试了一下,正常情况下如果已经有了redis.json,程序是不允许创建Redis.json的。。。
尝试了一下也没能重现。。
Mysql默认是不区分大小写的,所以apollo是依赖了这个特性做的大小写去重校验,是否是你们的mysql数据库开了区分大小写?
mysql默认是不区分的
> @apolloconfig/committers > > Is it possible let @github-actions sign the CLA? @Anilople @zouyx We could add `github-actions` to allowlist as shown below to skip cla check. https://github.com/apolloconfig/apollo/blob/0e4542e4153bd4660dd1af6084ea4a1e9a9d17fe/.github/workflows/cla.yml#L40
@Anilople It looks like we need to submit a standalone pull request to add `github-actions` to allowlist first or it won't be effective for this pull request.