chore: Added workflows to generate a config schema and version before agent release - #4161
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4161 +/- ##
==========================================
- Coverage 97.52% 97.44% -0.09%
==========================================
Files 521 521
Lines 63010 63026 +16
Branches 1 1
==========================================
- Hits 61450 61415 -35
- Misses 1560 1611 +51
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
bizob2828
left a comment
There was a problem hiding this comment.
actually i decided to dig more into this. a few comments/suggestions
bizob2828
left a comment
There was a problem hiding this comment.
a few comments from discussion in google meet
bizob2828
left a comment
There was a problem hiding this comment.
a few suggestions. getting close though, nice work!
bizob2828
left a comment
There was a problem hiding this comment.
very small tweak but don't sweat it. i can handle this later. I'm approving but I have to see from team when to land this because we know we may have issues.
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-authored-by: Github Copilot <github.copilot@ai.newrelic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
fe4e399 to
8f838e6
Compare
Description
Adds a script to automatically generate and update a configuration schema for the agent. This PR has the initial schema generated from the script.
The script will automatically run on local pre-commit and on pushes (except main). It will determine if there are config changes and if so, it will update the schema.O n local, the dev should include these changes in their commit. In the PR build, if the changes aren't already made in the schema, it will make the changes and add them to the PR.
The schema version will be updated during the release process.
I split the work into commits so you can review in chunks
How to Test
Unit tests provided. GH workflows run locally with act
Related Issues
N/A