gitlabform 3.9.2__tar.gz → 3.9.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gitlabform-3.9.2 → gitlabform-3.9.3}/LICENSE +1 -1
- {gitlabform-3.9.2 → gitlabform-3.9.3}/PKG-INFO +2 -2
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/__init__.py +4 -6
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/core.py +3 -3
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform.egg-info/PKG-INFO +2 -2
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform.egg-info/requires.txt +1 -1
- {gitlabform-3.9.2 → gitlabform-3.9.3}/setup.py +1 -1
- {gitlabform-3.9.2 → gitlabform-3.9.3}/README.md +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/configuration/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/configuration/common.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/configuration/core.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/configuration/groups.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/configuration/projects.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/configuration/transform.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/constants.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/branches.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/commits.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/group_badges.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/group_ldap_links.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/group_variables.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/groups.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/integrations.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/members.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/merge_requests.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/pipelines.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/project_badges.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/project_deploy_keys.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/project_merge_requests_approvals.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/project_protected_environments.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/projects.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/repositories.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/resource_groups.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/schedules.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/users.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/gitlab/variables.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/lists/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/lists/filter.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/lists/groups.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/lists/projects.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/output.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/abstract_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/defining_keys.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/group/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/group/group_badges_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/group/group_ldap_links_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/group/group_members_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/group/group_settings_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/group/group_variables_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/multiple_entities_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/badges_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/branches_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/deploy_keys_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/files_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/hooks_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/integrations_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/members_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/merge_requests_approval_rules.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/merge_requests_approvals.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/project_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/project_push_rules_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/project_settings_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/resource_groups_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/schedules_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/tags_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/variables_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/shared/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/shared/protected_environments_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/single_entity_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/util/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/util/branch_protector.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/util/decorators.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/util/difference_logger.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/run.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/util.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform.egg-info/SOURCES.txt +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform.egg-info/dependency_links.txt +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform.egg-info/entry_points.txt +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform.egg-info/top_level.txt +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/setup.cfg +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/conftest.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_archive_project.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_badges.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_branches.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_deploy_keys.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_deploy_keys_all_projects.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_files.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_files_all.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_files_protected.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_files_templates.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_group_badges.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_group_members_case_insensitive.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_group_members_groups.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_group_members_users.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_group_settings.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_group_variables.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_hooks.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_inheritance_break.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_integrations.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_members.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_members_add_group.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_members_enforce.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_project_group_members_case_insensitive.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_project_members_case_insensitve.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_project_settings.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_resource_groups.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_running.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_schedules.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_tags.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_token_from_config.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_transfer_project.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_variables.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/configuration/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/configuration/test_case_sensitivity.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/configuration/test_inheritance_break_projects_and_groups.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/configuration/test_inheritance_break_subgroups.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/configuration/test_inheritance_break_validation.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/configuration/test_projects_and_groups.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/configuration/test_skip_groups_skip_projects.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/configuration/test_subgroups.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/configuration/test_yaml_version.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/processors/__init__.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/processors/test_abstract_processor.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/processors/test_branch_protector.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/processors/test_difference_logger.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/test_access_levels.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/test_non_empty_configs_provider.py +0 -0
- {gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2016-
|
|
3
|
+
Copyright (c) 2016-2024 Greg Dubicki and Contributors
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gitlabform
|
|
3
|
-
Version: 3.9.
|
|
3
|
+
Version: 3.9.3
|
|
4
4
|
Summary: 🏗 Specialized configuration as a code tool for GitLab projects, groups and more using hierarchical configuration written in YAML
|
|
5
5
|
Home-page: https://gitlabform.github.io/gitlabform
|
|
6
6
|
Author: Greg Dubicki and Contributors
|
|
@@ -25,7 +25,7 @@ Requires-Dist: certifi
|
|
|
25
25
|
Requires-Dist: cli-ui==0.17.2
|
|
26
26
|
Requires-Dist: ez-yaml==1.2.0
|
|
27
27
|
Requires-Dist: Jinja2==3.1.3
|
|
28
|
-
Requires-Dist: luddite==1.0.
|
|
28
|
+
Requires-Dist: luddite==1.0.4
|
|
29
29
|
Requires-Dist: MarkupSafe==2.1.5
|
|
30
30
|
Requires-Dist: mergedeep==1.3.4
|
|
31
31
|
Requires-Dist: packaging==24.0
|
|
@@ -5,7 +5,7 @@ import argparse
|
|
|
5
5
|
import cli_ui
|
|
6
6
|
import logging
|
|
7
7
|
import luddite
|
|
8
|
-
import
|
|
8
|
+
from importlib.metadata import version as package_version
|
|
9
9
|
import textwrap
|
|
10
10
|
import traceback
|
|
11
11
|
from cli_ui import (
|
|
@@ -25,7 +25,7 @@ from cli_ui import (
|
|
|
25
25
|
purple,
|
|
26
26
|
warning,
|
|
27
27
|
)
|
|
28
|
-
from packaging import version
|
|
28
|
+
from packaging import version
|
|
29
29
|
from typing import Any, Tuple
|
|
30
30
|
|
|
31
31
|
from gitlabform.configuration import Configuration
|
|
@@ -508,7 +508,7 @@ class GitLabForm:
|
|
|
508
508
|
:param skip_version_check: if True then the comparison to the latest versions is skipped
|
|
509
509
|
"""
|
|
510
510
|
|
|
511
|
-
local_version =
|
|
511
|
+
local_version = package_version("gitlabform")
|
|
512
512
|
|
|
513
513
|
# fmt: off
|
|
514
514
|
tower_crane = Symbol("🏗", "")
|
|
@@ -533,9 +533,7 @@ class GitLabForm:
|
|
|
533
533
|
happy = Symbol("😊", ":)")
|
|
534
534
|
to_show = ["= the latest stable ", happy]
|
|
535
535
|
# fmt: on
|
|
536
|
-
elif
|
|
537
|
-
latest_version
|
|
538
|
-
):
|
|
536
|
+
elif version.parse(local_version) < version.parse(latest_version):
|
|
539
537
|
# fmt: off
|
|
540
538
|
sad = Symbol("😔", ":(")
|
|
541
539
|
to_show = ["= outdated ", sad, " , please update! (the latest stable is ", latest_version, ")"]
|
|
@@ -3,7 +3,7 @@ import os
|
|
|
3
3
|
from logging import debug
|
|
4
4
|
from urllib import parse
|
|
5
5
|
|
|
6
|
-
import
|
|
6
|
+
from importlib.metadata import version as package_version
|
|
7
7
|
import requests
|
|
8
8
|
|
|
9
9
|
# noinspection PyPackageRequirements
|
|
@@ -42,8 +42,8 @@ class GitLabCore:
|
|
|
42
42
|
if not self.ssl_verify:
|
|
43
43
|
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
|
|
44
44
|
|
|
45
|
-
self.gitlabform_version =
|
|
46
|
-
self.requests_version =
|
|
45
|
+
self.gitlabform_version = package_version("gitlabform")
|
|
46
|
+
self.requests_version = package_version("requests")
|
|
47
47
|
self.session.headers.update(
|
|
48
48
|
{
|
|
49
49
|
"private-token": self.token,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gitlabform
|
|
3
|
-
Version: 3.9.
|
|
3
|
+
Version: 3.9.3
|
|
4
4
|
Summary: 🏗 Specialized configuration as a code tool for GitLab projects, groups and more using hierarchical configuration written in YAML
|
|
5
5
|
Home-page: https://gitlabform.github.io/gitlabform
|
|
6
6
|
Author: Greg Dubicki and Contributors
|
|
@@ -25,7 +25,7 @@ Requires-Dist: certifi
|
|
|
25
25
|
Requires-Dist: cli-ui==0.17.2
|
|
26
26
|
Requires-Dist: ez-yaml==1.2.0
|
|
27
27
|
Requires-Dist: Jinja2==3.1.3
|
|
28
|
-
Requires-Dist: luddite==1.0.
|
|
28
|
+
Requires-Dist: luddite==1.0.4
|
|
29
29
|
Requires-Dist: MarkupSafe==2.1.5
|
|
30
30
|
Requires-Dist: mergedeep==1.3.4
|
|
31
31
|
Requires-Dist: packaging==24.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/group/group_ldap_links_processor.py
RENAMED
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/group/group_members_processor.py
RENAMED
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/group/group_settings_processor.py
RENAMED
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/group/group_variables_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/deploy_keys_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/integrations_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/merge_requests_approval_rules.py
RENAMED
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/merge_requests_approvals.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/project_push_rules_processor.py
RENAMED
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/project_settings_processor.py
RENAMED
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/gitlabform/processors/project/resource_groups_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_deploy_keys_all_projects.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/tests/acceptance/standard/test_group_members_groups.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/configuration/test_inheritance_break_subgroups.py
RENAMED
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/configuration/test_inheritance_break_validation.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-3.9.2 → gitlabform-3.9.3}/tests/unit/configuration/test_skip_groups_skip_projects.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|