-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.9.0 release proposal #2
Comments
1 |
1 similar comment
1 |
1,2 |
3, 2 |
This was referenced Apr 13, 2022
1,3 |
@zeina1i v0.9.0 release (https://github.com/nutsdb/nutsdb/issues/167) |
v0.10.0 release proposal coming soon #3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
以下是对NutsDB v0.9.0准备要做的发起提议:
1、http模块支持
由于nutsdb需要支持可视化,需要nutsdb有能力提供server的能力,才能保证本地客户端读取远程的nutsdb的数据。易用性生态建设做准备。
2、一些已知bug的fix
主要解决已知的的bug 。
比如删除bucket,merge的时候,对应的bucket的entry不会被merge清理掉(来源#1 )
3、提高下覆盖率& 使用testify
这个PR 之后有了新的单测框架 使用 (github.com/stretchr/testify) 替换原来标准库的单元测试(目前只替换了一小部分),并提高覆盖率,目前的覆盖率80%多,还可以提高一些,因为单元覆盖率是保证后面开发新的feat的重要保障,所以非常重要,不求一次到位(100%),可以每个小版本推进一点
以上是我个人的一点想法,有补充以及问题欢迎大家评论。
参与流程:
1、回复本帖报名(回复:比如1、3 参与,表示对于1和3选择参与)
2、会召集相关报名人员
3、按照报名的人员,大家会周会讨论(解决方案、排期讨论、进度对齐等)。
排期会公布在本帖。
The text was updated successfully, but these errors were encountered: