RepoAuditor 0.2.71__tar.gz → 0.2.72__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.
- {repoauditor-0.2.71 → repoauditor-0.2.72}/PKG-INFO +1 -1
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionQuery.py +10 -10
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardQuery.py +20 -14
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/__init__.py +1 -1
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.copier-answers.yml +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.github/CODEOWNERS +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.github/ISSUE_TEMPLATE/custom.md +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.github/actions/release_impl/action.yml +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.github/pull_request_template.md +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.github/release_sources.yaml +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.github/workflows/CICD.yml +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.github/workflows/CICD_impl.yml +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.github/workflows/EndToEnd.yml +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.github/workflows/codeql.yml +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.gitignore +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.pre-commit-config.yaml +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/.python-version +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/CODE_OF_CONDUCT.md +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/CONTRIBUTING.md +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/DEVELOPMENT.md +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/GOVERNANCE.md +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/LICENSE +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/MAINTAINERS.md +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/README.md +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/SECURITY.md +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/default_config.yaml +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/minisign_key.pub +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/pyproject.toml +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/AutoGitSemVer.yaml +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/CommandLineProcessor.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Display.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/EntryPoint.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/ExecuteModules.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Impl/ParallelSequentialProcessor.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Impl/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Module.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugin.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/CommunityStandardsQuery.py +4 -4
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Impl/ExistsRequirementImpl.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Impl/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Module.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/CodeOfConduct.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/CodeOwners.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/Contributing.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/IssueTemplates.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/LicenseFile.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/PullRequestTemplates.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/ReadMe.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/SecurityPolicy.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Requirements/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandardsPlugin.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowDeletions.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/AllowMainlineForcePushes.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/DoNotAllowBypassSettings.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/EnsureStatusChecks.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicEnableRequirementImpl.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/ClassicValueRequirementImpl.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/Impl/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireApprovals.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireCodeOwnerReview.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireConversationResolution.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireLinearHistory.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequirePullRequests.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireSignedCommits.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireStatusChecksToPass.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/RequireUpToDateBranches.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/ClassicBranchProtectionRequirements/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQuery.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/DefaultBranchRequirements/Protected.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/DefaultBranchRequirements/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/Impl/Common.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRequirementImpl.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/Impl/EnableRulesetRequirementImpl.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/Impl/ValueRequirementImpl.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/Impl/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/Module.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/RulesetQuery.py +2 -2
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequirePullRequests.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireSignedCommits.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/RequireStatusChecks.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/RulesetRequirements/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/AutoMerge.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/DefaultBranch.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/DeleteHeadBranches.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/DependabotSecurityUpdates.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Description.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Impl/StandardEnableRequirementImpl.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Impl/StandardValueRequirementImpl.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Impl/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/License.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/MergeCommit.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/MergeCommitMessage.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/Private.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/RebaseMergeCommit.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SecretScanning.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SecretScanningPushProtection.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SquashCommitMerge.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SquashMergeCommitMessage.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SuggestUpdatingPullRequestBranches.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportDiscussions.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportIssues.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportProjects.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/SupportWikis.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/TemplateRepository.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/WebCommitSignoff.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/StandardRequirements/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHubBase/Module.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHubBase/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHubPlugin.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Query.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Requirement.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/py.typed +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/CommandLineProcessor_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/EntryPoint_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/ExecuteModules_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Module_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugin_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/CommunityStandards/CommunityStandardsQuery_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/CommunityStandards/ExistsRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/CommunityStandards/GitHubCommunityStandards_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/CommunityStandards_EndToEndTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubEnterprise_EndToEndTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/ClassicBranchProtectionQuery_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/DismissStalePullRequestApprovals_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/EnsureStatusChecks_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovalMostRecentPush_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireApprovals_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireCodeOwnerReview_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/ClassicBranchProtectionRequirements/RequireUpToDateBranches_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/ClassicValueRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/DefaultBranchQueryRequirements/Protected_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/DefaultBranchQuery_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/EnableRulesetRequirementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/GitHubModule_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/GitHubSession_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/RulesetRequirements_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/RulsesetQuery_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/StandardQueryRequirements/DependabotSecurityUpdates_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/StandardQueryRequirements/Description_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/StandardQueryRequirements/License_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/StandardQueryRequirements/MergeCommitMessage_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/StandardQueryRequirements/Private_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/StandardQueryRequirements/SecretScanningPushProtection_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/StandardQueryRequirements/SecretScanning_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/StandardQueryRequirements/SquashMergeCommitMessage_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/StandardQuery_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/ValueRequrementImpl_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/fixtures.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHub_EndToEndTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/__snapshots__/CommunityStandards_EndToEndTest.ambr +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/__snapshots__/GitHubEnterprise_EndToEndTest.ambr +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/__snapshots__/GitHub_EndToEndTest.ambr +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/conftest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/utilities.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Query_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Requirement_UnitTest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/__init__.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/__snapshots__/ExecuteModules_UnitTest.ambr +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/tests/conftest.py +0 -0
- {repoauditor-0.2.71 → repoauditor-0.2.72}/uv.lock +0 -0
|
@@ -115,20 +115,20 @@ class ClassicBranchProtectionQuery(Query):
|
|
|
115
115
|
"ClassicBranchProtectionQuery",
|
|
116
116
|
ExecutionStyle.Parallel,
|
|
117
117
|
[
|
|
118
|
-
|
|
119
|
-
AllowMainlineForcePushes(),
|
|
120
|
-
DismissStalePullRequestApprovals(),
|
|
121
|
-
DoNotAllowBypassSettings(),
|
|
122
|
-
EnsureStatusChecks(),
|
|
123
|
-
RequireApprovalMostRecentPush(),
|
|
118
|
+
RequirePullRequests(),
|
|
124
119
|
RequireApprovals(),
|
|
120
|
+
DismissStalePullRequestApprovals(),
|
|
125
121
|
RequireCodeOwnerReview(),
|
|
126
|
-
|
|
127
|
-
RequireLinearHistory(),
|
|
128
|
-
RequirePullRequests(),
|
|
129
|
-
RequireSignedCommits(),
|
|
122
|
+
RequireApprovalMostRecentPush(),
|
|
130
123
|
RequireStatusChecksToPass(),
|
|
131
124
|
RequireUpToDateBranches(),
|
|
125
|
+
EnsureStatusChecks(),
|
|
126
|
+
RequireConversationResolution(),
|
|
127
|
+
RequireSignedCommits(),
|
|
128
|
+
RequireLinearHistory(),
|
|
129
|
+
DoNotAllowBypassSettings(),
|
|
130
|
+
AllowDeletions(),
|
|
131
|
+
AllowMainlineForcePushes(),
|
|
132
132
|
],
|
|
133
133
|
)
|
|
134
134
|
|
|
@@ -212,27 +212,33 @@ class StandardQuery(Query):
|
|
|
212
212
|
"StandardQuery",
|
|
213
213
|
ExecutionStyle.Parallel,
|
|
214
214
|
[
|
|
215
|
-
|
|
216
|
-
DefaultBranch(),
|
|
217
|
-
DeleteHeadBranches(),
|
|
215
|
+
# metadata
|
|
218
216
|
Description(),
|
|
219
|
-
DependabotSecurityUpdates(),
|
|
220
217
|
License(),
|
|
218
|
+
# settings page
|
|
219
|
+
TemplateRepository(),
|
|
220
|
+
WebCommitSignoff(),
|
|
221
|
+
DefaultBranch(),
|
|
222
|
+
# settings page (Features)
|
|
223
|
+
SupportWikis(),
|
|
224
|
+
SupportIssues(),
|
|
225
|
+
SupportDiscussions(),
|
|
226
|
+
SupportProjects(),
|
|
227
|
+
# settings page (Pull Requests)
|
|
221
228
|
MergeCommit(),
|
|
222
229
|
MergeCommitMessage(),
|
|
223
|
-
Private(),
|
|
224
|
-
RebaseMergeCommit(),
|
|
225
|
-
SecretScanning(),
|
|
226
|
-
SecretScanningPushProtection(),
|
|
227
230
|
SquashCommitMerge(),
|
|
228
231
|
SquashMergeCommitMessage(),
|
|
232
|
+
RebaseMergeCommit(),
|
|
229
233
|
SuggestUpdatingPullRequestBranches(),
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
234
|
+
AutoMerge(),
|
|
235
|
+
DeleteHeadBranches(),
|
|
236
|
+
# settings page (Danger Zone)
|
|
237
|
+
Private(),
|
|
238
|
+
# settings/security_analysis
|
|
239
|
+
DependabotSecurityUpdates(),
|
|
240
|
+
SecretScanning(),
|
|
241
|
+
SecretScanningPushProtection(),
|
|
236
242
|
],
|
|
237
243
|
)
|
|
238
244
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Impl/ParallelSequentialProcessor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -31,14 +31,14 @@ class CommunityStandardsQuery(Query):
|
|
|
31
31
|
"CommunityStandardsQuery",
|
|
32
32
|
ExecutionStyle.Parallel,
|
|
33
33
|
[
|
|
34
|
+
ReadMe(),
|
|
34
35
|
CodeOfConduct(),
|
|
35
|
-
CodeOwners(),
|
|
36
36
|
Contributing(),
|
|
37
|
-
IssueTemplates(),
|
|
38
37
|
LicenseFile(),
|
|
39
|
-
PullRequestTemplate(),
|
|
40
|
-
ReadMe(),
|
|
41
38
|
SecurityPolicy(),
|
|
39
|
+
IssueTemplates(),
|
|
40
|
+
PullRequestTemplate(),
|
|
41
|
+
CodeOwners(),
|
|
42
42
|
],
|
|
43
43
|
)
|
|
44
44
|
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/Module.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
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandards/__init__.py
RENAMED
|
File without changes
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/CommunityStandardsPlugin.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
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/src/RepoAuditor/Plugins/GitHub/DefaultBranchQuery.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/DefaultBranchQuery_UnitTest.py
RENAMED
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/GitHubModule_UnitTest.py
RENAMED
|
File without changes
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/GitHubSession_UnitTest.py
RENAMED
|
File without changes
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/RulesetRequirements_UnitTest.py
RENAMED
|
File without changes
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/RulsesetQuery_UnitTest.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
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/StandardQuery_UnitTest.py
RENAMED
|
File without changes
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/GitHubModule/ValueRequrementImpl_UnitTest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{repoauditor-0.2.71 → repoauditor-0.2.72}/tests/Plugins/__snapshots__/GitHub_EndToEndTest.ambr
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
|