UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Tools
project-template
Commits
dd8785bf
Commit
dd8785bf
authored
Nov 13, 2020
by
Joshua Eason
Browse files
Removing parameters used by future versions
parent
1ccd857f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
modules/projects.py
modules/projects.py
+10
-11
No files found.
modules/projects.py
View file @
dd8785bf
...
...
@@ -53,6 +53,8 @@ def check(url, token, tid, pid):
# visibility = checkParameter(tsettings, psettings, 'visibility')
parameters
=
{
# Commented parameters were not supported on the current version of Gitlab. Uncomment
# when Gitlab is upgraded to enable these project settings to be synchronized.
'allow_merge_on_skipped_pipeline'
:
''
,
'approvals_before_merge'
:
''
,
'auto_cancel_pending_pipelines'
:
''
,
...
...
@@ -65,8 +67,8 @@ def check(url, token, tid, pid):
'builds_access_level'
:
''
,
'ci_config_path'
:
''
,
'ci_default_git_depth'
:
''
,
'ci_forward_deployment_enabled'
:
''
,
'container_expiration_policy_attributes'
:
''
,
#
'ci_forward_deployment_enabled': '',
#
'container_expiration_policy_attributes': '',
'container_registry_enabled'
:
''
,
'default_branch'
:
''
,
'emails_disabled'
:
''
,
...
...
@@ -77,17 +79,16 @@ def check(url, token, tid, pid):
'merge_method'
:
''
,
'merge_requests_access_level'
:
''
,
'merge_requests_enabled'
:
''
,
'mirror_overwrites_diverged_branches'
:
''
,
'mirror_trigger_builds'
:
''
,
#
'mirror_overwrites_diverged_branches': '',
#
'mirror_trigger_builds': '',
'mirror'
:
''
,
'only_allow_merge_if_all_discussions_are_resolved'
:
''
,
'only_allow_merge_if_pipeline_succeeds'
:
''
,
'only_mirror_protected_branches'
:
''
,
#
'only_mirror_protected_branches': '',
'packages_enabled'
:
''
,
'pages_access_level'
:
''
,
'requirements_access_level'
:
''
,
'path'
:
''
,
'public_builds'
:
''
,
# 'requirements_access_level': '',
# 'public_builds': '',
'remove_source_branch_after_merge'
:
''
,
'repository_access_level'
:
''
,
'repository_storage'
:
''
,
...
...
@@ -95,14 +96,12 @@ def check(url, token, tid, pid):
'resolve_outdated_diff_discussions'
:
''
,
'service_desk_enabled'
:
''
,
'shared_runners_enabled'
:
''
,
'show_default_award_emojis'
:
''
,
#
'show_default_award_emojis': '',
'snippets_access_level'
:
''
,
'snippets_enabled'
:
''
,
'suggestion_commit_message'
:
''
,
'tag_list'
:
''
,
'visibility'
:
''
,
'wiki_access_level'
:
''
,
'wiki_enabled'
:
''
}
for
i
in
parameters
.
keys
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment