github.com/argoproj/argo-cd@v1.8.7/util/webhook/gitlab-event.json (about)

     1  {
     2    "object_kind": "push",
     3    "event_name": "push",
     4    "before": "e5ba5f6c13b64670048daa88e4c053d60b0e115a",
     5    "after": "bb0748feaa336d841c251017e4e374c22d0c8a98",
     6    "ref": "refs/heads/master",
     7    "checkout_sha": "bb0748feaa336d841c251017e4e374c22d0c8a98",
     8    "message": null,
     9    "user_id": 1,
    10    "user_name": "name",
    11    "user_username": "username",
    12    "user_email": "",
    13    "user_avatar": "",
    14    "project_id": 1,
    15    "project": {
    16      "id": 1,
    17      "name": "project",
    18      "description": "",
    19      "web_url": "https://gitlab/group/name",
    20      "avatar_url": null,
    21      "git_ssh_url": "ssh://git@gitlab:2222/group/name.git",
    22      "git_http_url": "https://gitlab/group/name.git",
    23      "namespace": "group",
    24      "visibility_level": 1,
    25      "path_with_namespace": "group/name",
    26      "default_branch": "master",
    27      "ci_config_path": null,
    28      "homepage": "https://gitlab/group/name",
    29      "url": "ssh://git@gitlab:2222/group/name.git",
    30      "ssh_url": "ssh://git@gitlab:2222/group/name.git",
    31      "http_url": "https://gitlab/group/name.git"
    32    },
    33    "commits": [
    34      {
    35        "id": "bb0748feaa336d841c251017e4e374c22d0c8a98",
    36        "message": "Test commit message\n",
    37        "timestamp": "2020-01-06T03:47:55Z",
    38        "url": "https://gitlab/group/name/commit/bb0748feaa336d841c251017e4e374c22d0c8a98",
    39        "author": {
    40          "name": "User",
    41          "email": "user@example.com"
    42        },
    43        "added": [
    44          "file.yaml"
    45        ],
    46        "modified": [
    47        ],
    48        "removed": [
    49  
    50        ]
    51      }
    52    ],
    53    "total_commits_count": 1,
    54    "push_options": {
    55    },
    56    "repository": {
    57      "name": "name",
    58      "url": "ssh://git@gitlab:2222/group/name.git",
    59      "description": "",
    60      "homepage": "https://gitlab/group/name",
    61      "git_http_url": "https://gitlab/group/name.git",
    62      "git_ssh_url": "ssh://git@gitlab:2222/group/name.git",
    63      "visibility_level": 10
    64    }
    65  }