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:
Diffstat (limited to 'spec/fixtures/lib/gitlab/import_export/complex/project.json')
-rw-r--r--spec/fixtures/lib/gitlab/import_export/complex/project.json20
1 files changed, 19 insertions, 1 deletions
diff --git a/spec/fixtures/lib/gitlab/import_export/complex/project.json b/spec/fixtures/lib/gitlab/import_export/complex/project.json
index d88b2ebc83a..637e01bf123 100644
--- a/spec/fixtures/lib/gitlab/import_export/complex/project.json
+++ b/spec/fixtures/lib/gitlab/import_export/complex/project.json
@@ -7211,5 +7211,23 @@
}
]
}
- ]
+ ],
+ "push_rule": {
+ "force_push_regex": "MustContain",
+ "delete_branch_regex": "MustContain",
+ "commit_message_regex": "MustContain",
+ "author_email_regex": "MustContain",
+ "file_name_regex": "MustContain",
+ "branch_name_regex": "MustContain",
+ "commit_message_negative_regex": "MustNotContain",
+ "max_file_size": 1,
+ "deny_delete_tag": true,
+ "member_check": true,
+ "is_sample": true,
+ "prevent_secrets": true,
+ "reject_unsigned_commits": true,
+ "commit_committer_check": true,
+ "regexp_uses_re2": true
+ }
+
}