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

custom-action-ok-with-message.yml « vcr_cassettes « spec « gitlab-shell « vendor « ruby - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d44a37d27e8819d7806e82365f64ff7355702f9 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
---
http_interactions:
- request:
    method: post
    uri: http://localhost:3000/api/v4/fake/info_refs
    body:
      encoding: UTF-8
      string: '{"data":{"gl_username":"user1","primary_repo":"http://localhost:3001/user1/repo1.git","gl_id":"key-1"},"output":"","secret_token":"0a3938d9d95d807e94d937af3a4fbbea"}'
    headers:
      Content-Type:
      - application/json
      Accept-Encoding:
      - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
      Accept:
      - "*/*"
      User-Agent:
      - Ruby
      Host:
      - localhost
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Fri, 20 Jul 2018 06:18:58 GMT
      Connection:
      - close
      X-Frame-Options:
      - SAMEORIGIN
      X-Content-Type-Options:
      - nosniff
      Content-Type:
      - application/json
      Content-Length:
      - '172'
      Vary:
      - Origin
      Etag:
      - W/"7d01e1e3dbcbe7cca9607461352f8244"
      Cache-Control:
      - max-age=0, private, must-revalidate
      X-Request-Id:
      - 03afa234-b6be-49ab-9392-4aa35c5dee25
      X-Runtime:
      - '1.436040'
    body:
      encoding: UTF-8
      string: '{"result":"aW5mb19yZWZzLXJlc3VsdA==\n"}'
    http_version:
  recorded_at: Fri, 20 Jul 2018 06:18:58 GMT
- request:
    method: post
    uri: http://localhost:3000/api/v4/fake/push
    body:
      encoding: UTF-8
      string: '{"data":{"gl_username":"user1","primary_repo":"http://localhost:3001/user1/repo1.git","gl_id":"key-1"},"output":"info_refs-result","secret_token":"0a3938d9d95d807e94d937af3a4fbbea"}'
    headers:
      Content-Type:
      - application/json
      Accept-Encoding:
      - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
      Accept:
      - "*/*"
      User-Agent:
      - Ruby
      Host:
      - localhost
  response:
    status:
      code: 201
      message: Created
    headers:
      Date:
      - Fri, 20 Jul 2018 06:19:08 GMT
      Connection:
      - close
      X-Frame-Options:
      - SAMEORIGIN
      X-Content-Type-Options:
      - nosniff
      Content-Type:
      - application/json
      Content-Length:
      - '13'
      Vary:
      - Origin
      Cache-Control:
      - no-cache
      X-Request-Id:
      - 0c6894ac-7f8e-4cdb-871f-4cb64d3731ca
      X-Runtime:
      - '0.786754'
    body:
      encoding: UTF-8
      string: '{"result":"cHVzaC1yZXN1bHQ=\n"}'
    http_version:
  recorded_at: Fri, 20 Jul 2018 06:19:08 GMT
recorded_with: VCR 2.4.0