summaryrefslogtreecommitdiff
path: root/internal/testhelper/testdata/testroot/responses/allowed_without_console_messages.json
blob: 6a865db7481365c3fb0c404d39c17aa1b395c092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "status": true,
  "gl_repository": "project-26",
  "gl_project_path": "group/private",
  "gl_id": "user-1",
  "gl_username": "root",
  "git_config_options": [],
  "gitaly": {
    "repository": {
      "storage_name": "default",
      "relative_path": "GITALY_REPOSITORY",
      "git_object_directory": "objects/",
      "git_alternate_object_directories": ["objects/"],
      "gl_repository": "project-26",
      "gl_project_path": "group/private"
    },
    "address": "GITALY_ADDRESS",
    "token": "token"
  },
  "git_protocol": "protocol",
  "gl_console_messages": []
}