newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
176 stars 99 forks source link

Merge main into preview 3 #1032

Closed hmstepanek closed 8 months ago

hmstepanek commented 8 months ago

Overview

Merge changes from main into preview branch and instrument Lantern vectorstore.

github-actions[bot] commented 8 months ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
⚠️ MARKDOWN markdownlint 1 0 1 0.38s
✅ MARKDOWN markdown-link-check 1 0 0.63s
❌ PYTHON bandit 53 3 6.96s
✅ PYTHON black 120 16 0 9.12s
❌ PYTHON flake8 120 2 4.74s
✅ PYTHON isort 120 18 0 0.77s
❌ PYTHON pylint 120 219 35.25s
✅ RST rstcheck 1 0 1.01s
✅ RST rstfmt 1 0 0 2.96s
✅ RST rst-lint 1 0 0.33s
✅ YAML prettier 2 2 0 1.31s
✅ YAML v8r 2 0 4.78s
✅ YAML yamllint 2 0 0.43s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:exclamation: No coverage uploaded for pull request base (develop-ai-limited-preview-3@dae9c79). Click here to learn what that means.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop-ai-limited-preview-3 #1032 +/- ## =============================================================== Coverage ? 78.96% =============================================================== Files ? 192 Lines ? 20441 Branches ? 3569 =============================================================== Hits ? 16142 Misses ? 3284 Partials ? 1015 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

umaannamalai commented 8 months ago

Thanks for adding the Lantern and OpenAI changes to this branch!