Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-13 12:08:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-13 12:08:52 +0300
commitf0707f413ce49b5712fca236b950acbec029be1e (patch)
treee28b49d89d4cf2422ee0066600c0ea045dcf7669 /spec/fixtures/lib
parent31a49d924418aa9983ae30be28e6e304a30939e1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fixtures/lib')
-rw-r--r--spec/fixtures/lib/gitlab/import_export/group_exports/complex/group.json106
1 files changed, 91 insertions, 15 deletions
diff --git a/spec/fixtures/lib/gitlab/import_export/group_exports/complex/group.json b/spec/fixtures/lib/gitlab/import_export/group_exports/complex/group.json
index 6403b5fa080..7cd91ff225b 100644
--- a/spec/fixtures/lib/gitlab/import_export/group_exports/complex/group.json
+++ b/spec/fixtures/lib/gitlab/import_export/group_exports/complex/group.json
@@ -260,25 +260,101 @@
],
"boards": [
{
- "id": 56,
+ "id": 173,
"project_id": null,
- "created_at": "2019-11-20T17:27:16.808Z",
- "updated_at": "2019-11-20T17:27:16.808Z",
- "name": "Development",
+ "created_at": "2020-02-11T14:35:51.561Z",
+ "updated_at": "2020-02-11T14:35:51.561Z",
+ "name": "first board",
"milestone_id": null,
"group_id": 4351,
"weight": null,
- "labels": []
- },
- {
- "id": 57,
- "project_id": null,
- "created_at": "2019-11-20T17:27:41.118Z",
- "updated_at": "2019-11-20T17:27:41.118Z",
- "name": "Board!",
- "milestone_id": 7638,
- "group_id": 4351,
- "weight": null,
+ "lists": [
+ {
+ "id": 189,
+ "board_id": 173,
+ "label_id": 271,
+ "list_type": "label",
+ "position": 0,
+ "created_at": "2020-02-11T14:35:57.131Z",
+ "updated_at": "2020-02-11T14:35:57.131Z",
+ "user_id": null,
+ "milestone_id": null,
+ "max_issue_count": 0,
+ "max_issue_weight": 0,
+ "label": {
+ "id": 271,
+ "title": "TSL",
+ "color": "#58796f",
+ "project_id": null,
+ "created_at": "2019-11-20T17:02:20.541Z",
+ "updated_at": "2020-02-06T15:44:52.048Z",
+ "template": false,
+ "description": null,
+ "group_id": 4351,
+ "type": "GroupLabel",
+ "priorities": []
+ },
+ "board": {
+ "id": 173,
+ "project_id": null,
+ "created_at": "2020-02-11T14:35:51.561Z",
+ "updated_at": "2020-02-11T14:35:51.561Z",
+ "name": "hi",
+ "milestone_id": null,
+ "group_id": 4351,
+ "weight": null
+ }
+ },
+ {
+ "id": 190,
+ "board_id": 173,
+ "label_id": 272,
+ "list_type": "label",
+ "position": 1,
+ "created_at": "2020-02-11T14:35:57.868Z",
+ "updated_at": "2020-02-11T14:35:57.868Z",
+ "user_id": null,
+ "milestone_id": null,
+ "max_issue_count": 0,
+ "max_issue_weight": 0,
+ "label": {
+ "id": 272,
+ "title": "Sosync",
+ "color": "#110320",
+ "project_id": null,
+ "created_at": "2019-11-20T17:02:20.532Z",
+ "updated_at": "2020-02-06T15:44:52.057Z",
+ "template": false,
+ "description": null,
+ "group_id": 4351,
+ "type": "GroupLabel",
+ "priorities": []
+ },
+ "board": {
+ "id": 173,
+ "project_id": null,
+ "created_at": "2020-02-11T14:35:51.561Z",
+ "updated_at": "2020-02-11T14:35:51.561Z",
+ "name": "hi",
+ "milestone_id": null,
+ "group_id": 4351,
+ "weight": null
+ }
+ },
+ {
+ "id": 188,
+ "board_id": 173,
+ "label_id": null,
+ "list_type": "closed",
+ "position": null,
+ "created_at": "2020-02-11T14:35:51.593Z",
+ "updated_at": "2020-02-11T14:35:51.593Z",
+ "user_id": null,
+ "milestone_id": null,
+ "max_issue_count": 0,
+ "max_issue_weight": 0
+ }
+ ],
"labels": []
}
],