feat: git changes processing

This commit is contained in:
Nick
2019-02-24 23:48:28 -05:00
parent abe5f3b25d
commit e6f1f3add4
13 changed files with 275 additions and 25 deletions

View File

@@ -65,5 +65,6 @@ type StorageStatus {
key: String!
title: String!
status: String!
message: String
message: String!
lastAttempt: String!
}