aboutsummaryrefslogtreecommitdiffstats
path: root/models/fixtures/webhook.yml
blob: ec282914b81e7282ee620daa1aa66ec3ce5d30c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
-
  id: 1
  repo_id: 1
  url: https://www.example.com/url1
  content_type: 1 # json
  events: '{"push_only":true,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":false}}'
  is_active: true

-
  id: 2
  repo_id: 1
  url: https://www.example.com/url2
  content_type: 1 # json
  events: '{"push_only":false,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":true}}'
  is_active: false

-
  id: 3
  owner_id: 3
  repo_id: 3
  url: https://www.example.com/url3
  content_type: 1 # json
  events: '{"push_only":false,"send_everything":false,"choose_events":false,"events":{"create":false,"push":true,"pull_request":true}}'
  is_active: true

-
  id: 4
  repo_id: 2
  url: https://www.example.com/url4
  content_type: 1 # json
  events: '{"push_only":true,"branch_filter":"{master,feature*}"}'
  is_active: true

-
  id: 5
  repo_id: 0
  owner_id: 0
  url: https://www.example.com/url5
  content_type: 1 # json
  events: '{"push_only":true,"branch_filter":"{master,feature*}"}'
  is_active: true
  is_system_webhook: true

-
  id: 6
  repo_id: 0
  owner_id: 0
  url: https://www.example.com/url6
  content_type: 1 # json
  events: '{"push_only":true,"branch_filter":"{master,feature*}"}'
  is_active: true
  is_system_webhook: false