From c9687bdf58e9d4a9c3942f587bd4841f42e3b5de Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 11 Mar 2020 12:09:26 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../lib/gitlab/import_export/light/project.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'spec/fixtures') diff --git a/spec/fixtures/lib/gitlab/import_export/light/project.json b/spec/fixtures/lib/gitlab/import_export/light/project.json index 2971ca0f0f8..51e2e9ac623 100644 --- a/spec/fixtures/lib/gitlab/import_export/light/project.json +++ b/spec/fixtures/lib/gitlab/import_export/light/project.json @@ -111,6 +111,28 @@ "active": false, "properties": {}, "template": true, + "instance": false, + "push_events": true, + "issues_events": true, + "merge_requests_events": true, + "tag_push_events": true, + "note_events": true, + "job_events": true, + "type": "TeamcityService", + "category": "ci", + "default": false, + "wiki_page_events": true + }, + { + "id": 101, + "title": "JetBrains TeamCity CI", + "project_id": 5, + "created_at": "2016-06-14T15:01:51.315Z", + "updated_at": "2016-06-14T15:01:51.315Z", + "active": false, + "properties": {}, + "template": false, + "instance": true, "push_events": true, "issues_events": true, "merge_requests_events": true, -- cgit v1.2.3