summaryrefslogtreecommitdiff
path: root/spec/fixtures/lib/gitlab/import_export/with_invalid_records/project.json
blob: a6e6ba43bdc39208b7ff5e554243509835ce26b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "description": "Nisi et repellendus ut enim quo accusamus vel magnam.",
  "import_type": "gitlab_project",
  "creator_id": 2147483547,
  "visibility_level": 10,
  "archived": false,
  "milestones": [
    {
      "id": 1,
      "title": null,
      "project_id": 8,
      "description": 123,
      "due_date": null,
      "created_at": "NOT A DATE",
      "updated_at": "NOT A DATE",
      "state": "active",
      "iid": 1,
      "group_id": null
    },
    {
      "id": 42,
      "title": "A valid milestone",
      "project_id": 8,
      "description": "Project-level milestone",
      "due_date": null,
      "created_at": "2016-06-14T15:02:04.415Z",
      "updated_at": "2016-06-14T15:02:04.415Z",
      "state": "active",
      "iid": 1,
      "group_id": null
    }
  ],
  "labels": [],
  "issues": [],
  "services": [],
  "snippets": [],
  "hooks": []
}