文档网站
注意
这是一个breaking change,升级后,将无法使用dadk 0.2.0去编译旧的项目。如有需要,请手动降级到dadk 0.1.11:
cargo install --git https://git.mirrors.dragonos.org.cn/DragonOS-Community/DADK --tag v0.1.11
What’s Changed
- ci: add dependabot by @Chiichen in https://github.com/DragonOS-Community/DADK/pull/44
- Update clap requirement from =4.2.4 to =4.5.4 by @dependabot in Update clap requirement from =4.2.4 to =4.5.4 by dependabot[bot] · Pull Request #48 · DragonOS-Community/DADK · GitHub
- refactor: 把dadk原有的管理用户程序编译的逻辑移动到dadk-user by @fslongjin in refactor: 把dadk原有的管理用户程序编译的逻辑移动到dadk-user by fslongjin · Pull Request #60 · DragonOS-Community/DADK · GitHub
- refactor: 移除交互式命令行 by @fslongjin in refactor: 移除交互式命令行 by fslongjin · Pull Request #61 · DragonOS-Community/DADK · GitHub
- feat: Add dadk-manifest by @fslongjin in https://github.com/DragonOS-Community/DADK/pull/63
- chore(deps): Update reqwest requirement from 0.11 to 0.12 by @dependabot in chore(deps): Update reqwest requirement from 0.11 to 0.12 by dependabot[bot] · Pull Request #66 · DragonOS-Community/DADK · GitHub
- chore(deps): Update zip requirement from 0.6 to 2.2 by @dependabot in chore(deps): Update zip requirement from 0.6 to 2.2 by dependabot[bot] · Pull Request #64 · DragonOS-Community/DADK · GitHub
- chore(deps): Update clap requirement from =4.5.4 to =4.5.20 by @dependabot in chore(deps): Update clap requirement from =4.5.4 to =4.5.20 by dependabot[bot] · Pull Request #65 · DragonOS-Community/DADK · GitHub
- feat(dadk-config): 在dadk manifest里面添加配置字段,并且增加测试用例 by @fslongjin in feat(dadk-config): 在dadk manifest里面添加配置字段,并且增加测试用例 by fslongjin · Pull Request #67 · DragonOS-Community/DADK · GitHub
- feat(dadk-config): 添加rootfs配置文件 by @fslongjin in feat(dadk-config): 添加rootfs配置文件 by fslongjin · Pull Request #68 · DragonOS-Community/DADK · GitHub
- feat(dadk-config): 添加boot config by @fslongjin in feat(dadk-config): 添加boot config by fslongjin · Pull Request #69 · DragonOS-Community/DADK · GitHub
- Xuzihao/feat dadk user by @Jomocool in Xuzihao/feat dadk user by Jomocool · Pull Request #71 · DragonOS-Community/DADK · GitHub
- feat(dadk): 新的console & dadk-insiders测试目标 by @fslongjin in feat(dadk): 新的console & dadk-insiders测试目标 by fslongjin · Pull Request #70 · DragonOS-Community/DADK · GitHub
- feat(dadk-config) by @Jomocool in https://github.com/DragonOS-Community/DADK/pull/72
- feat(dadk-user): 编译缓存优化 by @Jomocool in feat(dadk-user): 编译缓存优化 by Jomocool · Pull Request #73 · DragonOS-Community/DADK · GitHub
- feat: 创建磁盘镜像并格式化 by @fslongjin in feat: 创建磁盘镜像并格式化 by fslongjin · Pull Request #74 · DragonOS-Community/DADK · GitHub
- fix: 移除错误引入的文件 by @fslongjin in https://github.com/DragonOS-Community/DADK/pull/75
- ci: 取消codecov的fail_ci_if_error by @fslongjin in ci: 取消codecov的fail_ci_if_error by fslongjin · Pull Request #77 · DragonOS-Community/DADK · GitHub
- feat: mount and umount disk image by @fslongjin in feat: mount and umount disk image by fslongjin · Pull Request #78 · DragonOS-Community/DADK · GitHub
- feat: 删除磁盘镜像以及删除sysroot by @fslongjin in feat: 删除磁盘镜像以及删除sysroot by fslongjin · Pull Request #76 · DragonOS-Community/DADK · GitHub
- docs: Add docs and deploy by @fslongjin in https://github.com/DragonOS-Community/DADK/pull/80
- ci: fix docs ci by @fslongjin in ci: fix docs ci by fslongjin · Pull Request #81 · DragonOS-Community/DADK · GitHub
- ci: fix docs ci cache key by @fslongjin in ci: fix docs ci cache key by fslongjin · Pull Request #82 · DragonOS-Community/DADK · GitHub
- refactor: 删除rust_target字段 by @fslongjin in refactor: 删除rust_target字段 by fslongjin · Pull Request #83 · DragonOS-Community/DADK · GitHub
- fix: 将
last_modified_time
改为BFS & 修正未判断文件夹更新时间的bug by @fslongjin in fix: 将`last_modified_time`改为BFS & 修正未判断文件夹更新时间的bug by fslongjin · Pull Request #84 · DragonOS-Community/DADK · GitHub - fix: 修正user app config 模版里面的两个默认值 by @fslongjin in fix: 修正user app config 模版里面的两个默认值 by fslongjin · Pull Request #85 · DragonOS-Community/DADK · GitHub
- fix: 修复挂载loop设备之后,内核数据未同步导致的问题 by @fslongjin in fix: 修复挂载loop设备之后,内核数据未同步导致的问题 by fslongjin · Pull Request #86 · DragonOS-Community/DADK · GitHub
- feat(dadk-user): 增加目录依赖 by @Jomocool in feat(dadk-user): 增加目录依赖 by Jomocool · Pull Request #79 · DragonOS-Community/DADK · GitHub
- doc: 添加如何编写文档的说明 by @fslongjin in doc: 添加如何编写文档的说明 by fslongjin · Pull Request #88 · DragonOS-Community/DADK · GitHub
- feat: 添加一些rootfs命令 by @fslongjin in feat: 添加一些rootfs命令 by fslongjin · Pull Request #87 · DragonOS-Community/DADK · GitHub
- doc: 用户快速开始指南 by @fslongjin in doc: 用户快速开始指南 by fslongjin · Pull Request #90 · DragonOS-Community/DADK · GitHub
- feat: 添加内核性能分析工具 by @fslongjin in feat: 添加内核性能分析工具 by fslongjin · Pull Request #91 · DragonOS-Community/DADK · GitHub
- doc: 添加用户程序构建文档 & 环境变量介绍文档 by @fslongjin in doc: 添加用户程序构建文档 & 环境变量介绍文档 by fslongjin · Pull Request #92 · DragonOS-Community/DADK · GitHub
- chore: bump version to 0.2.0 by @fslongjin in https://github.com/DragonOS-Community/DADK/pull/93
- chore: 更新dadk-user和dadk-config的版本到0.2.0 by @fslongjin in chore: 更新dadk-user和dadk-config的版本到0.2.0 by fslongjin · Pull Request #94 · DragonOS-Community/DADK · GitHub
- chore: 为dadk-onfig和dadk-user添加描述信息 by @fslongjin in chore: 为dadk-onfig和dadk-user添加描述信息 by fslongjin · Pull Request #95 · DragonOS-Community/DADK · GitHub
- chore: 修复cargo publish时,提示dadk的readme未找到的问题 by @fslongjin in chore: 修复cargo publish时,提示dadk的readme未找到的问题 by fslongjin · Pull Request #96 · DragonOS-Community/DADK · GitHub
New Contributors
- @dependabot made their first contribution in https://github.com/DragonOS-Community/DADK/pull/48
Full Changelog: Comparing v0.1.11...v0.2.0 · DragonOS-Community/DADK · GitHub