1. 26 6月, 2023 2 次提交
    • 羽飞's avatar
      增加一些文档 (#200) · f4e52131
      羽飞 提交于
      ### What problem were solved in this pull request?
      
      Issue Number: ref #165 
      ref #174 
      
      Problem:
      一些文档需要优化
      f4e52131
    • 羽飞's avatar
      observer可以直接在控制台输入命令 (#199) · 380fea38
      羽飞 提交于
      ### What problem were solved in this pull request?
      
      Issue Number: close #162 
      
      Problem:
      当前的observer启动流程和调试方法比较繁琐,必须使用客户端服务端的方式,先启动服务端程序,再使用客户端启动调试
      
      ### What is changed and how it works?
      observer可以直接启动,不监听tcp或unix socket,直接通过终端/控制台输入命令并执行,极大的方便了调试
      
      ### Other information
      新的启动方法:
      ./bin/observer -P cli -f ../etc/observer.ini
      380fea38
  2. 15 6月, 2023 1 次提交
    • 羽飞's avatar
      Document (#197) · fe061d05
      羽飞 提交于
      ### What problem were solved in this pull request?
      
      Problem:
      当前生成的github pages不太整洁方便,可以优化一下
      
      ### What is changed and how it works?
      改用mdbook生成文档,并整理文档目录,调整链接
      fe061d05
  3. 30 5月, 2023 1 次提交
    • 羽飞's avatar
      doxygen 文档 (#189) · 6d9a299a
      羽飞 提交于
      ### What problem were solved in this pull request?
      
      Issue Number: close #188 
      
      Problem:
      利用doxygen将代码注释生成文档
      
      ### What is changed and how it works?
      修改github action,增加doxygen生成文档,并gihtub pages部署发布
      
      ### Other information
      6d9a299a
  4. 24 5月, 2023 1 次提交
    • 羽飞's avatar
      修改一些文档链接 (#180) · a4fbe1da
      羽飞 提交于
      ### What problem were solved in this pull request?
      
      Issue Number: close #175 
      
      Problem:
      github page 构建失败
      看到报错信息:
      ```
      googletest/docs/assets/css/style.scss File to import not found or unreadable
      ```
      本来miniob的pages与子模块是无关的,看github page
      action的逻辑是checkout了子模块,而这个子模块在这里有点问题。
      
      ### What is changed and how it works?
      把github pages改成github action模式构建,并修改checkout的submodules参数为false,即不拉子模块。
      这里只是修改一些文档链接,gitub page相关的commit:
      
      https://github.com/oceanbase/miniob/commit/8a33f5219d7ed27797d49dc2a9bfd945dcd0d327
      
      ### Other information
      a4fbe1da
  5. 12 5月, 2023 1 次提交
    • 羽飞's avatar
      gitpod doc (#167) · c3efcf52
      羽飞 提交于
      ### What problem were solved in this pull request?
      
      Issue Number: close #152 
      
      Problem:
      增加gitpod 开发说明
      
      ### What is changed and how it works?
      
      ### Other information
      c3efcf52
  6. 06 4月, 2023 1 次提交
  7. 09 3月, 2023 1 次提交
  8. 09 1月, 2023 1 次提交
  9. 07 12月, 2022 1 次提交
    • X
      build: develop by vscode in docker container (#100) (#125) · 7e6a6d2a
      Xu Wenhao 提交于
      优化Docker开发环境:
      - docker镜像使用zsh;
      - 自动初始化vscode开发调试配置环境;
      - 容器中开启ssh服务,方便远程开发;
      - 可以在构建镜像时clone自己的代码;
      - 提供了丰富详细的使用文档。
      7e6a6d2a
  10. 17 10月, 2022 1 次提交
  11. 06 9月, 2022 1 次提交
  12. 05 9月, 2022 1 次提交
  13. 25 8月, 2022 1 次提交
  14. 10 8月, 2022 1 次提交
  15. 27 7月, 2022 1 次提交
  16. 05 5月, 2022 2 次提交
  17. 11 4月, 2022 1 次提交
    • 羽飞's avatar
      docker · cbddce84
      羽飞 提交于
      cbddce84
  18. 17 11月, 2021 1 次提交
  19. 02 11月, 2021 1 次提交
  20. 15 10月, 2021 1 次提交
  21. 12 10月, 2021 2 次提交