gitlabform 4.2.0__tar.gz → 4.2.1__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.2.0 → gitlabform-4.2.1}/PKG-INFO +12 -13
- {gitlabform-4.2.0 → gitlabform-4.2.1}/README.md +0 -2
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/__init__.py +1 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/util/labels_processor.py +6 -5
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform.egg-info/PKG-INFO +12 -13
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform.egg-info/requires.txt +9 -9
- {gitlabform-4.2.0 → gitlabform-4.2.1}/pyproject.toml +10 -10
- {gitlabform-4.2.0 → gitlabform-4.2.1}/LICENSE +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/__init__.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/configuration/__init__.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/configuration/common.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/configuration/core.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/configuration/groups.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/configuration/projects.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/configuration/transform.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/constants.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/commits.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/core.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/group_badges.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/group_ldap_links.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/group_variables.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/groups.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/merge_requests.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/pipelines.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/project_badges.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/project_deploy_keys.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/project_merge_requests_approvals.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/project_protected_environments.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/project_security_settings.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/projects.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/python_gitlab.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/variables.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/lists/__init__.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/lists/filter.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/lists/groups.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/lists/projects.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/output.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/__init__.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/abstract_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/application/__init__.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/application/application_settings_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/defining_keys.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/__init__.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_badges_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_hooks_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_labels_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_ldap_links_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_members_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_push_rules_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_saml_links_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_settings_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_variables_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/multiple_entities_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/__init__.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/badges_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/branches_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/deploy_keys_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/files_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/hooks_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/integrations_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/job_token_scope_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/members_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/merge_requests_approval_rules.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/merge_requests_approvals.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_labels_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_push_rules_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_security_settings.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_settings_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/resource_groups_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/schedules_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/tags_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/variables_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/shared/__init__.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/shared/protected_environments_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/single_entity_processor.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/util/__init__.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/util/decorators.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/util/difference_logger.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/run.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/util.py +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform.egg-info/SOURCES.txt +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform.egg-info/dependency_links.txt +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform.egg-info/entry_points.txt +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform.egg-info/top_level.txt +0 -0
- {gitlabform-4.2.0 → gitlabform-4.2.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: gitlabform
|
|
3
|
-
Version: 4.2.
|
|
3
|
+
Version: 4.2.1
|
|
4
4
|
Summary: 🏗 Specialized configuration as a code tool for GitLab projects, groups and more using hierarchical configuration written in YAML
|
|
5
5
|
Author: Greg Dubicki and Contributors
|
|
6
6
|
Project-URL: Homepage, https://gitlabform.github.io/gitlabform/
|
|
@@ -21,34 +21,35 @@ Requires-Python: >=3.12.0
|
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: certifi==2025.1.31
|
|
24
|
-
Requires-Dist: cli-ui==0.
|
|
24
|
+
Requires-Dist: cli-ui==0.19.0
|
|
25
25
|
Requires-Dist: ez-yaml==1.2.0
|
|
26
|
-
Requires-Dist: Jinja2==3.1.
|
|
26
|
+
Requires-Dist: Jinja2==3.1.6
|
|
27
27
|
Requires-Dist: luddite==1.0.4
|
|
28
28
|
Requires-Dist: MarkupSafe==3.0.2
|
|
29
29
|
Requires-Dist: mergedeep==1.3.4
|
|
30
|
-
Requires-Dist: packaging==
|
|
30
|
+
Requires-Dist: packaging==25.0
|
|
31
31
|
Requires-Dist: python-gitlab==5.6.0
|
|
32
32
|
Requires-Dist: python-gitlab[graphql]==5.6.0
|
|
33
33
|
Requires-Dist: requests==2.32.3
|
|
34
34
|
Requires-Dist: ruamel.yaml==0.17.21
|
|
35
|
-
Requires-Dist: types-requests==2.32.0.
|
|
36
|
-
Requires-Dist: types-setuptools==
|
|
35
|
+
Requires-Dist: types-requests==2.32.0.20250328
|
|
36
|
+
Requires-Dist: types-setuptools==78.1.0.20250329
|
|
37
37
|
Requires-Dist: yamlpath==3.8.2
|
|
38
38
|
Provides-Extra: test
|
|
39
|
-
Requires-Dist: coverage==7.
|
|
39
|
+
Requires-Dist: coverage==7.8.0; extra == "test"
|
|
40
40
|
Requires-Dist: cryptography==44.0.2; extra == "test"
|
|
41
|
-
Requires-Dist: deepdiff==8.2
|
|
41
|
+
Requires-Dist: deepdiff==8.4.2; extra == "test"
|
|
42
42
|
Requires-Dist: mypy==1.15.0; extra == "test"
|
|
43
43
|
Requires-Dist: mypy-extensions==1.0.0; extra == "test"
|
|
44
44
|
Requires-Dist: pre-commit==2.21.0; extra == "test"
|
|
45
45
|
Requires-Dist: pytest==8.3.5; extra == "test"
|
|
46
|
-
Requires-Dist: pytest-cov==6.
|
|
46
|
+
Requires-Dist: pytest-cov==6.1.1; extra == "test"
|
|
47
47
|
Requires-Dist: pytest-rerunfailures==15.0; extra == "test"
|
|
48
|
-
Requires-Dist: xkcdpass==1.
|
|
48
|
+
Requires-Dist: xkcdpass==1.20.0; extra == "test"
|
|
49
49
|
Provides-Extra: docs
|
|
50
50
|
Requires-Dist: mkdocs; extra == "docs"
|
|
51
51
|
Requires-Dist: mkdocs-material; extra == "docs"
|
|
52
|
+
Dynamic: license-file
|
|
52
53
|
|
|
53
54
|
[](https://badge.fury.io/gh/gitlabform%2Fgitlabform)
|
|
54
55
|

|
|
@@ -68,5 +69,3 @@ Requires-Dist: mkdocs-material; extra == "docs"
|
|
|
68
69
|
...and more using hierarchical configuration written in YAML.
|
|
69
70
|
|
|
70
71
|
Please see <a href="https://gitlabform.github.io/gitlabform/">the project site</a> for more information.
|
|
71
|
-
|
|
72
|
-
GitLabForm is built and tested against [`gitlab-ee/latest`](https://hub.docker.com/r/gitlab/gitlab-ee/tags).
|
|
@@ -16,5 +16,3 @@
|
|
|
16
16
|
...and more using hierarchical configuration written in YAML.
|
|
17
17
|
|
|
18
18
|
Please see <a href="https://gitlabform.github.io/gitlabform/">the project site</a> for more information.
|
|
19
|
-
|
|
20
|
-
GitLabForm is built and tested against [`gitlab-ee/latest`](https://hub.docker.com/r/gitlab/gitlab-ee/tags).
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
from
|
|
1
|
+
from cli_ui import debug as verbose, info
|
|
2
2
|
from typing import Dict, List, Callable
|
|
3
3
|
|
|
4
|
-
from gitlab.base import RESTObject
|
|
5
4
|
from gitlab.v4.objects import Group, Project, ProjectLabel, GroupLabel
|
|
6
5
|
|
|
7
6
|
|
|
@@ -26,11 +25,12 @@ class LabelsProcessor:
|
|
|
26
25
|
|
|
27
26
|
if existing_labels:
|
|
28
27
|
for listed_label in existing_labels:
|
|
29
|
-
|
|
28
|
+
verbose(f"Processing existing label in Gitlab: {listed_label.name}")
|
|
29
|
+
full_label: GroupLabel | ProjectLabel = group_or_project.labels.get(listed_label.id)
|
|
30
30
|
label_name = full_label.name
|
|
31
31
|
|
|
32
32
|
if label_name not in configured_labels.keys():
|
|
33
|
-
|
|
33
|
+
verbose(f"{label_name} not in configured labels")
|
|
34
34
|
# only delete labels when enforce is true, because user's maybe automatically applying labels based
|
|
35
35
|
# on Repo state, for example: Compliance Framework labels based on language or CI-template status
|
|
36
36
|
if enforce:
|
|
@@ -47,11 +47,12 @@ class LabelsProcessor:
|
|
|
47
47
|
parent_object_type,
|
|
48
48
|
)
|
|
49
49
|
else:
|
|
50
|
-
|
|
50
|
+
verbose(f"No update required for label: {label_name}")
|
|
51
51
|
|
|
52
52
|
# add new labels
|
|
53
53
|
for label_name in configured_labels.keys():
|
|
54
54
|
if label_name not in existing_label_names:
|
|
55
|
+
info(f"Creating new label: {label_name}, on {parent_object_type}")
|
|
55
56
|
self.create_new_label(configured_labels, group_or_project, label_name, parent_object_type)
|
|
56
57
|
|
|
57
58
|
@staticmethod
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: gitlabform
|
|
3
|
-
Version: 4.2.
|
|
3
|
+
Version: 4.2.1
|
|
4
4
|
Summary: 🏗 Specialized configuration as a code tool for GitLab projects, groups and more using hierarchical configuration written in YAML
|
|
5
5
|
Author: Greg Dubicki and Contributors
|
|
6
6
|
Project-URL: Homepage, https://gitlabform.github.io/gitlabform/
|
|
@@ -21,34 +21,35 @@ Requires-Python: >=3.12.0
|
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
23
|
Requires-Dist: certifi==2025.1.31
|
|
24
|
-
Requires-Dist: cli-ui==0.
|
|
24
|
+
Requires-Dist: cli-ui==0.19.0
|
|
25
25
|
Requires-Dist: ez-yaml==1.2.0
|
|
26
|
-
Requires-Dist: Jinja2==3.1.
|
|
26
|
+
Requires-Dist: Jinja2==3.1.6
|
|
27
27
|
Requires-Dist: luddite==1.0.4
|
|
28
28
|
Requires-Dist: MarkupSafe==3.0.2
|
|
29
29
|
Requires-Dist: mergedeep==1.3.4
|
|
30
|
-
Requires-Dist: packaging==
|
|
30
|
+
Requires-Dist: packaging==25.0
|
|
31
31
|
Requires-Dist: python-gitlab==5.6.0
|
|
32
32
|
Requires-Dist: python-gitlab[graphql]==5.6.0
|
|
33
33
|
Requires-Dist: requests==2.32.3
|
|
34
34
|
Requires-Dist: ruamel.yaml==0.17.21
|
|
35
|
-
Requires-Dist: types-requests==2.32.0.
|
|
36
|
-
Requires-Dist: types-setuptools==
|
|
35
|
+
Requires-Dist: types-requests==2.32.0.20250328
|
|
36
|
+
Requires-Dist: types-setuptools==78.1.0.20250329
|
|
37
37
|
Requires-Dist: yamlpath==3.8.2
|
|
38
38
|
Provides-Extra: test
|
|
39
|
-
Requires-Dist: coverage==7.
|
|
39
|
+
Requires-Dist: coverage==7.8.0; extra == "test"
|
|
40
40
|
Requires-Dist: cryptography==44.0.2; extra == "test"
|
|
41
|
-
Requires-Dist: deepdiff==8.2
|
|
41
|
+
Requires-Dist: deepdiff==8.4.2; extra == "test"
|
|
42
42
|
Requires-Dist: mypy==1.15.0; extra == "test"
|
|
43
43
|
Requires-Dist: mypy-extensions==1.0.0; extra == "test"
|
|
44
44
|
Requires-Dist: pre-commit==2.21.0; extra == "test"
|
|
45
45
|
Requires-Dist: pytest==8.3.5; extra == "test"
|
|
46
|
-
Requires-Dist: pytest-cov==6.
|
|
46
|
+
Requires-Dist: pytest-cov==6.1.1; extra == "test"
|
|
47
47
|
Requires-Dist: pytest-rerunfailures==15.0; extra == "test"
|
|
48
|
-
Requires-Dist: xkcdpass==1.
|
|
48
|
+
Requires-Dist: xkcdpass==1.20.0; extra == "test"
|
|
49
49
|
Provides-Extra: docs
|
|
50
50
|
Requires-Dist: mkdocs; extra == "docs"
|
|
51
51
|
Requires-Dist: mkdocs-material; extra == "docs"
|
|
52
|
+
Dynamic: license-file
|
|
52
53
|
|
|
53
54
|
[](https://badge.fury.io/gh/gitlabform%2Fgitlabform)
|
|
54
55
|

|
|
@@ -68,5 +69,3 @@ Requires-Dist: mkdocs-material; extra == "docs"
|
|
|
68
69
|
...and more using hierarchical configuration written in YAML.
|
|
69
70
|
|
|
70
71
|
Please see <a href="https://gitlabform.github.io/gitlabform/">the project site</a> for more information.
|
|
71
|
-
|
|
72
|
-
GitLabForm is built and tested against [`gitlab-ee/latest`](https://hub.docker.com/r/gitlab/gitlab-ee/tags).
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
certifi==2025.1.31
|
|
2
|
-
cli-ui==0.
|
|
2
|
+
cli-ui==0.19.0
|
|
3
3
|
ez-yaml==1.2.0
|
|
4
|
-
Jinja2==3.1.
|
|
4
|
+
Jinja2==3.1.6
|
|
5
5
|
luddite==1.0.4
|
|
6
6
|
MarkupSafe==3.0.2
|
|
7
7
|
mergedeep==1.3.4
|
|
8
|
-
packaging==
|
|
8
|
+
packaging==25.0
|
|
9
9
|
python-gitlab==5.6.0
|
|
10
10
|
python-gitlab[graphql]==5.6.0
|
|
11
11
|
requests==2.32.3
|
|
12
12
|
ruamel.yaml==0.17.21
|
|
13
|
-
types-requests==2.32.0.
|
|
14
|
-
types-setuptools==
|
|
13
|
+
types-requests==2.32.0.20250328
|
|
14
|
+
types-setuptools==78.1.0.20250329
|
|
15
15
|
yamlpath==3.8.2
|
|
16
16
|
|
|
17
17
|
[docs]
|
|
@@ -19,13 +19,13 @@ mkdocs
|
|
|
19
19
|
mkdocs-material
|
|
20
20
|
|
|
21
21
|
[test]
|
|
22
|
-
coverage==7.
|
|
22
|
+
coverage==7.8.0
|
|
23
23
|
cryptography==44.0.2
|
|
24
|
-
deepdiff==8.2
|
|
24
|
+
deepdiff==8.4.2
|
|
25
25
|
mypy==1.15.0
|
|
26
26
|
mypy-extensions==1.0.0
|
|
27
27
|
pre-commit==2.21.0
|
|
28
28
|
pytest==8.3.5
|
|
29
|
-
pytest-cov==6.
|
|
29
|
+
pytest-cov==6.1.1
|
|
30
30
|
pytest-rerunfailures==15.0
|
|
31
|
-
xkcdpass==1.
|
|
31
|
+
xkcdpass==1.20.0
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "gitlabform"
|
|
7
|
-
version = "4.2.
|
|
7
|
+
version = "4.2.1"
|
|
8
8
|
authors = [{ name = "Greg Dubicki and Contributors" }]
|
|
9
9
|
description = "🏗 Specialized configuration as a code tool for GitLab projects, groups and more using hierarchical configuration written in YAML"
|
|
10
10
|
keywords = ["cli", "yaml", "gitlab", "configuration-as-code"]
|
|
@@ -24,19 +24,19 @@ classifiers = [
|
|
|
24
24
|
requires-python = ">=3.12.0"
|
|
25
25
|
dependencies = [
|
|
26
26
|
"certifi==2025.1.31",
|
|
27
|
-
"cli-ui==0.
|
|
27
|
+
"cli-ui==0.19.0",
|
|
28
28
|
"ez-yaml==1.2.0",
|
|
29
|
-
"Jinja2==3.1.
|
|
29
|
+
"Jinja2==3.1.6",
|
|
30
30
|
"luddite==1.0.4",
|
|
31
31
|
"MarkupSafe==3.0.2",
|
|
32
32
|
"mergedeep==1.3.4",
|
|
33
|
-
"packaging==
|
|
33
|
+
"packaging==25.0",
|
|
34
34
|
"python-gitlab==5.6.0",
|
|
35
35
|
"python-gitlab[graphql]==5.6.0",
|
|
36
36
|
"requests==2.32.3",
|
|
37
37
|
"ruamel.yaml==0.17.21",
|
|
38
|
-
"types-requests==2.32.0.
|
|
39
|
-
"types-setuptools==
|
|
38
|
+
"types-requests==2.32.0.20250328",
|
|
39
|
+
"types-setuptools==78.1.0.20250329",
|
|
40
40
|
"yamlpath==3.8.2",
|
|
41
41
|
]
|
|
42
42
|
|
|
@@ -52,16 +52,16 @@ content-type = "text/markdown"
|
|
|
52
52
|
|
|
53
53
|
[project.optional-dependencies]
|
|
54
54
|
test = [
|
|
55
|
-
"coverage==7.
|
|
55
|
+
"coverage==7.8.0",
|
|
56
56
|
"cryptography==44.0.2",
|
|
57
|
-
"deepdiff==8.2
|
|
57
|
+
"deepdiff==8.4.2",
|
|
58
58
|
"mypy==1.15.0",
|
|
59
59
|
"mypy-extensions==1.0.0",
|
|
60
60
|
"pre-commit==2.21.0",
|
|
61
61
|
"pytest==8.3.5",
|
|
62
|
-
"pytest-cov==6.
|
|
62
|
+
"pytest-cov==6.1.1",
|
|
63
63
|
"pytest-rerunfailures==15.0",
|
|
64
|
-
"xkcdpass==1.
|
|
64
|
+
"xkcdpass==1.20.0",
|
|
65
65
|
]
|
|
66
66
|
docs = ["mkdocs", "mkdocs-material"]
|
|
67
67
|
|
|
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.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_ldap_links_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_members_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_push_rules_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_saml_links_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_settings_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_variables_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/deploy_keys_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/integrations_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/job_token_scope_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/merge_requests_approval_rules.py
RENAMED
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/merge_requests_approvals.py
RENAMED
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_labels_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_push_rules_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_security_settings.py
RENAMED
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_settings_processor.py
RENAMED
|
File without changes
|
{gitlabform-4.2.0 → gitlabform-4.2.1}/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
|