openhound-github 0.3.5__tar.gz → 0.3.7__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.
- {openhound_github-0.3.5 → openhound_github-0.3.7}/PKG-INFO +1 -2
- {openhound_github-0.3.5 → openhound_github-0.3.7}/pyproject.toml +1 -2
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_organization.py +3 -1
- openhound_github-0.3.7/tests/test_enterprise_organization.py +69 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/uv.lock +1 -3
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/CODE_OF_CONDUCT.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/CONTRIBUTING.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/GOVERNANCE.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/GitHub-COC-Header.png +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/GitHub-CONTRIB-Header.png +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/GitHub-GOV-Header.png +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/GitHub-Header.png +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/GitHub-LIC-Header.png +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/GitHub-SEC-Header.png +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/SECURITY.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/SO-Dark.svg +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/SO-FOSS-Dark.svg +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/SO-FOSS-Light.svg +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/SO-Light.svg +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/workflows/publish.yml +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/workflows/release-on-merge.yml +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.github/workflows/validate-branch.yml +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.gitignore +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.gitmodules +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/.pre-commit-config.yaml +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/LICENSE.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/README.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_AddAssignee.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_AddCollaborator.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_AddLabel.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_AddMember.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_AdminTo.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_BypassBranchProtection.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_BypassPullRequestAllowances.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CallsWorkflow.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CanAccess.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CanAssumeIdentity.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CanCreateBranch.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CanEditProtection.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CanPwnRequest.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CanReadSecretScanningAlert.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CanWriteBranch.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CloseDiscussion.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CloseIssue.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ClosePullRequest.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_Contains.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ConvertIssuesToDiscussions.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CreateDiscussionCategory.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CreateRepository.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CreateSoloMergeQueueEntry.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CreateTag.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CreateTeam.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_DeleteAlertsCodeScanning.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_DeleteDiscussion.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_DeleteDiscussionComment.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_DeleteIssue.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_DeleteTag.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_DependsOn.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_DeploysTo.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_EditCategoryOnDiscussion.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_EditDiscussionCategory.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_EditDiscussionComment.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_EditRepoAnnouncementBanners.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_EditRepoCustomPropertiesValues.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_EditRepoMetadata.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_EditRepoProtections.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasBaseRole.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasBranch.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasEnvironment.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasExternalIdentity.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasJob.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasMember.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasPersonalAccessToken.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasPersonalAccessTokenRequest.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasRole.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasSamlIdentityProvider.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasSecret.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasStep.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasVariable.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasWorkflow.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_InstalledAs.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_InviteMember.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_JumpMergeQueue.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageDeployKeys.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageDiscussionBadges.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageOrganizationWebhooks.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageRepoSecurityProducts.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageSecurityProducts.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageSettingsMergeTypes.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageSettingsPages.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageSettingsProjects.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageSettingsWiki.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageTopics.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageWebhooks.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_MapsToUser.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_MarkAsDuplicate.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_MemberOf.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_OrgBypassCodeScanningDismissalRequests.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_OrgBypassSecretScanningClosureRequests.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_OrgReviewAndManageSecretScanningBypassRequests.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_OrgReviewAndManageSecretScanningClosureRequests.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_Owns.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ProtectedBy.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_PushProtectedBranch.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ReadCodeScanning.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ReadOrganizationActionsUsageMetrics.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ReadOrganizationCustomOrgRole.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ReadOrganizationCustomRepoRole.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ReadRepoContents.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_RemoveAssignee.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_RemoveLabel.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ReopenDiscussion.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ReopenIssue.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ReopenPullRequest.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_RequestPrReview.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ResolveDependabotAlerts.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ResolveSecretScanningAlerts.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_RestrictionsCanPush.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_RunOrgMigration.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_SetInteractionLimits.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_SetIssueType.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_SetMilestone.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_SetSocialPreview.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_SyncedTo.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ToggleDiscussionAnswer.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ToggleDiscussionCommentMinimize.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_TransferRepository.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_UsesSecret.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_UsesVariable.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ValidToken.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ViewDependabotAlerts.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ViewSecretScanningAlerts.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_WriteCodeScanning.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_WriteOrganizationActionsSecrets.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_WriteOrganizationActionsSettings.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_WriteOrganizationActionsVariables.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_WriteOrganizationCustomOrgRole.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_WriteOrganizationCustomRepoRole.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_WriteOrganizationNetworkConfigurations.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_WriteRepoContents.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_WriteRepoPullRequests.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_App.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_AppInstallation.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_Branch.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_BranchProtectionRule.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_Environment.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_EnvironmentSecret.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_EnvironmentVariable.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_ExternalIdentity.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_OrgRole.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_OrgSecret.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_OrgVariable.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_Organization.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_PersonalAccessToken.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_PersonalAccessTokenRequest.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_RepoRole.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_RepoSecret.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_RepoVariable.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_Repository.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_SamlIdentityProvider.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_SecretScanningAlert.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_Team.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_TeamRole.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_User.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_Workflow.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_WorkflowJob.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_WorkflowStep.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/docs/og-docs.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-all-repo-admin-role.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-app-installations-all-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-apps-all-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-external-identities-owners.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-organizations.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-owner-users.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-owners-role.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-pats-all-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-privilege-escalation-roles.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-privilege-escalation-users.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-saml-identity-providers.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/README.md +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/actions-sha-pinning-not-required.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/active-leaked-secrets.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/advanced-security-disabled-new-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/all-actions-allowed.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/app-installations-all-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/branch-protection-admins-not-enforced.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/branch-protection-deletions-allowed.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/branch-protection-force-pushes.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/branch-protection-no-code-owner-reviews.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/branch-protection-no-pr-reviews.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/branch-protection-no-status-checks.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/branch-protection-self-approval.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/branch-protection-stale-reviews.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/bypass-pr-requirements.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/dangerous-branch-perms.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/default-repository-permissions.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/demo-sso-to-cloud-round-trip.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/dependabot-alerts-disabled-new-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/dependabot-updates-disabled-new-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/dependency-graph-disabled-new-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/environments-admin-bypass.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/expired-pats.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/external-identities-without-scim.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/github-to-azure-identity.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/global-repo-perms.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/hybrid-identities.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/members-can-change-repo-visibility.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/members-can-create-pages.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/members-can-create-public-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/members-can-delete-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/members-can-fork-private-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/members-can-invite-outside-collaborators.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/org-owners.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/orgs-without-2fa.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/pats-all-repo-access.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/pending-pat-requests.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/private-repos-forking-allowed.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/privileged-custom-org-roles.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/privileged-hybrid-identities.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/public-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/push-protection-disabled-new-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/push-to-protected-branches.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/repos-secret-scanning-disabled.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/repos-vulnerable-to-workflow-secret-exfil.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/repository-workflows.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/saml-configuration.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/secret-scanning-alerts.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/secret-scanning-disabled-new-repos.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/secrets-reachable-by-user.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/team-membership-admin.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/team-structure.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/unprotected-branches.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/unprotected-default-branch-with-workflow.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/unprotected-default-branches.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/saved_searches/web-commit-signoff-not-required.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension/schema.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/extension.yaml +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/justfile +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/main.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/__init__.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/auth.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/graph.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/graphql.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/helpers.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/kinds/edges.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/kinds/nodes.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/lookup.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/main.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/__init__.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/actions_permission.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/app_installation.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/branch.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/branch_pr_bypass_allowance.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/branch_protection_rule.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/branch_push_allowance.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_admin.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_external_identity.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_helpers.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_managed_user.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_member.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_role.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_role_team.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_role_user.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_saml_provider.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_team.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_team_member.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_team_organization.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_team_role.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/enterprise_user.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/env_secret.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/env_variable.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/environment.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/environment_branch_policy.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/external_identity.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/org.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/org_role.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/org_role_member.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/org_role_team.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/org_secret.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/org_variable.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/personal_access_token.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/personal_access_token_access.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/personal_access_token_request.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/projected_enterprise_team.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/repo_role_assignment.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/repository.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/repository_role.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/repository_secret.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/repository_variable.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/runner.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/saml_provider.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/scim_user.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/secret_scanning_alert.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/team.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/team_member.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/team_role.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/user.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/workflow.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/workflow_job.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/models/workflow_step.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/resources/__init__.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/resources/enterprise.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/resources/organization.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/source.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/src/openhound_github/transforms.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/actions-permissions.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/actionsecrets.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/app.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/appinstalls.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/branch-policies.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/branch-prot-rules.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/branches.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/custom-roles.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/environments.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/org-pat-request.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/org-pat.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/org-role-teams.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/org-role-users.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/org-roles.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/org.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/pat-repositories.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/repo-collaborators.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/repo-teams.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/repositories.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/scimusers.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/secrets.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/secretscanningalert.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/selected-org-secrets.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/variables.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_data/api/workflows.json +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_error_resilience.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_github_rest_client.py +0 -0
- {openhound_github-0.3.5 → openhound_github-0.3.7}/tests/test_github_retry.py +0 -0
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: openhound-github
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.7
|
|
4
4
|
Summary: Github collector for OpenHound
|
|
5
5
|
Author-email: "jdreijer@specterops.io" <jdreijer@specterops.io>, Jared Atkinson <jatkinson@specterops.io>
|
|
6
6
|
License-File: LICENSE.md
|
|
7
7
|
Requires-Python: >=3.13
|
|
8
8
|
Requires-Dist: joserfc>=1.6.5
|
|
9
|
-
Requires-Dist: openhound>=0.2.7
|
|
10
9
|
Requires-Dist: requests>=2.33.0
|
|
11
10
|
Description-Content-Type: text/markdown
|
|
12
11
|
|
|
@@ -6,7 +6,6 @@ readme = "README.md"
|
|
|
6
6
|
requires-python = ">=3.13"
|
|
7
7
|
dependencies = [
|
|
8
8
|
"joserfc>=1.6.5",
|
|
9
|
-
"openhound>=0.2.7",
|
|
10
9
|
"requests>=2.33.0",
|
|
11
10
|
]
|
|
12
11
|
authors = [
|
|
@@ -29,7 +28,7 @@ local_scheme = "no-local-version"
|
|
|
29
28
|
|
|
30
29
|
[dependency-groups]
|
|
31
30
|
dev = [
|
|
32
|
-
"openhound",
|
|
31
|
+
"openhound>=0.2.7",
|
|
33
32
|
"pre-commit>=4.5.1",
|
|
34
33
|
"pytest>=9.0.1",
|
|
35
34
|
"ruff>=0.15.5",
|
|
@@ -55,6 +55,8 @@ class EnterpriseOrganization(BaseAsset):
|
|
|
55
55
|
|
|
56
56
|
@property
|
|
57
57
|
def as_node(self) -> GHNode:
|
|
58
|
+
# Only collected if the org was explicitly collected (present in the lookup).
|
|
59
|
+
collected = self._lookup.org_login_for_id(self.node_id) is not None
|
|
58
60
|
return GHNode(
|
|
59
61
|
kinds=[nk.ORGANIZATION],
|
|
60
62
|
properties=GHEnterpriseOrganizationProperties(
|
|
@@ -64,7 +66,7 @@ class EnterpriseOrganization(BaseAsset):
|
|
|
64
66
|
environmentid=self.node_id,
|
|
65
67
|
environment_name=self.login,
|
|
66
68
|
login=self.login,
|
|
67
|
-
collected=
|
|
69
|
+
collected=collected,
|
|
68
70
|
query_enterprise=f"MATCH p=(:GH_Enterprise {{node_id:'{self.enterprise_node_id}'}})-[:GH_Contains]->(:GH_Organization {{node_id:'{self.node_id}'}}) RETURN p",
|
|
69
71
|
),
|
|
70
72
|
)
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Tests for EnterpriseOrganization.as_node `collected` resolution.
|
|
3
|
+
|
|
4
|
+
An organization discovered via the enterprise is a stub node. Its `collected`
|
|
5
|
+
flag must be derived from the organizations lookup table so that it agrees with
|
|
6
|
+
the full Organization node regardless of ingestion order:
|
|
7
|
+
|
|
8
|
+
- explicitly collected org (present in lookup) -> collected=True
|
|
9
|
+
- enterprise-only discovered org (absent) -> collected=False
|
|
10
|
+
"""
|
|
11
|
+
from unittest.mock import MagicMock
|
|
12
|
+
|
|
13
|
+
from openhound_github.models import EnterpriseOrganization
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
def _make_org(node_id: str = "ORG_NODE_1", login: str = "acme") -> EnterpriseOrganization:
|
|
17
|
+
org = EnterpriseOrganization(
|
|
18
|
+
id=node_id,
|
|
19
|
+
login=login,
|
|
20
|
+
enterprise_node_id="ENT_NODE_1",
|
|
21
|
+
enterprise_slug="acme-enterprise",
|
|
22
|
+
)
|
|
23
|
+
return org
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
def test_collected_true_when_org_in_lookup() -> None:
|
|
27
|
+
"""An org present in the organizations lookup is marked collected=True."""
|
|
28
|
+
org = _make_org(node_id="ORG_NODE_1", login="acme")
|
|
29
|
+
lookup = MagicMock()
|
|
30
|
+
lookup.org_login_for_id.return_value = "acme"
|
|
31
|
+
org._lookup = lookup
|
|
32
|
+
|
|
33
|
+
node = org.as_node
|
|
34
|
+
|
|
35
|
+
assert node.properties.collected is True
|
|
36
|
+
lookup.org_login_for_id.assert_called_once_with("ORG_NODE_1")
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
def test_collected_false_when_org_not_in_lookup() -> None:
|
|
40
|
+
"""An enterprise-only discovered org (absent from lookup) is collected=False."""
|
|
41
|
+
org = _make_org(node_id="ORG_NODE_2", login="beta")
|
|
42
|
+
lookup = MagicMock()
|
|
43
|
+
lookup.org_login_for_id.return_value = None
|
|
44
|
+
org._lookup = lookup
|
|
45
|
+
|
|
46
|
+
node = org.as_node
|
|
47
|
+
|
|
48
|
+
assert node.properties.collected is False
|
|
49
|
+
lookup.org_login_for_id.assert_called_once_with("ORG_NODE_2")
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
def test_collected_resolved_per_node_id_in_multi_org_enterprise() -> None:
|
|
53
|
+
"""Each stub resolves `collected` against its own node_id independently."""
|
|
54
|
+
collected_ids = {"ORG_NODE_COLLECTED"}
|
|
55
|
+
|
|
56
|
+
def fake_lookup(node_id: str):
|
|
57
|
+
return "login" if node_id in collected_ids else None
|
|
58
|
+
|
|
59
|
+
lookup = MagicMock()
|
|
60
|
+
lookup.org_login_for_id.side_effect = fake_lookup
|
|
61
|
+
|
|
62
|
+
collected_org = _make_org(node_id="ORG_NODE_COLLECTED", login="collected")
|
|
63
|
+
collected_org._lookup = lookup
|
|
64
|
+
|
|
65
|
+
stub_org = _make_org(node_id="ORG_NODE_STUB", login="stub")
|
|
66
|
+
stub_org._lookup = lookup
|
|
67
|
+
|
|
68
|
+
assert collected_org.as_node.properties.collected is True
|
|
69
|
+
assert stub_org.as_node.properties.collected is False
|
|
@@ -875,7 +875,6 @@ name = "openhound-github"
|
|
|
875
875
|
source = { editable = "." }
|
|
876
876
|
dependencies = [
|
|
877
877
|
{ name = "joserfc" },
|
|
878
|
-
{ name = "openhound" },
|
|
879
878
|
{ name = "requests" },
|
|
880
879
|
]
|
|
881
880
|
|
|
@@ -892,14 +891,13 @@ dev = [
|
|
|
892
891
|
[package.metadata]
|
|
893
892
|
requires-dist = [
|
|
894
893
|
{ name = "joserfc", specifier = ">=1.6.5" },
|
|
895
|
-
{ name = "openhound", specifier = ">=0.2.7" },
|
|
896
894
|
{ name = "requests", specifier = ">=2.33.0" },
|
|
897
895
|
]
|
|
898
896
|
|
|
899
897
|
[package.metadata.requires-dev]
|
|
900
898
|
dev = [
|
|
901
899
|
{ name = "mypy", specifier = ">=1.19.1" },
|
|
902
|
-
{ name = "openhound" },
|
|
900
|
+
{ name = "openhound", specifier = ">=0.2.7" },
|
|
903
901
|
{ name = "pre-commit", specifier = ">=4.5.1" },
|
|
904
902
|
{ name = "pytest", specifier = ">=9.0.1" },
|
|
905
903
|
{ name = "ruff", specifier = ">=0.15.5" },
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_BypassBranchProtection.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CanAssumeIdentity.md
RENAMED
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CanEditProtection.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
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CreateDiscussionCategory.md
RENAMED
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_CreateSoloMergeQueueEntry.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_DeleteAlertsCodeScanning.md
RENAMED
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_DeleteDiscussionComment.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_EditCategoryOnDiscussion.md
RENAMED
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_EditDiscussionCategory.md
RENAMED
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_EditDiscussionComment.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_EditRepoProtections.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasExternalIdentity.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasPersonalAccessToken.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_HasSamlIdentityProvider.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
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageDiscussionBadges.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageSecurityProducts.md
RENAMED
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageSettingsMergeTypes.md
RENAMED
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageSettingsPages.md
RENAMED
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageSettingsProjects.md
RENAMED
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ManageSettingsWiki.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
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_PushProtectedBranch.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
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ReopenPullRequest.md
RENAMED
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ResolveDependabotAlerts.md
RENAMED
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_RestrictionsCanPush.md
RENAMED
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_SetInteractionLimits.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ToggleDiscussionAnswer.md
RENAMED
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_TransferRepository.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ViewDependabotAlerts.md
RENAMED
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_ViewSecretScanningAlerts.md
RENAMED
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_WriteCodeScanning.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_WriteRepoContents.md
RENAMED
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/edges/GH_WriteRepoPullRequests.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_BranchProtectionRule.md
RENAMED
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_EnvironmentSecret.md
RENAMED
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_EnvironmentVariable.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_PersonalAccessToken.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_SamlIdentityProvider.md
RENAMED
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/descriptions/nodes/GH_SecretScanningAlert.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
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-owner-users.json
RENAMED
|
File without changes
|
{openhound_github-0.3.5 → openhound_github-0.3.7}/extension/privilege_zone_rules/t0-owners-role.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|