Skip to content

Fix Review App Multiple Deletion API payload

Shinya Maeda requested to merge fix-review-app-multi-deletion-api-payload into master

What does this MR do?

Currently, the Review App Multiple Deletion API contains many unrelated information thus harming the usability. We fix this problem by switching to Entities::EnvironmentBasic to return only necessary information and freeing up the network bandwidth. This is also pointed out by @stanhu in this comment.

This is considered as modifying the API interface, however, this API is still not functional and undocumented thus we consider the potential impact is zero.

Related !66732 (merged) !66922 (merged) #296625 (closed)

Previous payload example

Notice that the identical project data is included in each scheduled entries. Since the API path contains the project ID/URL, the requester has already known the project information, thus these information are unnecessary.

{
  "scheduled_entries": [
    {
      "id": 287,
      "name": "review/38e5cdc79dde63f6d535",
      "slug": "review-38e5cdc79d-54uwnw",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 288,
      "name": "review/115caa711c65931d953b",
      "slug": "review-115caa711c-prn67f",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 289,
      "name": "review/6a993f79e6df41b1aa4b",
      "slug": "review-6a993f79e6-my3la1",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 290,
      "name": "review/71f247525a59725b8740",
      "slug": "review-71f247525a-6xph2j",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 291,
      "name": "review/c3042b0220bd748f89c5",
      "slug": "review-c3042b0220-jvpq0l",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 292,
      "name": "review/24c161b095784785f35c",
      "slug": "review-24c161b095-57hyk1",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 293,
      "name": "review/d716a0ff009c72b8f2fc",
      "slug": "review-d716a0ff00-r53e50",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 294,
      "name": "review/95f0e1794b9f2e8e6ec2",
      "slug": "review-95f0e1794b-5abdzl",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 295,
      "name": "review/6e543e84c33639279b08",
      "slug": "review-6e543e84c3-ty5get",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 296,
      "name": "review/1437fd2cea870298f88f",
      "slug": "review-1437fd2cea-9bjhsp",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 297,
      "name": "review/ce2848369cec3cfe5c0f",
      "slug": "review-ce2848369c-rdyhsg",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 298,
      "name": "review/db0eb43e3a99d847523c",
      "slug": "review-db0eb43e3a-5xkkps",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 299,
      "name": "review/021fe2441b70dc2ea3f6",
      "slug": "review-021fe2441b-r1e16v",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 300,
      "name": "review/e8a189b0ceafb1ab1ba3",
      "slug": "review-e8a189b0ce-y1tlzp",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 301,
      "name": "review/6a4cf09ae6ed9b26a123",
      "slug": "review-6a4cf09ae6-a5repx",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 302,
      "name": "review/eb6b0c9087af313140a1",
      "slug": "review-eb6b0c9087-1tm9ta",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 303,
      "name": "review/642bbb75677dc50b67ce",
      "slug": "review-642bbb7567-zbyfsx",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 304,
      "name": "review/04ab45fc09a01bb27c41",
      "slug": "review-04ab45fc09-5z3ppu",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 305,
      "name": "review/f98aa174b4ac718e1e82",
      "slug": "review-f98aa174b4-yqunml",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 306,
      "name": "review/e3d0c873b8dfbb0f3a3c",
      "slug": "review-e3d0c873b8-5b0fcf",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 307,
      "name": "review/80fa677bfeb297457e50",
      "slug": "review-80fa677bfe-imdole",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 308,
      "name": "review/6400b8b11cc4f7c26c75",
      "slug": "review-6400b8b11c-278xjx",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 309,
      "name": "review/6fab214f53a351a139b5",
      "slug": "review-6fab214f53-pj6ruu",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 310,
      "name": "review/ee403bdbdb81ea5ac26d",
      "slug": "review-ee403bdbdb-l6ptzo",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 311,
      "name": "review/721b4afffc396cee6d6d",
      "slug": "review-721b4afffc-m3gfk5",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 312,
      "name": "review/e3e7ed918847ea3be508",
      "slug": "review-e3e7ed9188-v5xob1",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 313,
      "name": "review/7290efed181d2e1cb718",
      "slug": "review-7290efed18-cxemlo",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 314,
      "name": "review/0b76f39320019df3b3f8",
      "slug": "review-0b76f39320-0sbw3u",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 315,
      "name": "review/b8f45c83a6dad6908998",
      "slug": "review-b8f45c83a6-xv8ak5",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 316,
      "name": "review/b2d0df75e734ade41c4b",
      "slug": "review-b2d0df75e7-av465v",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 317,
      "name": "review/450afee112603cce791d",
      "slug": "review-450afee112-b157tb",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 318,
      "name": "review/b74a322519a2282a373e",
      "slug": "review-b74a322519-gaumz5",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 319,
      "name": "review/f0baf6922b81929d4012",
      "slug": "review-f0baf6922b-kk5tj3",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 320,
      "name": "review/46dfe857d7436fdd3380",
      "slug": "review-46dfe857d7-6fxnax",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 321,
      "name": "review/9d8e208f6f09acecbdb0",
      "slug": "review-9d8e208f6f-kfaa4e",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 322,
      "name": "review/3dd80110f2a88fa9d2aa",
      "slug": "review-3dd80110f2-nxtkp1",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 323,
      "name": "review/24c6b5c38651197087ef",
      "slug": "review-24c6b5c386-z7t7wm",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 324,
      "name": "review/37db32039057203fd8d2",
      "slug": "review-37db320390-sswof2",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 325,
      "name": "review/6bb811c18d94b36a6aa2",
      "slug": "review-6bb811c18d-ajtkz9",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 326,
      "name": "review/3ececa74db433e0db0fd",
      "slug": "review-3ececa74db-i5hwo0",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 327,
      "name": "review/123d8409084b1d1aef3d",
      "slug": "review-123d840908-tcu3b4",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 328,
      "name": "review/bb6d437283716642a519",
      "slug": "review-bb6d437283-xkpfc5",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 329,
      "name": "review/41b6c5abd9273a404b45",
      "slug": "review-41b6c5abd9-f9ftkp",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 330,
      "name": "review/49356f60a3b23a43b6e0",
      "slug": "review-49356f60a3-0xr8ae",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 331,
      "name": "review/2767fee32eb30d47a50f",
      "slug": "review-2767fee32e-h73yzf",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 332,
      "name": "review/dbe10971a498f1a916b8",
      "slug": "review-dbe10971a4-rvwqfq",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 333,
      "name": "review/a3caed9e382d32dfbc2a",
      "slug": "review-a3caed9e38-gz2yty",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 334,
      "name": "review/50e8642b90263a27adce",
      "slug": "review-50e8642b90-ur1alb",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 335,
      "name": "review/03a5a444453ffba35098",
      "slug": "review-03a5a44445-xzbkpf",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 336,
      "name": "review/563fdf85e2d768cbe941",
      "slug": "review-563fdf85e2-cgjg47",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 337,
      "name": "review/71a3e8230ea46103722e",
      "slug": "review-71a3e8230e-in9jr3",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 338,
      "name": "review/88da2c0a519711835bb5",
      "slug": "review-88da2c0a51-uis4ck",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 339,
      "name": "review/8c4fe02d88bb41fb37c0",
      "slug": "review-8c4fe02d88-fxi3nq",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 340,
      "name": "review/28441a3fb966645fa2f0",
      "slug": "review-28441a3fb9-q5dfs4",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 341,
      "name": "review/98f67dcf0a8e7e60f6c8",
      "slug": "review-98f67dcf0a-1lm7ip",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 342,
      "name": "review/590d3f475e430ee30c8b",
      "slug": "review-590d3f475e-etqa9k",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 343,
      "name": "review/2b40c9f93efd65fb3c29",
      "slug": "review-2b40c9f93e-hc40hm",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 344,
      "name": "review/dd3355f46e63301c5457",
      "slug": "review-dd3355f46e-gdpocu",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 345,
      "name": "review/560e163c22eb1b3f3828",
      "slug": "review-560e163c22-gsicpj",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 346,
      "name": "review/ac973147452f3813a575",
      "slug": "review-ac97314745-8myskd",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 347,
      "name": "review/da23ddd6e4e5eecf3c7d",
      "slug": "review-da23ddd6e4-ocftsx",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 348,
      "name": "review/32b78f7b9a455c932425",
      "slug": "review-32b78f7b9a-lgt5vy",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 349,
      "name": "review/c5ca612738b64cb5f09d",
      "slug": "review-c5ca612738-9z94fv",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 350,
      "name": "review/af7c6bdcb133385e5fb5",
      "slug": "review-af7c6bdcb1-gz96b2",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 351,
      "name": "review/654607214c567e083ae8",
      "slug": "review-654607214c-pu28at",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 352,
      "name": "review/f073ee08d281e47baff2",
      "slug": "review-f073ee08d2-aoi17c",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 353,
      "name": "review/6a2f67a695ef7cdb5155",
      "slug": "review-6a2f67a695-288j0z",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 354,
      "name": "review/d5f86662b2c28ce195e0",
      "slug": "review-d5f86662b2-d9yp7h",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 355,
      "name": "review/1c18b86e9fdf0750406b",
      "slug": "review-1c18b86e9f-x3cb6v",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 356,
      "name": "review/44abdde51342cacdf98d",
      "slug": "review-44abdde513-b4noda",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 357,
      "name": "review/e6efa496466e6457938e",
      "slug": "review-e6efa49646-bdi0vw",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 358,
      "name": "review/1b1d2cea2aa91113bd8d",
      "slug": "review-1b1d2cea2a-1dzkmt",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 359,
      "name": "review/d400ce37f6356bd839ce",
      "slug": "review-d400ce37f6-6wju7o",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
    <details>    "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 360,
      "name": "review/81bc22a3536602e2b50f",
      "slug": "review-81bc22a353-72gk8n",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 361,
      "name": "review/a906d00927284c19a113",
      "slug": "review-a906d00927-1lb9je",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 362,
      "name": "review/a554c1c135d5614c67f0",
      "slug": "review-a554c1c135-6jdkca",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 363,
      "name": "review/7a10d44a3ad976b14bb4",
      "slug": "review-7a10d44a3a-p8phv3",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 364,
      "name": "review/89198caea275bda9abf9",
      "slug": "review-89198caea2-cskieu",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 365,
      "name": "review/eac2e34f6b3826c0f788",
      "slug": "review-eac2e34f6b-yvduzx",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 366,
      "name": "review/cffdb9aaafed0ac0907b",
      "slug": "review-cffdb9aaaf-uy3f79",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 367,
      "name": "review/20fa9d17d19c65d8a081",
      "slug": "review-20fa9d17d1-e1khbo",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 368,
      "name": "review/e8a912ea40ab90cb4bad",
      "slug": "review-e8a912ea40-4z66ef",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 369,
      "name": "review/069b5e4a9780bf615190",
      "slug": "review-069b5e4a97-mf442o",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 370,
      "name": "review/b9f2321658f0283dddb0",
      "slug": "review-b9f2321658-jf1z7c",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 371,
      "name": "review/aa7fa3b99b9a2040e0fc",
      "slug": "review-aa7fa3b99b-9850f1",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 372,
      "name": "review/88febe4e21340efa3303",
      "slug": "review-88febe4e21-h53oye",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 373,
      "name": "review/dc962a64817aa099646d",
      "slug": "review-dc962a6481-5tmq8l",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 374,
      "name": "review/4720b71bf358f0e064ad",
      "slug": "review-4720b71bf3-2rw2dk",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 375,
      "name": "review/60098534ce01be939017",
      "slug": "review-60098534ce-q23hoi",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 376,
      "name": "review/13c2d485840f32e23b0c",
      "slug": "review-13c2d48584-t1mttc",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 377,
      "name": "review/f0e699dc28061be6a4b7",
      "slug": "review-f0e699dc28-54gyig",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 378,
      "name": "review/1eadd2bceb6b7ae9bc6a",
      "slug": "review-1eadd2bceb-1fdxij",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 379,
      "name": "review/9b6aaa5079e45a6c1258",
      "slug": "review-9b6aaa5079-vlgoh0",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 380,
      "name": "review/66e62a0b9c63fb44c63b",
      "slug": "review-66e62a0b9c-x63oe5",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 381,
      "name": "review/f763c5f71d5c223b1179",
      "slug": "review-f763c5f71d-7ivo8v",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 382,
      "name": "review/0f3ad21ae0a386dd3b1b",
      "slug": "review-0f3ad21ae0-6yt9ya",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 383,
      "name": "review/f07d3a2e191dda7e4e15",
      "slug": "review-f07d3a2e19-vt7qhr",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 384,
      "name": "review/96d53eb36db95100b45d",
      "slug": "review-96d53eb36d-cb60pu",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 385,
      "name": "review/ee20cd426f8cc3e8de98",
      "slug": "review-ee20cd426f-cfcuon",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    },
    {
      "id": 386,
      "name": "review/a53fba221693d5298ceb",
      "slug": "review-a53fba2216-ofb4wn",
      "external_url": null,
      "project": {
        "id": 178,
        "description": "",
        "name": "review-app-cleanup-test",
        "name_with_namespace": "shinya Maeda / review-app-cleanup-test",
        "path": "review-app-cleanup-test",
        "path_with_namespace": "shinya/review-app-cleanup-test",
        "created_at": "2021-07-28T03:30:01.398Z",
        "default_branch": "main",
        "tag_list": [],
        "topics": [],
        "ssh_url_to_repo": "ssh://devkitkat@local.gitlab.test:2222/shinya/review-app-cleanup-test.git",
        "http_url_to_repo": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test.git",
        "web_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test",
        "readme_url": "http://local.gitlab.test:8181/shinya/review-app-cleanup-test/-/blob/main/README.md",
        "avatar_url": null,
        "forks_count": 0,
        "star_count": 0,
        "last_activity_at": "2021-07-28T03:30:01.398Z",
        "namespace": {
          "id": 134,
          "name": "shinya Maeda",
          "path": "shinya",
          "kind": "user",
          "full_path": "shinya",
          "parent_id": null,
          "avatar_url": "https://www.gravatar.com/avatar/d99019d49e480c8654156065b29eeb6f?s=80\u0026d=identicon",
          "web_url": "http://local.gitlab.test:8181/shinya"
        }
      },
      "state": "stopped"
    }
  ],
  "unprocessable_entries": []
}

New payload example

{
  "scheduled_entries": [
    {
      "id": 387,
      "name": "review/023f1bce01229c686a73",
      "slug": "review-023f1bce01-3uxznk",
      "external_url": null
    },
    {
      "id": 388,
      "name": "review/85d4c26a388348d3c4c0",
      "slug": "review-85d4c26a38-5giw1c",
      "external_url": null
    },
    {
      "id": 389,
      "name": "review/c82ffa561a8de2d7abad",
      "slug": "review-c82ffa561a-iou1q1",
      "external_url": null
    },
    {
      "id": 390,
      "name": "review/370427ac518ef8e5cf40",
      "slug": "review-370427ac51-zrytc7",
      "external_url": null
    },
    {
      "id": 391,
      "name": "review/74a4f1fd4f28a2f5eb82",
      "slug": "review-74a4f1fd4f-2hkb96",
      "external_url": null
    },
    {
      "id": 392,
      "name": "review/806bf0c832f9995e08bb",
      "slug": "review-806bf0c832-0c474t",
      "external_url": null
    },
    {
      "id": 393,
      "name": "review/06bcdf4486094ef4b174",
      "slug": "review-06bcdf4486-ev27nd",
      "external_url": null
    },
    {
      "id": 394,
      "name": "review/656c9de34178f8aa8673",
      "slug": "review-656c9de341-cqrwtw",
      "external_url": null
    },
    {
      "id": 395,
      "name": "review/7175ebf920d37bc7ac13",
      "slug": "review-7175ebf920-8sb4b2",
      "external_url": null
    },
    {
      "id": 396,
      "name": "review/421722a923af106b4d81",
      "slug": "review-421722a923-gz1y5h",
      "external_url": null
    },
    {
      "id": 397,
      "name": "review/82dbf73988bfb810b769",
      "slug": "review-82dbf73988-2e7vrv",
      "external_url": null
    },
    {
      "id": 398,
      "name": "review/5652cfa65ee4af861450",
      "slug": "review-5652cfa65e-6guzlz",
      "external_url": null
    },
    {
      "id": 399,
      "name": "review/8fb861411abcff42af40",
      "slug": "review-8fb861411a-ur2czq",
      "external_url": null
    },
    {
      "id": 400,
      "name": "review/41122c24496b8d4665bb",
      "slug": "review-41122c2449-ovidqi",
      "external_url": null
    },
    {
      "id": 401,
      "name": "review/8755ba7cf62143d6e9af",
      "slug": "review-8755ba7cf6-u7isfn",
      "external_url": null
    },
    {
      "id": 402,
      "name": "review/e5e602110628bae128eb",
      "slug": "review-e5e6021106-s6ife2",
      "external_url": null
    },
    {
      "id": 403,
      "name": "review/11d5362339037d7ce572",
      "slug": "review-11d5362339-xz93ys",
      "external_url": null
    },
    {
      "id": 404,
      "name": "review/6c3ba6978db4f4908544",
      "slug": "review-6c3ba6978d-99fd7b",
      "external_url": null
    },
    {
      "id": 405,
      "name": "review/d2878408dd82ac78063a",
      "slug": "review-d2878408dd-e2cyj0",
      "external_url": null
    },
    {
      "id": 406,
      "name": "review/c8ec10e49dce65c871fa",
      "slug": "review-c8ec10e49d-psur1z",
      "external_url": null
    },
    {
      "id": 407,
      "name": "review/64c1dc19fb0e8fdde17a",
      "slug": "review-64c1dc19fb-ww68t1",
      "external_url": null
    },
    {
      "id": 408,
      "name": "review/90cfc1b5ce5772289a01",
      "slug": "review-90cfc1b5ce-mniixc",
      "external_url": null
    },
    {
      "id": 409,
      "name": "review/c82b96bf1b6564571dc0",
      "slug": "review-c82b96bf1b-zyomzl",
      "external_url": null
    },
    {
      "id": 410,
      "name": "review/c3e978b5f38cc02e1d3e",
      "slug": "review-c3e978b5f3-pxyfx3",
      "external_url": null
    },
    {
      "id": 411,
      "name": "review/048010021c929413e842",
      "slug": "review-048010021c-4qqb3r",
      "external_url": null
    },
    {
      "id": 412,
      "name": "review/39db3b350c97ac58fcdd",
      "slug": "review-39db3b350c-2a9wnl",
      "external_url": null
    },
    {
      "id": 413,
      "name": "review/1374afc466cc0f33610b",
      "slug": "review-1374afc466-xhq6wm",
      "external_url": null
    },
    {
      "id": 414,
      "name": "review/a27b0c5b7af1e0072c4f",
      "slug": "review-a27b0c5b7a-fvjx9e",
      "external_url": null
    },
    {
      "id": 415,
      "name": "review/bf265740a29b0bdf1dc6",
      "slug": "review-bf265740a2-j3m6wo",
      "external_url": null
    },
    {
      "id": 416,
      "name": "review/b0e4f04f781f9cca8e03",
      "slug": "review-b0e4f04f78-opgd5p",
      "external_url": null
    },
    {
      "id": 417,
      "name": "review/f8a29dc08e53f1423cd5",
      "slug": "review-f8a29dc08e-hm290l",
      "external_url": null
    },
    {
      "id": 418,
      "name": "review/96d90001e2f135697d6f",
      "slug": "review-96d90001e2-ci049i",
      "external_url": null
    },
    {
      "id": 419,
      "name": "review/c86079257d5c7de1e9c4",
      "slug": "review-c86079257d-swy0t9",
      "external_url": null
    },
    {
      "id": 420,
      "name": "review/4412d593987daafd1a41",
      "slug": "review-4412d59398-jpjhte",
      "external_url": null
    },
    {
      "id": 421,
      "name": "review/08e9c464ac7815a1a7bb",
      "slug": "review-08e9c464ac-5d2xf3",
      "external_url": null
    },
    {
      "id": 422,
      "name": "review/5716fcdf2c8f9f1a045a",
      "slug": "review-5716fcdf2c-tqcm3a",
      "external_url": null
    },
    {
      "id": 423,
      "name": "review/ff88ef9502dfd65073c0",
      "slug": "review-ff88ef9502-dnoead",
      "external_url": null
    },
    {
      "id": 424,
      "name": "review/534187d9f009f9915e9b",
      "slug": "review-534187d9f0-xr3pe5",
      "external_url": null
    },
    {
      "id": 425,
      "name": "review/5d1fadc05a35211cd3dd",
      "slug": "review-5d1fadc05a-j5oe97",
      "external_url": null
    },
    {
      "id": 426,
      "name": "review/af037e14d04fe98f1a48",
      "slug": "review-af037e14d0-mss6wn",
      "external_url": null
    },
    {
      "id": 427,
      "name": "review/caf60d85715fd5f1e527",
      "slug": "review-caf60d8571-zif5z9",
      "external_url": null
    },
    {
      "id": 428,
      "name": "review/dbeec3bd1f9e8e299b6a",
      "slug": "review-dbeec3bd1f-mo252a",
      "external_url": null
    },
    {
      "id": 429,
      "name": "review/7849b1ec26ab17e94411",
      "slug": "review-7849b1ec26-2wa1lh",
      "external_url": null
    },
    {
      "id": 430,
      "name": "review/bf32f6f8678d913fc68f",
      "slug": "review-bf32f6f867-yl56t8",
      "external_url": null
    },
    {
      "id": 431,
      "name": "review/0c78a2c8a94d4e18ecbb",
      "slug": "review-0c78a2c8a9-gck7z4",
      "external_url": null
    },
    {
      "id": 432,
      "name": "review/e4698d78af5e238e9048",
      "slug": "review-e4698d78af-o165nq",
      "external_url": null
    },
    {
      "id": 433,
      "name": "review/9906dbdff3b41a47914d",
      "slug": "review-9906dbdff3-ntscje",
      "external_url": null
    },
    {
      "id": 434,
      "name": "review/b5e10f38f358b151298a",
      "slug": "review-b5e10f38f3-gsqxjp",
      "external_url": null
    },
    {
      "id": 435,
      "name": "review/545c41f46dddb69ec17a",
      "slug": "review-545c41f46d-ei6a2k",
      "external_url": null
    },
    {
      "id": 436,
      "name": "review/165b7aaa8f510806d219",
      "slug": "review-165b7aaa8f-3e89jh",
      "external_url": null
    },
    {
      "id": 437,
      "name": "review/b61ec042d1c25b5002f1",
      "slug": "review-b61ec042d1-cqs1hs",
      "external_url": null
    },
    {
      "id": 438,
      "name": "review/058d2badb5ead3a94361",
      "slug": "review-058d2badb5-hn26h9",
      "external_url": null
    },
    {
      "id": 439,
      "name": "review/e09b9f440035d840e603",
      "slug": "review-e09b9f4400-cdt4o3",
      "external_url": null
    },
    {
      "id": 440,
      "name": "review/81a1bee82ec407af9bd5",
      "slug": "review-81a1bee82e-pjjktx",
      "external_url": null
    },
    {
      "id": 441,
      "name": "review/6ee9e38f2230a494fcda",
      "slug": "review-6ee9e38f22-wb8zcu",
      "external_url": null
    },
    {
      "id": 442,
      "name": "review/615bd4e99458ebe95f6a",
      "slug": "review-615bd4e994-6nzw74",
      "external_url": null
    },
    {
      "id": 443,
      "name": "review/18916b4fee80f1c33df3",
      "slug": "review-18916b4fee-8ad04i",
      "external_url": null
    },
    {
      "id": 444,
      "name": "review/f780462ec11ef1524d26",
      "slug": "review-f780462ec1-exo3k7",
      "external_url": null
    },
    {
      "id": 445,
      "name": "review/682e64435db694952a81",
      "slug": "review-682e64435d-9g7qa6",
      "external_url": null
    },
    {
      "id": 446,
      "name": "review/8bd7907098cd0f0e5b65",
      "slug": "review-8bd7907098-5dyui1",
      "external_url": null
    },
    {
      "id": 447,
      "name": "review/8a38a11a1b04a6d28da5",
      "slug": "review-8a38a11a1b-rpblhm",
      "external_url": null
    },
    {
      "id": 448,
      "name": "review/8089503aa42f366ec528",
      "slug": "review-8089503aa4-m6v0mi",
      "external_url": null
    },
    {
      "id": 449,
      "name": "review/a8d7ad22bd0fa5e40b39",
      "slug": "review-a8d7ad22bd-ivq81n",
      "external_url": null
    },
    {
      "id": 450,
      "name": "review/070972a1436122ff08e9",
      "slug": "review-070972a143-2hpy46",
      "external_url": null
    },
    {
      "id": 451,
      "name": "review/8558728c4f68902c0143",
      "slug": "review-8558728c4f-x1kcth",
      "external_url": null
    },
    {
      "id": 452,
      "name": "review/4f399f3fe89d29e9a0fb",
      "slug": "review-4f399f3fe8-3gnvdi",
      "external_url": null
    },
    {
      "id": 453,
      "name": "review/174084ce00a7b17dd376",
      "slug": "review-174084ce00-goyp0b",
      "external_url": null
    },
    {
      "id": 454,
      "name": "review/b197b2b8acfc3f830288",
      "slug": "review-b197b2b8ac-0bd6ty",
      "external_url": null
    },
    {
      "id": 455,
      "name": "review/4aa6a0b75fdf0a1e95bd",
      "slug": "review-4aa6a0b75f-006bpw",
      "external_url": null
    },
    {
      "id": 456,
      "name": "review/cc41a22f7720a4d6c49e",
      "slug": "review-cc41a22f77-6prxwq",
      "external_url": null
    },
    {
      "id": 457,
      "name": "review/5aea4dc5db775d336038",
      "slug": "review-5aea4dc5db-t7skfh",
      "external_url": null
    },
    {
      "id": 458,
      "name": "review/f58ce05ecffd69795ac6",
      "slug": "review-f58ce05ecf-m9ndao",
      "external_url": null
    },
    {
      "id": 459,
      "name": "review/64262816002c7c1a3a37",
      "slug": "review-6426281600-72awkv",
      "external_url": null
    },
    {
      "id": 460,
      "name": "review/618686fb7e4d8c0110f9",
      "slug": "review-618686fb7e-24086j",
      "external_url": null
    },
    {
      "id": 461,
      "name": "review/3d9f472970a5876333f9",
      "slug": "review-3d9f472970-ip7qkb",
      "external_url": null
    },
    {
      "id": 462,
      "name": "review/91e3259fd350f7345708",
      "slug": "review-91e3259fd3-cw2u9t",
      "external_url": null
    },
    {
      "id": 463,
      "name": "review/473274f6e5a5ac4a2f1e",
      "slug": "review-473274f6e5-ef4eow",
      "external_url": null
    },
    {
      "id": 464,
      "name": "review/1892522dfaccb65ed9ef",
      "slug": "review-1892522dfa-q67e7e",
      "external_url": null
    },
    {
      "id": 465,
      "name": "review/34aeb1f6444d83feb443",
      "slug": "review-34aeb1f644-ajqazg",
      "external_url": null
    },
    {
      "id": 466,
      "name": "review/34b0c2e521d52e21f565",
      "slug": "review-34b0c2e521-7r5e7f",
      "external_url": null
    },
    {
      "id": 467,
      "name": "review/daa6abd580454e35c1d6",
      "slug": "review-daa6abd580-a1b0my",
      "external_url": null
    },
    {
      "id": 468,
      "name": "review/2a4505d43654a2fb2a9c",
      "slug": "review-2a4505d436-fpzx8z",
      "external_url": null
    },
    {
      "id": 469,
      "name": "review/f7238f621ecbb12f6fab",
      "slug": "review-f7238f621e-i4ndxu",
      "external_url": null
    },
    {
      "id": 470,
      "name": "review/e81775e1e2bd2a1127f9",
      "slug": "review-e81775e1e2-gdzdd5",
      "external_url": null
    },
    {
      "id": 471,
      "name": "review/6b3a8fd4c3753ca89cdd",
      "slug": "review-6b3a8fd4c3-x0fuap",
      "external_url": null
    },
    {
      "id": 472,
      "name": "review/6a347376e396b2bb324e",
      "slug": "review-6a347376e3-76m3y6",
      "external_url": null
    },
    {
      "id": 473,
      "name": "review/5d41ddef5cf33eac077e",
      "slug": "review-5d41ddef5c-u3aki4",
      "external_url": null
    },
    {
      "id": 474,
      "name": "review/4c5a8884092e966ab93f",
      "slug": "review-4c5a888409-8apkkw",
      "external_url": null
    },
    {
      "id": 475,
      "name": "review/d38411e6aa2e2d260150",
      "slug": "review-d38411e6aa-kgzhso",
      "external_url": null
    },
    {
      "id": 476,
      "name": "review/b617d72faea5dc560bd3",
      "slug": "review-b617d72fae-885s2o",
      "external_url": null
    },
    {
      "id": 477,
      "name": "review/a3a5a5ebf77b1155c356",
      "slug": "review-a3a5a5ebf7-bufl5j",
      "external_url": null
    },
    {
      "id": 478,
      "name": "review/0a9ebdb657757277d77e",
      "slug": "review-0a9ebdb657-l3e6ka",
      "external_url": null
    },
    {
      "id": 479,
      "name": "review/7e3ad67fdea810c350c0",
      "slug": "review-7e3ad67fde-lvmosj",
      "external_url": null
    },
    {
      "id": 480,
      "name": "review/2773cc08f258adbdd2e9",
      "slug": "review-2773cc08f2-n0fjt3",
      "external_url": null
    },
    {
      "id": 481,
      "name": "review/7d764805d2b0bf54a261",
      "slug": "review-7d764805d2-ubvott",
      "external_url": null
    },
    {
      "id": 482,
      "name": "review/77e2f516723fc6aef7ba",
      "slug": "review-77e2f51672-90yzsg",
      "external_url": null
    },
    {
      "id": 483,
      "name": "review/9a87f588d51ed38f43e3",
      "slug": "review-9a87f588d5-4uzgec",
      "external_url": null
    },
    {
      "id": 484,
      "name": "review/c84261a56fa5719a1a2f",
      "slug": "review-c84261a56f-8rnef1",
      "external_url": null
    },
    {
      "id": 485,
      "name": "review/e8e204296a7012d81a30",
      "slug": "review-e8e204296a-iffhea",
      "external_url": null
    },
    {
      "id": 486,
      "name": "review/de03c6648cf26d237f65",
      "slug": "review-de03c6648c-gpjnhe",
      "external_url": null
    }
  ],
  "unprocessable_entries": []
}

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Shinya Maeda

Merge request reports

Loading