parent
315d4cc8e8
commit
015d8da731
1 changed files with 16 additions and 13 deletions
|
@ -4,20 +4,23 @@
|
|||
"created_at": "2012-07-21T07:30:54Z",
|
||||
"event_name": "project_create",
|
||||
"name": "StoreCloud",
|
||||
"owner_email": "johnsmith@gmail.com",
|
||||
"owner_name": "John Smith",
|
||||
"path": "storecloud",
|
||||
"project_id": 74
|
||||
"owner_email": "johnsmith@gmail.com"
|
||||
"owner_name": "John Smit",
|
||||
"path": "stormcloud",
|
||||
"path_with_namespace": "jsmith/stormcloud",
|
||||
"project_id": 74,
|
||||
}
|
||||
|
||||
2. Project destroyed:
|
||||
{
|
||||
"created_at": "2012-07-21T07:30:58Z",
|
||||
"event_name": "project_destroy",
|
||||
"name": "Underscore",
|
||||
"owner_email": "johnsmith@gmail.com",
|
||||
"owner_email": "johnsmith@gmail.com"
|
||||
"owner_name": "John Smith",
|
||||
"path": "underscore",
|
||||
"project_id": 73
|
||||
"path_with_namespace": "jsmith/underscore",
|
||||
"project_id": 73,
|
||||
}
|
||||
|
||||
3. New Team Member:
|
||||
|
|
Loading…
Reference in a new issue