xaizek / fragile (License: AGPLv3+) (since 2018-12-07)
Simple lightweight CI, attempting to be somewhat Unix-like in its philosophy.
Commit 6b6a6267424ea4b92d2155395ee2575081a29eab

Allow viewing output for ERROR state
Author: xaizek
Author date (UTC): 2016-03-09 21:52
Committer name: xaizek
Committer date (UTC): 2016-03-09 21:52
Parent(s): b6f1e40decf275a85a6233c036e8d1367c78e543
Signing key:
Tree: bd41f5e9bbfa5857c6d2a484309c24b888eff020
File Lines added Lines deleted
dashboard.php 1 0
File dashboard.php changed (mode: 100644) (index 4be89e1..b7bd7e6)
... ... function statusHasOutput($status)
112 112 switch ($status) { switch ($status) {
113 113 case 'OK': case 'OK':
114 114 case 'FAIL': case 'FAIL':
115 case 'ERROR':
115 116 return true; return true;
116 117
117 118 default: default:
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/fragile

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/fragile

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master