remote agent can now pull builds and push results

This commit is contained in:
Brad Rydzewski
2015-05-18 20:44:44 -07:00
parent ef1e09f073
commit 7aedd78015
15 changed files with 105 additions and 244 deletions

View File

@@ -10,9 +10,8 @@ const (
)
type Commit struct {
ID int64 `meddler:"commit_id,pk" json:"-"`
ID int64 `meddler:"commit_id,pk" json:"id"`
RepoID int64 `meddler:"repo_id" json:"-"`
AgentID int64 `meddler:"agent_id" json:"-"`
Sequence int `meddler:"commit_seq" json:"sequence"`
State string `meddler:"commit_state" json:"state"`
Started int64 `meddler:"commit_started" json:"started_at"`