File: Project_delete.yaml

package info (click to toggle)
gitlabracadabra 2.8.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,520 kB
  • sloc: python: 12,305; javascript: 663; makefile: 4
file content (103 lines) | stat: -rw-r--r-- 4,437 bytes parent folder | download | duplicates (4)
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
100
101
102
103
interactions:
- request:
    body: null
    headers:
      Accept:
      - '*/*'
      Accept-Encoding:
      - gzip, deflate
      Connection:
      - keep-alive
      Content-type:
      - application/json
      PRIVATE-TOKEN:
      - DKkdC5JmKWWZgXZGzg83
      User-Agent:
      - python-requests/2.22.0
    method: GET
    uri: http://localhost/api/v4/projects/test%2Fdelete_me
  response:
    body:
      string: '{"id":36,"description":"","name":"delete_me","name_with_namespace":"test
        / delete_me","path":"delete_me","path_with_namespace":"test/delete_me","created_at":"2019-09-26T14:53:13.695Z","default_branch":null,"tag_list":[],"ssh_url_to_repo":"git@gitlab.example.com:test/delete_me.git","http_url_to_repo":"http://gitlab.example.com/test/delete_me.git","web_url":"http://gitlab.example.com/test/delete_me","readme_url":null,"avatar_url":null,"star_count":0,"forks_count":0,"last_activity_at":"2019-09-26T14:53:13.695Z","namespace":{"id":3,"name":"test","path":"test","kind":"group","full_path":"test","parent_id":null,"avatar_url":null,"web_url":"http://gitlab.example.com/groups/test"},"_links":{"self":"http://gitlab.example.com/api/v4/projects/36","issues":"http://gitlab.example.com/api/v4/projects/36/issues","merge_requests":"http://gitlab.example.com/api/v4/projects/36/merge_requests","repo_branches":"http://gitlab.example.com/api/v4/projects/36/repository/branches","labels":"http://gitlab.example.com/api/v4/projects/36/labels","events":"http://gitlab.example.com/api/v4/projects/36/events","members":"http://gitlab.example.com/api/v4/projects/36/members"},"empty_repo":true,"archived":false,"visibility":"private","resolve_outdated_diff_discussions":false,"container_registry_enabled":true,"issues_enabled":true,"merge_requests_enabled":true,"wiki_enabled":true,"jobs_enabled":true,"snippets_enabled":true,"issues_access_level":"enabled","repository_access_level":"enabled","merge_requests_access_level":"enabled","wiki_access_level":"enabled","builds_access_level":"enabled","snippets_access_level":"enabled","shared_runners_enabled":true,"lfs_enabled":true,"creator_id":1,"import_status":"none","import_error":null,"open_issues_count":0,"runners_token":"6YPQu1eVF8EvzXTs8f2m","ci_default_git_depth":50,"public_jobs":true,"build_git_strategy":"fetch","build_timeout":3600,"auto_cancel_pending_pipelines":"enabled","build_coverage_regex":null,"ci_config_path":null,"shared_with_groups":[],"only_allow_merge_if_pipeline_succeeds":false,"request_access_enabled":false,"only_allow_merge_if_all_discussions_are_resolved":false,"printing_merge_request_link_enabled":true,"merge_method":"merge","auto_devops_enabled":true,"auto_devops_deploy_strategy":"continuous","permissions":{"project_access":null,"group_access":{"access_level":50,"notification_level":3}}}'
    headers:
      Cache-Control:
      - max-age=0, private, must-revalidate
      Connection:
      - keep-alive
      Content-Length:
      - '2362'
      Content-Type:
      - application/json
      Date:
      - Thu, 26 Sep 2019 14:56:23 GMT
      Etag:
      - W/"6fab2925ec411edcbc81ec6816cbbe80"
      Referrer-Policy:
      - strict-origin-when-cross-origin
      Server:
      - nginx
      Strict-Transport-Security:
      - max-age=31536000
      Vary:
      - Origin
      X-Content-Type-Options:
      - nosniff
      X-Frame-Options:
      - SAMEORIGIN
      X-Request-Id:
      - xD5Lhx2dcn9
      X-Runtime:
      - '0.490674'
    status:
      code: 200
      message: OK
- request:
    body: null
    headers:
      Accept:
      - '*/*'
      Accept-Encoding:
      - gzip, deflate
      Connection:
      - keep-alive
      Content-Length:
      - '0'
      Content-type:
      - application/json
      PRIVATE-TOKEN:
      - DKkdC5JmKWWZgXZGzg83
      User-Agent:
      - python-requests/2.22.0
    method: DELETE
    uri: http://localhost/api/v4/projects/36
  response:
    body:
      string: '{"message":"202 Accepted"}'
    headers:
      Cache-Control:
      - no-cache
      Connection:
      - keep-alive
      Content-Length:
      - '26'
      Content-Type:
      - application/json
      Date:
      - Thu, 26 Sep 2019 14:56:25 GMT
      Server:
      - nginx
      Vary:
      - Origin
      X-Content-Type-Options:
      - nosniff
      X-Frame-Options:
      - SAMEORIGIN
      X-Request-Id:
      - ksbpoCbt1x1
      X-Runtime:
      - '0.501765'
    status:
      code: 202
      message: Accepted
version: 1