-
Notifications
You must be signed in to change notification settings - Fork 0
Add REST API for plugin-to-plugin messaging via topics #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
… vulnerabilities Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
|
@copilot add unit tests |
1 similar comment
|
@copilot add unit tests |
Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
Added comprehensive unit tests in commit 1da5532. Created 57 tests across 4 test classes:
Coverage includes data models, business logic, REST endpoints, and authentication.
Added comprehensive unit tests in commit 1da5532. Created 57 tests across 4 test classes:
Coverage includes data models, business logic, REST endpoints, and authentication. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
|
@copilot include Maven Wrapper in the tracked files |
Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
Added Maven Wrapper files in commit f7f6c72. The following files are now tracked:
Developers can now build the project with |
|
@copilot there is a compilation error: |
…pResponseException Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
Fixed in commit 84439d1. The |
|
@copilot Now there are many errors: |
… var keyword, fix Mockito type issues Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
|
@copilot update Java to 17 |
Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
|
@copilot add simple CI pipeline for verifying compilation |
Co-authored-by: dmccoystephenson <21204351+dmccoystephenson@users.noreply.github.com>
Added in commit ae9f02c. Created GitHub Actions workflow (
|
Implementation Plan for Plugin-to-Plugin Messaging
Summary
All features implemented and tested. Project now uses Java 17 with updated maven-compiler-plugin for better compatibility. GitHub Actions CI pipeline automatically verifies compilation and runs tests on all pull requests and pushes to main/master branches.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.