-
Notifications
You must be signed in to change notification settings - Fork 311
chore: update go.mod files #1061
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1061 +/- ##
========================================
Coverage 75.11% 75.11%
========================================
Files 159 159
Lines 15811 15811
========================================
Hits 11877 11877
Misses 3522 3522
Partials 412 412 Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
mirackara
approved these changes
Jul 16, 2025
mirackara
added a commit
that referenced
this pull request
Jul 16, 2025
* feat: Add ability to ignore apdex via API (#1037) * chore(v3): go fmt codebase (#1043) * chore(v3): go fmt codebase * fix comment alignment * fix formatting for TestLostChildren comment * chore(integrations): gofmt integrations folder (#1045) * feat: Improve developer experience (#1036) * feat(docker): improve developer experience * add test-services targets * feat: add integration test targets * use MODULE_DIR * add test-pull-request workflow * remove latest from matrix * fix: gofmt path * add govet-check * fix: add v3 to path * remove shell option * testing * testing * testing * testing * fix vet path * fix * testing * split tidy and vet * add core test makefile targets * add core-tests workflow job * add codecov upload to core tests * fix: use docker exec * fix: codecov path * fix: filepath * initial attempt at dynamic matrix generation * strip whitespace and double quotes for GHA * testing * revert * matrix troubleshooting * point to json key for integration test list * debugging * add show matrix * debugging * more debugging * remove newline from integration list output * remove double quote -> single quote conversion * try flat list * remove fromJson * fix output declaration * re-add fromJson * remove single quote * remove test code * make integration tests loud for testing * fix mod replace * add nrnats special consideration * propagate exit codes on failure * add arm runner to matrix * fix: split integration tests by architecture GHA is incapable of strategy expansion > 256 for a single job * refactor: improve test efficiency only pull and spin up docker containers relevant to the desired tests * fix(nrpgx5): fix nrpgx5 tests nrpgx5 will now use a dedicated postgres container to run tests * chore: remove old ci gha workflow * add code coverage to integration tests * fix: add remaining core tests, generate test matrix dynamically * fix setup-core-matrix output * fix core-matrix logic * chore: move utility targets to bottom of makefile * remove old utility targets * remove bench and test makefile targets * remove vet target * remove recursive from integration test target * refactor: use PROFILE rather than PACKAGE for clarity * docs: update README with Developer instructions * docs: improve section description * docs: add section for using a different go version * remove artifact * fix header levels * fix: target reference * fix: add callout for running integration-suite against test-services targets * fix: add sqlparse directory to core-tests * Add Custom Attributes in Logging * use standardized name for configuring an option * add config option ApplicationLogging.Forwarding.CustomAttributes.Enabled * add public method to enable/disable ConfigAppLogForwardingCustomAttributesEnabled * update comments * add customAttributes field to harvest.go * remove closing curly brace * update unit tests * update: PR comments * update comments * chore: Test suite move (#1039) * chore: Move test suite to newrelic package * chore: Adding examples * test: Updates to examples * test: Updates to examples * feat(docker): improve developer experience * add test-services targets * feat: add integration test targets * use MODULE_DIR * add test-pull-request workflow * remove latest from matrix * fix: gofmt path * add govet-check * fix: add v3 to path * remove shell option * testing * testing * testing * testing * fix vet path * fix * testing * split tidy and vet * add core test makefile targets * add core-tests workflow job * add codecov upload to core tests * fix: use docker exec * fix: codecov path * fix: filepath * initial attempt at dynamic matrix generation * strip whitespace and double quotes for GHA * testing * revert * matrix troubleshooting * point to json key for integration test list * debugging * add show matrix * debugging * more debugging * remove newline from integration list output * remove double quote -> single quote conversion * try flat list * remove fromJson * fix output declaration * re-add fromJson * remove single quote * remove test code * make integration tests loud for testing * fix mod replace * add nrnats special consideration * propagate exit codes on failure * add arm runner to matrix * fix: split integration tests by architecture GHA is incapable of strategy expansion > 256 for a single job * refactor: improve test efficiency only pull and spin up docker containers relevant to the desired tests * fix(nrpgx5): fix nrpgx5 tests nrpgx5 will now use a dedicated postgres container to run tests * chore: remove old ci gha workflow * add code coverage to integration tests * fix: add remaining core tests, generate test matrix dynamically * fix setup-core-matrix output * fix core-matrix logic * chore: move utility targets to bottom of makefile * remove old utility targets * remove bench and test makefile targets * remove vet target * remove recursive from integration test target * refactor: use PROFILE rather than PACKAGE for clarity * docs: update README with Developer instructions * docs: improve section description * docs: add section for using a different go version * remove artifact * fix header levels * fix: target reference * fix: add callout for running integration-suite against test-services targets * chore: Move test suite to newrelic package * chore: Adding examples * test: Updates to examples * test: Updates to examples * chore: Update core tests * fix: add sqlparse directory to core-tests * chore: Updating go mods for failing tests * chore: Updating go mods for failing tests * chore: Updating go mods for failing tests --------- Co-authored-by: Brian Duranleau <[email protected]> * feat: mongodb v2 integration (#1049) * chore: Add mongo v2 integration * chore: Update mongo v1 to latest version * chore: Remove indirect require block * chore: added removed directories * chore: Adding test for missed method Co-authored-by: Github Copilot <[email protected]> * chore: Updating to remove child directories * test: Adding basic tests for missing ones added to mk file Co-authored-by: Github Copilot <[email protected]> * Revert "test: Adding basic tests for missing ones added to mk file" This reverts commit 113a54e. * chore: PR review updates * chore: Update track usage tag * chore: Add mongo v2 integration * chore: Update mongo v1 to latest version * chore: Remove indirect require block * chore: added removed directories * chore: Adding test for missed method Co-authored-by: Github Copilot <[email protected]> * chore: Updating to remove child directories * test: Adding basic tests for missing ones added to mk file Co-authored-by: Github Copilot <[email protected]> * Revert "test: Adding basic tests for missing ones added to mk file" This reverts commit 113a54e. * chore: PR review updates * chore: Update track usage tag * chore: Fixing path --------- Co-authored-by: Github Copilot <[email protected]> * Test: Mongodb connect to test db (#1051) * chore: Add mongo v2 integration * chore: Update mongo v1 to latest version * chore: Remove indirect require block * chore: added removed directories * chore: Adding test for missed method Co-authored-by: Github Copilot <[email protected]> * chore: Updating to remove child directories * test: Adding basic tests for missing ones added to mk file Co-authored-by: Github Copilot <[email protected]> * Revert "test: Adding basic tests for missing ones added to mk file" This reverts commit 113a54e. * chore: PR review updates * test: Initial work * chore: Update track usage tag * chore: Use values from docker compose * chore: Fix bad expect metric line * chore: Fix profiles for mongo db * Update docker-compose.yml Co-authored-by: bduranleau-nr <[email protected]> * chore: Add mongo v2 integration * chore: Update mongo v1 to latest version * chore: Remove indirect require block * chore: added removed directories * chore: Adding test for missed method Co-authored-by: Github Copilot <[email protected]> * chore: Updating to remove child directories * test: Adding basic tests for missing ones added to mk file Co-authored-by: Github Copilot <[email protected]> * Revert "test: Adding basic tests for missing ones added to mk file" This reverts commit 113a54e. * chore: PR review updates * chore: Update track usage tag * chore: Fixing path * chore: Consolidate env vars in docker compose * test: Initial work * chore: Use values from docker compose * chore: Fix bad expect metric line * chore: Fix profiles for mongo db * Update docker-compose.yml Co-authored-by: bduranleau-nr <[email protected]> * chore: Consolidate env vars in docker compose * chore: Cleanup --------- Co-authored-by: Github Copilot <[email protected]> Co-authored-by: bduranleau-nr <[email protected]> * dependabot upgrades (#1057) * feat: connect-go integration (nrconnect) (#1044) * feat: connect-go integration (nrconnect) Add integration for the [Connect-Go](https://github.com/connectrpc/connect-go) framework; Connect is a gRPC-compatible yet HTTP/1.1-compliant implementation. * use log package instead of fmt.Println * rebase develop branch * capture DynamoDB table name and index name (#1054) * chore: update internal unit tests (#1055) * update unit tests * update internal unit tests * update internal unit tests * update internal unit tests * update unit tests * update codecov.yml * update codecov.yml * update awssupport_test.go * compare jsonStr and expected * feat: Add mutex for thread-safe access to vendors data (#1042) * feat: Add mutex for thread-safe access to vendors data * refactor: Remove unnecessary mutex lock around vendors check in gatherWithClient * enhance query parameter representation in nrpgx5 integration (#1033) * Release 3.40.0 (#1059) * Release 3.40.0 * Fixed path for integration support/go fmt * Fixed bug with nrpgx5 panicing * chore: update go.mod files (#1061) --------- Co-authored-by: mvicknr <[email protected]> Co-authored-by: bduranleau-nr <[email protected]> Co-authored-by: Yaser Ahmed <[email protected]> Co-authored-by: Brian Duranleau <[email protected]> Co-authored-by: Github Copilot <[email protected]> Co-authored-by: castaneai <[email protected]> Co-authored-by: rittneje <[email protected]> Co-authored-by: Yaser <[email protected]> Co-authored-by: Steve Willoughby <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
updates go.mod files for the release.