eclipse-tractusx / .eclipsefdn

Repository to host configurations related to the Eclipse Foundation.
https://eclipse-tractusx.github.io/.eclipsefdn/
1 stars 15 forks source link

chore: add missing repository descriptions #29

Closed hzierer closed 11 months ago

hzierer commented 11 months ago

Description

github-actions[bot] commented 11 months ago
Diff for 776d4a26fd3772f88e4273c2d99389fb57fccf6d: ```diff Printing local diff for configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json' Actions are indicated with the following symbols: + create ! modify ! forced update - delete Organization eclipse-tractusx[id=eclipse-tractusx] ╷ │ Error: Additional properties are not allowed ('default_workflow_permissions' was unexpected) │ │ │ Failed validating 'additionalProperties' in schema['properties']['settings']: │ {'$id': 'settings.json', │ 'additionalProperties': False, │ 'definitions': {'boolean_or_null': {'anyOf': [{'type': 'boolean'}, │ {'type': 'null'}]}, │ 'string_or_null': {'anyOf': [{'type': 'string'}, │ {'type': 'null'}]}}, │ 'properties': {'billing_email': {'provider': 'restapi', │ 'type': 'string'}, │ 'blog': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'company': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'default_branch_name': {'provider': 'web', │ 'type': 'string'}, │ 'default_repository_permission': {'provider': 'restapi', │ 'type': 'string'}, │ 'dependabot_alerts_enabled_for_new_repositories': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'dependabot_security_updates_enabled_for_new_repositories': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'dependency_graph_enabled_for_new_repositories': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'description': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'discussion_source_repository': {'$ref': '#/definitions/string_or_null', │ 'provider': 'web'}, │ 'email': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'has_discussions': {'provider': 'web', │ 'type': 'boolean'}, │ 'has_organization_projects': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'has_repository_projects': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'location': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'members_can_change_project_visibility': {'provider': 'web', │ 'type': 'boolean'}, │ 'members_can_change_repo_visibility': {'provider': 'web', │ 'type': 'boolean'}, │ 'members_can_create_private_repositories': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'members_can_create_public_pages': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'members_can_create_public_repositories': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'members_can_create_teams': {'provider': 'web', │ 'type': 'boolean'}, │ 'members_can_delete_issues': {'provider': 'web', │ 'type': 'boolean'}, │ 'members_can_delete_repositories': {'provider': 'web', │ 'type': 'boolean'}, │ 'members_can_fork_private_repositories': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'name': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'packages_containers_internal': {'provider': 'web', │ 'type': 'boolean'}, │ 'packages_containers_public': {'provider': 'web', │ 'type': 'boolean'}, │ 'plan': {'provider': 'restapi', 'type': 'string'}, │ 'readers_can_create_discussions': {'$ref': '#/definitions/boolean_or_null', │ 'provider': 'web'}, │ 'security_managers': {'items': {'type': 'string'}, │ 'provider': 'restapi', │ 'type': 'array'}, │ 'team_discussions_allowed': {'deprecated': True, │ 'provider': 'web', │ 'type': 'boolean'}, │ 'twitter_username': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'two_factor_requirement': {'provider': 'web', │ 'type': 'boolean'}, │ 'web_commit_signoff_required': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'workflows': {'$ref': 'org-workflow-settings.json', │ 'provider': 'restapi'}}, │ 'type': 'object'} │ │ On instance['settings']: │ {'billing_email': 'webmaster@eclipse.org', │ 'blog': None, │ 'company': None, │ 'default_branch_name': 'main', │ 'default_repository_permission': 'none', │ 'default_workflow_permissions': 'write', │ 'dependabot_alerts_enabled_for_new_repositories': True, │ 'dependabot_security_updates_enabled_for_new_repositories': False, │ 'dependency_graph_enabled_for_new_repositories': True, │ 'description': '', │ 'discussion_source_repository': None, │ 'email': None, │ 'has_discussions': False, │ 'has_organization_projects': True, │ 'has_repository_projects': True, │ 'location': None, │ 'members_can_change_project_visibility': True, │ 'members_can_change_repo_visibility': False, │ 'members_can_create_private_repositories': False, │ 'members_can_create_public_pages': True, │ 'members_can_create_public_repositories': False, │ 'members_can_create_teams': False, │ 'members_can_delete_issues': False, │ 'members_can_delete_repositories': False, │ 'members_can_fork_private_repositories': False, │ 'name': 'Eclipse Tractus-X', │ 'packages_containers_internal': False, │ 'packages_containers_public': False, │ 'plan': 'free', │ 'readers_can_create_discussions': True, │ 'security_managers': ['eclipsefdn-security', │ 'automotive-tractusx-committers'], │ 'twitter_username': None, │ 'two_factor_requirement': True, │ 'web_commit_signoff_required': False, │ 'workflows': {'actions_can_approve_pull_request_reviews': True, │ 'allow_action_patterns': [], │ 'allow_github_owned_actions': True, │ 'allow_verified_creator_actions': True, │ 'allowed_actions': 'all', │ 'default_workflow_permissions': 'read', │ 'enabled_repositories': 'all', │ 'selected_repositories': []}} ╵ ``` ```diff Showing diff to a canonical version of the configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json' Organization eclipse-tractusx[id=eclipse-tractusx] ╷ │ Error: Additional properties are not allowed ('default_workflow_permissions' was unexpected) │ │ │ Failed validating 'additionalProperties' in schema['properties']['settings']: │ {'$id': 'settings.json', │ 'additionalProperties': False, │ 'definitions': {'boolean_or_null': {'anyOf': [{'type': 'boolean'}, │ {'type': 'null'}]}, │ 'string_or_null': {'anyOf': [{'type': 'string'}, │ {'type': 'null'}]}}, │ 'properties': {'billing_email': {'provider': 'restapi', │ 'type': 'string'}, │ 'blog': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'company': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'default_branch_name': {'provider': 'web', │ 'type': 'string'}, │ 'default_repository_permission': {'provider': 'restapi', │ 'type': 'string'}, │ 'dependabot_alerts_enabled_for_new_repositories': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'dependabot_security_updates_enabled_for_new_repositories': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'dependency_graph_enabled_for_new_repositories': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'description': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'discussion_source_repository': {'$ref': '#/definitions/string_or_null', │ 'provider': 'web'}, │ 'email': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'has_discussions': {'provider': 'web', │ 'type': 'boolean'}, │ 'has_organization_projects': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'has_repository_projects': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'location': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'members_can_change_project_visibility': {'provider': 'web', │ 'type': 'boolean'}, │ 'members_can_change_repo_visibility': {'provider': 'web', │ 'type': 'boolean'}, │ 'members_can_create_private_repositories': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'members_can_create_public_pages': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'members_can_create_public_repositories': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'members_can_create_teams': {'provider': 'web', │ 'type': 'boolean'}, │ 'members_can_delete_issues': {'provider': 'web', │ 'type': 'boolean'}, │ 'members_can_delete_repositories': {'provider': 'web', │ 'type': 'boolean'}, │ 'members_can_fork_private_repositories': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'name': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'packages_containers_internal': {'provider': 'web', │ 'type': 'boolean'}, │ 'packages_containers_public': {'provider': 'web', │ 'type': 'boolean'}, │ 'plan': {'provider': 'restapi', 'type': 'string'}, │ 'readers_can_create_discussions': {'$ref': '#/definitions/boolean_or_null', │ 'provider': 'web'}, │ 'security_managers': {'items': {'type': 'string'}, │ 'provider': 'restapi', │ 'type': 'array'}, │ 'team_discussions_allowed': {'deprecated': True, │ 'provider': 'web', │ 'type': 'boolean'}, │ 'twitter_username': {'$ref': '#/definitions/string_or_null', │ 'provider': 'restapi'}, │ 'two_factor_requirement': {'provider': 'web', │ 'type': 'boolean'}, │ 'web_commit_signoff_required': {'provider': 'restapi', │ 'type': 'boolean'}, │ 'workflows': {'$ref': 'org-workflow-settings.json', │ 'provider': 'restapi'}}, │ 'type': 'object'} │ │ On instance['settings']: │ {'billing_email': 'webmaster@eclipse.org', │ 'blog': None, │ 'company': None, │ 'default_branch_name': 'main', │ 'default_repository_permission': 'none', │ 'default_workflow_permissions': 'write', │ 'dependabot_alerts_enabled_for_new_repositories': True, │ 'dependabot_security_updates_enabled_for_new_repositories': False, │ 'dependency_graph_enabled_for_new_repositories': True, │ 'description': '', │ 'discussion_source_repository': None, │ 'email': None, │ 'has_discussions': False, │ 'has_organization_projects': True, │ 'has_repository_projects': True, │ 'location': None, │ 'members_can_change_project_visibility': True, │ 'members_can_change_repo_visibility': False, │ 'members_can_create_private_repositories': False, │ 'members_can_create_public_pages': True, │ 'members_can_create_public_repositories': False, │ 'members_can_create_teams': False, │ 'members_can_delete_issues': False, │ 'members_can_delete_repositories': False, │ 'members_can_fork_private_repositories': False, │ 'name': 'Eclipse Tractus-X', │ 'packages_containers_internal': False, │ 'packages_containers_public': False, │ 'plan': 'free', │ 'readers_can_create_discussions': True, │ 'security_managers': ['eclipsefdn-security', │ 'automotive-tractusx-committers'], │ 'twitter_username': None, │ 'two_factor_requirement': True, │ 'web_commit_signoff_required': False, │ 'workflows': {'actions_can_approve_pull_request_reviews': True, │ 'allow_action_patterns': [], │ 'allow_github_owned_actions': True, │ 'allow_verified_creator_actions': True, │ 'allowed_actions': 'all', │ 'default_workflow_permissions': 'read', │ 'enabled_repositories': 'all', │ 'selected_repositories': []}} ╵ ```
github-actions[bot] commented 11 months ago
Diff for 776d4a26fd3772f88e4273c2d99389fb57fccf6d: ```diff Printing local diff for configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json' Actions are indicated with the following symbols: + create ! modify ! forced update - delete Organization eclipse-tractusx[id=eclipse-tractusx] there have been 39 validation infos, enable verbose output with '-v' to to display them. ! repository[name="knowledge-agents"] { ! description = null -> "Reference Implementations of CX-0084 (Federated Queries In Data Spaces)" ! } ! repository[name="knowledge-agents-edc"] { ! description = null -> "EDC Extensions for CX-0084 (Federated Queries In Data Spaces)" ! } Plan: 0 to add, 2 to change, 0 to delete. ``` ```diff Showing diff to a canonical version of the configuration at '/home/runner/work/.eclipsefdn/.eclipsefdn/otterdog-configs/otterdog.json' Organization eclipse-tractusx[id=eclipse-tractusx] ```
netomi commented 11 months ago

changes have been applied.