gitlabform 4.0.2__tar.gz → 4.0.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-4.0.2 → gitlabform-4.0.3}/PKG-INFO +2 -2
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/multiple_entities_processor.py +0 -16
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/branches_processor.py +0 -13
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform.egg-info/PKG-INFO +2 -2
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform.egg-info/requires.txt +1 -1
- {gitlabform-4.0.2 → gitlabform-4.0.3}/setup.py +1 -1
- {gitlabform-4.0.2 → gitlabform-4.0.3}/LICENSE +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/README.md +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/configuration/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/configuration/common.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/configuration/core.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/configuration/groups.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/configuration/projects.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/configuration/transform.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/constants.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/commits.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/core.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/group_badges.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/group_ldap_links.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/group_variables.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/groups.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/merge_requests.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/pipelines.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/project_badges.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/project_deploy_keys.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/project_merge_requests_approvals.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/project_protected_environments.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/projects.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/python_gitlab.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/users.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/gitlab/variables.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/lists/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/lists/filter.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/lists/groups.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/lists/projects.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/output.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/abstract_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/application/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/application/application_settings_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/defining_keys.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/group_badges_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/group_labels_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/group_ldap_links_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/group_members_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/group_saml_links_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/group_settings_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/group_variables_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/badges_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/deploy_keys_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/files_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/hooks_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/integrations_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/job_token_scope_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/members_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/merge_requests_approval_rules.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/merge_requests_approvals.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/project_labels_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/project_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/project_push_rules_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/project_settings_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/resource_groups_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/schedules_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/tags_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/variables_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/shared/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/shared/protected_environments_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/single_entity_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/util/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/util/decorators.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/util/difference_logger.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/util/labels_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/run.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/util.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform.egg-info/SOURCES.txt +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform.egg-info/dependency_links.txt +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform.egg-info/entry_points.txt +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform.egg-info/top_level.txt +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/setup.cfg +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/conftest.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_application_settings.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_archive_project.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_badges.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_branches.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_deploy_keys.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_deploy_keys_all_projects.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_files.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_files_templates.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_group_badges.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_group_labels.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_group_members_case_insensitive.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_group_members_groups.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_group_members_users.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_group_settings.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_group_variables.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_hooks.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_integrations.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_job_token_scope.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_members.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_members_add_group.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_members_enforce.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_project_group_members_case_insensitive.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_project_labels.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_project_members_case_insensitve.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_project_settings.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_resource_groups.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_running.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_schedules.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_tags.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_token_from_config.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_transfer_project.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_variables.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/configuration/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/configuration/test_case_sensitivity.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/configuration/test_inheritance_break_projects_and_groups.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/configuration/test_inheritance_break_subgroups.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/configuration/test_inheritance_break_validation.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/configuration/test_projects_and_groups.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/configuration/test_skip_groups_skip_projects.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/configuration/test_subgroups.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/configuration/test_yaml_version.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/processors/__init__.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/processors/test_abstract_processor.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/processors/test_difference_logger.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/processors/test_schedules_processor_extended_cron_pattern.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/test_access_levels.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/test_non_empty_configs_provider.py +0 -0
- {gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gitlabform
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.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
|
|
@@ -31,7 +31,7 @@ Requires-Dist: ruamel.yaml==0.17.21
|
|
|
31
31
|
Requires-Dist: types-requests==2.32.0.20241016
|
|
32
32
|
Requires-Dist: yamlpath==3.8.2
|
|
33
33
|
Provides-Extra: test
|
|
34
|
-
Requires-Dist: coverage==7.6.
|
|
34
|
+
Requires-Dist: coverage==7.6.7; extra == "test"
|
|
35
35
|
Requires-Dist: cryptography==43.0.3; extra == "test"
|
|
36
36
|
Requires-Dist: deepdiff==8.0.1; extra == "test"
|
|
37
37
|
Requires-Dist: mypy==1.13.0; extra == "test"
|
|
@@ -4,7 +4,6 @@ from cli_ui import fatal
|
|
|
4
4
|
|
|
5
5
|
import abc
|
|
6
6
|
from typing import Callable, Union, Any
|
|
7
|
-
import time
|
|
8
7
|
from gitlabform.constants import EXIT_INVALID_INPUT
|
|
9
8
|
from gitlabform.gitlab import GitLab
|
|
10
9
|
from gitlabform.processors.abstract_processor import AbstractProcessor
|
|
@@ -70,21 +69,6 @@ class MultipleEntitiesProcessor(AbstractProcessor, metaclass=abc.ABCMeta):
|
|
|
70
69
|
else:
|
|
71
70
|
enforce = False
|
|
72
71
|
|
|
73
|
-
if (
|
|
74
|
-
"members" in configuration
|
|
75
|
-
and ("protected_environments" or "merge_requests_approval_rules")
|
|
76
|
-
in configuration
|
|
77
|
-
):
|
|
78
|
-
# When gitlabform needs to update project membership and also configure
|
|
79
|
-
# settings that are dependent on the members (i.e. environment protection
|
|
80
|
-
# or MR approval rule), there seems to be an issue in GitLab. Automated
|
|
81
|
-
# acceptance tests in gitlabform creates new user and adds to the project
|
|
82
|
-
# followed by configuring other setting. In that scenario need to wait a little
|
|
83
|
-
# before calling GitLab's REST API for processing other settings. Otherwise
|
|
84
|
-
# the users are not available to be configured in other settings and it
|
|
85
|
-
# does not return any error either"
|
|
86
|
-
time.sleep(2)
|
|
87
|
-
|
|
88
72
|
# TODO: move/convert this to a configuration validation phase
|
|
89
73
|
self._find_duplicates(project_or_group, entities_in_configuration)
|
|
90
74
|
|
|
@@ -10,7 +10,6 @@ from gitlab import (
|
|
|
10
10
|
from gitlabform.constants import EXIT_INVALID_INPUT, EXIT_PROCESSING_ERROR
|
|
11
11
|
from gitlabform.gitlab import GitLab
|
|
12
12
|
from gitlabform.processors.abstract_processor import AbstractProcessor
|
|
13
|
-
import time
|
|
14
13
|
|
|
15
14
|
|
|
16
15
|
class BranchesProcessor(AbstractProcessor):
|
|
@@ -19,18 +18,6 @@ class BranchesProcessor(AbstractProcessor):
|
|
|
19
18
|
self.strict = strict
|
|
20
19
|
|
|
21
20
|
def _process_configuration(self, project_and_group: str, configuration: dict):
|
|
22
|
-
if "members" in configuration:
|
|
23
|
-
# When gitlabform needs to update project membership and also
|
|
24
|
-
# configure branch protection, there seems to be a race condition
|
|
25
|
-
# or delay in GitLab. Automated acceptance tests in gitlabform
|
|
26
|
-
# creates new user and adds to the project followed by configuring
|
|
27
|
-
# branch protection setting. In that scenario need to wait a little
|
|
28
|
-
# before calling GitLab's REST API for branch protection. Otherwise
|
|
29
|
-
# the API returns error code 422 with an message like "Push access
|
|
30
|
-
# levels user is not a member of the project"
|
|
31
|
-
|
|
32
|
-
time.sleep(2)
|
|
33
|
-
|
|
34
21
|
project: Project = self.gl.get_project_by_path_cached(project_and_group)
|
|
35
22
|
|
|
36
23
|
for branch in sorted(configuration["branches"]):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gitlabform
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.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
|
|
@@ -31,7 +31,7 @@ Requires-Dist: ruamel.yaml==0.17.21
|
|
|
31
31
|
Requires-Dist: types-requests==2.32.0.20241016
|
|
32
32
|
Requires-Dist: yamlpath==3.8.2
|
|
33
33
|
Provides-Extra: test
|
|
34
|
-
Requires-Dist: coverage==7.6.
|
|
34
|
+
Requires-Dist: coverage==7.6.7; extra == "test"
|
|
35
35
|
Requires-Dist: cryptography==43.0.3; extra == "test"
|
|
36
36
|
Requires-Dist: deepdiff==8.0.1; extra == "test"
|
|
37
37
|
Requires-Dist: mypy==1.13.0; extra == "test"
|
|
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
|
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/group_ldap_links_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/group_members_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/group_saml_links_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/group_settings_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/group/group_variables_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/deploy_keys_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/integrations_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/job_token_scope_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/merge_requests_approval_rules.py
RENAMED
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/merge_requests_approvals.py
RENAMED
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/project_labels_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/project_push_rules_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/gitlabform/processors/project/project_settings_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.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
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/tests/acceptance/standard/test_application_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.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
|
{gitlabform-4.0.2 → gitlabform-4.0.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
|
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/configuration/test_inheritance_break_subgroups.py
RENAMED
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.3}/tests/unit/configuration/test_inheritance_break_validation.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-4.0.2 → gitlabform-4.0.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
|