Skip to content

feat: add permission protos#32

Open
lusu007 wants to merge 3 commits intomainfrom
feat/perm-protos
Open

feat: add permission protos#32
lusu007 wants to merge 3 commits intomainfrom
feat/perm-protos

Conversation

@lusu007
Copy link
Copy Markdown
Contributor

@lusu007 lusu007 commented Jan 21, 2026

Pull Request

Description

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • 💥 Breaking change
  • ♻️ Refactoring
  • 📚 Documentation
  • 🔧 Chore

Related Issues

None

Testing

  • Unit tests pass
  • Manual testing completed
  • New tests added for new functionality

Checklist

  • I have performed a self-review of my own code
  • Tests have been added/updated and pass (if needed)
  • Documentation has been updated (if needed)

@lusu007 lusu007 requested a review from ItsKev January 21, 2026 17:22
@lusu007 lusu007 self-assigned this Jan 21, 2026
Copilot AI review requested due to automatic review settings January 21, 2026 17:22
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a new permission module to the gRPC contracts library, providing Protocol Buffers definitions for managing player permissions and groups. The module follows the same structure and conventions as the existing player and status modules.

Changes:

  • Added new "permission" module with proto definitions for permissions management
  • Created two service interfaces: PermissionsService (plugin-facing) and PermissionsAdminService (admin-facing)
  • Updated build configuration to include the new module in the project

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
settings.gradle.kts Added "permission" to included modules
release-please-config.json Registered permission package for release management
.release-please-manifest.json Set initial version 0.0.1 for permission module
permission/build.gradle.kts Created build configuration matching existing modules
permission/README.md Added module documentation
permission/src/main/proto/permissions.proto Defined common messages, enums, and request/reply types
permission/src/main/proto/permissions_plugin.proto Defined plugin-facing PermissionsService with GetPlayerPermissions and CheckPlayerPermission RPCs
permission/src/main/proto/permissions_admin.proto Defined admin-facing PermissionsAdminService with group and permission management RPCs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 9 out of 9 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants