-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
2c5e683
commit c94c82c
Showing
1 changed file
with
25 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Deployment system | ||
|
||
## Stocks | ||
|
||
* Pull requests | ||
* Ready commits | ||
* Deployed commits | ||
* Incidents | ||
* Reverted commits | ||
|
||
## Flows | ||
|
||
* Code review rate | ||
* Deploy rate | ||
* Defect rate | ||
* Recovery rate | ||
* Debug rate | ||
|
||
## System | ||
|
||
* ___Pull requests___ are converted into ___ready commits___ based on ___code review rate___. | ||
* ___Ready commits___ convert into ___deployed commits___ at ___deploy rate___. | ||
* ___Deployed commits___ convert into ___incidents___ at ___defect rate___. | ||
* ___Incidents___ are remediated into ___reverted commits___ at ___recovery rate___. | ||
* ___Reverted commits___ are debugged into new ___pull requests___ at ___debug rate___. |