Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-08 12:06:38 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-08 12:06:38 +0400
commit9a0329016b010d2882534309e96ead8b84418c3c (patch)
tree900da729a7639c29d6af8c636e60d5bb7d40e8f2 /app/views/admin/hooks
parent3d51147de18b7e1725ace4be52f9a4fd684e4f35 (diff)
Mention SystemHook user_id in sample. Extend tests
Diffstat (limited to 'app/views/admin/hooks')
-rw-r--r--app/views/admin/hooks/_data_ex.html.erb6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/admin/hooks/_data_ex.html.erb b/app/views/admin/hooks/_data_ex.html.erb
index b69aa92716d..5b16dfb398a 100644
--- a/app/views/admin/hooks/_data_ex.html.erb
+++ b/app/views/admin/hooks/_data_ex.html.erb
@@ -52,7 +52,8 @@
"created_at": "2012-07-21T07:44:07Z",
"email": "js@gitlabhq.com",
"event_name": "user_create",
- "name": "John Smith"
+ "name": "John Smith",
+ "user_id": 41
}
6. User removed:
@@ -60,7 +61,8 @@
"created_at": "2012-07-21T07:44:07Z",
"email": "js@gitlabhq.com",
"event_name": "user_destroy",
- "name": "John Smith"
+ "name": "John Smith",
+ "user_id": 41
}
eos