Add issue investigator agent from Drasi repo#11221
Add issue investigator agent from Drasi repo#11221DariuszPorowski merged 32 commits intoradius-project:mainfrom
Conversation
- Changed pkg/cli/helm/cluster.go line 598 to use LastDeployed instead of FirstDeployed - Updated Test_Helm_GetRadiusRevisions_Success to use different timestamps for different revisions - Added comprehensive test Test_Helm_GetRadiusRevisions_MultipleUpgradesWithDifferentTimestamps - All tests pass successfully Co-authored-by: nicolejms <101607760+nicolejms@users.noreply.github.com>
…utput Fix revision timestamps in `rad rollback kubernetes --list-revisions` to show the list of all install times per version.
- Increase maxRetries from 5 to 10 in manifest registration retry logic - This provides ~8 minutes of total retry time instead of ~62 seconds - Allows async operations during UCP initialization to complete successfully - Fixes intermittent CrashLoopBackOff state when resources are in "Accepted" state - All existing tests pass without modification Fixes radius-project#11017 Co-authored-by: nicolejms <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: nicolejms <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: nicolejms <101607760+nicolejms@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds a reusable “issue investigator” agent definition under .github/agents/ to guide structured technical investigations of GitHub issues for Radius developers.
Changes:
- Introduces a new agent file:
.github/agents/issue-investigator.agent.md - Defines the agent’s metadata (name/description/tools), expected input, and an investigation/reporting template
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11221 +/- ##
=======================================
Coverage 51.08% 51.09%
=======================================
Files 699 699
Lines 44065 44065
=======================================
+ Hits 22511 22515 +4
+ Misses 19404 19402 -2
+ Partials 2150 2148 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Cherry-picked 8 commit(s) from main: ec31890 Flaky test fixes for race conditions and timing issues (#11339) 2e7a823 feat(codeowners): add on-call to manage github actions updates (#11342) 6f3a62f Add change detection to unit-tests.yaml to skip tests on doc-only changes (#11283) e184868 Add issue investigator agent from Drasi repo (#11221) 231932b Bump the github-actions group across 1 directory with 9 updates (#11341) 0a710f8 Architecture skill with Mermaid pattern documentation (#11281) 8e26c85 allow upgrade to pass when upgrading between rcs (#11351) d912167 chore(release): v0.55.0-rc6 (#11352) Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
# Description Adding an agent file used by the Drasi team to investigate issues and report findings. ## Type of change <!-- Please select **one** of the following options that describes your change and delete the others. Clearly identifying the type of change you are making will help us review your PR faster, and is used in authoring release notes. If you are making a bug fix or functionality change to Radius and do not have an associated issue link please create one now. --> - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). <!-- Please update the following to link the associated issue. This is required for some kinds of changes (see above). --> Fixes: none ## Contributor checklist Please verify that the PR meets the following requirements, where applicable: <!-- This checklist uses "TaskRadio" comments to make certain options mutually exclusive. See: https://github.com/mheap/require-checklist-action?tab=readme-ov-file#radio-groups For details on how this works and why it's required. --> - An overview of proposed schema changes is included in a linked GitHub issue. - [ ] Yes <!-- TaskRadio schema --> - [x] Not applicable <!-- TaskRadio schema --> - A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. - [ ] Yes <!-- TaskRadio design-pr --> - [x] Not applicable <!-- TaskRadio design-pr --> - The design document has been reviewed and approved by Radius maintainers/approvers. - [ ] Yes <!-- TaskRadio design-review --> - [x] Not applicable <!-- TaskRadio design-review --> - A PR for the [samples repository](https://github.com/radius-project/samples) is created, if existing samples are affected by the changes in this PR. - [ ] Yes <!-- TaskRadio samples-pr --> - [x] Not applicable <!-- TaskRadio samples-pr --> - A PR for the [documentation repository](https://github.com/radius-project/docs) is created, if the changes in this PR affect the documentation or any user facing updates are made. - [ ] Yes <!-- TaskRadio docs-pr --> - [x] Not applicable <!-- TaskRadio docs-pr --> - A PR for the [recipes repository](https://github.com/radius-project/recipes) is created, if existing recipes are affected by the changes in this PR. - [ ] Yes <!-- TaskRadio recipes-pr --> - [x] Not applicable <!-- TaskRadio recipes-pr --> --------- Signed-off-by: Nicole James <101607760+nicolejms@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: aeroNJneer <nicolejames96@hotmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com> (cherry picked from commit e184868) Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
Description
Adding an agent file used by the Drasi team to investigate issues and report findings.
Type of change
Fixes: none
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: