gitlabform 0.0.540a0__tar.gz → 0.0.540a1__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-0.0.540a0 → gitlabform-0.0.540a1}/.github/workflows/_releases.yml +0 -3
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/PKG-INFO +1 -1
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/pyproject.toml +2 -3
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tbump.toml +4 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/uv.lock +1 -1
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.coveragerc +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.dockerignore +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.git-blame-ignore-revs +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/CODEOWNERS +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/ISSUE_TEMPLATE/question-or-other-issue.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/actions/setup-uv-local/README.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/actions/setup-uv-local/action.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/dependabot.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/workflows/_main.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/workflows/docs.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/workflows/linters.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/workflows/pr_on_fork.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/workflows/pr_on_main_repo.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/workflows/prs.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/workflows/tests-premium.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/workflows/tests-standard.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/workflows/tests-ultimate.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.gitignore +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.lgtm.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.mypy.ini +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.overrides/gitlabform-logo-favicon.png +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.overrides/gitlabform-logo-favicon.svg +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.python-version +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/CONTRIBUTING.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/Dockerfile +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/LICENSE +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/README.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/codecov.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/common.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/docs.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/env.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/gitlab/await-healthy.sh +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/gitlab/gitlab.rb +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/gitlab/healthcheck-and-setup.sh +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/gitlab/run_gitlab_in_docker.sh +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/gitlab/tests.Dockerfile +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/infra.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/main.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/qa.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/dev/release.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/automation.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/changelog.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/contrib/coding_guidelines.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/contrib/implementation_design.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/contrib/index.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/contrib/local_development.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/contrib/releases.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/contrib/workflows.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/features.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/images/egnyte-logo.svg +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/images/elastic-path-logo.svg +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/images/gitlabform-logo-square.png +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/images/gitlabform-logo.png +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/images/gitlabform-logo.svg +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/images/group-ldap-links-provider.png +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/images/liquidlight-logo.svg +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/images/roche-logo.png +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/images/stroeer-online-marketing-logo.svg +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/index.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/installation.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/archive_unarchive.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/avatar.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/badges.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/ci_cd_variables.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/deploy_keys.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/files.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/group_ldap_links.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/group_saml_links.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/index.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/integrations.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/job_token_scope.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/labels.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/members.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/merge_requests.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/pipeline_schedules.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/project_security_settings.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/project_transfer.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/protected_branches.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/protected_environments.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/push_mirrors.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/push_rules.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/resource_groups.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/settings.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/tags_protection.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/reference/webhooks.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/requirements.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/running.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/similar_apps.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/docs/upgrade.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlab-config/config.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlab-config/gitlab-config.md +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/configuration/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/configuration/common.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/configuration/core.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/configuration/groups.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/configuration/projects.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/configuration/transform.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/constants.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/commits.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/core.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/group_badges.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/group_ldap_links.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/groups.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/merge_requests.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/pipelines.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/project_badges.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/project_deploy_keys.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/project_merge_requests_approvals.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/project_protected_environments.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/projects.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/python_gitlab.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/variables.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/lists/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/lists/filter.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/lists/groups.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/lists/projects.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/output.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/abstract_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/application/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/application/application_settings_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/defining_keys.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_badges_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_hooks_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_labels_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_ldap_links_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_members_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_push_rules_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_saml_links_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_settings_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_variables_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/multiple_entities_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/badges_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/branches_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/deploy_keys_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/files_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/hooks_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/integrations_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/job_token_scope_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/members_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/merge_requests_approval_rules.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/merge_requests_approvals.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/project_labels_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/project_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/project_push_rules_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/project_security_settings.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/project_settings_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/project_variables_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/remote_mirrors_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/resource_groups_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/schedules_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/tags_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/shared/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/shared/protected_environments_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/util/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/util/decorators.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/util/difference_logger.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/util/labels_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/util/variables_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/run.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/util.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/mkdocs.yml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/prek.toml +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/conftest.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_branches.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_branches_users_case_insensitive.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_group_ldap_links.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_group_push_rules.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_group_saml_links.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_group_settings.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_group_variables.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_merge_request_approval_rules.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_merge_request_approvals_settings.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_protected_environments.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_push_rules.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_tags.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_application_settings.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_archive_project.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_badges.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_branches.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_deploy_keys.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_deploy_keys_all_projects.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_files.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_files_templates.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_avatar.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_badges.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_hooks.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_labels.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_members_case_insensitive.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_members_groups.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_members_users.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_settings.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_variables.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_hooks.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_integrations.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_job_token_scope.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_members.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_members_add_group.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_members_enforce.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_project_avatar.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_project_group_members_case_insensitive.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_project_labels.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_project_members_case_insensitve.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_project_settings.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_project_variables.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_remote_mirrors.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_resource_groups.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_running.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_scheduled_for_deletion_project.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_schedules.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_tags.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_token_from_config.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_transfer_project.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/ultimate/test_group_members.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/ultimate/test_group_settings.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/ultimate/test_members.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/ultimate/test_project_security_settings.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/ultimate/test_project_settings.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/test_case_sensitivity.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/test_inheritance_break_projects_and_groups.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/test_inheritance_break_subgroups.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/test_inheritance_break_validation.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/test_projects_and_groups.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/test_skip_groups_skip_projects.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/test_subgroups.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/test_yaml_version.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/transform/test_access_level_transformer.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/transform/test_group_transformer.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/transform/test_implicit_name_transformer.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/transform/test_user_and_group_transformers.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/transform/test_user_transformer.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/gitlab/test_core.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/gitlab/test_python_gitlab.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/processors/__init__.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/processors/test_abstract_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/processors/test_abstract_processors.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/processors/test_branches_processor.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/processors/test_difference_logger.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/processors/test_schedules_processor_extended_cron_pattern.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/test_access_levels.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/test_non_empty_configs_provider.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/test_parse_args.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/test_projects_provider.py +0 -0
- {gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/test_utils.py +0 -0
|
@@ -118,9 +118,6 @@ jobs:
|
|
|
118
118
|
- uses: actions/checkout@v6
|
|
119
119
|
- name: Configure uv environment
|
|
120
120
|
uses: ./.github/actions/setup-uv-local
|
|
121
|
-
- name: Install dependencies
|
|
122
|
-
run: |
|
|
123
|
-
uv pip install wheel packaging
|
|
124
121
|
- name: Get the version from the tag
|
|
125
122
|
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
|
|
126
123
|
- name: Wait for PyPI release
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gitlabform
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.540a1
|
|
4
4
|
Summary: 🏗 Specialized configuration as a code tool for GitLab projects, groups and more using hierarchical configuration written in YAML
|
|
5
5
|
Project-URL: Homepage, https://gitlabform.github.io/gitlabform/
|
|
6
6
|
Project-URL: Repository, https://github.com/gitlabform/gitlabform.git
|
|
@@ -10,7 +10,7 @@ packages = ["gitlabform"]
|
|
|
10
10
|
|
|
11
11
|
[project]
|
|
12
12
|
name = "gitlabform"
|
|
13
|
-
version = "0.0.
|
|
13
|
+
version = "0.0.540a1"
|
|
14
14
|
requires-python = ">=3.12.0"
|
|
15
15
|
authors = [{ name = "Greg Dubicki and Contributors" }]
|
|
16
16
|
description = "🏗 Specialized configuration as a code tool for GitLab projects, groups and more using hierarchical configuration written in YAML"
|
|
@@ -33,6 +33,7 @@ classifiers = [
|
|
|
33
33
|
dependencies = [
|
|
34
34
|
"certifi==2026.2.25",
|
|
35
35
|
"cli-ui==0.19.0",
|
|
36
|
+
# ez_yaml >1.2.0 changes imports and also uses ruamel.yaml tied to 1.2 so wouldn't support "yes" as True
|
|
36
37
|
"ez-yaml==1.2.0",
|
|
37
38
|
"jinja2==3.1.6",
|
|
38
39
|
"luddite==1.0.4",
|
|
@@ -47,8 +48,6 @@ dependencies = [
|
|
|
47
48
|
# unannotated yaml 1.1
|
|
48
49
|
"ruamel.yaml==0.17.21",
|
|
49
50
|
"yamlpath==3.8.2",
|
|
50
|
-
# ez_yaml >1.2.0 changes imports and also uses ruamel.yaml tied to 1.2 so wouldn't support "yes" as True
|
|
51
|
-
"ez-yaml==1.2.0",
|
|
52
51
|
]
|
|
53
52
|
|
|
54
53
|
# PEP 735 Dependency Groups.
|
|
@@ -34,6 +34,10 @@ src = "pyproject.toml"
|
|
|
34
34
|
name = "check changelog"
|
|
35
35
|
cmd = "grep -q {new_version} docs/changelog.md"
|
|
36
36
|
|
|
37
|
+
[[before_commit]]
|
|
38
|
+
name = "update lockfile"
|
|
39
|
+
cmd = "uv lock && git add uv.lock"
|
|
40
|
+
|
|
37
41
|
# Or run some commands after the git tag and the branch
|
|
38
42
|
# have been pushed:
|
|
39
43
|
# [[after_push]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/.github/ISSUE_TEMPLATE/question-or-other-issue.md
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
|
|
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
|
|
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-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/project_merge_requests_approvals.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/gitlab/project_protected_environments.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
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_badges_processor.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_hooks_processor.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_labels_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/group/group_members_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/multiple_entities_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/badges_processor.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/branches_processor.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/deploy_keys_processor.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/files_processor.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/hooks_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/members_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/project_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/schedules_processor.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/project/tags_processor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/util/difference_logger.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/util/labels_processor.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/gitlabform/processors/util/variables_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
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_group_ldap_links.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_group_push_rules.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_group_saml_links.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_group_settings.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/premium/test_group_variables.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_application_settings.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_archive_project.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_files_templates.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_avatar.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_badges.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_labels.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_members_groups.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_members_users.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_settings.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_group_variables.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_integrations.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_job_token_scope.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_members_add_group.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_members_enforce.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_project_avatar.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_project_labels.py
RENAMED
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_project_settings.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_project_variables.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_remote_mirrors.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_resource_groups.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_token_from_config.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/standard/test_transfer_project.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/ultimate/test_group_members.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/ultimate/test_group_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/acceptance/ultimate/test_project_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/test_case_sensitivity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/configuration/test_projects_and_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
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/processors/test_abstract_processor.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/processors/test_abstract_processors.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/processors/test_branches_processor.py
RENAMED
|
File without changes
|
{gitlabform-0.0.540a0 → gitlabform-0.0.540a1}/tests/unit/processors/test_difference_logger.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|