-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
173 additions
and
344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1 @@ | ||
# Changelog | ||
|
||
## [1.3.0](https://github.com/WGrape/CIManager/compare/v1.2.0...v1.3.0) (2022-12-03) | ||
|
||
|
||
### Features | ||
|
||
* CIManager支持github项目 ([0cb0644](https://github.com/WGrape/CIManager/commit/0cb064484f783d74009267039188cd7a5c9f335b)) | ||
* 新增.gitlab-ci.yml样例文件 ([aa62bca](https://github.com/WGrape/CIManager/commit/aa62bca44d490790d9da3fdefed6fbc88342f495)) | ||
* 新增接口自动化测试任务 ([e2e6df6](https://github.com/WGrape/CIManager/commit/e2e6df61791b7874f8cc6c9867758f94b1ce2bc0)) | ||
* 新增重大功能对github的支持 ([14bd92a](https://github.com/WGrape/CIManager/commit/14bd92ac3e052d13a8355fd7ebcecf79f232d808)) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* gitlab模块内部代码重构优化 ([9e72278](https://github.com/WGrape/CIManager/commit/9e72278679d0f6ce34950e85f9ee431684dbc2bc)) | ||
* 代码内部逻辑小幅度重构优化 ([63ae395](https://github.com/WGrape/CIManager/commit/63ae395b3925d6cb4fab574da60535198cd97e89)) | ||
|
||
|
||
### Styling | ||
|
||
* 修改.github-ci.yml示例文件的位置 ([b3bea88](https://github.com/WGrape/CIManager/commit/b3bea8831b981a8c5a95c68b738f6685e8660e76)) | ||
|
||
|
||
### Docs | ||
|
||
* make doc better ([10bd10b](https://github.com/WGrape/CIManager/commit/10bd10b04903f26e9eaf1c6f20bf29763820b86d)) | ||
* 修改完善文档中对github的支持 ([51fc814](https://github.com/WGrape/CIManager/commit/51fc8145dc38bd6ff8d302eaca1a1172ca7dd60e)) | ||
* 修改完善文档中对github的支持 ([1f4f59f](https://github.com/WGrape/CIManager/commit/1f4f59f17fa153dc2ecb5d5e0120f8fbbdeba1c3)) | ||
|
||
## [1.2.0](https://github.com/WGrape/CIManager/compare/v1.1.1...v1.2.0) (2022-10-15) | ||
|
||
|
||
### Features | ||
|
||
* 官网新增评论反馈区 ([36ead74](https://github.com/WGrape/CIManager/commit/36ead74bb36349fb1adf9ca540819528d5d4ee37)) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* make the start.sh and pre_check.sh more simple ([92a8f76](https://github.com/WGrape/CIManager/commit/92a8f76ee6bc49f7ef24d39eacc235e79444842b)) | ||
|
||
|
||
### Docs | ||
|
||
* make doc better ([0f94cfa](https://github.com/WGrape/CIManager/commit/0f94cfa973dcd9ee6365baf5e207a7de4afded29)) | ||
|
||
## [1.1.1](https://github.com/WGrape/CIManager/compare/v1.1.0...v1.1.1) (2022-09-19) | ||
|
||
|
||
### Docs | ||
|
||
* 完善文档 ([d2073b8](https://github.com/WGrape/CIManager/commit/d2073b845753a17bbc02fdccf6f765fd53a91201)) | ||
* 添加CODE_OF_CONDUCT ([8d2fa7a](https://github.com/WGrape/CIManager/commit/8d2fa7ab473de2be9a3370446f7ff01048f8b383)) | ||
* 添加徽章 ([8bdadee](https://github.com/WGrape/CIManager/commit/8bdadee50931a0024b79f6a7a155464ff6fa9a88)) | ||
* 添加贡献榜 ([57bfbc2](https://github.com/WGrape/CIManager/commit/57bfbc2936edc8ebe58967213b597d316c604ffa)) | ||
* 调整CODE_OF_CONDUCT位置 ([04da6f6](https://github.com/WGrape/CIManager/commit/04da6f64b09c6018ce81a83a3270759e2d56b319)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<div align="center"><h1>常见问题</h1></div> | ||
|
||
## 1、如何安装golangci-lint | ||
官方提供了如下的安装方式 | ||
|
||
```bash | ||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2 | ||
``` | ||
|
||
由于官方安装可能会有网络限制,所以在CIManager中使用了基于 [第三方缓存](https://github.com/WGrape/cache) 的安装 | ||
|
||
## 2、CURL: command not found问题 | ||
在Ubuntu系统下,使用```apt-get```安装```curl```即可。特别需要注意的是。如果没有特殊兼容处理是无法使用```CURL```这种大写拼写命令的,需要使用小写的```curl```命令 | ||
|
||
```bash | ||
mv /etc/apt/sources.list /etc/apt/sources.list.bak \ | ||
&& echo 'deb http://mirrors.163.com/debian/ stretch main non-free contrib' > /etc/apt/sources.list \ | ||
&& echo 'deb http://mirrors.163.com/debian/ stretch-updates main non-free contrib' >> /etc/apt/sources.list \ | ||
&& echo 'deb http://mirrors.163.com/debian-security/ stretch/updates main non-free contrib' >> /etc/apt/sources.list \ | ||
&& apt-get update -y | ||
apt-get install curl -y | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.