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