Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: newrelic/newrelic-python-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.4.171
Choose a base ref
...
head repository: newrelic/newrelic-python-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.0.172
Choose a head ref
  • 14 commits
  • 21 files changed
  • 6 contributors

Commits on Nov 15, 2021

  1. Schedule daily test suite runs on main (#431)

    * Schedule daily test suite runs on main
    
    * Linting
    
    * Update megalinter
    TimPansino authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    d48eb92 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Fix graphene framework details (#432)

    * Fix graphene framework details
    
    Co-authored-by: Timothy Pansino <TimPansino@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    
    * [Mega-Linter] Apply linters fixes
    
    * Make graphene implementation backwards compatible
    
    * Pin starlette to graphene version < 3
    
    * Change graphene framework versions that run with certain python versions in tox file
    
    * Fix flake8 error (remove unused import)
    
    * [Mega-Linter] Apply linters fixes
    
    * Bump Tests
    
    * Use framework[0] var instead of hardcoding
    
    * More readable spacing
    
    * [Mega-Linter] Apply linters fixes
    
    * Add python 3.8, 3.9, 3.10 to graphene v2 tox
    
    * Graphene 2.0 not supported in Python 3.10
    
    Co-authored-by: Timothy Pansino <TimPansino@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    Co-authored-by: lrafeei <lrafeei@users.noreply.github.com>
    4 people authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    070b09a View commit details
    Browse the repository at this point in the history
  2. Fix memory sample exception (#433)

    * Fix memory sample exception
    
    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    
    * Linting
    
    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    3 people authored Nov 23, 2021
    Configuration menu
    Copy the full SHA
    905b822 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    cb76694 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    4f292ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83ae9bb View commit details
    Browse the repository at this point in the history
  3. Update moto version used in botocore tests. (#444)

    * Update moto version used in botocore tests.
    
    *  
    
    Update moto version for py27.
    umaannamalai authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    d144f18 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Add support for Django v4. (#451)

    * Add support for Django v4
    
    Co-authored-by: Tim Pansino <TimPansino@users.noreply.github.com>
    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    
    * Update django and tastypie tests.
    
    * Update tastypie test matrix.
    
    * Fix typos.
    
    * Install different versions of Django depending on tastypie/ Python version.
    
    Co-authored-by: Tim Pansino <TimPansino@users.noreply.github.com>
    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    3 people committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    d555320 View commit details
    Browse the repository at this point in the history
  2. Add support for Redis v4. (#443)

    * Add commands instrumentation point.
    
    * Fix redis instance info tests and update test matrix.
    
    * [Mega-Linter] Apply linters fixes
    
    * Add instrumentation point for redis 4.1.0.
    
    * [Mega-Linter] Apply linters fixes
    
    * Update rb versions.
    
    * Apply suggestions from code review
    
    Co-authored-by: umaannamalai <umaannamalai@users.noreply.github.com>
    Co-authored-by: Timothy Pansino <11214426+TimPansino@users.noreply.github.com>
    3 people committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    1be16b7 View commit details
    Browse the repository at this point in the history
  3. Fix import hook warnings for Python 3.10+. (#437)

    * Fix import hook warnings for py310.
    
    * [Mega-Linter] Apply linters fixes
    
    * Trigger test run.
    
    Co-authored-by: TimPansino <TimPansino@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <uannamalai@newrelic.com>
    3 people committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    cf7a338 View commit details
    Browse the repository at this point in the history
  4. Add support for GraphQL v3.2 (#463)

    * Add support for GraphQL v3.2
    
    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    
    * Improve coverage fixture to output htmlcov and xml
    
    * Disable failing tornado tests
    
    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    3 people committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    1409d72 View commit details
    Browse the repository at this point in the history
  5. Drop py36 testing for Tornado. (#462)

    * Drop py36 testing for Tornado.
    
    * Remove pypy3 from tornado test matrix.
    umaannamalai committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a36a031 View commit details
    Browse the repository at this point in the history
  6. Fix logging erroneous error messages in asgiref (#441)

    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <uannamalai@newrelic.com>
    4 people committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    fed7f06 View commit details
    Browse the repository at this point in the history
  7. Remove unused raise (#466)

    TimPansino authored and umaannamalai committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    54ddc19 View commit details
    Browse the repository at this point in the history
Loading