Codebase list ruby-gitlab / upstream/4.5.0 spec / fixtures / merge_request_discussion_note.json
upstream/4.5.0

Tree @upstream/4.5.0 (Download .tar.gz)

merge_request_discussion_note.json @upstream/4.5.0raw · history · blame

{
  "id": 1775,
  "type": "DiffNote",
  "body": "much note",
  "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-23T22:21:46.993+02:00",
  "updated_at": "2018-05-23T22:21:46.993+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": 9,
    "new_line": null
  },
  "resolvable": true,
  "resolved": false,
  "resolved_by": null,
  "noteable_iid": 13
}