Codebase list ruby-gitlab / 8092666 spec / fixtures / merge_request_discussions.json
8092666

Tree @8092666 (Download .tar.gz)

merge_request_discussions.json @8092666raw · history · blame

[
  {
    "id": "7d66bf19bf835e6a4666130544ba1b5c343fc705",
    "individual_note": false,
    "notes": [
      {
        "id": 1758,
        "type": "DiffNote",
        "body": "test test",
        "attachment": null,
        "author": {
          "id": 1,
          "name": "Dominik Sander",
          "username": "dsander",
          "state": "active",
          "avatar_url": "https://secure.gravatar.com/avatar/7f017343sf43896ddee04838bd3?s=80&d=identicon",
          "web_url": "https://example.com/dsander"
        },
        "created_at": "2018-05-22T22:00:18.858+02:00",
        "updated_at": "2018-05-22T22:00:18.858+02:00",
        "system": false,
        "noteable_id": 208,
        "noteable_type": "MergeRequest",
        "position": {
          "base_sha": "fb60b1f9e3005a4ec8e039c4ec16b6d36f8e75c9",
          "start_sha": "3c14868ce2ffbf3294ff8c0de828fd1a0e545aae",
          "head_sha": "7d938cb8ac15788d71f4b67c035515a160ea76d8",
          "old_path": "spec/omniauth/form_spec.rb",
          "new_path": "spec/omniauth/form_spec.rb",
          "position_type": "text",
          "old_line": 5,
          "new_line": null
        },
        "resolvable": true,
        "resolved": false,
        "resolved_by": null,
        "noteable_iid": 13
      }
    ]
  }
]