{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":416144775,"defaultBranch":"main","name":"miniob","ownerLogin":"oceanbase","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-10-12T01:44:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/82347605?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1697460536.0","currentOid":""},"activityList":{"items":[{"before":"87d9a37558523a55f0c26893890b05ab8305adf0","after":"0eafadb788a197051964d70e9661f5bdb8eb80ae","ref":"refs/heads/main","pushedAt":"2024-05-22T00:24:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"Update how-to-dev-using-docker.md (#416)\n\n补充文档说明\r\ndocker hub镜像(注意在v1.1版本后,需要自己下载源码)","shortMessageHtmlLink":"Update how-to-dev-using-docker.md (#416)"}},{"before":"eff2408516ae87c30a8f9c9077f8bd0679cb858d","after":"87d9a37558523a55f0c26893890b05ab8305adf0","ref":"refs/heads/main","pushedAt":"2024-05-20T08:13:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"修复文档中的一些链接 (#415)\n\n### What problem were solved in this pull request?\r\n\r\nProblem:\r\n修复文档中的一些链接","shortMessageHtmlLink":"修复文档中的一些链接 (#415)"}},{"before":"057fd6d1c8c6d18e5b15cccf8f9a1fc99bb61237","after":"eff2408516ae87c30a8f9c9077f8bd0679cb858d","ref":"refs/heads/main","pushedAt":"2024-05-16T11:38:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"fix picture","shortMessageHtmlLink":"fix picture"}},{"before":"93ef5bc672dd0bf84383dd5af85619198b0ea8f6","after":"057fd6d1c8c6d18e5b15cccf8f9a1fc99bb61237","ref":"refs/heads/main","pushedAt":"2024-05-14T08:25:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"调整单元测试的目录 (#408)\n\n### What problem were solved in this pull request?\r\n\r\nProblem:\r\n当前所有单元测试都放在一个目录下,看起来很混乱,还会额外链接一些多余的库\r\n\r\n### What is changed and how it works?\r\n拆分observer、deps/common和deps/memtracer目录","shortMessageHtmlLink":"调整单元测试的目录 (#408)"}},{"before":"675394d0400717332f81039492b03efab4f38087","after":"93ef5bc672dd0bf84383dd5af85619198b0ea8f6","ref":"refs/heads/main","pushedAt":"2024-05-14T05:44:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"修正图片引用","shortMessageHtmlLink":"修正图片引用"}},{"before":"fb737013c6755f92ef2ae0df50869995769a7445","after":"675394d0400717332f81039492b03efab4f38087","ref":"refs/heads/main","pushedAt":"2024-05-14T05:39:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"文档工具改成mkdocs (#407)\n\n文档工具改成mkdocs","shortMessageHtmlLink":"文档工具改成mkdocs (#407)"}},{"before":"fa18fc05d5063c40a69ab641e0b9e29589650bff","after":"fb737013c6755f92ef2ae0df50869995769a7445","ref":"refs/heads/main","pushedAt":"2024-05-14T03:24:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"[double write buffer]write page into file in add_page (#406)\n\n### What problem were solved in this pull request?\r\n\r\nIssue Number: close #403\r\n\r\nProblem:\r\n当更新double write buffer中的页面时,数据没有写入到磁盘,导致下次在读取时,数据不是最新的。\r\n\r\n### What is changed and how it works?\r\n在调用add_page时,也刷新文件到磁盘。\r\ndouble write buffer 增加设计要求:保证内存和磁盘中的数据都是最新的,比buffer pool中的要新。","shortMessageHtmlLink":"[double write buffer]write page into file in add_page (#406)"}},{"before":"9f04eed64738fc70dc0492f49037ae05b8204575","after":"fa18fc05d5063c40a69ab641e0b9e29589650bff","ref":"refs/heads/main","pushedAt":"2024-05-14T03:03:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"support memory usage monitor (#391)\n\n### What problem were solved in this pull request?\r\n\r\nIssue Number: close #385","shortMessageHtmlLink":"support memory usage monitor (#391)"}},{"before":"7dfc738f938be647fddebb6e970a2cf4795bb214","after":"9f04eed64738fc70dc0492f49037ae05b8204575","ref":"refs/heads/main","pushedAt":"2024-05-13T10:10:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"fix DoubleWriteBuffer init (#402)\n\n### What problem were solved in this pull request?\r\n\r\nIssue Number: close #401 \r\n\r\nsome test ref: https://github.com/nautaa/miniob/actions/runs/9042145064\r\n\r\nProblem:\r\n\r\n### What is changed and how it works?\r\n\r\n### Other information","shortMessageHtmlLink":"fix DoubleWriteBuffer init (#402)"}},{"before":"b69d9de26d2f2a758f6ac408752a38cde688f7a0","after":"7dfc738f938be647fddebb6e970a2cf4795bb214","ref":"refs/heads/main","pushedAt":"2024-05-11T07:32:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"fix: add missing header files (#396)\n\n### What problem were solved in this pull request?\r\n\r\nProblem:\r\n\r\nFailed to compile `deps/common/lang/serializer` and\r\n`src/observer/storage/buffer/double_write_buffer`\r\n\r\n```\r\n/home/sisabyss/git/miniob/deps/common/lang/serializer.h:44:3: 错误:‘int64_t’不是一个类型名\r\n 44 | int64_t size() const { return buffer_.size(); }\r\n | ^~~~~~~\r\n```\r\n\r\ngcc 版本 14.1.1 20240507 (GCC) \r\n\r\n### What is changed and how it works?\r\n\r\nAdd `` and ``","shortMessageHtmlLink":"fix: add missing header files (#396)"}},{"before":"49227a8ea25a858e26471d69af159c17b61485b0","after":"b69d9de26d2f2a758f6ac408752a38cde688f7a0","ref":"refs/heads/main","pushedAt":"2024-05-11T06:43:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"Fix Dockerfile (#400)\n\n### What problem were solved in this pull request?\r\n修复 Dockerfile\r\n\r\nProblem: Dockerfile 第15行末尾缺少 '\\\\' 导致无法构建镜像\r\n\r\n### What is changed and how it works?\r\n在 Dockerfile 第15行末尾增加 '\\\\'","shortMessageHtmlLink":"Fix Dockerfile (#400)"}},{"before":"788f8e9e19198c4858f847a404d898048014310f","after":"49227a8ea25a858e26471d69af159c17b61485b0","ref":"refs/heads/main","pushedAt":"2024-05-10T10:08:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"[fix]构建的Docker开发容器无法使用root登录 (#395)\n\n### What problem were solved in this pull request?\r\n\r\nIssue Number: close #394 \r\n\r\nProblem:参照开发文档构建的Docker开发容器无法使用root密码登录\r\n\r\n### What is changed and how it works?\r\n\r\n1. 修改容器 ssh 配置文件,使其允许root用户登录\r\n2. 修改开发文档中对修改root用户密码方法的描述","shortMessageHtmlLink":"[fix]构建的Docker开发容器无法使用root登录 (#395)"}},{"before":"05e3d996eb299cc15ebefe1063cc681a23f51cb3","after":"788f8e9e19198c4858f847a404d898048014310f","ref":"refs/heads/main","pushedAt":"2024-04-28T08:52:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"README中架构图附近文字排版不对","shortMessageHtmlLink":"README中架构图附近文字排版不对"}},{"before":"8c026d34bb020189b9e656d24825293673cb6bc2","after":"05e3d996eb299cc15ebefe1063cc681a23f51cb3","ref":"refs/heads/main","pushedAt":"2024-04-28T08:51:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"Readme (#388)\n\n### What problem were solved in this pull request?\r\n\r\nProblem:\r\n当前的首页README架构图老了,还有一些其它小问题\r\n\r\n### What is changed and how it works?\r\n用design目录下的框架图,再修复一下 double write buffer的链接。\r\n\r\n### Other information","shortMessageHtmlLink":"Readme (#388)"}},{"before":"be0dcfe7a30a9782e4bb3680d87c6006c0432a2d","after":"8c026d34bb020189b9e656d24825293673cb6bc2","ref":"refs/heads/main","pushedAt":"2024-04-28T07:18:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"持久化功能 (#376)\n\n### What problem were solved in this pull request?\r\n\r\nIssue Number: close #118 #279 \r\n\r\nProblem:\r\n当前的WAL仅记录了事务的日志,没有记录内部对象,比如record manager、B+树等的日志,导致在异常重启时,可能正常无法恢复。\r\n\r\n### What is changed and how it works?\r\n除了记录事务日志,还记录了Buffer pool、record\r\nmanager、B+树等内部数据日志,可以保证内部对象变更后断电等异常,仍然可以通过日志来恢复数据。\r\n\r\n另外,此PR也实现了事务的回滚日志。","shortMessageHtmlLink":"持久化功能 (#376)"}},{"before":"6ac17fe27a46d39bc00b3a30de872b6721a900c6","after":"be0dcfe7a30a9782e4bb3680d87c6006c0432a2d","ref":"refs/heads/main","pushedAt":"2024-04-18T02:11:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"Update types.h, add #include (#379)\n\n### What problem were solved in this pull request?\r\ng++13 can't compile\r\nIssue Number: #378 \r\n\r\nProblem: no header included in types.h\r\n\r\n### What is changed and how it works?\r\nadd #include or \r\n### Other information\r\n\r\n---------\r\n\r\nCo-authored-by: wangyunlai ","shortMessageHtmlLink":"Update types.h, add #include<stdint.h> (#379)"}},{"before":"a85cca567aec54f94529c2b86601adcb0f5d80f2","after":"6ac17fe27a46d39bc00b3a30de872b6721a900c6","ref":"refs/heads/main","pushedAt":"2024-04-15T05:41:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"doc for double write buffer (#374)\n\n### What problem were solved in this pull request?\r\n\r\nProblem:\r\n为Double Write Buffer添加设计文档\r\n### What is changed and how it works?\r\n\r\n### Other information","shortMessageHtmlLink":"doc for double write buffer (#374)"}},{"before":"6e9355b2258e3e197fbf9c67ba2eddadf105a3cc","after":"a85cca567aec54f94529c2b86601adcb0f5d80f2","ref":"refs/heads/main","pushedAt":"2024-04-15T03:43:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"double write buffer (#367)\n\n### What problem were solved in this pull request?\r\n\r\nIssue Number: close #334 \r\n\r\nProblem:\r\n\r\n### What is changed and how it works?\r\n实现double write buffer以解决页面的原子写入问题。\r\n### Other information\r\n\r\n---------\r\n\r\nCo-authored-by: wangyunlai ","shortMessageHtmlLink":"double write buffer (#367)"}},{"before":"ab25a46cae4e8130167cbca10ae5992fc9280abc","after":"6e9355b2258e3e197fbf9c67ba2eddadf105a3cc","ref":"refs/heads/main","pushedAt":"2024-04-08T01:19:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"print startup tips (#372)\n\n### What problem were solved in this pull request?\r\n\r\nProblem:\r\nWhile people are learning about miniob, they don't know the owner of the\r\nproject.\r\n\r\n### What is changed and how it works?\r\nPrinting copyright information when starting observer and obclient.","shortMessageHtmlLink":"print startup tips (#372)"}},{"before":"e2165aef120b3135771de6292462d051b43c66aa","after":"ab25a46cae4e8130167cbca10ae5992fc9280abc","ref":"refs/heads/main","pushedAt":"2024-03-26T06:22:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"add crc checksum to disk buffer page #356 (#357)","shortMessageHtmlLink":"add crc checksum to disk buffer page #356 (#357)"}},{"before":"6b67c11e382f52044e9ee964862dfb1c09d79207","after":"e2165aef120b3135771de6292462d051b43c66aa","ref":"refs/heads/main","pushedAt":"2024-03-11T05:53:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"Enhancement: make alignment easy (#350)\n\n@sa\r\n[easy_align](https://github.com/oceanbase/oceanbase/blob/develop/deps/easy/src/include/easy_define.h#L45)","shortMessageHtmlLink":"Enhancement: make alignment easy (#350)"}},{"before":"95d941d8b90b1055e6fd9e863aeda78cc4ef719b","after":"6b67c11e382f52044e9ee964862dfb1c09d79207","ref":"refs/heads/main","pushedAt":"2024-03-07T09:40:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"doxygen优化 首页说明单独写在一个md文档 (#349)\n\n### What problem were solved in this pull request?\r\n\r\nIssue Number: close #252 \r\n\r\nProblem:当前doxy文档中首页说明是放在main.cpp代码文件中的,这样写并不好,单独写在一个文本文档中更好一点。\r\n\r\n### What is changed and how it works?\r\n修改doxy配置文件 mainpage 单独写成一个 md 文件\r\n### Other information","shortMessageHtmlLink":"doxygen优化 首页说明单独写在一个md文档 (#349)"}},{"before":"c9e9bb79fb4b352a2181aa374ef6382399ad6654","after":"95d941d8b90b1055e6fd9e863aeda78cc4ef719b","ref":"refs/heads/main","pushedAt":"2024-03-04T10:02:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"remove features in devcontainer (#348)\n\n### What problem were solved in this pull request?\r\n\r\nProblem:\r\noceanbase/miniob 镜像中已经把需要的依赖都加上了,如果还需要其它依赖,应该调整miniob镜像。\r\n而且在国内安装devcontainer features中描述的组件,特别慢。\r\n\r\n### What is changed and how it works?\r\n删除devcontainer文件中features相关内容","shortMessageHtmlLink":"remove features in devcontainer (#348)"}},{"before":"34d0b3cec691d73bf44b390744380bd5eb9967cd","after":"c9e9bb79fb4b352a2181aa374ef6382399ad6654","ref":"refs/heads/main","pushedAt":"2024-03-04T08:29:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"Devcontainer (#347)\n\n### What problem were solved in this pull request?\r\n\r\nIssue Number: close #147 \r\n\r\nProblem:\r\nNot support with github codespace.\r\n\r\n### What is changed and how it works?\r\nadd .devcontainer file base on oceanbase/miniob","shortMessageHtmlLink":"Devcontainer (#347)"}},{"before":"f42235649b7d3860aaecc08265bb801b12dd7ef3","after":"34d0b3cec691d73bf44b390744380bd5eb9967cd","ref":"refs/heads/main","pushedAt":"2024-02-24T00:53:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"Update build.sh (#343)\n\n去掉默认自动检测当前机器上CPU的个数来决定编译并发数量,改由自己决策。 \r\n ### What problem were solved in this pull request?\r\n Issue Number: #303\r\n \r\n\r\nProblem:收到多名同学反馈编译执行buidl.sh卡死。build.sh中会自动检测当前机器上CPU的个数来决定编译并发数量,但是很多同学的机器内存与CPU并不匹配,会导致编译卡死。\r\n \r\n ### What is changed and how it works?\r\n> 将此处改成`MAKE_ARGS=()`\r\n>\r\n\r\n>https://github.com/oceanbase/miniob/blob/f42235649b7d3860aaecc08265bb801b12dd7ef3/build.sh#L12\r\n\r\n\r\n * 去掉并发编译,使用者各取所需,在执行build.sh时直接使用 -jN 参数自行选择并行度。\r\n\r\n ### Other information","shortMessageHtmlLink":"Update build.sh (#343)"}},{"before":"0ec922e84e6566db25adb533bc54d7078a169235","after":"f42235649b7d3860aaecc08265bb801b12dd7ef3","ref":"refs/heads/main","pushedAt":"2024-02-23T03:16:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"修正 lecture-6 两处错别字 (#342)\n\n修正 lecture-6 两处错别字","shortMessageHtmlLink":"修正 lecture-6 两处错别字 (#342)"}},{"before":"7215c863e510fbd0d66b092d91c23040eeec119c","after":"0ec922e84e6566db25adb533bc54d7078a169235","ref":"refs/heads/main","pushedAt":"2024-02-12T00:11:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"Update introduction.md (#339)\n\ncorrect the wrong address\r\n\r\n### What problem were solved in this pull request?\r\n\r\nIssue Number: close #337\r\n\r\nProblem:\r\n\r\n### What is changed and how it works?\r\nsorry that I use a wrong address in #338","shortMessageHtmlLink":"Update introduction.md (#339)"}},{"before":"7a5c83a5eafee4841c8a0aa2aff58f170ede4df2","after":"7215c863e510fbd0d66b092d91c23040eeec119c","ref":"refs/heads/main","pushedAt":"2024-02-11T11:56:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"add the protocol.md in the summary.md (#338)\n\n### What problem were solved in this pull request?\r\n\r\nIssue Number: close #337 \r\n\r\nProblem:\r\n\r\n### What is changed and how it works?\r\n\r\nadd docs/src/design/miniob-mysql-protocol.md in the following documents\r\nto remake the mdbook to make the website in the\r\ndocs/src/miniob-introduction.md correct.\r\n> docs/src/SUMMARY.md\r\n> docs/src/design/introduction.md\r\n\r\n### Other information","shortMessageHtmlLink":"add the protocol.md in the summary.md (#338)"}},{"before":"2244edd373d00ae7629ec029d6e4906875319007","after":"7a5c83a5eafee4841c8a0aa2aff58f170ede4df2","ref":"refs/heads/main","pushedAt":"2024-02-09T08:13:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"bug fix of bitmap find next bit(#335) (#336)\n\n### What problem were solved in this pull request?\r\n\r\nIssue Number: close #335 \r\n\r\nProblem: the first set/unset bit was not found correctly.\r\n\r\n### What is changed and how it works?\r\nnow the first set/unset bit could be found correctly.","shortMessageHtmlLink":"bug fix of bitmap find next bit(#335) (#336)"}},{"before":"94c39e8eabc576494ae4af384352711710a716f9","after":"2244edd373d00ae7629ec029d6e4906875319007","ref":"refs/heads/main","pushedAt":"2024-01-23T01:57:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"hnwyllmm","name":"wangyunlai","path":"/hnwyllmm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5187215?s=80&v=4"},"commit":{"message":"collect coverage info (#333)\n\n### What problem were solved in this pull request?\r\n\r\nProblem:\r\nThere is no unittest coverage information.\r\n\r\n### What is changed and how it works?\r\nBuild with -DENABLE_COVERAGE=ON.","shortMessageHtmlLink":"collect coverage info (#333)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUGO4bwA","startCursor":null,"endCursor":null}},"title":"Activity · oceanbase/miniob"}