Skip to content

Commit

Permalink
doc: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Nov 20, 2018
1 parent 7fe661d commit a010926
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions CHANGELOGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,20 @@
### Changed

- [CLI] 所有命令升级为子命令使用 `hpr [command] <options>` 的方式调用
- [CLI] 全局参数 `--file` 修改为 `--path`,原为配置文件现在为 hpr 项目根目录
- [Docker] 舍弃 docker-compose 并把依赖的服务打为一个镜像
- [Docker] 同时支持基于 ubuntu/alpine 的镜像

### Added

- [Core] 增加 Sentry 异常上报的配置

## [0.8.0] (2018-11-06)

### Changed

- [Docker] 舍弃 docker-compose 并把依赖的服务打为一个镜像
- [CLI] 全局参数 `--file` 修改为 `--path`,原为配置文件现在为 hpr 项目根目录
- [Core] `hpr.json` 增加 Sentry 异常上报的配置

## [0.7.0] (2018-11-01)

> TODO
### Changed

- [API] `/repositories` 创建仓库 API 参数改名 `mirror_only``create` 并新增 `clone` 参数
- [API] `/repositories/search` 搜索仓库 API 参数从 query 改为 uri path 方式,名称从 `q` 改为 `keyword`
- [CLI] 创建仓库传递参数保持上面一条的同步:参数改名 `--mirror_only` 改为 `--no-create` 并新增 `--no-clone` 参数
- [CLI] 执行 `hpr` 命令没有带任何参数时默认显示帮助文档
- [Core] 新版本 Gitlab 项目的 path 支持大小写区分,此版本将会尽量保证和原仓库大小写一致(**不再强制小写**)
Expand All @@ -50,10 +44,6 @@
- [Core] 修复在更新仓库过程中 gitlab 对于项目的描述没有更新或只保留了 `[Syncing]` 文案
- [Core] 修复一些日志输出多处不一致的文案

### Changed

- [API] `/repositories/search` 搜索仓库 API 参数从 query 改为 uri path 方式,名称从 `q` 改为 `keyword`

## [0.6.2] (2018-06-20)

### Fixed
Expand Down Expand Up @@ -116,7 +106,8 @@

- 第一个测试版本

[Unreleased]: https://github.com/icyleaf/hpr/compare/v0.7.0...HEAD
[Unreleased]: https://github.com/icyleaf/hpr/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/icyleaf/hpr/compare/v0.7.0...v0.9.0
[0.7.0]: https://github.com/icyleaf/hpr/compare/v0.6.2...v0.7.0
[0.6.2]: https://github.com/icyleaf/hpr/compare/v0.6.0...v0.6.2
[0.6.0]: https://github.com/icyleaf/hpr/compare/v0.5.0...v0.6.0
Expand Down

0 comments on commit a010926

Please sign in to comment.