Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lianguan committed Nov 9, 2017
1 parent 34a5d96 commit c97ee6d
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 28 deletions.
14 changes: 14 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Version 0.4.2 (2017-11-09)
--------------------------

新功能:
* 实现多用户新建项目,用过可通过前台新建属于自己的项目

调整与改进:
* 部署路径由原来的跟随服务改为跟随项目
* 优化travis持续集成脚本

Bug修复:
* 修复前后、台项目新建冲突的bug
* 修复github连接失败导致的更新检测异常的bug
* 修复机柜管理相关的bug

Version 0.4.1 (2017-11-04)
--------------------------
Expand Down
53 changes: 26 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,32 +23,6 @@ Fixhub 是一款基于PHP [Laravel 5.5](http://laravel.com)框架开发的开源
* 支持Gitlab、Github、Gogs、Gitee(Oschina)等代码托管平台进行集成
* 支持钉钉机器人、Slack、邮件和自定义Webhook的服务集成

## 使用到的技术

- [x] Laravel
- [x] Bootstrap
- [x] ionicons
- [x] Node.js
- [x] Beanstalkd
- [x] Redis
- [x] Memcached
- [x] JWT-Auth
- [x] Socket.io
- [x] Supervisor

## 开发使用到的技术

- [x] Webpack
- [x] Sass
- [x] Codception
- [x] PHP CodeSniffer
- [x] PHP Docblock Checker
- [x] PHP CS Fixer
- [x] Travis-ci
- [x] Style-CI
- [x] Gitlab-Ci


## 安装环境要求

Fixhub目前只支持类Unix操作系统,为了能运行Fixhub,您还需要安装一些基础软件。
Expand Down Expand Up @@ -127,7 +101,7 @@ $ php artisan config:clear

```shell
$ git fetch --all
$ git checkout 0.4.1
$ git checkout 0.4.2
```

二. 更新依赖
Expand All @@ -151,6 +125,31 @@ $ php artisan app:update

> 注意:系统每5分钟会自动重置一次密码,该账号没有权限访问管理功能.

## 使用到的技术

- [x] Laravel
- [x] Bootstrap
- [x] ionicons
- [x] Node.js
- [x] Beanstalkd
- [x] Redis
- [x] Memcached
- [x] JWT-Auth
- [x] Socket.io
- [x] Supervisor

## 开发使用到的技术

- [x] Webpack
- [x] Sass
- [x] Codception
- [x] PHP CodeSniffer
- [x] PHP Docblock Checker
- [x] PHP CS Fixer
- [x] Travis-ci
- [x] Style-CI
- [x] Gitlab-Ci

## 开发相关

Fixhub代码里已经自带编译后的前端静态资源,如果你不想修改前端样式,可直接忽略本环节。
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2-dev
0.4.2

0 comments on commit c97ee6d

Please sign in to comment.